linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] [PART 4/4] USB: ohci-da8xx: Add DT support
@ 2016-11-08 18:58 Axel Haslam
  2016-11-08 18:58 ` [PATCH 1/3] USB: ohci: da8xx: Add devicetree bindings Axel Haslam
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Axel Haslam @ 2016-11-08 18:58 UTC (permalink / raw)
  To: gregkh, stern, nsekhar, khilman, david, robh+dt
  Cc: linux-usb, linux-kernel, linux-arm-kernel, devicetree, Axel Haslam

This series defines the bindings and adds device tree support
for the davinci OHCI driver.

DEPENDENCIES:
1. [PATCH 0/3] fix ohci phy name
https://lkml.org/lkml/2016/11/2/208
2. [PATCH/RFC v2 0/3] regulator: handling of error conditions for usb drivers
https://lkml.org/lkml/2016/11/3/188
3. [PATCH v4 0/3] [PART 1/4] USB: ohci-da8xx: Allow a regulator for VBUS and over current
4. [PATCH 0/3] [PART 2/4] ARM: davinci: OHCI: Use a regulator instead of callbacks
5. [PATCH 0/2] [PART 3/4] USB: ohci-da8xx: Remove platform callbacks

A branch with all the dependencies can be found here:
https://github.com/axelhaslamx/linux-axel/commits/ohci-da8xx-dt-v4


Axel Haslam (3):
  USB: ohci: da8xx: Add devicetree bindings
  USB: ohci: da8xx: Allow probing from DT
  ARM: dts: da850: add usb device node

 .../devicetree/bindings/usb/ohci-da8xx.txt         | 39 ++++++++++++++++++++++
 arch/arm/boot/dts/da850-lcdk.dts                   |  8 +++++
 arch/arm/boot/dts/da850.dtsi                       |  8 +++++
 drivers/usb/host/ohci-da8xx.c                      |  8 +++++
 4 files changed, 63 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/usb/ohci-da8xx.txt

-- 
2.10.1

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

end of thread, other threads:[~2016-11-08 20:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-08 18:58 [PATCH 0/3] [PART 4/4] USB: ohci-da8xx: Add DT support Axel Haslam
2016-11-08 18:58 ` [PATCH 1/3] USB: ohci: da8xx: Add devicetree bindings Axel Haslam
2016-11-08 18:58 ` [PATCH 2/3] USB: ohci: da8xx: Allow probing from DT Axel Haslam
2016-11-08 18:58 ` [PATCH 3/3] ARM: dts: da850: add usb device node Axel Haslam
2016-11-08 20:34   ` kbuild test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).