[U-Boot] [PATCH v5 0/3] usb:gadget:s5p USB Device Controller (UDC) implementation
Lukasz Majewski
l.majewski at samsung.com
Thu Oct 27 10:36:45 CEST 2011
This patch series adds support for Samsung's USB Device Controller (UDC)
on GONI/Universal C210 reference targets.
Lukasz Majewski (3):
usb:gadget:s5p USB Device Controller (UDC) implementation
usb:gadget:s5p Enable the USB Gadget framework at GONI
usb:gadget:s5p Enable the USB Gadget framework at C210 Universal
arch/arm/include/asm/arch-s5pc1xx/cpu.h | 4 +
arch/arm/include/asm/arch-s5pc2xx/cpu.h | 3 +
board/samsung/goni/goni.c | 48 +-
board/samsung/universal_c210/universal.c | 48 +
drivers/usb/gadget/Makefile | 4 +
drivers/usb/gadget/regs-otg.h | 271 ++++++
drivers/usb/gadget/s3c_udc_otg.c | 892 ++++++++++++++++++
drivers/usb/gadget/s3c_udc_otg_xfer_dma.c | 1444 +++++++++++++++++++++++++++++
include/configs/s5p_goni.h | 3 +
include/configs/s5pc210_universal.h | 4 +
include/usb/lin_gadget_compat.h | 62 ++
include/usb/s3c_udc.h | 175 ++++
12 files changed, 2957 insertions(+), 1 deletions(-)
create mode 100644 drivers/usb/gadget/regs-otg.h
create mode 100644 drivers/usb/gadget/s3c_udc_otg.c
create mode 100644 drivers/usb/gadget/s3c_udc_otg_xfer_dma.c
create mode 100644 include/usb/lin_gadget_compat.h
create mode 100644 include/usb/s3c_udc.h
--
1.7.2.3
More information about the U-Boot
mailing list