Yu.ding e68e7644fa 提交CooCenter系统内核文件 5 years ago
..
Kconfig e68e7644fa 提交CooCenter系统内核文件 5 years ago
Makefile e68e7644fa 提交CooCenter系统内核文件 5 years ago
README e68e7644fa 提交CooCenter系统内核文件 5 years ago
goldfish_audio.c e68e7644fa 提交CooCenter系统内核文件 5 years ago
goldfish_nand.c e68e7644fa 提交CooCenter系统内核文件 5 years ago
goldfish_nand_reg.h e68e7644fa 提交CooCenter系统内核文件 5 years ago

README

Audio
-----
- Move to using the ALSA framework not faking it
- Fix the wrong user page DMA (moving to ALSA may fix that too)

NAND
----
- Remove excess checking of parameters in calls
- Use dma coherent memory not kmalloc/__pa for the memory (this is just
a cleanliness issue not a correctness one)