[U-Boot] [PATCH v3 0/2] usb:gadget:s5p USB Device Controller (UDC) implementation

Lukasz Majewski l.majewski at samsung.com
Thu Sep 1 11:35:04 CEST 2011


This patch series adds support for Samsung's USB Device Controller (UDC)
on GONI reference target. 

---
Depend on:
http://patchwork.ozlabs.org/patch/112847/

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                  |   45 +-
 drivers/usb/gadget/Makefile                |    4 +
 drivers/usb/gadget/regs-otg.h              |  209 ++++
 drivers/usb/gadget/s3c_udc_otg.c           |  894 +++++++++++++++++
 drivers/usb/gadget/s3c_udc_otg_xfer_dma.c  | 1449 ++++++++++++++++++++++++++++
 include/configs/s5p_goni.h                 |    3 +
 include/usb/lin_gadget_compat.h            |   69 ++
 include/usb/s3c_udc.h                      |  160 +++
 10 files changed, 2868 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