Greg Hackmann 4532150762 staging: goldfish: audio: fix compiliation on arm hace 9 años
..
Kconfig f6fcf7f79b staging/goldfish: Add MTD dependency to KCONFIG hace 12 años
Makefile 8e404fffea goldfish: NAND flash driver hace 12 años
README 67c20cfbce staging: goldfish: switch from spinlock to mutex hace 11 años
goldfish_audio.c 4532150762 staging: goldfish: audio: fix compiliation on arm hace 9 años
goldfish_nand.c b0e302b408 staging: goldfish: use div64_s64 instead of do_div hace 9 años
goldfish_nand_reg.h 768e66bd0b staging: goldfish: Prefer kernel type u32 over uint32_t hace 10 años

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)