aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/goldfish/README
blob: 183af00532341919406768b0a361b45a2918d9c5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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)