aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/goldfish/README
blob: 93d65b0f0f83d6180a7d3cfb960e05619b081135 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
Audio
-----
- Move to using the ALSA framework not faking it
- Fix the wrong user page DMA (moving to ALSA may fix that too)

NAND
----
- Switch from spinlock to mutex
- 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)