summaryrefslogtreecommitdiffstats
path: root/include/dm/uclass-id.h
diff options
context:
space:
mode:
authorMugunthan V N <mugunthanvnm@ti.com>2016-02-15 15:31:37 +0530
committerJagan Teki <jteki@openedev.com>2016-02-23 16:14:45 +0530
commita0594cefb7682dc0c32084d088b3ac0a85ed7395 (patch)
treefa70110c909901dc0c8258168e982d5b03c5beb0 /include/dm/uclass-id.h
parent18c61e95714f4a18f1a206369fc187639d9845e1 (diff)
downloadtalos-obmc-uboot-a0594cefb7682dc0c32084d088b3ac0a85ed7395.tar.gz
talos-obmc-uboot-a0594cefb7682dc0c32084d088b3ac0a85ed7395.zip
dm: implement a DMA uclass
Implement a DMA uclass so that the devices like ethernet, spi, mmc etc can offload the data transfers from/to the device and memory. Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Jagan Teki <jteki@openedev.com>
Diffstat (limited to 'include/dm/uclass-id.h')
-rw-r--r--include/dm/uclass-id.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dm/uclass-id.h b/include/dm/uclass-id.h
index 73cd3ac94c..3bea30807d 100644
--- a/include/dm/uclass-id.h
+++ b/include/dm/uclass-id.h
@@ -31,6 +31,7 @@ enum uclass_id {
UCLASS_CROS_EC, /* Chrome OS EC */
UCLASS_DISK, /* Disk controller, e.g. SATA */
UCLASS_DISPLAY, /* Display (e.g. DisplayPort, HDMI) */
+ UCLASS_DMA, /* Direct Memory Access */
UCLASS_RAM, /* RAM controller */
UCLASS_ETH, /* Ethernet device */
UCLASS_GPIO, /* Bank of general-purpose I/O pins */
OpenPOWER on IntegriCloud