u-boot/drivers/dma
Khoronzhuk, Ivan e165b1d34c dma: ti-edma3: introduce edma3 driver
The EDMA3 controller’s primary purpose is to service data transfers
that you program between two memory-mapped slave endpoints on the device.

Typical usage includes, but is not limited to the following:
- Servicing software-driven paging transfers (e.g., transfers from external
  memory, such as SDRAM to internal device memory, such as DSP L2 SRAM)
- Servicing event-driven peripherals, such as a serial port
- Performing sorting or sub-frame extraction of various data structures
- Offloading data transfers from the main device DSP(s)
- See the device-specific data manual for specific peripherals that are
  accessible via the EDMA3 controller

Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@ti.com>
2014-10-23 11:27:29 -04:00
..
Kconfig kconfig: add blank Kconfig files 2014-09-24 18:30:28 -04:00
MCD_dmaApi.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
MCD_tasks.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
MCD_tasksInit.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
Makefile dma: ti-edma3: introduce edma3 driver 2014-10-23 11:27:29 -04:00
apbh_dma.c dma: apbh: Add special circular mode for LCD 2013-08-09 21:48:34 +02:00
fsl_dma.c cosmetic: replace MIN, MAX with min, max 2014-09-24 18:30:29 -04:00
keystone_nav.c dma: keystone_nav: generalize driver usage 2014-10-23 11:27:04 -04:00
keystone_nav_cfg.c dma: keystone_nav: generalize driver usage 2014-10-23 11:27:04 -04:00
ti-edma3.c dma: ti-edma3: introduce edma3 driver 2014-10-23 11:27:29 -04:00