linux/Documentation/devicetree/bindings/usb
Linus Torvalds 85d604902e ARM: Device-tree updates
Device-tree continues to see lots of updates. The majority of patches
 here are smaller changes for new hardware on existing platforms, and
 there are a few larger changes worth pointing out.
 
 Major new platforms:
 
  - Gemini has been ported to DT, so a handful of "new" platforms moved over
    from board files
  - Rockchip RK3288 support for Tinkerboard and Phytec phyCORE-RK3288 SoM and RDK
  - A bunch of embedded platforms, several Linksys platforms, Synology DS116,
  - Motorola Droid4 (really old OMAP-based phone) support is added.
 
 Some refactorings, i.e. Allwinner H3/H5 support is commonalized.
 
 And lots of smaller changes, cleanups, etc. See shortlog for more description
 
 We're adding ability to cross-include DT files between arm and arm64,
 by creating appropriate links in the dt-include directory, and using arm/
 and arm64/ as include prefixes. This will avoid other local hacks such as
 per-file links between the two arch trees (this broke for external mirroring
 of DT contents). Now they can just provide their own appropriate dt-include
 hierarcy per platform.
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1
 
 iQIcBAABAgAGBQJZEAoxAAoJEIwa5zzehBx3li8P/iIMy0HmGuJ0JsTldMk4kgkM
 1Ci/gcgKYn43m68RwvZCwkBxVibqCdMbBtLHCUt3ScGIYdj6mUG8axRHvFW/tsGf
 BP0Y5pxm7l1BlHOKed97bJUeMyqqG13szzS7aB5L6cyZt41lAAkpCx4OFAuIlaxo
 XM1v2xRSxqSf/zp4px83qX2hdHIpe4ZGlDiNh8rCBBnKMY4PqhK0V7TFLPOKbFnr
 stIvD1TpvzacN67JVo1En0rCFgXSCwJ+CTumAOIx4tflV48ymY5THRNtI1ogFosc
 1IfOxnC9DyRVM2ubFF7/ZLFbmn5KHu6ZwPLN+8Wl2McbT96PAtJ3h/zgTnuk4Tvf
 GaAfqcyAXFeiZGU+bkkGiaQwXRDBroxVuNFTgERNgF70GUrDpBzd3tJO2rx7oZCS
 Rj2QvKfBDBr9g5ldVGjOBIq/G9DeN5TtR6gyr/hCS/nm0NlYQ90Pzing0Nj8PDC9
 /AOa4k4wUWo/oaFucBEeATCxto3TKpmBuP1I31sWG8StKVSJbIek2dSMcWSVFrG5
 6/pzmuE4C7ZlshcFAUOeHxMVjBhTya5mDZQgZhCAnwhVMzrrpMTHTi27nbWcv/k8
 9TH+ig5DoKL65FFE92ZkEb4S47SaD2+qKjEzJMDNQzc5WuY4l7pfDQoSn3YLjzKZ
 xSKQEsmyOW0/0v8ecDKP
 =v6w6
 -----END PGP SIGNATURE-----

Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc

Pull ARM Device-tree updates from Olof Johansson:
 "Device-tree continues to see lots of updates. The majority of patches
  here are smaller changes for new hardware on existing platforms, and
  there are a few larger changes worth pointing out.

  Major new platforms:

   - Gemini has been ported to DT, so a handful of "new" platforms moved
     over from board files

   - Rockchip RK3288 support for Tinkerboard and Phytec phyCORE-RK3288
     SoM and RDK

   - A bunch of embedded platforms, several Linksys platforms, Synology
     DS116,

   - Motorola Droid4 (really old OMAP-based phone) support is added.

  Some refactorings, i.e. Allwinner H3/H5 support is commonalized.

  And lots of smaller changes, cleanups, etc. See shortlog for more
  description

  We're adding ability to cross-include DT files between arm and arm64,
  by creating appropriate links in the dt-include directory, and using
  arm/ and arm64/ as include prefixes. This will avoid other local hacks
  such as per-file links between the two arch trees (this broke for
  external mirroring of DT contents). Now they can just provide their
  own appropriate dt-include hierarcy per platform"

* tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: (349 commits)
  ARM: dts: exynos: Use - instead of @ for DT OPP entries
  arm: spear6xx: add DT description of the ADC on SPEAr600
  arm: spear6xx: remove unneeded pinctrl properties in spear600-evb
  arm: spear6xx: switch spear600-evb to the new flash partition DT binding
  arm: spear6xx: fix spaces in spear600-evb.dts
  arm: spear6xx: use node labels in spear600-evb.dts
  arm: spear6xx: add labels to various nodes in spear600.dtsi
  ARM: dts: vexpress: fix few unit address format warnings
  ARM: dts: at91: sama5d3_xplained: not all ADC channels are available
  ARM: dts: at91: sama5d3_xplained: fix ADC vref
  ARM: dts: at91: add envelope detector mux to the Axentia TSE-850
  ARM: dts: armada-38x: label USB and SATA nodes
  ARM: dts: imx6q-utilite-pro: add hpd gpio
  ARM: dts: imx6qp-sabresd: Set reg_arm regulator supply
  ARM: dts: imx6qdl-sabresd: Set LDO regulator supply
  ARM: dts: imx: add Gateworks Ventana GW5903 support
  ARM: dts: i.MX25: add AIPS control registers
  ARM: dts: imx7-colibri: add Carrier Board 3.3V/5V regulators
  ARM: dts: imx7-colibri: remove 1.8V fixed regulator
  ARM: dts: imx7-colibri: allow to disable Ethernet rail
  ...
2017-05-09 09:54:39 -07:00
..
allwinner,sun4i-a10-musb.txt usb: musb: sunxi: add support for the variant in H3/V3s SoC 2017-02-03 10:05:11 +01:00
am33xx-usb.txt
atmel-usb.txt dt-bindings: usb: atmel: fix a couple of copy-paste style typos 2016-10-20 17:34:18 +02:00
brcm,bcm3384-usb.txt dt-bindings: brcm: rationalize Broadcom documentation naming 2015-03-26 12:14:11 -05:00
ci-hdrc-usb2.txt doc: usb: ci-hdrc-usb2: add property over-current-active-high 2016-09-14 10:58:13 +08:00
da8xx-usb.txt dt/bindings: Add binding for the DA8xx MUSB driver 2016-11-21 17:35:36 +01:00
dwc2.txt dt-bindings: Document the STM32 USB OTG DWC2 core binding 2017-04-03 10:28:25 +02:00
dwc3-cavium.txt usb: dwc3: of-simple: add compatible for Cavium 2016-09-13 09:28:59 +03:00
dwc3-st.txt Documentation: usb: fix wrong documentation paths 2017-01-24 11:04:11 +02:00
dwc3-xilinx.txt usb: doc: dwc3-xilinx: Add devicetree bindings 2015-12-15 09:12:41 -06:00
dwc3.txt Documentation: dt: dwc3: add reference to the usb-xhci properties 2017-01-24 11:04:11 +02:00
ehci-omap.txt Documentation: ehci-omap: remove the unnecessary newline 2017-01-09 10:19:14 -06:00
ehci-orion.txt usb: orion-ehci: Add support for the Armada 3700 2017-03-17 13:32:59 +09:00
ehci-st.txt Documentation: usb: fix wrong documentation paths 2017-01-24 11:04:11 +02:00
exynos-usb.txt usb: dwc3: exynos: Add provision for AXI UpScaler clock on exynos7 2014-11-21 09:07:29 -06:00
fsl-usb.txt powerpc/fsl: Add/update miscellaneous missing binding 2014-03-19 18:09:40 -05:00
generic.txt usb: of: add functions to bind a companion controller 2017-03-17 13:24:48 +09:00
gr-udc.txt usb: gadget: gr_udc: Expand devicetree documentation 2014-04-21 14:07:26 -05:00
isp1301.txt
keystone-usb.txt
lpc32xx-udc.txt
msm-hsusb.txt usb: phy: msm: Add D+/D- lines route control 2015-07-30 11:43:36 -05:00
mt8173-mtu3.txt USB: changes for v4.11 2017-01-26 15:36:28 +01:00
mt8173-xhci.txt USB: changes for v4.11 2017-01-26 15:36:28 +01:00
nvidia,tegra20-ehci.txt Documentation: DT bindings: add more Tegra chip compatible strings 2015-02-03 20:37:31 -06:00
nvidia,tegra124-xusb.txt dt-bindings: usb: Fix Tegra XUSB example 2016-07-01 14:48:29 +02:00
octeon-usb.txt Documentation/devicetree: document OCTEON USB bindings 2015-12-09 15:30:00 -06:00
ohci-da8xx.txt USB: ohci: da8xx: Add devicetree bindings 2016-11-29 17:31:36 +01:00
ohci-nxp.txt
ohci-omap3.txt ARM: dts: Update echi-omap DT binding example usage 2014-03-04 10:46:33 -08:00
ohci-st.txt usb: host: ohci-st: Add ohci-st devicetree bindings documentation 2014-09-23 21:35:50 -07:00
omap-usb.txt doc: Add "ti,am437x-dwc3" comaptible for dwc3 glue 2014-05-06 10:19:49 -07:00
pxa-usb.txt usb: gadget: pxa27x_udc device-tree documentation 2014-11-03 10:01:17 -06:00
qcom,dwc3.txt Documentation: usb: fix wrong documentation paths 2017-01-24 11:04:11 +02:00
renesas_usb3.txt usb: gadget: renesas_usb3: add support for Renesas USB3.0 peripheral controller 2015-12-22 21:58:15 -06:00
renesas_usbhs.txt usb: renesas_usbhs: add a compatible string for r8a7796 2016-08-31 10:05:46 +03:00
rockchip,dwc3.txt usb: dwc3: rockchip: add devicetree bindings documentation 2016-08-25 12:13:12 +03:00
s3c2410-usb.txt dt-bindings: usb: add DT binding for s3c2410 USB OHCI controller 2016-11-29 17:31:36 +01:00
samsung-hsotg.txt
spear-usb.txt
twlxxxx-usb.txt power: twl4030_charger: find associated phy by more reliable means. 2015-05-26 10:44:06 -05:00
udc-xilinx.txt usb: doc: udc-xilinx: Add devicetree bindings 2014-09-12 09:12:40 -05:00
ulpi.txt usb: ulpi: Support device discovery via DT 2017-01-20 11:24:06 +08:00
usb251xb.txt doc: dt-bindings: usb251xb: mark reg as required 2017-03-09 10:34:16 +01:00
usb3503.txt usb: misc: usb3503: Describe better how to bind clock to the hub 2015-12-09 15:29:46 -06:00
usb4604.txt usb: misc: Add driver for usb4604 2016-08-09 15:49:01 +02:00
usb-device.txt USB: core: let USB device know device node 2016-03-05 12:05:01 -08:00
usb-ehci.txt USB: ehci-platform: support EHCIs with transaction translator 2015-05-24 09:29:36 -07:00
usb-nop-xceiv.txt usb: phy: nop: device tree documentation for vbus 2015-01-12 12:13:29 -06:00
usb-ohci.txt ohci-platform: Add support for controllers with multiple reset lines 2016-06-07 22:21:41 -07:00
usb-uhci.txt
usb-xhci.txt usb: host: xhci-plat: enable BROKEN_PED quirk if platform requested 2017-01-25 10:57:35 +01:00
usbmisc-imx.txt doc: usb: usbmisc-imx: add imx7d compatible string 2016-09-14 10:58:13 +08:00
ux500-usb.txt