Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
Kconfig | D | 08-May-2024 | 668 | 26 | 22 | |
Makefile | D | 08-May-2024 | 245 | 12 | 4 | |
README | D | 08-May-2024 | 334 | 13 | 10 | |
goldfish_audio.c | D | 08-May-2024 | 11.4 KiB | 418 | 313 | |
goldfish_nand.c | D | 08-May-2024 | 11.4 KiB | 444 | 357 | |
goldfish_nand_reg.h | D | 08-May-2024 | 1.9 KiB | 76 | 50 | |
goldfish_sync.c | D | 08-May-2024 | 27.9 KiB | 988 | 577 |
README
1Audio 2----- 3- Move to using the ALSA framework not faking it 4- Fix the wrong user page DMA (moving to ALSA may fix that too) 5 6NAND 7---- 8- Switch from spinlock to mutex 9- Remove excess checking of parameters in calls 10- Use dma coherent memory not kmalloc/__pa for the memory (this is just 11 a cleanliness issue not a correctness one) 12 13