android_kernel_lenovo_1050f/drivers/staging/goldfish
Maurizio Porrato 8773c99499 first commit 2020-06-06 18:20:15 +01:00
..
Kconfig first commit 2020-06-06 18:20:15 +01:00
Makefile first commit 2020-06-06 18:20:15 +01:00
README first commit 2020-06-06 18:20:15 +01:00
goldfish_audio.c first commit 2020-06-06 18:20:15 +01:00
goldfish_nand.c first commit 2020-06-06 18:20:15 +01:00
goldfish_nand_reg.h first commit 2020-06-06 18:20:15 +01: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)