linux-surface/kernel/drivers/staging/goldfish
2017-10-03 13:33:45 -04:00
..
goldfish_audio.c adding config files and moving kernel source 2017-08-20 19:28:05 -04:00
goldfish_nand.c reseting to stock 4.14 to rebuild kernel 2017-10-03 13:33:45 -04:00
goldfish_nand_reg.h adding config files and moving kernel source 2017-08-20 19:28:05 -04:00
Kconfig adding config files and moving kernel source 2017-08-20 19:28:05 -04:00
Makefile adding config files and moving kernel source 2017-08-20 19:28:05 -04:00
README adding config files and moving kernel source 2017-08-20 19:28:05 -04: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)