Ricardo Ribalda Delgado 82fdb8dd11 staging/goldfish/goldfish_audio: Fix annotations 10 年之前
..
Kconfig f6fcf7f79b staging/goldfish: Add MTD dependency to KCONFIG 12 年之前
Makefile 8e404fffea goldfish: NAND flash driver 12 年之前
README 67c20cfbce staging: goldfish: switch from spinlock to mutex 11 年之前
goldfish_audio.c 82fdb8dd11 staging/goldfish/goldfish_audio: Fix annotations 10 年之前
goldfish_nand.c 6e3f3bb863 Staging: goldfish: use !x instead of x == NULL 10 年之前
goldfish_nand_reg.h f6279717bb goldfish: clean up staging ifdefs 11 年之前

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)