lineage_kernel_xcoverpro/drivers/staging/goldfish
antifallobst 9e11c5b803 initial commit 2023-06-19 00:53:49 +02:00
..
Kconfig initial commit 2023-06-19 00:53:49 +02:00
Makefile initial commit 2023-06-19 00:53:49 +02:00
README initial commit 2023-06-19 00:53:49 +02:00
goldfish_audio.c initial commit 2023-06-19 00:53:49 +02:00
goldfish_nand.c initial commit 2023-06-19 00:53:49 +02:00
goldfish_nand_reg.h initial commit 2023-06-19 00:53:49 +02:00
goldfish_sync_timeline.c initial commit 2023-06-19 00:53:49 +02:00
goldfish_sync_timeline_fence.c initial commit 2023-06-19 00:53:49 +02:00
goldfish_sync_timeline_fence.h initial commit 2023-06-19 00:53:49 +02: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
----
- 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)