1
0
Fork 0
alistair23-linux/drivers/staging/goldfish
Paul Gortmaker 885a947e5b staging: delete non-required instances of include <linux/init.h>
None of these files are actually using any __init type directives
and hence don't need to include <linux/init.h>.  Most are just a
left over from __devinit and __cpuinit removal, or simply due to
code getting copied from one driver to the next.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-12-17 10:08:14 -08:00
..
Kconfig staging/goldfish: Add MTD dependency to KCONFIG 2013-02-07 17:16:07 -08:00
Makefile goldfish: NAND flash driver 2013-01-24 13:53:23 -08:00
README goldfish: NAND flash driver 2013-01-24 13:53:23 -08:00
goldfish_audio.c staging/goldfish: Fixed up incorrect formatted comments. 2013-05-21 10:30:10 -07:00
goldfish_nand.c staging: delete non-required instances of include <linux/init.h> 2013-12-17 10:08:14 -08:00
goldfish_nand_reg.h staging/goldfish: Fixed up incorrect formatted comments. 2013-05-21 10:30:10 -07:00

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)