• Home
  • History
  • Annotate
  • only in /drivers/staging/goldfish/
NameDateSize

..13-Oct-20154 KiB

goldfish_audio.c13-Oct-20159.5 KiB

goldfish_nand.c13-Oct-201511.4 KiB

goldfish_nand_reg.h13-Oct-20151.8 KiB

Kconfig13-Oct-2015352

Makefile13-Oct-2015146

README13-Oct-2015302

README

1Audio
2-----
3- Move to using the ALSA framework not faking it
4- Fix the wrong user page DMA (moving to ALSA may fix that too)
5
6NAND
7----
8- Remove excess checking of parameters in calls
9- Use dma coherent memory not kmalloc/__pa for the memory (this is just
10  a cleanliness issue not a correctness one)
11
12