Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1539619

[PATCH 0/2] usb: gadget: s3c2410: add device tree support

From Sergio Prado <sergio.prado@e-labworks.com>
Newsgroups linux.kernel
Subject [PATCH 0/2] usb: gadget: s3c2410: add device tree support
Date 2016-12-09 20:10 +0100
Message-ID <sMyIp-77f-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


This series adds support for configuring Samsung's s3c2410 and
compatible USB device controller via devicetree.

Tested on FriendlyARM mini2440, based on s3c2440 SoC.

Sergio Prado (2):
  dt-bindings: usb: add DT binding for s3c2410 USB device controller
  usb: gadget: s3c2410: allow probing from device tree

 .../devicetree/bindings/usb/s3c2410-usb.txt        |  28 ++++
 drivers/usb/gadget/udc/s3c2410_udc.c               | 142 +++++++++++++++++----
 drivers/usb/gadget/udc/s3c2410_udc.h               |   4 +
 3 files changed, 151 insertions(+), 23 deletions(-)

-- 
1.9.1

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/2] usb: gadget: s3c2410: add device tree support Sergio Prado <sergio.prado@e-labworks.com> - 2016-12-09 20:10 +0100
  [PATCH 2/2] usb: gadget: s3c2410: allow probing from device tree Sergio Prado <sergio.prado@e-labworks.com> - 2016-12-09 20:10 +0100
  [PATCH 1/2] dt-bindings: usb: add DT binding for s3c2410 USB device controller Sergio Prado <sergio.prado@e-labworks.com> - 2016-12-09 20:10 +0100
    Re: [PATCH 1/2] dt-bindings: usb: add DT binding for s3c2410 USB  device controller Rob Herring <robh@kernel.org> - 2016-12-13 20:00 +0100
      Re: [PATCH 1/2] dt-bindings: usb: add DT binding for s3c2410 USB  device controller Sergio Prado <sergio.prado@e-labworks.com> - 2016-12-17 14:00 +0100

csiph-web