linux/drivers/staging/goldfish
Garret Kelly ef323812c9 staging: goldfish: Fix missing blank lines
Fix two instances of the following checkpatch warning:
WARNING: Missing a blank line after declarations

Signed-off-by: Garret Kelly <garret.kelly@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-04-16 20:14:33 -07:00
..
goldfish_audio.c staging: goldfish: Fix missing blank lines 2014-04-16 20:14:33 -07:00
goldfish_nand_reg.h staging/goldfish: Fixed up incorrect formatted comments. 2013-05-21 10:30:10 -07:00
goldfish_nand.c staging: goldfish: Fix missing blank lines 2014-04-16 20:14:33 -07:00
Kconfig staging/goldfish: Add MTD dependency to KCONFIG 2013-02-07 17:16:07 -08:00
Makefile
README staging: goldfish: switch from spinlock to mutex 2014-04-16 20:12:55 -07:00

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)