[U-Boot] [PATCH v4 0/2] usb:gadget:s5p USB Device Controller (UDC) implementation
Lukasz Majewski
l.majewski at samsung.com
Mon Oct 17 13:47:22 CEST 2011
This patch series adds support for Samsung's USB Device Controller (UDC)
on GONI reference target.
Lukasz Majewski (2):
usb:gadget:s5p USB Device Controller (UDC) implementation
usb:gadget:s5p Enabling the USB Gadget framework at GONI
arch/arm/include/asm/arch-s5pc1xx/cpu.h | 4 +
arch/arm/include/asm/arch-s5pc1xx/hs_otg.h | 32 +
board/samsung/goni/goni.c | 47 +-
drivers/usb/gadget/Makefile | 4 +
drivers/usb/gadget/regs-otg.h | 209 ++++
drivers/usb/gadget/s3c_udc_otg.c | 888 +++++++++++++++++
drivers/usb/gadget/s3c_udc_otg_xfer_dma.c | 1449 ++++++++++++++++++++++++++++
include/configs/s5p_goni.h | 3 +
include/usb/lin_gadget_compat.h | 62 ++
include/usb/s3c_udc.h | 165 ++++
10 files changed, 2862 insertions(+), 1 deletions(-)
create mode 100644 arch/arm/include/asm/arch-s5pc1xx/hs_otg.h
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