• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

KconfigD23-Jun-2016352 1412

MakefileD23-Jun-2016146 72

READMED23-Jun-2016302 129

goldfish_audio.cD23-Jun-20169.4 KiB356249

goldfish_nand.cD23-Jun-201611.3 KiB443355

goldfish_nand_reg.hD23-Jun-20161.8 KiB7748

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