summaryrefslogtreecommitdiffstats
path: root/include/usb
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2014-02-06 02:43:45 +0100
committerMarek Vasut <marex@denx.de>2014-02-06 04:48:15 +0100
commitf016f8ca3d503af004a649de1c704d5ddf3def22 (patch)
tree097147112be45883bd473a3955595e55a4353423 /include/usb
parentfc2d5d04e1ebfd5ed5bc031938573d3a19413b7b (diff)
downloadtalos-obmc-uboot-f016f8ca3d503af004a649de1c704d5ddf3def22.tar.gz
talos-obmc-uboot-f016f8ca3d503af004a649de1c704d5ddf3def22.zip
usb: mv_udc: Rename to ci_udc
The mv_udc is not marvell-specific anymore. The mv_udc is used to drive generic ChipIdea CI13xxx series OTG cores, so rename the driver to ci_udc instead. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Eric Nelson <eric.nelson@boundarydevices.com> Cc: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'include/usb')
-rw-r--r--include/usb/ci_udc.h (renamed from include/usb/mv_udc.h)6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/usb/mv_udc.h b/include/usb/ci_udc.h
index f6c7b5e898..0dee50461e 100644
--- a/include/usb/mv_udc.h
+++ b/include/usb/ci_udc.h
@@ -6,9 +6,9 @@
*/
-#ifndef __MV_UDC_H__
-#define __MV_UDC_H__
+#ifndef __CI_UDC_H__
+#define __CI_UDC_H__
#define EP_MAX_PACKET_SIZE 0x200
#define EP0_MAX_PACKET_SIZE 64
-#endif /* __MV_UDC_H__ */
+#endif /* __CI_UDC_H__ */
OpenPOWER on IntegriCloud