Alan f6279717bb goldfish: clean up staging ifdefs 11 năm trước cách đây
..
Kconfig f6fcf7f79b staging/goldfish: Add MTD dependency to KCONFIG 12 năm trước cách đây
Makefile 8e404fffea goldfish: NAND flash driver 12 năm trước cách đây
README 67c20cfbce staging: goldfish: switch from spinlock to mutex 11 năm trước cách đây
goldfish_audio.c f6279717bb goldfish: clean up staging ifdefs 11 năm trước cách đây
goldfish_nand.c f6279717bb goldfish: clean up staging ifdefs 11 năm trước cách đây
goldfish_nand_reg.h f6279717bb goldfish: clean up staging ifdefs 11 năm trước cách đây

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)