linux_dsm_epyc7002/Documentation/devicetree/bindings/usb
Linus Torvalds b7badd1d7a ARM: Device-tree updates
As usual, this is where the bulk of our changes end up landing each
 merge window.
 
 The individual updates are too many to enumerate, many many platforms
 have seen additions of device descriptions such that they are
 functionally more complete (in fact, this is often the bulk of updates
 we see).
 
 Instead I've mostly focused on highlighting the new platforms below as
 they are introduced. Sometimes the introduction is of mostly a fragment,
 that later gets filled in on later releases, and in some cases it's
 near-complete platform support. The latter is more common for derivative
 platforms that already has similar support in-tree.
 
 Two SoCs are slight outliers from the usual range of additions. Allwinner
 support for F1C100s, a quite old SoC (ARMv5-based) shipping in the
 Lychee Pi Nano platform. At the other end is NXP Layerscape LX2160A,
 a 16-core 2.2GHz Cortex-A72 SoC with a large amount of I/O aimed at
 infrastructure/networking.
 
 TI updates stick out in the diff stats too, in particular because they
 have moved the description of their L4 on-chip interconnect to devicetree,
 which opens up for removal of even more of their platform-specific
 'hwmod' description tables over the next few releases.
 
 SoCs:
  - Qualcomm QCS404 (4x Cortex-A53)
  - Allwinner T3 (rebranded R40) and f1c100s (armv5)
  - NXP i.MX7ULP (1x Cortex-A7 + 1x Cortex-M4)
  - NXP LS1028A (2x Cortex-A72), LX2160A (16x Cortex-A72)
 
 New platforms:
  - Rockchip: Gru Scarlet (RK3188 Tablet)
  - Amlogic: Phicomm N1 (S905D), Libretech S805-AC
  - Broadcom: Linksys EA6500 v2 Wi-Fi router (BCM4708)
  - Qualcomm: QCS404 base platform and EVB
  - Qualcomm: Remove of Arrow SD600
  - PXA: First PXA3xx DT board: Raumfeld
  - Aspeed: Facebook Backpack-CMM BMC
  - Renesas iWave G20D-Q7 (RZ/G1N)
  - Allwinner t3-cqa3t-bv3 (T3/R40) and Lichee Pi Nano (F1C100s)
  - Allwinner Emlid Neutis N5, Mapleboard MP130
  - Marvell Macchiatobin Single Shot (Armada 8040, no 10GbE)
  - i.MX: mtrion emCON-MX6, imx6ul-pico-pi, imx7d-sdb-reva
  - VF610: Liebherr's BK4 device, ZII SCU4 AIB board
  - i.MX7D PICO Hobbit baseboard
  - i.MX7ULP EVK board
  - NXP LX2160AQDS and LX2160ARDB boards
 
 Other:
  - Coresight binding updates across the board
  - CPU cooling maps updates across the board
 -----BEGIN PGP SIGNATURE-----
 
 iQJDBAABCAAtFiEElf+HevZ4QCAJmMQ+jBrnPN6EHHcFAlwqgVYPHG9sb2ZAbGl4
 b20ubmV0AAoJEIwa5zzehBx3ybAQAKAhd7XI5oY/wgdZZmxwcX+p7sU6LXeIlpWU
 XsPN1c14KU0siQv/znVA5OpF+fgn9eRqfWnMoDPlvdScTq07FM2NBmOJfVJYDPJa
 uvsll5m+84FCYanIR//YybS0tCM0b0BHoHo2DoyIxWeAwmw7BBVslddBdNg6R7hG
 S9rU9rUeqfCj7HbcPLqVn0DecMtEe7R8zmDtG1CSMqrhncifmoV4gtUnbYAg0GGT
 cSvj/zT8A1j0oJcU2Upl/Fr+7WJ7XB9pnku91nUOSXLv5VkyctLGomKq5F7O2/Xs
 2DhpH2yKwQt7S7TDiDd0jy64Of6+Xup35wEHevCeKrzGXcVRqqHwCkanLz9FdjVt
 yg4UrI/P1nY7h4ifZPplgigv+kA+IjRGiMrTRIEgSE5YK9U5AYkgembTWksRDikd
 5EpeJcMj2tBv4SDellNNtzh6GGTPBf3GJw3P9uRuxnQY/T31N2eX0XGeRikL+Lzf
 9nbQdJealmql3rCa5oFEJwSxrSaAv/ub7/294kPdEmXj8+3qUuH3hZAZOI9LSXGW
 GCuxsgccB2GF1M48x48/QpHgxb93okyXmndONZnU8uN8ba0zS4b8QLwvIY5rqv5Z
 kqD1VPBQf9kGVyzDyABRjFmGCDJcoOJf4QrzvNk9+xo8fXVk1xNtxu4MUsHvc2lS
 cU2RYWm/
 =sFVi
 -----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:
 "As usual, this is where the bulk of our changes end up landing each
  merge window.

  The individual updates are too many to enumerate, many many platforms
  have seen additions of device descriptions such that they are
  functionally more complete (in fact, this is often the bulk of updates
  we see).

  Instead I've mostly focused on highlighting the new platforms below as
  they are introduced. Sometimes the introduction is of mostly a
  fragment, that later gets filled in on later releases, and in some
  cases it's near-complete platform support. The latter is more common
  for derivative platforms that already has similar support in-tree.

  Two SoCs are slight outliers from the usual range of additions.
  Allwinner support for F1C100s, a quite old SoC (ARMv5-based) shipping
  in the Lychee Pi Nano platform. At the other end is NXP Layerscape
  LX2160A, a 16-core 2.2GHz Cortex-A72 SoC with a large amount of I/O
  aimed at infrastructure/networking.

  TI updates stick out in the diff stats too, in particular because they
  have moved the description of their L4 on-chip interconnect to
  devicetree, which opens up for removal of even more of their
  platform-specific 'hwmod' description tables over the next few
  releases.

  SoCs:
   - Qualcomm QCS404 (4x Cortex-A53)
   - Allwinner T3 (rebranded R40) and f1c100s (armv5)
   - NXP i.MX7ULP (1x Cortex-A7 + 1x Cortex-M4)
   - NXP LS1028A (2x Cortex-A72), LX2160A (16x Cortex-A72)

  New platforms:
   - Rockchip: Gru Scarlet (RK3188 Tablet)
   - Amlogic: Phicomm N1 (S905D), Libretech S805-AC
   - Broadcom: Linksys EA6500 v2 Wi-Fi router (BCM4708)
   - Qualcomm: QCS404 base platform and EVB
   - Qualcomm: Remove of Arrow SD600
   - PXA: First PXA3xx DT board: Raumfeld
   - Aspeed: Facebook Backpack-CMM BMC
   - Renesas iWave G20D-Q7 (RZ/G1N)
   - Allwinner t3-cqa3t-bv3 (T3/R40) and Lichee Pi Nano (F1C100s)
   - Allwinner Emlid Neutis N5, Mapleboard MP130
   - Marvell Macchiatobin Single Shot (Armada 8040, no 10GbE)
   - i.MX: mtrion emCON-MX6, imx6ul-pico-pi, imx7d-sdb-reva
   - VF610: Liebherr's BK4 device, ZII SCU4 AIB board
   - i.MX7D PICO Hobbit baseboard
   - i.MX7ULP EVK board
   - NXP LX2160AQDS and LX2160ARDB boards

  Other:
   - Coresight binding updates across the board
   - CPU cooling maps updates across the board"

* tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: (648 commits)
  ARM: dts: suniv: Fix improper bindings include patch
  ARM: dts: sunxi: Enable Broadcom-based Bluetooth for multiple boards
  arm64: dts: allwinner: a64: bananapi-m64: Add Bluetooth device node
  ARM: dts: suniv: Fix improper bindings include patch
  arm64: dts: Add spi-[tx/rx]-bus-width for the FSL QSPI controller
  arm64: dts: Remove unused properties from FSL QSPI driver nodes
  ARM: dts: Add spi-[tx/rx]-bus-width for the FSL QSPI controller
  ARM: dts: imx6sx-sdb: Fix the reg properties for the FSL QSPI nodes
  ARM: dts: Remove unused properties from FSL QSPI driver nodes
  arm64: dts: ti: k3-am654: Enable main domain McSPI0
  arm64: dts: ti: k3-am654: Add McSPI DT nodes
  arm64: dts: ti: k3-am654: Populate power-domain property for UART nodes
  arm64: dts: ti: k3-am654-base-board: Enable ECAP PWM
  arm64: dts: ti: k3-am65-main: Add ECAP PWM node
  arm64: dts: ti: k3-am654-base-board: Add I2C nodes
  arm64: dts: ti: am654-base-board: Add pinmux for main uart0
  arm64: dts: ti: k3-am65: Add pinctrl regions
  dt-bindings: pinctrl: k3: Introduce pinmux definitions
  ARM: dts: exynos: Specify I2S assigned clocks in proper node
  ARM: dts: exynos: Add missing CPUs in cooling maps for Odroid X2
  ...
2018-12-31 17:36:02 -08:00
..
allwinner,sun4i-a10-musb.txt dt-bindings: Remove leading zeros from bindings notation 2017-11-09 17:05:05 -06:00
am33xx-usb.txt Merge branch 'dts-fixes' into omap-for-v4.15/fixes-dt 2017-11-28 08:12:32 -08:00
amlogic,dwc3.txt dt-bindings: usb: add support for dwc3 controller on Amlogic Meson GX 2018-03-13 10:47:50 +02:00
atmel-usb.txt dt-bindings: Remove leading zeros from bindings notation 2017-11-09 17:05:05 -06:00
brcm,bcm3384-usb.txt
brcm,bdc.txt dt-bindings: usb: bdc: Add Device Tree binding for Broadcom UDC driver 2017-08-15 14:18:57 +03:00
ci-hdrc-usb2.txt usb: chipidea: imx: support configuring for active low oc signal 2018-12-11 09:13:09 +08:00
da8xx-usb.txt dt-bindings: Remove "status" from examples 2017-09-05 10:03:06 -05:00
dwc2.txt dt-bindings: usb: dwc2: add description for px30 2018-09-24 15:46:18 +02:00
dwc3-cavium.txt
dwc3-st.txt dt-bindings: Remove "status" from examples 2017-09-05 10:03:06 -05:00
dwc3-xilinx.txt dt-bindings: Remove "status" from examples 2017-09-05 10:03:06 -05:00
dwc3.txt usb: dwc3: Add disabling of start_transfer failure quirk 2018-11-26 09:06:32 +02:00
ehci-mv.txt dt-bindings: ehci-mv: add bindings 2018-09-20 13:08:30 +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 dt-bindings: Remove leading 0x from bindings notation 2017-12-06 14:56:33 -06:00
exynos-usb.txt usb: dwc3: exynos: Add support for Exynos5433 variant with all clocks 2018-10-02 10:33:01 +03:00
faraday,fotg210.txt usb: host: add DT bindings for faraday fotg2 2018-10-15 15:57:29 +02:00
fcs,fusb302.txt dt-bindings: usb: fusb302: Use usb-connector bindings for configuration 2018-09-20 12:56:02 +02:00
fsl-usb.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
generic.txt usb: of: add functions to bind a companion controller 2017-03-17 13:24:48 +09:00
gr-udc.txt
hisilicon,histb-xhci.txt dt-bindings: usb: add bindings doc for HiSilicon STB xHCI host controller 2018-05-24 18:03:07 +02:00
iproc-udc.txt dt-bindings: usb: DT bindings documentation for Broadcom IPROC USB Device controller. 2017-06-13 13:21:02 +03:00
isp1301.txt dt-bindings: Remove "status" from examples 2017-09-05 10:03:06 -05:00
keystone-usb.txt DeviceTree updates for 4.14: 2017-09-07 14:43:33 -07:00
lpc32xx-udc.txt
maxim,max3421.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
mediatek,mtk-xhci.txt dt-bindings: usb: add the documentation for USB HCDs 2018-03-09 09:43:52 -08:00
mediatek,mtu3.txt dt-bindings: usb: add the documentation for USB HCDs 2018-03-09 09:43:52 -08:00
msm-hsusb.txt
npcm7xx-usb.txt dt-bindings: usb: new ehci-npcm7xx dt 2018-06-25 21:59:15 +08:00
nvidia,tegra20-ehci.txt
nvidia,tegra124-xusb.txt dt-bindings: usb: xhci-tegra: Add power-domain details 2018-11-08 12:48:22 +01:00
octeon-usb.txt
ohci-da8xx.txt dt-bindings: Remove leading zeros from bindings notation 2017-11-09 17:05:05 -06:00
ohci-nxp.txt
ohci-omap3.txt
ohci-st.txt dt-bindings: Remove leading 0x from bindings notation 2017-12-06 14:56:33 -06:00
omap-usb.txt
pxa-usb.txt
qcom,dwc3.txt dt-bindings: usb: Update documentation for Qualcomm DWC3 driver 2018-05-15 10:20:12 +03:00
renesas_usb3.txt dt-bindings: usb: renesas_usb3: add bindings for r8a77990 2018-10-05 10:49:45 +03:00
renesas_usbhs.txt dt-bindings: usb: renesas_usbhs: Add support for r8a7744 2018-10-02 12:05:30 -07:00
richtek,rt1711h.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
rockchip,dwc3.txt usb: dwc3: rockchip: Fix PHY documentation links. 2018-07-20 08:16:41 -06: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 dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
spear-usb.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
twlxxxx-usb.txt
typec-tcpci.txt dt-bindings: usb: add documentation for typec port controller(TCPCI) 2018-06-28 19:49:47 +09:00
udc-xilinx.txt
ulpi.txt usb: ulpi: Support device discovery via DT 2017-01-20 11:24:06 +08:00
usb251xb.txt usb: usb251xb: Update usb251xb bindings 2017-11-01 17:14:21 +01:00
usb3503.txt dt-bindings: Remove leading zeros from bindings notation 2017-11-09 17:05:05 -06:00
usb4604.txt
usb-device.txt dt-bindings: usb: add interface binding 2017-11-28 15:12:38 +01:00
usb-ehci.txt dt-bindings: usb: ehci: Add clocks description for R-Car Gen3 2018-09-20 13:13:56 +02:00
usb-hcd.txt dt-bindings: usb: add the documentation for USB HCDs 2018-03-09 09:43:52 -08:00
usb-nop-xceiv.txt dt-bindings: usb: add #phy-cells to usb-nop-xceiv 2017-11-13 16:50:01 -06:00
usb-ohci.txt dt-bindings: usb: ohci: Add clocks description for R-Car Gen3 2018-09-20 13:13:56 +02:00
usb-uhci.txt dt-bindings: usb: add the documentation for USB HCDs 2018-03-09 09:43:52 -08:00
usb-xhci.txt dt-bindings: usb-xhci: Document r8a7744 support 2018-10-02 12:05:30 -07:00
usbmisc-imx.txt dt-bindings: Remove leading zeros from bindings notation 2017-11-09 17:05:05 -06:00
ux500-usb.txt