1
0
Fork 0
alistair23-linux/drivers/staging/goldfish
Sara Bird ad28497cdb staging/goldfish: Fixed up incorrect formatted comments.
The existing comments are using an odd style. Fixed them up to adhereto the
StyleGuide. No code changes.

Signed-off-by: Sara Bird <sara.bird.iar@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-05-21 10:30:10 -07: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: goldfish: Fixed line over 80 characters 2013-05-13 05:45:37 -07: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)