All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [RESEND PATCH 0/5] usb:udc:composite: Samsung's UDC cleanup and composite gadget implementation
@ 2012-05-02 11:11 Lukasz Majewski
  2012-05-02 11:11 ` [U-Boot] [RESEND PATCH 1/5] usb:udc: Remove duplicated USB definitions from include/linux/usb/ch9.h file Lukasz Majewski
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Lukasz Majewski @ 2012-05-02 11:11 UTC (permalink / raw)
  To: u-boot

This patch serie has been created as a combination of several patches previously
sent to u-boot mailing list:

- Duplicated USB code has been removed.
- Samsung's UDC driver has been cleaned up -> DEBUG_ macros have been replaced
with debug_cond() calls.
- Version v4. of composite gadget implementation for u-boot.

Those patches have been rebased on top of u-boot-usb/master.

Lukasz Majewski (5):
  usb:udc: Remove duplicated USB definitions from
    include/linux/usb/ch9.h file
  usb:udc:samsung:cleanup Replace DEBUG_* macros with debug_cond()
    calls
  usb:gadget:composite USB composite gadget support
  usb:gadget:composite: Support for composite at gadget.h
  usb:udc:samsung Add functions for storing private gadget data in UDC
    driver

 drivers/usb/gadget/composite.c            | 1082 +++++++++++++++++++++++++++++
 drivers/usb/gadget/config.c               |    1 +
 drivers/usb/gadget/epautoconf.c           |    1 +
 drivers/usb/gadget/ether.c                |    1 +
 drivers/usb/gadget/s3c_udc_otg.c          |   53 +-
 drivers/usb/gadget/s3c_udc_otg_xfer_dma.c |  287 +++++---
 drivers/usb/gadget/usbstring.c            |    1 +
 include/linux/usb/ch9.h                   |   67 --
 include/linux/usb/composite.h             |  350 ++++++++++
 include/linux/usb/gadget.h                |    6 +
 include/usb/lin_gadget_compat.h           |   24 +-
 include/usb/s3c_udc.h                     |   49 +--
 12 files changed, 1668 insertions(+), 254 deletions(-)
 create mode 100644 drivers/usb/gadget/composite.c
 create mode 100644 include/linux/usb/composite.h

-- 
1.7.2.3

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2012-05-02 15:49 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-02 11:11 [U-Boot] [RESEND PATCH 0/5] usb:udc:composite: Samsung's UDC cleanup and composite gadget implementation Lukasz Majewski
2012-05-02 11:11 ` [U-Boot] [RESEND PATCH 1/5] usb:udc: Remove duplicated USB definitions from include/linux/usb/ch9.h file Lukasz Majewski
2012-05-02 11:11 ` [U-Boot] [RESEND PATCH 2/5] usb:udc:samsung:cleanup Replace DEBUG_* macros with debug_cond() calls Lukasz Majewski
2012-05-02 11:11 ` [U-Boot] [RESEND PATCH 3/5] usb:gadget:composite USB composite gadget support Lukasz Majewski
2012-05-02 13:25   ` Marek Vasut
2012-05-02 15:47   ` [U-Boot] [RESEND++ " Lukasz Majewski
2012-05-02 15:49     ` Marek Vasut
2012-05-02 11:11 ` [U-Boot] [RESEND PATCH 4/5] usb:gadget:composite: Support for composite at gadget.h Lukasz Majewski
2012-05-02 11:11 ` [U-Boot] [RESEND PATCH 5/5] usb:udc:samsung Add functions for storing private gadget data in UDC driver Lukasz Majewski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.