original_kernel/arch/arm/mach-tegra/include/mach
Colin Cross 4de3a8fa33 [ARM] tegra: Add APB DMA support
The APB DMA block handles DMA transfers to and from some peripherals
in the Tegra SOC.  It reads from sequential addresses on the memory
bus, and writes repeatedly to the same address on the APB bus.

Two transfer modes are supported, oneshot for transferring a known
size to or from a peripheral, and continuous for streaming data.
In continuous mode, a callback occurs when the buffer is half full
to allow the existing data to be handled and a new request queued.x

v2 changes:
	dma API no longer uses PTR_ERR

Signed-off-by: Erik Gilling <konkers@android.com>
Signed-off-by: Colin Cross <ccross@android.com>
2010-10-21 18:12:35 -07:00
..
barriers.h
clk.h [ARM] tegra: clock: Add dvfs support, bug fixes, and cleanups 2010-10-21 18:12:19 -07:00
clkdev.h
debug-macro.S
dma.h [ARM] tegra: Add APB DMA support 2010-10-21 18:12:35 -07:00
entry-macro.S
gpio.h [ARM] tegra: gpio: Add suspend and wake support 2010-10-21 18:12:01 -07:00
hardware.h
io.h
iomap.h
irqs.h [ARM] tegra: add suspend and mirror irqs to legacy controller 2010-10-21 18:11:31 -07:00
legacy_irq.h [ARM] tegra: Add legacy irq support 2010-10-21 18:11:29 -07:00
memory.h
pinmux-t2.h [ARM] tegra: pinmux: add safe values, move tegra2, add suspend 2010-10-21 18:11:41 -07:00
pinmux.h [ARM] tegra: pinmux: add safe values, move tegra2, add suspend 2010-10-21 18:11:41 -07:00
smp.h
system.h
timex.h
uncompress.h
vmalloc.h