-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 354143 b: refs/heads/master c: 8e404ff h: refs/heads/master i: 354141: e5dbb92 354139: a4eedf9 354135: 9919187 354127: a2231ba 354111: 6ebbaea v: v3
- Loading branch information
Arve Hjønnevåg
authored and
Greg Kroah-Hartman
committed
Jan 24, 2013
1 parent
15003b2
commit 2e5b46f
Showing
6 changed files
with
534 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 2e82b83dc30e515ca3e03e79d4a398f30d796903 | ||
refs/heads/master: 8e404fffeac7d3985b193edbf860d9d73dec5b6a |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,4 @@ | |
# | ||
|
||
obj-$(CONFIG_GOLDFISH_AUDIO) += goldfish_audio.o | ||
obj-$(CONFIG_MTD_GOLDFISH_NAND) += goldfish_nand.o |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,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) | ||
|
Oops, something went wrong.