Peter Huewe f6fcf7f79b staging/goldfish: Add MTD dependency to KCONFIG 12 years ago
..
Kconfig f6fcf7f79b staging/goldfish: Add MTD dependency to KCONFIG 12 years ago
Makefile 8e404fffea goldfish: NAND flash driver 12 years ago
README 8e404fffea goldfish: NAND flash driver 12 years ago
goldfish_audio.c 2e82b83dc3 goldfish: audio support 12 years ago
goldfish_nand.c b4fcf48a74 staging/goldfish: Use %zx for printing size_t variables 12 years ago
goldfish_nand_reg.h 8e404fffea goldfish: NAND flash driver 12 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
----
- Switch from spinlock to mutex
- 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)