aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-msm/dma.c
Commit message (Collapse)AuthorAgeFilesLines
* [ARM] msm: dma: various basic dma improvements and bugfixesBrian Swetland2008-10-221-20/+52
| | | | | | | | | | | | | | | | San: - Propagate DM errors to the originator of the request. - Implement msm_dmov_stop_cmd() - Add return value to init code - Modify msm_dmov_stop_cmd() to support ungraceful flushing Arve: - Disable datamover interrupt when not in use. We turn off the interrrupt to allow power collapse from idle. Signed-off-by: San Mehat <san@android.com> Signed-off-by: Arve Hjønnevåg <arve@android.com> Signed-off-by: Brian Swetland <swetland@google.com>
* [ARM] Convert asm/io.h to linux/io.hRussell King2008-09-061-1/+1
| | | | Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
* [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King2008-08-071-1/+1
| | | | | | This just leaves include/asm-arm/plat-* to deal with. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
* [ARM] msm: dma support for MSM7X00AArve Hjønnevåg2008-01-261-0/+214
Signed-off-by: Brian Swetland <swetland@google.com>