Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
Kconfig | D | 23-Jun-2016 | 352 | 14 | 12 | |
Makefile | D | 23-Jun-2016 | 146 | 7 | 2 | |
README | D | 23-Jun-2016 | 302 | 12 | 9 | |
goldfish_audio.c | D | 23-Jun-2016 | 9.4 KiB | 356 | 249 | |
goldfish_nand.c | D | 23-Jun-2016 | 11.3 KiB | 443 | 355 | |
goldfish_nand_reg.h | D | 23-Jun-2016 | 1.8 KiB | 77 | 48 |
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- Remove excess checking of parameters in calls 9- Use dma coherent memory not kmalloc/__pa for the memory (this is just 10 a cleanliness issue not a correctness one) 11 12