linux/drivers/staging/goldfish
Greg Kroah-Hartman 3eb9992caf Merge 3.15-rc2 into staging-next
This resolves a bunch of merge errors with other fixes that are already
in Linus's tree.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-04-22 10:08:40 -07:00
..
goldfish_audio.c Merge 3.15-rc2 into staging-next 2014-04-22 10:08:40 -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)