Tuomas Tynkkynen ff8ebe6448 staging: goldfish: Call free_irq in error path %!s(int64=11) %!d(string=hai) anos
..
Kconfig f6fcf7f79b staging/goldfish: Add MTD dependency to KCONFIG %!s(int64=13) %!d(string=hai) anos
Makefile 8e404fffea goldfish: NAND flash driver %!s(int64=13) %!d(string=hai) anos
README 8e404fffea goldfish: NAND flash driver %!s(int64=13) %!d(string=hai) anos
goldfish_audio.c ff8ebe6448 staging: goldfish: Call free_irq in error path %!s(int64=11) %!d(string=hai) anos
goldfish_nand.c 885a947e5b staging: delete non-required instances of include <linux/init.h> %!s(int64=12) %!d(string=hai) anos
goldfish_nand_reg.h ad28497cdb staging/goldfish: Fixed up incorrect formatted comments. %!s(int64=12) %!d(string=hai) anos

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)