linux_dsm_epyc7002/arch/arm/boot/dts
Linus Torvalds 6419945e33 This time we have a good set of changes to the core framework that do some
general cleanups, but nothing too major. The majority of the diff goes to
 two SoCs, Actions Semi and Qualcomm. A brand new driver is introduced for
 Actions Semi so it takes up some lines to add all the different types, and
 the Qualcomm diff is there because we add support for two SoCs and it's quite
 a bit of data.
 
 Otherwise the big driver updates are on TI Davinci and Amlogic platforms. And
 then the long tail of driver updates for various fixes and stuff follows
 after that.
 
 Core:
  - debugfs cleanups removing error checking and an unused provider API
  - Removal of a clk init typedef that isn't used
  - Usage of match_string() to simplify parent string name matching
  - OF clk helpers moved to their own file (linux/of_clk.h)
  - Make clk warnings more readable across kernel versions
 
 New Drivers:
  - Qualcomm SDM845 GCC and Video clk controllers
  - Qualcomm MSM8998 GCC
  - Actions Semi S900 SoC support
  - Nuvoton npcm750 microcontroller clks
  - Amlogic axg AO clock controller
 
 Removed Drivers:
  - Deprecated Rockchip clk-gate driver
 
 Updates:
  - debugfs functions stopped checking return values
  - Support for the MSIOF module clocks on Rensas R-Car M3-N
  - Support for the new Rensas RZ/G1C and R-Car E3 SoCs
  - Qualcomm GDSC, RCG, and PLL updates for clk changes in new SoCs
  - Berlin and Amlogic SPDX tagging
  - Usage of of_clk_get_parent_count() in more places
  - Proper implementation of the CDEV1/2 clocks on Tegra20
  - Allwinner H6 PRCM clock support and R40 EMAC support
  - Add critical flag to meson8b's fdiv2 as temporary fixup for ethernet
  - Round closest support for meson's mpll driver
  - Support for meson8b nand clocks and gxbb video decoder clocks
  - Mediatek mali clks
  - STM32MP1 fixes
  - Uniphier LD11/LD20 stream demux system clock
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCgAdFiEE9L57QeeUxqYDyoaDrQKIl8bklSUFAlsWxugACgkQrQKIl8bk
 lSVs2A/9HOMsWeiYx1MESrXw6N2UknWeqeT/b1v8L/VOiptJg+OTExPbzmSylngv
 AXJAfIkCpguSMh9b310pA3DAzk5docmbQ4zL977yY+KXmOcDooCd34aG5a+tB3ie
 ugC8T2bQLrJdMp3hsqaKZsYzqe7LoW2NJgoliXDMA/QUBLpvHq+fcu2zOawingTA
 GNc3LGqP5Op7p09aPK30gtQNqLK5qGpHASa/AY7Y0PXlUeTZ8rmF06fcEAg5shkC
 CT57Zy2rSFB2RorEJarYXDPLRHMw/jxXtpMVXEy7zuz/3ajvvRiZDHv75+NaBru9
 hDt1rzslzexEN4fYzj4AtGYRKyBrHbDaxG1qdIWPWVyoE0CEb+dZ1gH7/Ski5r+s
 z5D28NogC0T0sey6yWssyG3RLvkPJ5nxUhL++siHm1lbyo16LmhB1+nFvxrlzmBB
 0V1xqEa7feYpD+JD66lJFb5ornHLwGtVYBpeiY+hrDR3ddWEe1IxaYGR2p9nHwSS
 Us/ZQdHIYBVEqoo3+BWnTn+HSQzmd/sqHqWnLlVWUHoomm5nXx18PeS87vFbcPv9
 dMr+FFJ3Elubzcy5UZJPfNw+pb+teE7tYGQkQ3nbLRxT1YZOoIJZJDqNKxM1cgne
 6c/VXJMEyBBn/w7Iru/3eWCZVQJGlmYS47DFDzduFvd3LMfmKIM=
 =KK/v
 -----END PGP SIGNATURE-----

Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux

Pull clk updates from Stephen Boyd:
 "This time we have a good set of changes to the core framework that do
  some general cleanups, but nothing too major. The majority of the diff
  goes to two SoCs, Actions Semi and Qualcomm. A brand new driver is
  introduced for Actions Semi so it takes up some lines to add all the
  different types, and the Qualcomm diff is there because we add support
  for two SoCs and it's quite a bit of data.

  Otherwise the big driver updates are on TI Davinci and Amlogic
  platforms. And then the long tail of driver updates for various fixes
  and stuff follows after that.

  Core:
   - debugfs cleanups removing error checking and an unused provider API
   - Removal of a clk init typedef that isn't used
   - Usage of match_string() to simplify parent string name matching
   - OF clk helpers moved to their own file (linux/of_clk.h)
   - Make clk warnings more readable across kernel versions

  New Drivers:
   - Qualcomm SDM845 GCC and Video clk controllers
   - Qualcomm MSM8998 GCC
   - Actions Semi S900 SoC support
   - Nuvoton npcm750 microcontroller clks
   - Amlogic axg AO clock controller

  Removed Drivers:
   - Deprecated Rockchip clk-gate driver

  Updates:
   - debugfs functions stopped checking return values
   - Support for the MSIOF module clocks on Rensas R-Car M3-N
   - Support for the new Rensas RZ/G1C and R-Car E3 SoCs
   - Qualcomm GDSC, RCG, and PLL updates for clk changes in new SoCs
   - Berlin and Amlogic SPDX tagging
   - Usage of of_clk_get_parent_count() in more places
   - Proper implementation of the CDEV1/2 clocks on Tegra20
   - Allwinner H6 PRCM clock support and R40 EMAC support
   - Add critical flag to meson8b's fdiv2 as temporary fixup for ethernet
   - Round closest support for meson's mpll driver
   - Support for meson8b nand clocks and gxbb video decoder clocks
   - Mediatek mali clks
   - STM32MP1 fixes
   - Uniphier LD11/LD20 stream demux system clock"

* tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux: (134 commits)
  clk: qcom: Export clk_fabia_pll_configure()
  clk: bcm: Update and add Stingray clock entries
  dt-bindings: clk: Update Stingray binding doc
  clk-si544: Properly round requested frequency to nearest match
  clk: ingenic: jz4770: Add 150us delay after enabling VPU clock
  clk: ingenic: jz4770: Enable power of AHB1 bus after ungating VPU clock
  clk: ingenic: jz4770: Modify C1CLK clock to disable CPU clock stop on idle
  clk: ingenic: jz4770: Change OTG from custom to standard gated clock
  clk: ingenic: Support specifying "wait for clock stable" delay
  clk: ingenic: Add support for clocks whose gate bit is inverted
  clk: use match_string() helper
  clk: bcm2835: use match_string() helper
  clk: Return void from debug_init op
  clk: remove clk_debugfs_add_file()
  clk: tegra: no need to check return value of debugfs_create functions
  clk: davinci: no need to check return value of debugfs_create functions
  clk: bcm2835: no need to check return value of debugfs_create functions
  clk: no need to check return value of debugfs_create functions
  clk: imx6: add EPIT clock support
  clk: mvebu: use correct bit for 98DX3236 NAND
  ...
2018-06-09 12:06:24 -07:00
..
aks-cdu.dts
alphascale-asm9260-devkit.dts
alphascale-asm9260.dtsi
alpine-db.dts
alpine.dtsi
am33xx-clocks.dtsi ARM: dts: am33xx: add clkctrl nodes 2017-12-11 08:28:36 -08:00
am33xx.dtsi ARM: dts: am33xx: add emif interrupt info 2018-03-01 10:21:02 -08:00
am35xx-clocks.dtsi
am43x-epos-evm.dts ARM: dts: am43xx: Enable dual-role mode for USB1 2018-03-20 07:26:00 -07:00
am43xx-clocks.dtsi ARM: dts: am43xx: add clkctrl nodes 2017-12-11 08:28:37 -08:00
am57xx-beagle-x15-common.dtsi ARM: dts: am57xx-beagle-x15: Add "vqmmc-supply" property for mmc2 2018-02-28 14:27:10 -08:00
am57xx-beagle-x15-revb1.dts
am57xx-beagle-x15-revc.dts
am57xx-beagle-x15.dts
am57xx-cl-som-am57x.dts
am57xx-commercial-grade.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
am57xx-idk-common.dtsi ARM: dts: am57xx-idk: Select pull down for mmc1_clk line in default mode 2018-02-28 14:27:15 -08:00
am57xx-industrial-grade.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
am57xx-sbc-am57x.dts
am335x-baltos-ir2110.dts
am335x-baltos-ir3220.dts
am335x-baltos-ir5221.dts
am335x-baltos-leds.dtsi
am335x-baltos.dtsi
am335x-base0033.dts
am335x-bone-common.dtsi ARM: dts: am33xx: add clkctrl nodes 2017-12-11 08:28:36 -08:00
am335x-bone.dts
am335x-boneblack-common.dtsi
am335x-boneblack-wireless.dts
am335x-boneblack.dts
am335x-boneblue.dts ARM: dts: use 'atmel' as at24 manufacturer in am335x-boneblue 2018-02-14 09:26:11 -08:00
am335x-bonegreen-common.dtsi
am335x-bonegreen-wireless.dts
am335x-bonegreen.dts
am335x-chiliboard.dts
am335x-chilisom.dtsi
am335x-cm-t335.dts
am335x-evm.dts ARM: dts: am33xx: add clkctrl nodes 2017-12-11 08:28:36 -08:00
am335x-evmsk.dts ARM: dts: am33xx: add clkctrl nodes 2017-12-11 08:28:36 -08:00
am335x-icev2.dts
am335x-igep0033.dtsi
am335x-lxm.dts
am335x-moxa-uc-8100-me-t.dts
am335x-nano.dts
am335x-pcm-953.dtsi
am335x-pdu001.dts ARM: dts: am33xx: add PDU001 board 2018-02-14 09:26:11 -08:00
am335x-pepper.dts ARM: dts: am335x-pepper: Fix the audio CODEC's reset pin 2017-11-30 09:01:12 -08:00
am335x-phycore-rdk.dts
am335x-phycore-som.dtsi
am335x-sbc-t335.dts
am335x-shc.dts
am335x-sl50.dts
am335x-wega-rdk.dts
am335x-wega.dtsi
am437x-cm-t43.dts ARM: dts: am437x-cm-t43: Correct the dmas property of spi0 2017-11-28 08:09:29 -08:00
am437x-gp-evm.dts ARM: dts: am43xx: Enable dual-role mode for USB1 2018-03-20 07:26:00 -07:00
am437x-idk-evm.dts ARM: dts: am437x-idk-evm: Disable OPP50 for MPU 2017-12-21 07:24:52 -08:00
am437x-sbc-t43.dts
am437x-sk-evm.dts ARM: dts: am43xx: Enable dual-role mode for USB1 2018-03-20 07:26:00 -07:00
am571x-idk.dts ARM: dts: am57xx-idk: Select pull down for mmc1_clk line in default mode 2018-02-28 14:27:15 -08:00
am572x-idk-common.dtsi ARM: dts: am57xx: Add support for am574x-idk 2017-12-21 07:24:52 -08:00
am572x-idk.dts ARM: dts: am57xx-idk: Select pull down for mmc1_clk line in default mode 2018-02-28 14:27:15 -08:00
am574x-idk.dts ARM: dts: am57xx: Add support for am574x-idk 2017-12-21 07:24:52 -08:00
am3517_mt_ventoux.dts
am3517-craneboard.dts
am3517-evm.dts
am3517.dtsi Few omap interconnect dts fixes for v4.16 merge window 2018-01-22 12:36:57 +01:00
am4372.dtsi ARM: dts: am43xx: add emif interrupt info 2018-03-01 10:22:04 -08:00
animeo_ip.dts arm: dts: replace 'linux,stdout-path' with 'stdout-path' 2018-03-07 15:28:21 +01:00
arm-realview-eb-11mp-bbrevd-ctrevb.dts
arm-realview-eb-11mp-bbrevd.dts
arm-realview-eb-11mp-ctrevb.dts
arm-realview-eb-11mp.dts
arm-realview-eb-a9mp-bbrevd.dts
arm-realview-eb-a9mp.dts
arm-realview-eb-bbrevd.dts
arm-realview-eb-bbrevd.dtsi
arm-realview-eb-mp.dtsi ARM: dts: Delete bogus reference to the charlcd 2018-01-04 23:34:38 -08:00
arm-realview-eb.dts
arm-realview-eb.dtsi ARM: dts: Augment VGA connector bridge on Realview EB 2018-03-20 02:02:41 +01:00
arm-realview-pb11mp.dts ARM: dts: Augment VGA connector bridge on PB11MPcore 2018-03-20 02:01:15 +01:00
arm-realview-pb1176.dts ARM: dts: Augment VGA connector bridge on PB1176 2018-03-20 02:01:57 +01:00
arm-realview-pba8.dts
arm-realview-pbx-a9.dts
arm-realview-pbx.dtsi ARM: dts: Augment VGA connector bridge on Realview PBX 2018-03-20 02:03:17 +01:00
armada-38x-solidrun-microsom.dtsi arm: dts: armada-*.dts: use SPDX-License-Identifier for most of the Armada based board 2018-03-27 15:20:34 +02:00
armada-38x.dtsi serial: 8250_dw: Limit dw8250_tx_wait_empty quirk to armada-38x devices 2018-04-23 10:11:13 +02:00
armada-39x.dtsi arm: dts: armada-*.dtsi: use SPDX-License-Identifier for most of the Armada SoCs 2018-03-27 15:07:53 +02:00
armada-370-db.dts arm: dts: armada-370-db: use SPDX-License-Identifier 2018-03-27 15:20:41 +02:00
armada-370-dlink-dns327l.dts arm: dts: armada-*.dts: use SPDX-License-Identifier for most of the Armada based board 2018-03-27 15:20:34 +02:00
armada-370-mirabox.dts arm: dts: armada-*.dts: use SPDX-License-Identifier for most of the Armada based board 2018-03-27 15:20:34 +02:00
armada-370-netgear-rn102.dts arm: dts: armada-*.dts: use SPDX-License-Identifier for most of the Armada based board 2018-03-27 15:20:34 +02:00
armada-370-netgear-rn104.dts arm: dts: armada-*.dts: use SPDX-License-Identifier for most of the Armada based board 2018-03-27 15:20:34 +02:00
armada-370-rd.dts ARM: SoC device tree updates for 4.17 2018-04-05 21:18:09 -07:00
armada-370-seagate-nas-2bay.dts arm: dts: armada-*.dts: use SPDX-License-Identifier for most of the Armada based board 2018-03-27 15:20:34 +02:00
armada-370-seagate-nas-4bay.dts arm: dts: armada-*.dts: use SPDX-License-Identifier for most of the Armada based board 2018-03-27 15:20:34 +02:00
armada-370-seagate-nas-xbay.dtsi arm: dts: armada-*.dts: use SPDX-License-Identifier for most of the Armada based board 2018-03-27 15:20:34 +02:00
armada-370-seagate-personal-cloud-2bay.dts arm: dts: armada-*.dts: use SPDX-License-Identifier for most of the Armada based board 2018-03-27 15:20:34 +02:00
armada-370-seagate-personal-cloud.dts arm: dts: armada-*.dts: use SPDX-License-Identifier for most of the Armada based board 2018-03-27 15:20:34 +02:00
armada-370-seagate-personal-cloud.dtsi arm: dts: armada-*.dts: use SPDX-License-Identifier for most of the Armada based board 2018-03-27 15:20:34 +02:00
armada-370-synology-ds213j.dts arm: dts: armada-*.dts: use SPDX-License-Identifier for most of the Armada based board 2018-03-27 15:20:34 +02:00
armada-370-xp.dtsi arm: dts: armada-*.dtsi: use SPDX-License-Identifier for most of the Armada SoCs 2018-03-27 15:07:53 +02:00
armada-370.dtsi arm: dts: armada-*.dtsi: use SPDX-License-Identifier for most of the Armada SoCs 2018-03-27 15:07:53 +02:00
armada-375-db.dts arm: dts: armada-*.dts: use SPDX-License-Identifier for most of the Armada based board 2018-03-27 15:20:34 +02:00
armada-375.dtsi arm: dts: armada-*.dtsi: use SPDX-License-Identifier for most of the Armada SoCs 2018-03-27 15:07:53 +02:00
armada-380.dtsi arm: dts: armada-*.dtsi: use SPDX-License-Identifier for most of the Armada SoCs 2018-03-27 15:07:53 +02:00
armada-385-db-ap.dts arm: dts: armada-385-db-ap: use SPDX-License-Identifier 2018-03-27 15:20:44 +02:00
armada-385-linksys-caiman.dts arm: dts: armada-*.dts: use SPDX-License-Identifier for most of the Armada based board 2018-03-27 15:20:34 +02:00
armada-385-linksys-cobra.dts arm: dts: armada-*.dts: use SPDX-License-Identifier for most of the Armada based board 2018-03-27 15:20:34 +02:00
armada-385-linksys-rango.dts arm: dts: armada-*.dts: use SPDX-License-Identifier for most of the Armada based board 2018-03-27 15:20:34 +02:00
armada-385-linksys-shelby.dts arm: dts: armada-*.dts: use SPDX-License-Identifier for most of the Armada based board 2018-03-27 15:20:34 +02:00
armada-385-linksys.dtsi arm: dts: armada-*.dts: use SPDX-License-Identifier for most of the Armada based board 2018-03-27 15:20:34 +02:00
armada-385-synology-ds116.dts arm: dts: armada-*.dts: use SPDX-License-Identifier for most of the Armada based board 2018-03-27 15:20:34 +02:00
armada-385-turris-omnia.dts arm: dts: armada-385-turris-omnia: use SPDX-License-Identifier 2018-03-27 15:20:45 +02:00
armada-385.dtsi arm: dts: armada-*.dtsi: use SPDX-License-Identifier for most of the Armada SoCs 2018-03-27 15:07:53 +02:00
armada-388-clearfog-base.dts arm: dts: armada-*.dts: use SPDX-License-Identifier for most of the Armada based board 2018-03-27 15:20:34 +02:00
armada-388-clearfog-pro.dts arm: dts: armada-*.dts: use SPDX-License-Identifier for most of the Armada based board 2018-03-27 15:20:34 +02:00
armada-388-clearfog.dts arm: dts: armada-*.dts: use SPDX-License-Identifier for most of the Armada based board 2018-03-27 15:20:34 +02:00
armada-388-clearfog.dtsi arm: dts: armada-*.dts: use SPDX-License-Identifier for most of the Armada based board 2018-03-27 15:20:34 +02:00
armada-388-db.dts arm: dts: armada-*.dts: use SPDX-License-Identifier for most of the Armada based board 2018-03-27 15:20:34 +02:00
armada-388-gp.dts arm: dts: armada-*.dts: use SPDX-License-Identifier for most of the Armada based board 2018-03-27 15:20:34 +02:00
armada-388-rd.dts arm: dts: armada-388-rd: use SPDX-License-Identifier 2018-03-27 15:20:43 +02:00
armada-388.dtsi arm: dts: armada-*.dtsi: use SPDX-License-Identifier for most of the Armada SoCs 2018-03-27 15:07:53 +02:00
armada-390-db.dts arm: dts: armada-*.dts: use SPDX-License-Identifier for most of the Armada based board 2018-03-27 15:20:34 +02:00
armada-390.dtsi arm: dts: armada-*.dtsi: use SPDX-License-Identifier for most of the Armada SoCs 2018-03-27 15:07:53 +02:00
armada-395-gp.dts arm: dts: armada-*.dts: use SPDX-License-Identifier for most of the Armada based board 2018-03-27 15:20:34 +02:00
armada-395.dtsi arm: dts: armada-*.dtsi: use SPDX-License-Identifier for most of the Armada SoCs 2018-03-27 15:07:53 +02:00
armada-398-db.dts arm: dts: armada-*.dts: use SPDX-License-Identifier for most of the Armada based board 2018-03-27 15:20:34 +02:00
armada-398.dtsi arm: dts: armada-*.dtsi: use SPDX-License-Identifier for most of the Armada SoCs 2018-03-27 15:07:53 +02:00
armada-xp-98dx3236.dtsi arm: dts: armada-xp-98dx: use SPDX-License-Identifier for prestara 98d SoCs 2018-03-27 15:09:29 +02:00
armada-xp-98dx3336.dtsi arm: dts: armada-xp-98dx: use SPDX-License-Identifier for prestara 98d SoCs 2018-03-27 15:09:29 +02:00
armada-xp-98dx4251.dtsi arm: dts: armada-xp-98dx: use SPDX-License-Identifier for prestara 98d SoCs 2018-03-27 15:09:29 +02:00
armada-xp-axpwifiap.dts arm: dts: armada-*.dts: use SPDX-License-Identifier for most of the Armada based board 2018-03-27 15:20:34 +02:00
armada-xp-db-dxbc2.dts arm: dts: armada-xp-db-dxbc2: use SPDX-License-Identifier 2018-03-27 15:20:42 +02:00
armada-xp-db-xc3-24g4xg.dts arm: dts: armada-xp-db-xc3-24g4xg: use SPDX-License-Identifier 2018-03-27 15:20:43 +02:00
armada-xp-db.dts arm: dts: armada-*.dts: use SPDX-License-Identifier for most of the Armada based board 2018-03-27 15:20:34 +02:00
armada-xp-gp.dts arm: dts: armada-*.dts: use SPDX-License-Identifier for most of the Armada based board 2018-03-27 15:20:34 +02:00
armada-xp-lenovo-ix4-300d.dts arm: dts: armada-*.dts: use SPDX-License-Identifier for most of the Armada based board 2018-03-27 15:20:34 +02:00
armada-xp-linksys-mamba.dts arm: dts: armada-*.dts: use SPDX-License-Identifier for most of the Armada based board 2018-03-27 15:20:34 +02:00
armada-xp-matrix.dts arm: dts: armada-*.dts: use SPDX-License-Identifier for most of the Armada based board 2018-03-27 15:20:34 +02:00
armada-xp-mv78230.dtsi arm: dts: armada-*.dtsi: use SPDX-License-Identifier for most of the Armada SoCs 2018-03-27 15:07:53 +02:00
armada-xp-mv78260.dtsi arm: dts: armada-*.dtsi: use SPDX-License-Identifier for most of the Armada SoCs 2018-03-27 15:07:53 +02:00
armada-xp-mv78460.dtsi arm: dts: armada-*.dtsi: use SPDX-License-Identifier for most of the Armada SoCs 2018-03-27 15:07:53 +02:00
armada-xp-netgear-rn2120.dts arm: dts: armada-*.dts: use SPDX-License-Identifier for most of the Armada based board 2018-03-27 15:20:34 +02:00
armada-xp-openblocks-ax3-4.dts arm: dts: armada-*.dts: use SPDX-License-Identifier for most of the Armada based board 2018-03-27 15:20:34 +02:00
armada-xp-synology-ds414.dts arm: dts: armada-*.dts: use SPDX-License-Identifier for most of the Armada based board 2018-03-27 15:20:34 +02:00
armada-xp.dtsi arm: dts: armada-*.dtsi: use SPDX-License-Identifier for most of the Armada SoCs 2018-03-27 15:07:53 +02:00
armv7-m.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
artpec6-devboard.dts ARM: dts: artpec: migrate ethernet to stmmac binding 2018-03-06 17:40:41 +01:00
artpec6.dtsi ARM: dts: artpec: add node for hardware crypto accelerator 2018-03-06 17:42:03 +01:00
aspeed-ast2500-evb.dts ARM: dts: aspeed-evb: Add unit name to memory node 2017-12-21 14:03:22 +10:30
aspeed-bmc-arm-centriq2400-rep.dts ARM: dts: aspeed: Add Qualcomm Centriq 2400 REP BMC 2018-03-14 16:30:43 +10:30
aspeed-bmc-opp-palmetto.dts ARM: dts: palmetto: Request mux as per strapping configuration 2018-03-08 16:52:09 +10:30
aspeed-bmc-opp-romulus.dts ARM: dts: aspeed: romulus: Add w83773g temp sensor 2018-03-14 16:30:42 +10:30
aspeed-bmc-opp-witherspoon.dts ARM: dts: aspeed: Enable IPMI BT node on OpenPower machines 2018-02-19 17:59:48 +10:30
aspeed-bmc-opp-zaius.dts ARM: dts: aspeed: Enable IPMI BT node on OpenPower machines 2018-02-19 17:59:48 +10:30
aspeed-bmc-quanta-q71l.dts ARM: dts: aspeed: Add Qanta Q71L BMC machine 2017-12-21 14:03:20 +10:30
aspeed-g4.dtsi ARM: SoC device tree updates for 4.17 2018-04-05 21:18:09 -07:00
aspeed-g5.dtsi ARM: SoC device tree updates for 4.17 2018-04-05 21:18:09 -07:00
at91-ariag25.dts ARM: dts: at91: acme/g25: use TCB0 as timers 2017-12-31 15:50:13 +01:00
at91-ariettag25.dts ARM: dts: at91: acme/g25: use TCB0 as timers 2017-12-31 15:50:13 +01:00
at91-cosino_mega2560.dts arm: dts: fix unit-address leading 0s 2017-10-20 00:37:54 +02:00
at91-cosino.dtsi ARM: dts: at91: cosino: use TCB0 as timers 2017-12-31 15:50:13 +01:00
at91-foxg20.dts ARM: dts: at91: foxg20: use TCB0 as timers 2017-12-31 15:50:03 +01:00
at91-kizbox2.dts ARM: dts: at91: kizbox2: use TCB0 as timers 2017-12-31 15:50:15 +01:00
at91-kizbox.dts ARM: dts: at91: kizbox: use TCB0 as timers 2017-12-31 15:50:05 +01:00
at91-kizboxmini.dts ARM: dts: at91: kizboxmini: use TCB0 as timers 2017-12-31 15:50:14 +01:00
at91-linea.dtsi ARM: dts: at91: linea/tse850-3: use TCB0 as timers 2017-12-31 15:50:16 +01:00
at91-natte.dtsi ARM: dts: at91: add devicetree for the Axentia Nattis with Natte power 2017-12-04 20:37:45 +01:00
at91-nattis-2-natte-2.dts ARM: dts: at91: nattis: add lvds-encoder 2018-02-13 17:15:14 +01:00
at91-qil_a9260.dts ARM: dts: at91: calao: use TCB0 as timers 2017-12-31 15:50:08 +01:00
at91-sam9_l9260.dts ARM: dts: at91: sam9_l9260: use TCB0 as timers 2017-12-31 15:50:02 +01:00
at91-sama5d2_ptc_ek.dts ARM: dts: at91: use 'atmel' as at24 manufacturer for at91-sama5d2_ptc_ek 2018-02-13 17:15:17 +01:00
at91-sama5d2_xplained.dts ARM: dts: at91: sama5d2 Xplained: use TCB0 as timers 2017-12-31 15:50:19 +01:00
at91-sama5d3_xplained.dts ARM: dts: at91: sama5d3 Xplained: use TCB0 as timers 2017-12-31 15:50:15 +01:00
at91-sama5d4_ma5d4.dtsi ARM: dts: at91: ma5d4: use TCB2 as timers 2017-12-31 15:50:18 +01:00
at91-sama5d4_ma5d4evk.dts arm: dts: fix unit-address leading 0s 2017-10-20 00:37:54 +02:00
at91-sama5d4_xplained.dts ARM: dts: at91: sama5d4 Xplained: use TCB2 as timers 2017-12-31 15:50:18 +01:00
at91-sama5d4ek.dts ARM: dts: at91: sama5d4ek: use TCB2 as timers 2017-12-31 15:50:17 +01:00
at91-sama5d27_som1_ek.dts ARM: dts: at91: sama5d27_som1_ek: use TCB0 as timers 2017-12-31 15:50:20 +01:00
at91-sama5d27_som1.dtsi ARM: dts: at91: at91-sama5d27_som1: fix PHY ID 2017-10-09 10:08:25 +02:00
at91-tse850-3.dts ARM: dts: at91: tse850: make the sound dai cell count explicit 2018-02-13 17:15:15 +01:00
at91-vinco.dts ARM: dts: at91: vinco: use TCB2 as timers 2017-12-31 15:50:19 +01:00
at91rm9200_pqfp.dtsi
at91rm9200.dtsi ARM: dts: at91rm9200: pullup rx on uart0 2018-03-21 21:46:59 +01:00
at91rm9200ek.dts ARM: dts: at91: at91rm9200ek: use TCB0 for timers 2017-12-31 15:50:01 +01:00
at91sam9g15.dtsi
at91sam9g15ek.dts
at91sam9g20.dtsi arm: dts: fix unit-address leading 0s 2017-10-20 00:37:54 +02:00
at91sam9g20ek_2mmc.dts
at91sam9g20ek_common.dtsi ARM: dts: at91: use 'atmel' as at24 manufacturer for at91sam9g20ek 2018-02-13 17:15:17 +01:00
at91sam9g20ek.dts
at91sam9g25.dtsi ARM: dts: at91: at91sam9g25: fix mux-mask pinctrl property 2018-03-21 17:22:57 +01:00
at91sam9g25ek.dts ARM: dts: at91: Remove leading 0x and 0s from bindings notation 2017-12-31 15:49:59 +01:00
at91sam9g35.dtsi
at91sam9g35ek.dts
at91sam9g45.dtsi ARM: dts: at91: fixes uart pinctrl, set pullup on rx, clear pullup on tx 2018-03-21 21:46:59 +01:00
at91sam9m10g45ek.dts ARM: dts: at91: at91sam9m10g45ek: use TCB0 as timers 2017-12-31 15:50:10 +01:00
at91sam9n12.dtsi ARM: dts: at91: fixes uart pinctrl, set pullup on rx, clear pullup on tx 2018-03-21 21:46:59 +01:00
at91sam9n12ek.dts ARM: dts: at91: at91sam9n12ek: use TCB0 as timers 2017-12-31 15:50:12 +01:00
at91sam9rl.dtsi ARM: dts: at91: fixes uart pinctrl, set pullup on rx, clear pullup on tx 2018-03-21 21:46:59 +01:00
at91sam9rlek.dts ARM: dts: at91: sam9rl: Properly assign copyright 2018-02-13 17:14:55 +01:00
at91sam9x5_can.dtsi
at91sam9x5_isi.dtsi
at91sam9x5_lcd.dtsi
at91sam9x5_macb0.dtsi
at91sam9x5_macb1.dtsi
at91sam9x5_usart3.dtsi ARM: dts: at91: fixes uart pinctrl, set pullup on rx, clear pullup on tx 2018-03-21 21:46:59 +01:00
at91sam9x5.dtsi ARM: dts: at91: fixes uart pinctrl, set pullup on rx, clear pullup on tx 2018-03-21 21:46:59 +01:00
at91sam9x5cm.dtsi ARM: dts: at91: at91sam9x5cm: use TCB0 as timers 2017-12-31 15:50:13 +01:00
at91sam9x5dm.dtsi
at91sam9x5ek.dtsi DT for 4.15 2017-10-30 14:10:39 +01:00
at91sam9x25.dtsi
at91sam9x25ek.dts ARM: dts: at91: at91sam9x25ek: add pwm0 2017-10-10 15:26:20 +02:00
at91sam9x35.dtsi
at91sam9x35ek.dts
at91sam9xe.dtsi arm: dts: fix unit-address leading 0s 2017-10-20 00:37:54 +02:00
at91sam9260.dtsi ARM: dts: at91sam9260: pullup rx on usart0 2018-03-21 21:47:00 +01:00
at91sam9260ek.dts ARM: dts: at91: use 'atmel' as at24 manufacturer for at91sam9260ek 2018-02-13 17:15:16 +01:00
at91sam9261.dtsi ARM: dts: at91: fixes uart pinctrl, set pullup on rx, clear pullup on tx 2018-03-21 21:46:59 +01:00
at91sam9261ek.dts ARM: dts: at91: at91sam9261ek: use TCB0 as timers 2017-12-31 15:50:06 +01:00
at91sam9263.dtsi ARM: dts: at91: fixes uart pinctrl, set pullup on rx, clear pullup on tx 2018-03-21 21:46:59 +01:00
at91sam9263ek.dts ARM: dts: at91: use 'atmel' as at24 manufacturer for at91sam9263ek 2018-02-13 17:15:18 +01:00
atlas6-evb.dts
atlas6.dtsi
atlas7-evb.dts ARM: dts: atlas7: Use generic uart-has-rtscts DT property 2018-03-07 16:35:23 +01:00
atlas7.dtsi
axm55xx.dtsi
axm5516-amarillo.dts
axm5516-cpus.dtsi
axp22x.dtsi ARM: dtsi: axp22x: add node for ADC 2018-02-21 10:50:23 +01:00
axp81x.dtsi ARM: dtsi: axp81x: remove IP name from DT node name 2018-02-21 10:51:01 +01:00
axp152.dtsi
axp209.dtsi ARM: dtsi: axp209: add node for ADC 2018-02-21 10:50:19 +01:00
axp223.dtsi
axp809.dtsi
bcm9hmidc.dtsi
bcm283x-rpi-smsc9512.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
bcm283x-rpi-smsc9514.dtsi
bcm283x-rpi-usb-host.dtsi
bcm283x-rpi-usb-otg.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
bcm283x.dtsi This pull request contains Broadcom ARM-based SoCs devicetree changes 2018-03-13 22:38:04 +01:00
bcm2835-rpi-a-plus.dts ARM: dts: bcm283x: Use GPIO polarity defines consistently 2017-12-08 13:10:09 -08:00
bcm2835-rpi-a.dts ARM: dts: bcm283x: Use GPIO polarity defines consistently 2017-12-08 13:10:09 -08:00
bcm2835-rpi-b-plus.dts ARM: dts: bcm283x: Use GPIO polarity defines consistently 2017-12-08 13:10:09 -08:00
bcm2835-rpi-b-rev2.dts ARM: dts: bcm283x: Use GPIO polarity defines consistently 2017-12-08 13:10:09 -08:00
bcm2835-rpi-b.dts ARM: dts: bcm283x: Use GPIO polarity defines consistently 2017-12-08 13:10:09 -08:00
bcm2835-rpi-zero-w.dts ARM: dts: bcm2835-rpi-zero-w: Enable OTG mode 2018-02-26 15:02:23 -08:00
bcm2835-rpi-zero.dts
bcm2835-rpi.dtsi ARM: SoC device tree updates for 4.17 2018-04-05 21:18:09 -07:00
bcm2835.dtsi ARM: dts: bcm283x: Move arm-pmu out of soc node 2018-02-27 16:42:09 -08:00
bcm2836-rpi-2-b.dts ARM: dts: bcm283x: Use GPIO polarity defines consistently 2017-12-08 13:10:09 -08:00
bcm2836.dtsi ARM: dts: bcm283x: Move arm-pmu out of soc node 2018-02-27 16:42:09 -08:00
bcm2837-rpi-3-b.dts ARM: dts: bcm2837-rpi-3-b: add GPIO expander 2018-02-22 11:33:02 -08:00
bcm2837.dtsi ARM: dts: bcm283x: Fix unit address of local_intc 2018-02-27 16:41:50 -08:00
bcm4708-asus-rt-ac56u.dts
bcm4708-asus-rt-ac68u.dts
bcm4708-buffalo-wzr-1750dhp.dts
bcm4708-linksys-ea6300-v1.dts
bcm4708-luxul-xap-1510.dts
bcm4708-luxul-xwc-1000.dts
bcm4708-netgear-r6250.dts
bcm4708-netgear-r6300-v2.dts
bcm4708-smartrg-sr400ac.dts
bcm4708.dtsi
bcm4709-asus-rt-ac87u.dts
bcm4709-buffalo-wxr-1900dhp.dts
bcm4709-linksys-ea9200.dts
bcm4709-netgear-r7000.dts
bcm4709-netgear-r8000.dts
bcm4709-tplink-archer-c9-v1.dts
bcm4709.dtsi
bcm5301x-nand-cs0-bch1.dtsi
bcm5301x-nand-cs0-bch4.dtsi
bcm5301x-nand-cs0-bch8.dtsi
bcm5301x-nand-cs0.dtsi
bcm5301x.dtsi arm: dts: fix unit-address leading 0s 2017-10-20 00:37:54 +02:00
bcm7445-bcm97445svmb.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
bcm7445.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
bcm11351.dtsi ARM: BCM: dts: Remove leading 0x and 0s from bindings notation 2018-02-22 13:19:40 -08:00
bcm21664-garnet.dts
bcm21664.dtsi ARM: BCM: dts: Remove leading 0x and 0s from bindings notation 2018-02-22 13:19:40 -08:00
bcm23550-sparrow.dts
bcm23550.dtsi
bcm28155-ap.dts
bcm47081-asus-rt-n18u.dts
bcm47081-buffalo-wzr-600dhp2.dts
bcm47081-buffalo-wzr-900dhp.dts ARM: dts: BCM5301X: add missing LEDs for Buffalo WZR-900DHP 2018-03-09 11:07:27 -08:00
bcm47081-luxul-xap-1410.dts
bcm47081-luxul-xwr-1200.dts ARM: dts: BCM5301X: Specify USB ports for USB LED of Luxul XWR-1200 2017-10-06 16:18:22 -07:00
bcm47081-tplink-archer-c5-v2.dts
bcm47081.dtsi
bcm47094-dlink-dir-885l.dts
bcm47094-linksys-panamera.dts
bcm47094-luxul-abr-4500.dts ARM: dts: BCM5301X: Add DT for Luxul ABR-4500 2017-10-09 12:44:50 -07:00
bcm47094-luxul-xbr-4500.dts ARM: dts: BCM5301X: Add DT for Luxul XBR-4500 2017-10-09 12:44:27 -07:00
bcm47094-luxul-xwr-3100.dts
bcm47094-netgear-r8500.dts
bcm47094.dtsi
bcm47189-luxul-xap-810.dts ARM: dts: BCM53573: Add DT for Luxul XAP-810 2017-10-09 12:45:19 -07:00
bcm47189-luxul-xap-1440.dts ARM: dts: BCM53573: Add DT for Luxul XAP-1440 2017-10-09 12:45:47 -07:00
bcm47189-tenda-ac9.dts
bcm53340-ubnt-unifi-switch8.dts ARM: dts: Hurricane 2: Add basic support for Ubiquiti UniFi Switch 8 2017-10-12 11:31:24 -07:00
bcm53573.dtsi arm: dts: fix unit-address leading 0s 2017-10-20 00:37:54 +02:00
bcm59056.dtsi
bcm63138.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
bcm94708.dts
bcm94709.dts
bcm911360_entphn.dts
bcm911360k.dts
bcm947189acdbmr.dts
bcm953012er.dts
bcm953012hr.dts
bcm953012k.dts
bcm958300k.dts
bcm958305k.dts
bcm958522er.dts
bcm958525er.dts
bcm958525xmc.dts
bcm958622hr.dts ARM: dts: NSP: Switch to port 8 for CPU port 2018-03-12 15:51:00 -07:00
bcm958623hr.dts ARM: dts: NSP: Switch to port 8 for CPU port 2018-03-12 15:51:00 -07:00
bcm958625hr.dts This pull request contains Broadcom ARM-based SoCs devicetree changes 2018-03-13 22:38:04 +01:00
bcm958625k.dts ARM: dts: NSP: Switch to port 8 for CPU port 2018-03-12 15:51:00 -07:00
bcm963138dvt.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
bcm988312hr.dts ARM: dts: NSP: Switch to port 8 for CPU port 2018-03-12 15:51:00 -07:00
bcm-cygnus-clock.dtsi
bcm-cygnus.dtsi ARM: dts: cygnus: fix irq type for arm global timer 2018-05-07 11:21:18 -07:00
bcm-hr2.dtsi ARM: dts: Add Broadcom Hurricane 2 DTS include file 2017-10-12 11:30:52 -07:00
bcm-nsp.dtsi ARM: dts: NSP: Fix PPI interrupt types 2017-11-27 11:22:29 -08:00
berlin2-sony-nsz-gs7.dts
berlin2.dtsi arm: dts: fix unit-address leading 0s 2017-10-20 00:37:54 +02:00
berlin2cd-google-chromecast.dts
berlin2cd.dtsi arm: dts: fix unit-address leading 0s 2017-10-20 00:37:54 +02:00
berlin2q-marvell-dmp.dts
berlin2q.dtsi arm: dts: fix unit-address leading 0s 2017-10-20 00:37:54 +02:00
compulab-sb-som.dtsi
cros-adc-thermistors.dtsi
cros-ec-keyboard.dtsi
cros-ec-sbs.dtsi
cx92755_equinox.dts
cx92755.dtsi
da850-enbw-cmc.dts
da850-evm.dts ARM: dts: da850-evm: add chosen and SPI alias 2018-02-26 12:02:24 +05:30
da850-lcdk.dts ARM: dts: da850-lcdk: add unit name for memory node 2018-04-24 14:29:20 +05:30
da850-lego-ev3.dts ARM: dts: da850-lego-ev3: use a correct fallback for at24 compatible 2018-02-26 11:21:14 +05:30
da850.dtsi ARM: dts: da850: fix W=1 warnings with pinmux node 2018-04-24 14:30:53 +05:30
dm814x-clocks.dtsi ARM: dts: dm814x: add clkctrl nodes 2017-12-11 08:28:37 -08:00
dm814x.dtsi Clock related dts changes for omaps for v4.16 merge window 2017-12-21 17:19:38 +01:00
dm816x-clocks.dtsi ARM: dts: dm816x: add clkctrl nodes 2017-12-11 08:28:37 -08:00
dm816x.dtsi ARM: dts: dm816x: add bus functionality to base PRCM node 2017-12-11 08:28:34 -08:00
dm8148-evm.dts ARM: dts: correct missing "compatible" entry for ti81xx SoCs 2018-05-03 10:07:47 -07:00
dm8148-t410.dts ARM: dts: correct missing "compatible" entry for ti81xx SoCs 2018-05-03 10:07:47 -07:00
dm8168-evm.dts ARM: dts: correct missing "compatible" entry for ti81xx SoCs 2018-05-03 10:07:47 -07:00
dove-cm-a510.dtsi
dove-cubox-es.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
dove-cubox.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
dove-d2plug.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
dove-d3plug.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
dove-dove-db.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
dove-sbc-a510.dts
dove.dtsi ARM: Device-tree updates for 4.15 2017-11-16 15:48:26 -08:00
dra7-dspeve-thermal.dtsi
dra7-evm-common.dtsi ARM: dts: dra7: add clkctrl nodes 2017-12-11 08:28:36 -08:00
dra7-evm.dts ARM: dts: dra7-evm: Add "vqmmc-supply" property for mmc2 2018-02-28 14:27:12 -08:00
dra7-iva-thermal.dtsi
dra7.dtsi ARM: dts: omap: Remove "cooling-{min|max}-level" for CPU nodes 2018-02-14 09:26:11 -08:00
dra7xx-clocks.dtsi ARM: dts: dra7: add clkctrl nodes 2017-12-11 08:28:36 -08:00
dra62x-clocks.dtsi
dra62x-j5eco-evm.dts ARM: dts: correct missing "compatible" entry for ti81xx SoCs 2018-05-03 10:07:47 -07:00
dra62x.dtsi
dra71-evm.dts ARM: dts: dra71-evm: Select pull down for mmc1_clk line in default mode 2018-02-28 14:27:14 -08:00
dra72-evm-common.dtsi ARM: dts: dra7: add clkctrl nodes 2017-12-11 08:28:36 -08:00
dra72-evm-revc.dts ARM: arm64: Devicetree updates for v4.14 2017-09-10 20:54:48 -07:00
dra72-evm-tps65917.dtsi ARM: dts: dra72-evm-tps65917: Add cpu0 vdd supply 2017-12-21 07:52:02 -08:00
dra72-evm.dts
dra72x-mmc-iodelay.dtsi
dra72x.dtsi Second set of device tree changes for omaps for v4.16 merge window 2018-01-04 23:06:32 -08:00
dra74x-mmc-iodelay.dtsi
dra74x.dtsi Second set of device tree changes for omaps for v4.16 merge window 2018-01-04 23:06:32 -08:00
dra76-evm.dts ARM: dts: dra76-evm: Add "vqmmc-supply" property for mmc2 2018-02-28 14:27:13 -08:00
dra76x-mmc-iodelay.dtsi ARM: dts: dra76x: Create a common file with MMC/SD IOdelay data 2018-02-28 14:27:08 -08:00
dra76x.dtsi
ecx-2000.dts
ecx-common.dtsi
efm32gg-dk3750.dts ARM: dts: efm32: Add generic compatible string for I2C EEPROM 2017-12-21 16:06:29 +01:00
efm32gg.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
elpida_ecb240abacn.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
emev2-kzm9d.dts ARM: dts: kzm9d: Fix "debounce-interval" property misspelling 2018-03-16 17:24:15 +01:00
emev2.dtsi
ep7209.dtsi
ep7211-edb7211.dts arm: dts: fix unit-address leading 0s 2017-10-20 00:37:54 +02:00
ep7211.dtsi
ethernut5.dts ARM: dts: at91: ethernut5: use TCB0 as timers 2017-12-31 15:50:03 +01:00
evk-pro3.dts
exynos4-cpu-thermal.dtsi ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos4.dtsi ARM: dts: exynos: Fix address of PPMU ACP on Exynos4210 2018-02-26 17:58:29 +01:00
exynos5.dtsi ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos54xx-odroidxu-leds.dtsi ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos54xx.dtsi ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos3250-artik5-eval.dts ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos3250-artik5.dtsi ARM: dts: exynos: Add support for wlan to Artik 5 2018-02-12 19:00:37 +01:00
exynos3250-monk.dts ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos3250-pinctrl.dtsi ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos3250-rinato.dts ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos3250.dtsi ARM: dts: exynos: Cleanup power domain nodes in exynos3250.dtsi 2018-02-22 19:50:19 +01:00
exynos4210-origen.dts ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos4210-pinctrl.dtsi ARM: dts: exynos: Use pinctrl labels in exynos4210-pinctrl 2018-02-12 20:02:44 +01:00
exynos4210-smdkv310.dts ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos4210-trats.dts ARM: dts: exynos: Add missing interrupts property to PMIC on Trats board 2018-02-26 18:03:02 +01:00
exynos4210-universal_c210.dts ARM: dts: exynos: Use labels instead of full paths in exynos4210-universal_c210 2018-02-13 18:41:10 +01:00
exynos4210.dtsi ARM: dts: exynos: Fix address of PPMU ACP on Exynos4210 2018-02-26 17:58:29 +01:00
exynos4412-galaxy-s3.dtsi ARM: dts: exynos: Split Trats2 DTS in preparation for Midas boards 2018-02-19 17:51:32 +01:00
exynos4412-i9300.dts ARM: dts: exynos: Add Samsung's Exynos4412-based Midas boards 2018-02-19 17:53:10 +01:00
exynos4412-i9305.dts ARM: dts: exynos: Add Samsung's Exynos4412-based Midas boards 2018-02-19 17:53:10 +01:00
exynos4412-itop-elite.dts ARM: dts: exynos: Use label instead of full path in exynos4412-itop-elite 2018-02-13 18:41:12 +01:00
exynos4412-itop-scp-core.dtsi ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos4412-midas.dtsi ARM: dts: exynos: Fix "debounce-interval" property misspelling in Midas 2018-03-12 18:56:04 +01:00
exynos4412-n710x.dts ARM: dts: exynos: Add touchscreen node to Exynos4412 N710x 2018-02-22 19:39:31 +01:00
exynos4412-odroid-common.dtsi ARM: dts: exynos: Use label instead of full path in exynos4412-odroid-common 2018-02-13 18:41:11 +01:00
exynos4412-odroidu3.dts ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos4412-odroidx2.dts ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos4412-odroidx.dts ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos4412-origen.dts ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos4412-pinctrl.dtsi ARM: dts: exynos: Use pinctrl labels in exynos4412-pinctrl 2018-02-13 18:28:55 +01:00
exynos4412-ppmu-common.dtsi ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos4412-prime.dtsi ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos4412-smdk4412.dts ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos4412-tiny4412.dts ARM: dts: exynos: Add SPDX license identifiers 2018-02-12 19:56:20 +01:00
exynos4412-tmu-sensor-conf.dtsi ARM: dts: exynos: Add SPDX license identifiers 2018-02-12 19:56:20 +01:00
exynos4412-trats2.dts ARM: dts: exynos: Split Trats2 DTS in preparation for Midas boards 2018-02-19 17:51:32 +01:00
exynos4412.dtsi ARM: dts: exynos: Remove "cooling-{min|max}-level" for CPU nodes 2018-02-13 19:15:26 +01:00
exynos5250-arndale.dts ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos5250-pinctrl.dtsi ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos5250-smdk5250.dts ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos5250-snow-common.dtsi ARM: dts: exynos: Enable HDMI audio on Snow Chromebook 2018-03-11 18:41:30 +01:00
exynos5250-snow-rev5.dts ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos5250-snow.dts ARM: dts: exynos: Enable HDMI audio on Snow Chromebook 2018-03-11 18:41:30 +01:00
exynos5250-spring.dts ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos5250.dtsi ARM: dts: exynos: Add #sound-dai-cells property to exynos5250 i2s nodes 2018-03-14 20:14:24 +01:00
exynos5260-pinctrl.dtsi ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos5260-xyref5260.dts ARM: dts: exynos: Remove unused bypass-smu property from Xyref5260 2018-03-05 19:09:45 +01:00
exynos5260.dtsi ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos5410-odroidxu.dts ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos5410-pinctrl.dtsi ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos5410-smdk5410.dts ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos5410.dtsi ARM: dts: exynos: Fix unit addresses of PDMA nodes in Exynos5410 2018-02-26 17:58:54 +01:00
exynos5420-arndale-octa.dts ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos5420-cpus.dtsi ARM: dts: exynos: Remove "cooling-{min|max}-level" for CPU nodes 2018-02-13 19:15:26 +01:00
exynos5420-peach-pit.dts ARM: dts: exynos: Enable HDMI audio support on Peach Pit 2018-03-11 18:41:30 +01:00
exynos5420-pinctrl.dtsi ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos5420-smdk5420.dts ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos5420-tmu-sensor-conf.dtsi ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos5420-trip-points.dtsi ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos5420.dtsi ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos5422-cpus.dtsi ARM: dts: exynos: Remove "cooling-{min|max}-level" for CPU nodes 2018-02-13 19:15:26 +01:00
exynos5422-odroid-core.dtsi ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos5422-odroidhc1.dts ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos5422-odroidxu3-audio.dtsi ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos5422-odroidxu3-common.dtsi ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos5422-odroidxu3-lite.dts ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos5422-odroidxu3.dts ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos5422-odroidxu4.dts ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos5440-sd5v1.dts ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos5440-ssdk5440.dts ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos5440-tmu-sensor-conf.dtsi ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos5440-trip-points.dtsi ARM: dts: exynos: Add SPDX license identifiers 2018-01-03 18:27:26 +01:00
exynos5440.dtsi ARM: dts: exynos: Add soc node to exynos5440 2018-02-13 19:02:57 +01:00
exynos5800-peach-pi.dts ARM: dts: exynos: Enable HDMI audio support on Peach Pi 2018-03-11 18:42:07 +01:00
exynos5800.dtsi ARM: dts: exynos: Add SPDX license identifiers 2018-02-12 19:56:20 +01:00
exynos-mfc-reserved-memory.dtsi ARM: dts: exynos: Add SPDX license identifiers 2018-02-12 19:56:20 +01:00
exynos-syscon-restart.dtsi ARM: dts: exynos: Add SPDX license identifiers 2018-02-12 19:56:20 +01:00
ge863-pro3.dtsi ARM: dts: at91: ge863-pro3: use TCB0 as timers 2017-12-31 15:50:05 +01:00
gemini-dlink-dir-685.dts ARM: dts: Add TVE/TVC and ILI9322 panel to DIR-685 2017-12-22 09:57:05 +01:00
gemini-dlink-dns-313.dts ARM: dts: gemini: Remove "cooling-{min|max}-level" for gpio-fan node 2018-03-27 14:26:12 +02:00
gemini-nas4220b.dts ARM: dts: Fix NAS4220B pin config 2018-04-26 16:50:16 +02:00
gemini-rut1xx.dts ARM: dts: Add ethernet to a bunch of platforms 2018-01-17 00:26:50 +01:00
gemini-sq201.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
gemini-wbd111.dts ARM: dts: Add ethernet to a bunch of platforms 2018-01-17 00:26:50 +01:00
gemini-wbd222.dts ARM: dts: Add ethernet to a bunch of platforms 2018-01-17 00:26:50 +01:00
gemini.dtsi ARM: dts: Add ethernet to the Gemini SoC 2018-01-17 00:24:11 +01:00
hi3519-demb.dts
hi3519.dtsi
hi3620-hi4511.dts
hi3620.dtsi
highbank.dts
hip01-ca9x2.dts
hip01.dtsi arm: dts: fix unit-address leading 0s 2017-10-20 00:37:54 +02:00
hip04-d01.dts arm: dts: fix unit-address leading 0s 2017-10-20 00:37:54 +02:00
hip04.dtsi
hisi-x5hd2-dkb.dts
hisi-x5hd2.dtsi arm: dts: fix unit-address leading 0s 2017-10-20 00:37:54 +02:00
imx1-ads.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx1-apf9328.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx1-pinfunc.h
imx1.dtsi ARM: dts: imx: Remove empty memory size nodes 2018-02-12 21:13:14 +08:00
imx6dl-apf6dev.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6dl-aristainetos2_4.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6dl-aristainetos2_7.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6dl-aristainetos_4.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6dl-aristainetos_7.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6dl-colibri-eval-v3.dts ARM: dts: imx6dl-colibri-eval-v3: Add chosen node 2018-02-28 11:10:42 +08:00
imx6dl-cubox-i-emmc-som-v15.dts ARM: dts: imx6qdl: SolidRun: add v1.5 som with eMMC 2017-12-26 16:15:44 +08:00
imx6dl-cubox-i-som-v15.dts ARM: dts: imx6qdl: SolidRun: add v1.5 som without eMMC 2017-12-26 16:15:44 +08:00
imx6dl-cubox-i.dts ARM: dts: imx6qdl-sr-som: split out Broadcom Wi-Fi support 2017-12-26 16:15:44 +08:00
imx6dl-dfi-fs700-m60.dts ARM: dts: imx6: Pass memory unit-adress 2018-02-28 09:48:05 +08:00
imx6dl-gw51xx.dts
imx6dl-gw52xx.dts
imx6dl-gw53xx.dts
imx6dl-gw54xx.dts
imx6dl-gw551x.dts
imx6dl-gw552x.dts
imx6dl-gw553x.dts
imx6dl-gw560x.dts
imx6dl-gw5903.dts
imx6dl-gw5904.dts
imx6dl-hummingboard2-emmc-som-v15.dts ARM: dts: imx6qdl-hummingboard2: add v1.5 som with eMMC 2017-12-26 16:15:44 +08:00
imx6dl-hummingboard2-som-v15.dts ARM: dts: imx6qdl-hummingboard2: add v1.5 som without eMMC 2017-12-26 16:15:44 +08:00
imx6dl-hummingboard2.dts ARM: dts: imx6*-hummingboard2: split out eMMC support 2017-12-26 16:15:44 +08:00
imx6dl-hummingboard-emmc-som-v15.dts ARM: dts: imx6qdl: SolidRun: add v1.5 som with eMMC 2017-12-26 16:15:44 +08:00
imx6dl-hummingboard-som-v15.dts ARM: dts: imx6qdl: SolidRun: add v1.5 som without eMMC 2017-12-26 16:15:44 +08:00
imx6dl-hummingboard.dts ARM: dts: imx6qdl-sr-som: split out Broadcom Wi-Fi support 2017-12-26 16:15:44 +08:00
imx6dl-icore-rqs.dts ARM: dts: imx6dl: Include correct dtsi file for Engicam i.CoreM6 DualLite/Solo RQS 2018-02-24 16:53:09 +08:00
imx6dl-icore.dts ARM: dts: imx6dl-icore: Add touchscreen node 2017-10-13 11:04:04 +08:00
imx6dl-nit6xlite.dts
imx6dl-nitrogen6x.dts
imx6dl-phytec-mira-rdk-nand.dts ARM: dts: imx6-phytec: Use the standard 'stdout-path' property 2018-03-16 09:13:32 +08:00
imx6dl-phytec-pbab01.dts
imx6dl-phytec-pfla02.dtsi ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6dl-pinfunc.h ARM: dts: imx6qdl-pinfunc: Add missing MX6QDL_PAD_ENET_RXD0__OSC32K_32K_OUT 2017-12-26 16:15:44 +08:00
imx6dl-rex-basic.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6dl-riotboard.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6dl-sabreauto.dts
imx6dl-sabrelite.dts
imx6dl-sabresd.dts
imx6dl-savageboard.dts
imx6dl-ts4900.dts ARM: dts: imx6: Pass memory unit-adress 2018-02-28 09:48:05 +08:00
imx6dl-ts7970.dts ARM: dts: imx6: Pass memory unit-adress 2018-02-28 09:48:05 +08:00
imx6dl-tx6dl-comtft.dts ARM: dts: imx6-tx6: move display configuration to .dtsi file 2017-10-23 08:19:46 +08:00
imx6dl-tx6s-8034-mb7.dts ARM: dts: imx: add support for TX6 modules on MB7 baseboard 2017-10-23 08:19:48 +08:00
imx6dl-tx6s-8034.dts ARM: dts: imx6-tx6: move display configuration to .dtsi file 2017-10-23 08:19:46 +08:00
imx6dl-tx6s-8035-mb7.dts ARM: dts: imx: add support for TX6 modules on MB7 baseboard 2017-10-23 08:19:48 +08:00
imx6dl-tx6s-8035.dts ARM: dts: imx6-tx6: move display configuration to .dtsi file 2017-10-23 08:19:46 +08:00
imx6dl-tx6u-80xx-mb7.dts ARM: dts: imx: add support for TX6 modules on MB7 baseboard 2017-10-23 08:19:48 +08:00
imx6dl-tx6u-81xx-mb7.dts ARM: dts: imx: add support for TX6 modules on MB7 baseboard 2017-10-23 08:19:48 +08:00
imx6dl-tx6u-801x.dts ARM: dts: imx6-tx6: move display configuration to .dtsi file 2017-10-23 08:19:46 +08:00
imx6dl-tx6u-811x.dts ARM: dts: imx6-tx6: move display configuration to .dtsi file 2017-10-23 08:19:46 +08:00
imx6dl-tx6u-8033-mb7.dts ARM: dts: imx: add support for TX6 modules on MB7 baseboard 2017-10-23 08:19:48 +08:00
imx6dl-tx6u-8033.dts ARM: dts: imx6-tx6: move display configuration to .dtsi file 2017-10-23 08:19:46 +08:00
imx6dl-udoo.dts
imx6dl-wandboard-revb1.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6dl-wandboard-revd1.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6dl-wandboard.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6dl.dtsi ARM: dts: imx6dl: remove 'lcdif' node 2018-02-24 16:45:40 +08:00
imx6q-apalis-eval.dts ARM: dts: colibri/apalis: use correct compatible for RTC 2017-12-26 16:15:44 +08:00
imx6q-apalis-ixora-v1.1.dts ARM: dts: colibri/apalis: use correct compatible for RTC 2017-12-26 16:15:44 +08:00
imx6q-apalis-ixora.dts ARM: dts: colibri/apalis: use correct compatible for RTC 2017-12-26 16:15:44 +08:00
imx6q-apf6dev.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6q-arm2.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6q-b450v3.dts ARM: dts: imx6q-b450v3: Add switch port configuration 2018-01-23 19:22:38 -05:00
imx6q-b650v3.dts ARM: dts: imx6q-b650v3: Add switch port configuration 2018-01-23 19:22:38 -05:00
imx6q-b850v3.dts ARM: dts: imx6q-b850v3: Add switch port configuration 2018-01-23 19:22:38 -05:00
imx6q-ba16.dtsi ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6q-bx50v3.dtsi ARM: dts: imx6q-bx50v3: Enable secure-reg-access 2018-02-12 21:13:20 +08:00
imx6q-cm-fx6.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6q-cubox-i-emmc-som-v15.dts ARM: dts: imx6qdl: SolidRun: add v1.5 som with eMMC 2017-12-26 16:15:44 +08:00
imx6q-cubox-i-som-v15.dts ARM: dts: imx6qdl: SolidRun: add v1.5 som without eMMC 2017-12-26 16:15:44 +08:00
imx6q-cubox-i.dts ARM: dts: imx6qdl-sr-som: split out Broadcom Wi-Fi support 2017-12-26 16:15:44 +08:00
imx6q-dfi-fs700-m60.dts ARM: dts: imx6: Pass memory unit-adress 2018-02-28 09:48:05 +08:00
imx6q-display5-tianma-tm070-1280x768.dts ARM: dts: display5: Device tree description of LWN's DISPLAY5 board 2017-10-23 08:40:23 +08:00
imx6q-display5.dtsi ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6q-dmo-edmqmx6.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6q-dms-ba16.dts ARM: dts: imx: Add support for Advantech DMS-BA16 2018-02-24 15:47:38 +08:00
imx6q-evi.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6q-gk802.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6q-gw51xx.dts
imx6q-gw52xx.dts
imx6q-gw53xx.dts
imx6q-gw54xx.dts
imx6q-gw551x.dts
imx6q-gw552x.dts
imx6q-gw553x.dts
imx6q-gw560x.dts
imx6q-gw5400-a.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6q-gw5903.dts
imx6q-gw5904.dts
imx6q-h100.dts ARM: dts: imx6: Pass memory unit-adress 2018-02-28 09:48:05 +08:00
imx6q-hummingboard2-emmc-som-v15.dts ARM: dts: imx6qdl-hummingboard2: add v1.5 som with eMMC 2017-12-26 16:15:44 +08:00
imx6q-hummingboard2-som-v15.dts ARM: dts: imx6qdl-hummingboard2: add v1.5 som without eMMC 2017-12-26 16:15:44 +08:00
imx6q-hummingboard2.dts ARM: dts: imx6*-hummingboard2: split out eMMC support 2017-12-26 16:15:44 +08:00
imx6q-hummingboard-emmc-som-v15.dts ARM: dts: imx6qdl: SolidRun: add v1.5 som with eMMC 2017-12-26 16:15:44 +08:00
imx6q-hummingboard-som-v15.dts ARM: dts: imx6qdl: SolidRun: add v1.5 som without eMMC 2017-12-26 16:15:44 +08:00
imx6q-hummingboard.dts ARM: dts: imx6qdl-sr-som: split out Broadcom Wi-Fi support 2017-12-26 16:15:44 +08:00
imx6q-icore-ofcap10.dts
imx6q-icore-ofcap12.dts
imx6q-icore-rqs.dts arm: dts: fix unit-address leading 0s 2017-10-20 00:37:54 +02:00
imx6q-icore.dts
imx6q-marsboard.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6q-mccmon6.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6q-nitrogen6_max.dts
imx6q-nitrogen6_som2.dts
imx6q-nitrogen6x.dts
imx6q-novena.dts ARM: dts: imx6: Pass memory unit-adress 2018-02-28 09:48:05 +08:00
imx6q-phytec-mira-rdk-emmc.dts ARM: dts: imx6-phytec: Use the standard 'stdout-path' property 2018-03-16 09:13:32 +08:00
imx6q-phytec-mira-rdk-nand.dts ARM: dts: imx6-phytec: Use the standard 'stdout-path' property 2018-03-16 09:13:32 +08:00
imx6q-phytec-pbab01.dts
imx6q-phytec-pfla02.dtsi ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6q-pinfunc.h ARM: dts: imx6qdl-pinfunc: Add missing MX6QDL_PAD_ENET_RXD0__OSC32K_32K_OUT 2017-12-26 16:15:44 +08:00
imx6q-pistachio.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6q-rex-pro.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6q-sabreauto.dts
imx6q-sabrelite.dts
imx6q-sabresd.dts
imx6q-savageboard.dts
imx6q-sbc6x.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6q-tbs2910.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6q-ts4900.dts ARM: dts: imx6: Pass memory unit-adress 2018-02-28 09:48:05 +08:00
imx6q-ts7970.dts ARM: dts: imx6: Pass memory unit-adress 2018-02-28 09:48:05 +08:00
imx6q-tx6q-10x0-mb7.dts ARM: dts: imx: add support for TX6 modules on MB7 baseboard 2017-10-23 08:19:48 +08:00
imx6q-tx6q-11x0-mb7.dts ARM: dts: imx6-tx6: add a .dtsi file for the MB7 baseboard 2017-10-23 08:19:47 +08:00
imx6q-tx6q-1010-comtft.dts ARM: dts: imx6-tx6: move display configuration to .dtsi file 2017-10-23 08:19:46 +08:00
imx6q-tx6q-1010.dts ARM: dts: imx6-tx6: move display configuration to .dtsi file 2017-10-23 08:19:46 +08:00
imx6q-tx6q-1020-comtft.dts ARM: dts: imx6-tx6: move display configuration to .dtsi file 2017-10-23 08:19:46 +08:00
imx6q-tx6q-1020.dts ARM: dts: imx6-tx6: move display configuration to .dtsi file 2017-10-23 08:19:46 +08:00
imx6q-tx6q-1036-mb7.dts ARM: dts: imx: add support for TX6 modules on MB7 baseboard 2017-10-23 08:19:48 +08:00
imx6q-tx6q-1036.dts ARM: dts: imx6-tx6: move display configuration to .dtsi file 2017-10-23 08:19:46 +08:00
imx6q-tx6q-1110.dts ARM: dts: imx6-tx6: move display configuration to .dtsi file 2017-10-23 08:19:46 +08:00
imx6q-udoo.dts
imx6q-utilite-pro.dts ARM: dts: imx6q-utilite-pro: add HDMI CEC pinctrl 2017-10-13 11:38:30 +08:00
imx6q-var-dt6customboard.dts ARM: dts: imx6q: Add Variscite DART-MX6 Carrier-board support 2017-12-26 16:15:44 +08:00
imx6q-wandboard-revb1.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6q-wandboard-revd1.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6q-wandboard.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6q-zii-rdu2.dts ARM: dts: imx6: Pass memory unit-adress 2018-02-28 09:48:05 +08:00
imx6q.dtsi ARM: dts: imx6: remove GPU subsystem nodes 2018-02-24 16:15:59 +08:00
imx6qdl-apalis.dtsi ARM: dts: imx6: Pass memory unit-adress 2018-02-28 09:48:05 +08:00
imx6qdl-apf6.dtsi
imx6qdl-apf6dev.dtsi ARM: dts: imx6qdl-apf6dev: Move regulators out of simple-bus 2017-12-26 16:15:44 +08:00
imx6qdl-aristainetos2.dtsi ARM: dts: imx6qdl-aristainetos: Move regulators out of simple-bus 2017-12-26 16:15:44 +08:00
imx6qdl-aristainetos.dtsi ARM: dts: imx6qdl-aristainetos: Move regulators out of simple-bus 2017-12-26 16:15:44 +08:00
imx6qdl-colibri.dtsi ARM: dts: imx6qdl-colibri: Remove unneeded reg property 2017-12-26 16:15:44 +08:00
imx6qdl-cubox-i.dtsi ARM: dts: imx6: Pass memory unit-adress 2018-02-28 09:48:05 +08:00
imx6qdl-dfi-fs700-m60.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
imx6qdl-gw51xx.dtsi ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6qdl-gw52xx.dtsi ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6qdl-gw53xx.dtsi ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6qdl-gw54xx.dtsi ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6qdl-gw551x.dtsi ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6qdl-gw552x.dtsi ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6qdl-gw553x.dtsi ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6qdl-gw560x.dtsi ARM: dts: imx: Add missing #sound-dai-cells for sgtl5000 codec 2018-03-08 16:32:28 +08:00
imx6qdl-gw5903.dtsi ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6qdl-gw5904.dtsi ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6qdl-hummingboard2-emmc.dtsi ARM: dts: imx6qdl-hummingboard2: rename regulators to match schematic 2017-12-26 16:15:44 +08:00
imx6qdl-hummingboard2.dtsi ARM: dts: imx: Add missing #sound-dai-cells for sgtl5000 codec 2018-03-08 16:32:28 +08:00
imx6qdl-hummingboard.dtsi ARM: dts: imx6: Pass memory unit-adress 2018-02-28 09:48:05 +08:00
imx6qdl-icore-rqs.dtsi ARM: dts: imx6dl-icore-rqs: Fix invalid PHY address assignment for ethernet 2018-02-28 14:35:30 +08:00
imx6qdl-icore.dtsi ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6qdl-nit6xlite.dtsi ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6qdl-nitrogen6_max.dtsi ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6qdl-nitrogen6_som2.dtsi ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6qdl-nitrogen6x.dtsi ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6qdl-phytec-mira.dtsi ARM: dts: imx6: Add initial support for phyBOARD-Mira 2018-02-12 21:13:02 +08:00
imx6qdl-phytec-pbab01.dtsi arm: dts: replace 'linux,stdout-path' with 'stdout-path' 2018-03-07 15:28:21 +01:00
imx6qdl-phytec-pfla02.dtsi ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6qdl-phytec-phycore-som.dtsi ARM: dts: imx6: Add initial support for phyCORE-i.MX 6 SOM 2018-02-12 21:13:01 +08:00
imx6qdl-rex.dtsi ARM: dts: use 'atmel' as at24 manufacturer for imx6qdl-rex 2018-02-12 21:13:16 +08:00
imx6qdl-sabreauto.dtsi ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6qdl-sabrelite.dtsi ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6qdl-sabresd.dtsi ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6qdl-savageboard.dtsi
imx6qdl-sr-som-brcm.dtsi ARM: dts: imx6qdl-sr-som-brcm: rename sdio clock 2017-12-26 16:15:44 +08:00
imx6qdl-sr-som-emmc.dtsi ARM: dts: imx6qdl-sr-som: add support for eMMC 2017-12-26 16:15:44 +08:00
imx6qdl-sr-som-ti.dtsi ARM: dts: imx6qdl-sr-som: add support for TI Wi-Fi 2017-12-26 16:15:44 +08:00
imx6qdl-sr-som.dtsi ARM: dts: imx6qdl-sr-som: add 3.3V vcc regulator 2017-12-26 16:15:44 +08:00
imx6qdl-ts4900.dtsi
imx6qdl-ts7970.dtsi ARM: dts: TS-7970: add basic device tree 2017-12-26 16:15:44 +08:00
imx6qdl-tx6-lcd.dtsi ARM: dts: imx6-tx6: move display configuration to .dtsi file 2017-10-23 08:19:46 +08:00
imx6qdl-tx6-lvds.dtsi ARM: dts: imx6-tx6: move display configuration to .dtsi file 2017-10-23 08:19:46 +08:00
imx6qdl-tx6-mb7.dtsi ARM: dts: imx6-tx6: add a .dtsi file for the MB7 baseboard 2017-10-23 08:19:47 +08:00
imx6qdl-tx6.dtsi ARM: dts: imx6: Pass memory unit-adress 2018-02-28 09:48:05 +08:00
imx6qdl-udoo.dtsi ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6qdl-var-dart.dtsi ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6qdl-wandboard-revb1.dtsi
imx6qdl-wandboard-revc1.dtsi
imx6qdl-wandboard-revd1.dtsi ARM: dts: imx6qdl-wandboard-revd1: Make EDID functional 2017-12-26 16:15:44 +08:00
imx6qdl-wandboard.dtsi arm: dts: fix unit-address leading 0s 2017-10-20 00:37:54 +02:00
imx6qdl-zii-rdu2.dtsi ARM: dts: imx6: RDU2: Add RAVE SP device 2018-03-08 16:29:50 +08:00
imx6qdl.dtsi ARM: dts: imx6q-bx50v3: Enable secure-reg-access 2018-02-12 21:13:20 +08:00
imx6qp-nitrogen6_max.dts
imx6qp-nitrogen6_som2.dts
imx6qp-phytec-mira-rdk-nand.dts ARM: dts: imx6-phytec: Use the standard 'stdout-path' property 2018-03-16 09:13:32 +08:00
imx6qp-sabreauto.dts
imx6qp-sabresd.dts
imx6qp-tx6qp-8037-mb7.dts ARM: dts: imx: add support for TX6 modules on MB7 baseboard 2017-10-23 08:19:48 +08:00
imx6qp-tx6qp-8037.dts ARM: dts: imx: add support for TX6QP 2017-10-23 08:19:47 +08:00
imx6qp-tx6qp-8137-mb7.dts ARM: dts: imx: add support for TX6 modules on MB7 baseboard 2017-10-23 08:19:48 +08:00
imx6qp-tx6qp-8137.dts ARM: dts: imx: add support for TX6QP 2017-10-23 08:19:47 +08:00
imx6qp-wandboard-revd1.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6qp-zii-rdu2.dts ARM: dts: imx6: Pass memory unit-adress 2018-02-28 09:48:05 +08:00
imx6qp.dtsi arm: dts: fix unit-address leading 0s 2017-10-20 00:37:54 +02:00
imx6sl-evk.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6sl-pinfunc.h
imx6sl-warp.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6sl.dtsi ARM: dts: imx: Remove empty memory size nodes 2018-02-12 21:13:14 +08:00
imx6sx-nitrogen6sx.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6sx-pinfunc.h
imx6sx-sabreauto.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6sx-sdb-reva.dts arm: dts: fix unit-address leading 0s 2017-10-20 00:37:54 +02:00
imx6sx-sdb-sai.dts
imx6sx-sdb.dts arm: dts: fix unit-address leading 0s 2017-10-20 00:37:54 +02:00
imx6sx-sdb.dtsi ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6sx-softing-vining-2000.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6sx-udoo-neo-basic.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6sx-udoo-neo-extended.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6sx-udoo-neo-full.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6sx-udoo-neo.dtsi arm: dts: fix unit-address leading 0s 2017-10-20 00:37:54 +02:00
imx6sx.dtsi ARM: dts: imx6: remove GPU subsystem nodes 2018-02-24 16:15:59 +08:00
imx6ul-14x14-evk.dts ARM: dts: imx6ull: fix the imx6ull-14x14-evk configuration 2018-02-12 21:13:21 +08:00
imx6ul-14x14-evk.dtsi ARM: dts: imx6ull: fix the imx6ull-14x14-evk configuration 2018-02-12 21:13:21 +08:00
imx6ul-geam.dts ARM: dts: imx: Add missing #sound-dai-cells for sgtl5000 codec 2018-03-08 16:32:28 +08:00
imx6ul-isiot-emmc.dts
imx6ul-isiot-nand.dts
imx6ul-isiot.dtsi ARM: dts: imx6ul-isiot: Pass the required '#sound-dai-cells' 2018-03-16 09:13:38 +08:00
imx6ul-liteboard.dts
imx6ul-litesom.dtsi ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6ul-opos6ul.dtsi ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6ul-opos6uldev.dts
imx6ul-pico-hobbit.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx6ul-pinfunc.h ARM: dts: imx6ul: rename mux mode name REF_CLK_32K to OSC32K_32K_OUT 2018-02-12 21:13:21 +08:00
imx6ul-tx6ul-0010.dts
imx6ul-tx6ul-0011.dts
imx6ul-tx6ul-mainboard.dts arm: dts: fix unit-address leading 0s 2017-10-20 00:37:54 +02:00
imx6ul-tx6ul.dtsi ARM: dts: imx6: Pass memory unit-adress 2018-02-28 09:48:05 +08:00
imx6ul.dtsi ARM: dts: imx6ul: add wdog3 node 2018-02-28 14:25:16 +08:00
imx6ull-14x14-evk.dts ARM: dts: imx6ull: fix the imx6ull-14x14-evk configuration 2018-02-12 21:13:21 +08:00
imx6ull-colibri-eval-v3.dts ARM: dts: imx6ull: add Toradex Colibri iMX6ULL support 2018-02-12 21:13:22 +08:00
imx6ull-colibri-eval-v3.dtsi ARM: dts: imx6ull: add Toradex Colibri iMX6ULL support 2018-02-12 21:13:22 +08:00
imx6ull-colibri-nonwifi.dtsi ARM: dts: imx6: Pass memory unit-adress 2018-02-28 09:48:05 +08:00
imx6ull-colibri-wifi-eval-v3.dts ARM: dts: imx6ull: add Toradex Colibri iMX6ULL support 2018-02-12 21:13:22 +08:00
imx6ull-colibri-wifi.dtsi ARM: dts: imx6: Pass memory unit-adress 2018-02-28 09:48:05 +08:00
imx6ull-colibri.dtsi ARM: dts: imx6ull: add Toradex Colibri iMX6ULL support 2018-02-12 21:13:22 +08:00
imx6ull-pinfunc-snvs.h ARM: dts: imx6ull: add additional pinfunc defines for i.MX 6ULL 2018-02-12 21:13:06 +08:00
imx6ull-pinfunc.h
imx6ull.dtsi ARM: dts: imx6ull: add UART8 support 2018-02-12 21:13:08 +08:00
imx7-colibri-eval-v3.dtsi ARM: dts: imx7-colibri: add MCP2515 CAN controller 2017-12-26 16:15:44 +08:00
imx7-colibri.dtsi ARM: dts: imx7: add Toradex Colibri iMX7D 1GB (eMMC) support 2017-12-26 16:15:44 +08:00
imx7d-cl-som-imx7.dts ARM: dts: imx7d: cl-som-imx7: fix pinctrl_enet 2018-02-12 21:13:19 +08:00
imx7d-colibri-emmc-eval-v3.dts ARM: dts: imx7: add Toradex Colibri iMX7D 1GB (eMMC) support 2017-12-26 16:15:44 +08:00
imx7d-colibri-emmc.dtsi ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx7d-colibri-eval-v3.dts ARM: dts: imx7-colibri: move and rename USB Host power regulator 2017-12-26 16:15:44 +08:00
imx7d-colibri.dtsi ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx7d-nitrogen7.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx7d-pico-pi.dts ARM: dts: imx7d-pico-pi: Separate into cpu and baseboard dts 2017-12-26 16:15:44 +08:00
imx7d-pico.dtsi ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx7d-pinfunc.h
imx7d-sbc-imx7.dts
imx7d-sdb-sht11.dts
imx7d-sdb.dts ARM: SoC device tree updates for 4.17 2018-04-05 21:18:09 -07:00
imx7d.dtsi ARM: dts: imx7: correct enet ipg clock 2018-06-01 12:15:39 -07:00
imx7s-colibri-eval-v3.dts
imx7s-colibri.dtsi ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx7s-warp.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx7s.dtsi This time we have a good set of changes to the core framework that do some 2018-06-09 12:06:24 -07:00
imx7ulp-pinfunc.h
imx23-evk.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx23-olinuxino.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx23-pinfunc.h
imx23-sansa.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx23-stmp378x_devb.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx23-xfi3.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx23.dtsi ARM: dts: imx: Remove empty memory size nodes 2018-02-12 21:13:14 +08:00
imx25-eukrea-cpuimx25.dtsi ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx25-eukrea-mbimxsd25-baseboard-cmo-qvga.dts
imx25-eukrea-mbimxsd25-baseboard-dvi-svga.dts
imx25-eukrea-mbimxsd25-baseboard-dvi-vga.dts
imx25-eukrea-mbimxsd25-baseboard.dts ARM: dts: imx25-pinfunc: Use consistent naming for eSDHC 2018-02-12 21:13:17 +08:00
imx25-karo-tx25.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx25-pdk.dts ARM: dts: imx25-pinfunc: Use consistent naming for eSDHC 2018-02-12 21:13:17 +08:00
imx25-pinfunc.h ARM: dts: imx25-pinfunc: Always set SION for eSDHC CMD 2018-02-12 21:13:18 +08:00
imx25.dtsi ARM: dts: i.MX25: define SSI FIFO depth 2018-03-12 15:23:36 +08:00
imx27-apf27.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx27-apf27dev.dts
imx27-eukrea-cpuimx27.dtsi ARM: dts: imx27-eukrea-cpuimx27: Put the clock node directly into root 2018-02-12 21:13:19 +08:00
imx27-eukrea-mbimxsd27-baseboard.dts ARM: dts: imx27-eukrea-mbimxsd27-baseboard: Pass missing unit address 2018-02-12 21:12:58 +08:00
imx27-pdk.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx27-phytec-phycard-s-rdk.dts
imx27-phytec-phycard-s-som.dtsi ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx27-phytec-phycore-rdk.dts ARM: dts: imx: Add missing #phy-cells to usb-nop-xceiv 2017-12-26 16:15:44 +08:00
imx27-phytec-phycore-som.dtsi ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx27-pinfunc.h
imx27.dtsi ARM: dts: imx: Remove empty memory size nodes 2018-02-12 21:13:14 +08:00
imx28-apf28.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx28-apf28dev.dts
imx28-apx4devkit.dts ARM: dts: imx: Add missing #sound-dai-cells for sgtl5000 codec 2018-03-08 16:32:28 +08:00
imx28-cfa10036.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx28-cfa10037.dts
imx28-cfa10049.dts ARM: dts: imx28-cfa10049: Move i2cmux out of bus node 2018-02-12 21:12:57 +08:00
imx28-cfa10055.dts
imx28-cfa10056.dts
imx28-cfa10057.dts
imx28-cfa10058.dts
imx28-duckbill-2-485.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx28-duckbill-2-enocean.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx28-duckbill-2-spi.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx28-duckbill-2.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx28-duckbill.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx28-eukrea-mbmx28lc.dtsi ARM: dts: imx: Add missing #sound-dai-cells for sgtl5000 codec 2018-03-08 16:32:28 +08:00
imx28-eukrea-mbmx283lc.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx28-eukrea-mbmx287lc.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx28-evk.dts ARM: dts: imx: Add missing #sound-dai-cells for sgtl5000 codec 2018-03-08 16:32:28 +08:00
imx28-m28.dtsi ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx28-m28cu3.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx28-m28evk.dts ARM: dts: imx: Add missing #sound-dai-cells for sgtl5000 codec 2018-03-08 16:32:28 +08:00
imx28-pinfunc.h
imx28-sps1.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx28-ts4600.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx28-tx28.dts ARM: dts: imx28-tx28: Pass the memory unit name 2018-02-24 16:28:29 +08:00
imx28.dtsi ARM: dts: imx: Remove empty memory size nodes 2018-02-12 21:13:14 +08:00
imx31-bug.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx31.dtsi ARM: dts: imx: Remove empty memory size nodes 2018-02-12 21:13:14 +08:00
imx35-eukrea-cpuimx35.dtsi ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx35-eukrea-mbimxsd35-baseboard.dts ARM: dts: imx35-eukrea-mbimxsd35-baseboard: Fix the 'cd-gpios' property 2017-10-23 08:19:41 +08:00
imx35-pdk.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx35-pinfunc.h
imx35.dtsi arm: dts: imx[35]*: declare flexcan devices to be compatible to imx25's flexcan 2018-05-08 10:41:38 +02:00
imx50-evk.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx50-pinfunc.h
imx50.dtsi ARM: dts: imx: Remove empty memory size nodes 2018-02-12 21:13:14 +08:00
imx51-apf51.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx51-apf51dev.dts ARM: dts: imx51-apf51dev: Fix 'backlight@bl1' node with unit name and no reg property 2017-10-23 08:28:53 +08:00
imx51-babbage.dts ARM: dts: imx: Add missing #sound-dai-cells for sgtl5000 codec 2018-03-08 16:32:28 +08:00
imx51-digi-connectcore-jsk.dts arm: dts: replace 'linux,stdout-path' with 'stdout-path' 2018-03-07 15:28:21 +01:00
imx51-digi-connectcore-som.dtsi ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx51-eukrea-cpuimx51.dtsi ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx51-eukrea-mbimxsd51-baseboard.dts ARM: dts: imx: Add missing #phy-cells to usb-nop-xceiv 2017-12-26 16:15:44 +08:00
imx51-pinfunc.h
imx51-ts4800.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx51-zii-rdu1.dts ARM: dts: imx51-zii-rdu1: fix touchscreen bindings 2018-05-11 13:50:27 +08:00
imx51.dtsi ARM: dts: imx: Remove empty memory size nodes 2018-02-12 21:13:14 +08:00
imx53-ard.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx53-cx9020.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx53-m53.dtsi ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx53-m53evk.dts ARM: dts: imx: Add missing #sound-dai-cells for sgtl5000 codec 2018-03-08 16:32:28 +08:00
imx53-mba53.dts ARM: dts: imx: Fix incorrect display nodes notation 2017-10-13 15:58:24 +08:00
imx53-pinfunc.h
imx53-ppd.dts ARM: dts: imx: Add missing #sound-dai-cells for sgtl5000 codec 2018-03-08 16:32:28 +08:00
imx53-qsb-common.dtsi ARM: dts: imx: Add missing #sound-dai-cells for sgtl5000 codec 2018-03-08 16:32:28 +08:00
imx53-qsb.dts
imx53-qsrb.dts
imx53-smd.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx53-tqma53.dtsi ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx53-tx53-x03x.dts ARM: dts: imx: Add missing #sound-dai-cells for sgtl5000 codec 2018-03-08 16:32:28 +08:00
imx53-tx53-x13x.dts ARM: dts: imx: Add missing #sound-dai-cells for sgtl5000 codec 2018-03-08 16:32:28 +08:00
imx53-tx53.dtsi ARM: dts: imx5: Pass the memory unit-address 2018-03-01 08:42:40 +08:00
imx53-usbarmory.dts ARM: dts: imx: Add memory node unit name 2018-02-12 21:13:14 +08:00
imx53-voipac-bsb.dts ARM: dts: imx: Add missing #sound-dai-cells for sgtl5000 codec 2018-03-08 16:32:28 +08:00
imx53-voipac-dmm-668.dtsi
imx53.dtsi arm: dts: imx[35]*: declare flexcan devices to be compatible to imx25's flexcan 2018-05-08 10:41:38 +02:00
integrator.dtsi ARM: Device-tree updates for 4.15 2017-11-16 15:48:26 -08:00
integratorap.dts ARM: Device-tree updates for 4.15 2017-11-16 15:48:26 -08:00
integratorcp.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
iwg20d-q7-common.dtsi ARM: dts: iwg20d-q7-common: Sound DMA support via DVC on DTS 2017-12-20 12:52:37 +01:00
iwg20d-q7-dbcm-ca.dtsi ARM: dts: iwg20d-q7-dbcm-ca: Add can1 support to camera DB 2017-11-27 11:40:20 +01:00
keystone-clocks.dtsi ARM: dts: keystone-clocks: Add missing unit name to clock nodes that have regs 2017-12-16 14:36:57 -08:00
keystone-k2e-clocks.dtsi ARM: dts: keystone-k2e-clocks: Fix missing unit address separator 2018-03-05 16:18:49 -08:00
keystone-k2e-evm.dts ARM: dts: keystone*: Use a single soc0 instance 2017-12-16 14:36:56 -08:00
keystone-k2e-netcp.dtsi ARM: dts: keystone*: Standardize license with SPDX tag 2017-12-16 14:36:56 -08:00
keystone-k2e.dtsi ARM: dts: keystone-k2e: Move keystone_dsp_gpio to under device-state-control 2018-03-05 16:18:48 -08:00
keystone-k2g-evm.dts ARM: dts: keystone*: Standardize license with SPDX tag 2017-12-16 14:36:56 -08:00
keystone-k2g-ice.dts ARM: dts: keystone*: Standardize license with SPDX tag 2017-12-16 14:36:56 -08:00
keystone-k2g.dtsi ARM: dts: Keystone: add ECC error handler support 2018-03-12 15:14:00 +01:00
keystone-k2hk-clocks.dtsi ARM: dts: keystone-hk-clocks: Add missing unit name to clock nodes that have regs 2017-12-16 14:36:57 -08:00
keystone-k2hk-evm.dts ARM: dts: keystone*: Use a single soc0 instance 2017-12-16 14:36:56 -08:00
keystone-k2hk-netcp.dtsi ARM: dts: keystone*: Standardize license with SPDX tag 2017-12-16 14:36:56 -08:00
keystone-k2hk.dtsi ARM: dts: keystone-k2hk: Move keystone_dsp_gpio to under device-state-control 2018-03-05 16:18:48 -08:00
keystone-k2l-clocks.dtsi ARM: dts: keystone-k2l-clocks: Add missing unit name to clock nodes that have regs 2017-12-16 14:36:57 -08:00
keystone-k2l-evm.dts ARM: dts: keystone*: Use a single soc0 instance 2017-12-16 14:36:56 -08:00
keystone-k2l-netcp.dtsi ARM: dts: keystone*: Standardize license with SPDX tag 2017-12-16 14:36:56 -08:00
keystone-k2l.dtsi ARM: dts: keystone-k2l: Move keystone_dsp_gpio to under device-state-control 2018-03-05 16:18:48 -08:00
keystone.dtsi ARM: dts: Keystone: add ECC error handler support 2018-03-12 15:14:00 +01:00
kirkwood-98dx4122.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-6192.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-6281.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-6282.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-b3.dts arm: dts: kirkwood*.dts: use SPDX-License-Identifier for board using GPL-2.0+ 2018-03-27 15:43:12 +02:00
kirkwood-blackarmor-nas220.dts arm: dts: kirkwood*.dts: use SPDX-License-Identifier for board using GPL-2.0+ 2018-03-27 15:43:12 +02:00
kirkwood-cloudbox.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-d2net.dts arm: dts: kirkwood*.dts: use SPDX-License-Identifier for boards using GPL-2.0 2018-03-27 15:42:21 +02:00
kirkwood-db-88f6281.dts arm: dts: kirkwood*.dts: use SPDX-License-Identifier for boards using GPL-2.0 2018-03-27 15:42:21 +02:00
kirkwood-db-88f6282.dts arm: dts: kirkwood*.dts: use SPDX-License-Identifier for boards using GPL-2.0 2018-03-27 15:42:21 +02:00
kirkwood-db.dtsi arm: dts: kirkwood*.dts: use SPDX-License-Identifier for boards using GPL-2.0 2018-03-27 15:42:21 +02:00
kirkwood-dir665.dts arm: dts: kirkwood*.dts: use SPDX-License-Identifier for boards using GPL-2.0 2018-03-27 15:42:21 +02:00
kirkwood-dns320.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-dns325.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-dnskw.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-dockstar.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-dreamplug.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-ds109.dts arm: dts: kirkwood*.dts: use SPDX-License-Identifier for boards using GPL-2.0 2018-03-27 15:42:21 +02:00
kirkwood-ds110jv10.dts arm: dts: kirkwood*.dts: use SPDX-License-Identifier for boards using GPL-2.0 2018-03-27 15:42:21 +02:00
kirkwood-ds111.dts arm: dts: kirkwood*.dts: use SPDX-License-Identifier for boards using GPL-2.0 2018-03-27 15:42:21 +02:00
kirkwood-ds112.dts arm: dts: kirkwood*.dts: use SPDX-License-Identifier for boards using GPL-2.0 2018-03-27 15:42:21 +02:00
kirkwood-ds209.dts arm: dts: kirkwood*.dts: use SPDX-License-Identifier for boards using GPL-2.0 2018-03-27 15:42:21 +02:00
kirkwood-ds210.dts arm: dts: kirkwood*.dts: use SPDX-License-Identifier for boards using GPL-2.0 2018-03-27 15:42:21 +02:00
kirkwood-ds212.dts arm: dts: kirkwood*.dts: use SPDX-License-Identifier for boards using GPL-2.0 2018-03-27 15:42:21 +02:00
kirkwood-ds212j.dts arm: dts: kirkwood*.dts: use SPDX-License-Identifier for boards using GPL-2.0 2018-03-27 15:42:21 +02:00
kirkwood-ds409.dts arm: dts: kirkwood*.dts: use SPDX-License-Identifier for boards using GPL-2.0 2018-03-27 15:42:21 +02:00
kirkwood-ds409slim.dts arm: dts: kirkwood*.dts: use SPDX-License-Identifier for boards using GPL-2.0 2018-03-27 15:42:21 +02:00
kirkwood-ds411.dts arm: dts: kirkwood*.dts: use SPDX-License-Identifier for boards using GPL-2.0 2018-03-27 15:42:21 +02:00
kirkwood-ds411j.dts arm: dts: kirkwood*.dts: use SPDX-License-Identifier for boards using GPL-2.0 2018-03-27 15:42:21 +02:00
kirkwood-ds411slim.dts arm: dts: kirkwood*.dts: use SPDX-License-Identifier for boards using GPL-2.0 2018-03-27 15:42:21 +02:00
kirkwood-goflexnet.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-guruplug-server-plus.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-ib62x0.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-iconnect.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-iomega_ix2_200.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-is2.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-km_common.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-km_fixedeth.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-km_kirkwood.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-laplug.dts arm: dts: kirkwood*.dts: use SPDX-License-Identifier for boards using GPL-2.0 2018-03-27 15:42:21 +02:00
kirkwood-linkstation-6282.dtsi arm: dts: kirkwood*.dts: use SPDX-License-Identifier for boards using GPL-2.0+/MIT 2018-03-27 15:43:10 +02:00
kirkwood-linkstation-duo-6281.dtsi arm: dts: kirkwood*.dts: use SPDX-License-Identifier for boards using GPL-2.0+/MIT 2018-03-27 15:43:10 +02:00
kirkwood-linkstation-lsqvl.dts arm: dts: kirkwood*.dts: use SPDX-License-Identifier for boards using GPL-2.0+/MIT 2018-03-27 15:43:10 +02:00
kirkwood-linkstation-lsvl.dts arm: dts: kirkwood*.dts: use SPDX-License-Identifier for boards using GPL-2.0+/MIT 2018-03-27 15:43:10 +02:00
kirkwood-linkstation-lswsxl.dts arm: dts: kirkwood*.dts: use SPDX-License-Identifier for boards using GPL-2.0+/MIT 2018-03-27 15:43:10 +02:00
kirkwood-linkstation-lswvl.dts arm: dts: kirkwood*.dts: use SPDX-License-Identifier for boards using GPL-2.0+/MIT 2018-03-27 15:43:10 +02:00
kirkwood-linkstation-lswxl.dts arm: dts: kirkwood*.dts: use SPDX-License-Identifier for boards using GPL-2.0+/MIT 2018-03-27 15:43:10 +02:00
kirkwood-linkstation.dtsi arm: dts: kirkwood*.dts: use SPDX-License-Identifier for boards using GPL-2.0+/MIT 2018-03-27 15:43:10 +02:00
kirkwood-linksys-viper.dts arm: dts: kirkwood*.dts: use SPDX-License-Identifier for boards using GPL-2.0 2018-03-27 15:42:21 +02:00
kirkwood-lschlv2.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-lsxhl.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-lsxl.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-mplcec4.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-mv88f6281gtw-ge.dts arm: dts: kirkwood*.dts: use SPDX-License-Identifier for boards using GPL-2.0 2018-03-27 15:42:21 +02:00
kirkwood-nas2big.dts arm: dts: kirkwood*.dts: use SPDX-License-Identifier for boards using GPL-2.0 2018-03-27 15:42:21 +02:00
kirkwood-net2big.dts arm: dts: kirkwood*.dts: use SPDX-License-Identifier for boards using GPL-2.0 2018-03-27 15:42:21 +02:00
kirkwood-net5big.dts arm: dts: kirkwood*.dts: use SPDX-License-Identifier for boards using GPL-2.0 2018-03-27 15:42:21 +02:00
kirkwood-netgear_readynas_duo_v2.dts arm: dts: kirkwood*.dts: use SPDX-License-Identifier for board using GPL-2.0+ 2018-03-27 15:43:12 +02:00
kirkwood-netgear_readynas_nv+_v2.dts arm: dts: kirkwood*.dts: use SPDX-License-Identifier for board using GPL-2.0+ 2018-03-27 15:43:12 +02:00
kirkwood-netxbig.dtsi arm: dts: kirkwood*.dts: use SPDX-License-Identifier for boards using GPL-2.0 2018-03-27 15:42:21 +02:00
kirkwood-ns2-common.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-ns2.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-ns2lite.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-ns2max.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-ns2mini.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-nsa3x0-common.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-nsa310.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-nsa310a.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-nsa320.dts arm: dts: kirkwood*.dts: use SPDX-License-Identifier for board using GPL-2.0+ 2018-03-27 15:43:12 +02:00
kirkwood-nsa325.dts arm: dts: kirkwood*.dts: use SPDX-License-Identifier for board using GPL-2.0+ 2018-03-27 15:43:12 +02:00
kirkwood-openblocks_a6.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-openblocks_a7.dts arm: dts: kirkwood*.dts: use SPDX-License-Identifier for boards using GPL-2.0 2018-03-27 15:42:21 +02:00
kirkwood-openrd-base.dts arm: dts: kirkwood*.dts: use SPDX-License-Identifier for boards using GPL-2.0 2018-03-27 15:42:21 +02:00
kirkwood-openrd-client.dts arm: dts: kirkwood*.dts: use SPDX-License-Identifier for boards using GPL-2.0 2018-03-27 15:42:21 +02:00
kirkwood-openrd-ultimate.dts arm: dts: kirkwood*.dts: use SPDX-License-Identifier for boards using GPL-2.0 2018-03-27 15:42:21 +02:00
kirkwood-openrd.dtsi arm: dts: kirkwood*.dts: use SPDX-License-Identifier for boards using GPL-2.0 2018-03-27 15:42:21 +02:00
kirkwood-pogo_e02.dts arm: dts: kirkwood*.dts: use SPDX-License-Identifier for boards using GPL-2.0 2018-03-27 15:42:21 +02:00
kirkwood-pogoplug-series-4.dts ARM: dts: kirkwood: Fix "debounce-interval" property misspelling 2018-02-13 17:15:50 +01:00
kirkwood-rd88f6192.dts arm: dts: kirkwood*.dts: use SPDX-License-Identifier for boards using GPL-2.0 2018-03-27 15:42:21 +02:00
kirkwood-rd88f6281-a.dts arm: dts: kirkwood*.dts: use SPDX-License-Identifier for boards using GPL-2.0 2018-03-27 15:42:21 +02:00
kirkwood-rd88f6281-z0.dts arm: dts: kirkwood*.dts: use SPDX-License-Identifier for boards using GPL-2.0 2018-03-27 15:42:21 +02:00
kirkwood-rd88f6281.dtsi arm: dts: kirkwood*.dts: use SPDX-License-Identifier for boards using GPL-2.0 2018-03-27 15:42:21 +02:00
kirkwood-rs212.dts arm: dts: kirkwood*.dts: use SPDX-License-Identifier for boards using GPL-2.0 2018-03-27 15:42:21 +02:00
kirkwood-rs409.dts arm: dts: kirkwood*.dts: use SPDX-License-Identifier for boards using GPL-2.0 2018-03-27 15:42:21 +02:00
kirkwood-rs411.dts arm: dts: kirkwood*.dts: use SPDX-License-Identifier for boards using GPL-2.0 2018-03-27 15:42:21 +02:00
kirkwood-sheevaplug-common.dtsi arm: dts: kirkwood*.dts: use SPDX-License-Identifier for boards using GPL-2.0 2018-03-27 15:42:21 +02:00
kirkwood-sheevaplug-esata.dts arm: dts: kirkwood*.dts: use SPDX-License-Identifier for boards using GPL-2.0 2018-03-27 15:42:21 +02:00
kirkwood-sheevaplug.dts arm: dts: kirkwood*.dts: use SPDX-License-Identifier for boards using GPL-2.0 2018-03-27 15:42:21 +02:00
kirkwood-synology.dtsi arm: dts: kirkwood*.dts: use SPDX-License-Identifier for boards using GPL-2.0 2018-03-27 15:42:21 +02:00
kirkwood-t5325.dts arm: dts: kirkwood*.dts: use SPDX-License-Identifier for boards using GPL-2.0 2018-03-27 15:42:21 +02:00
kirkwood-topkick.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-ts219-6281.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-ts219-6282.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-ts219.dtsi ARM: Device-tree updates for 4.15 2017-11-16 15:48:26 -08:00
kirkwood-ts419-6281.dts arm: dts: kirkwood*.dts: use SPDX-License-Identifier for board using GPL-2.0+ 2018-03-27 15:43:12 +02:00
kirkwood-ts419-6282.dts arm: dts: kirkwood*.dts: use SPDX-License-Identifier for board using GPL-2.0+ 2018-03-27 15:43:12 +02:00
kirkwood-ts419.dtsi arm: dts: kirkwood*.dts: use SPDX-License-Identifier for board using GPL-2.0+ 2018-03-27 15:43:12 +02:00
kirkwood.dtsi arm: dts: kirkwood: fix error in #sound-dai-cells size 2018-03-05 14:47:05 +01:00
logicpd-som-lv-35xx-devkit.dts ARM: dts: Add minimal support for LogicPD OMAP35xx SOM-LV devkit 2017-12-11 09:43:46 -08:00
logicpd-som-lv-37xx-devkit.dts ARM: dts: Move most of logicpd-som-lv-37xx-devkit.dts to logicpd-som-lv-baseboard.dtsi 2017-12-11 09:40:34 -08:00
logicpd-som-lv-baseboard.dtsi ARM: dts: Move most of logicpd-som-lv-37xx-devkit.dts to logicpd-som-lv-baseboard.dtsi 2017-12-11 09:40:34 -08:00
logicpd-som-lv.dtsi Revert "ARM: dts: logicpd-som-lv: Fix pinmux controller references" 2018-05-07 08:28:17 -07:00
logicpd-torpedo-35xx-devkit.dts ARM: dts: Add minimal support for LogicPD OMAP35xx Torpedo devkit 2017-12-11 09:43:51 -08:00
logicpd-torpedo-37xx-devkit.dts ARM: dts: Move move WiFi bindings to logicpd-torpedo-37xx-devkit 2017-12-11 09:43:53 -08:00
logicpd-torpedo-baseboard.dtsi ARM: dts: Move most of logicpd-torpedo-37xx-devkit to logicpd-torpedo-baseboard 2017-12-11 09:43:49 -08:00
logicpd-torpedo-som.dtsi Device tree changes for omap variants for v4.17 2018-03-07 15:38:00 +01:00
lpc18xx.dtsi ARM: dts: lpc18xx: remove 'num-slots' property for dwmmc 2018-03-15 09:27:40 +01:00
lpc32xx.dtsi arm: dts: fix unit-address leading 0s 2017-10-20 00:37:54 +02:00
lpc3250-ea3250.dts ARM: lpc3250: fix uda1380 gpio numbers 2018-01-15 13:58:05 +01:00
lpc3250-phy3250.dts ARM: lpc3250: fix uda1380 gpio numbers 2018-01-15 13:58:05 +01:00
lpc4337-ciaa.dts ARM: dts: lpc18xx: Add generic compatible string for I2C EEPROM 2017-12-21 16:07:29 +01:00
lpc4350-hitex-eval.dts ARM: dts: lpc18xx: Add generic compatible string for I2C EEPROM 2017-12-21 16:07:29 +01:00
lpc4350.dtsi
lpc4357-ea4357-devkit.dts ARM: dts: lpc18xx: Add generic compatible string for I2C EEPROM 2017-12-21 16:07:29 +01:00
lpc4357.dtsi
ls1021a-moxa-uc-8410a.dts ARM: dts: ls1021a: add support for Moxa UC-8410A open platform 2017-12-26 17:16:37 +08:00
ls1021a-qds.dts ARM: SoC device tree updates for 4.16 2018-02-01 16:07:54 -08:00
ls1021a-twr.dts ARM: SoC device tree updates for 4.16 2018-02-01 16:07:54 -08:00
ls1021a.dtsi Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2018-04-09 17:04:10 -07:00
Makefile arm: dts: modify Makefile NPCM750 configuration name 2018-04-05 11:13:31 +02:00
meson6-atv1200.dts
meson6.dtsi ARM: dts: meson: add the efuse node 2017-10-29 09:00:38 -07:00
meson8-minix-neo-x8.dts
meson8.dtsi ARM: dts: meson8: add the USB reset line 2018-02-12 14:13:36 -08:00
meson8b-mxq.dts
meson8b-odroidc1.dts ARM: dts: meson8b-odroidc1: add microSD support 2018-03-20 14:32:31 -07:00
meson8b.dtsi ARM: dts: meson8b: the CBUS GPIO controller only has 83 GPIOs 2018-03-20 14:32:31 -07:00
meson.dtsi ARM: dts: meson: fix the memory region of the GPIO interrupt controller 2017-11-30 15:29:43 -08:00
mmp2-brownstone.dts
mmp2.dtsi
motorola-cpcap-mapphone.dtsi ARM: dts: motorola-cpcap-mapphone: add audio-codec 2018-03-02 12:55:09 -08:00
moxart-uc7112lx.dts
moxart.dtsi ARM: dts: fix PCLK name on Gemini and MOXA ART 2017-10-19 17:45:22 +02:00
mpa1600.dts ARM: dts: at91: mpa1600: use TCB0 as timers 2017-12-31 15:50:01 +01:00
mps2-an385.dts
mps2-an399.dts
mps2.dtsi
mt2701-evb.dts arm: dts: mt2701: enable display pwm backlight 2017-10-19 18:33:58 +02:00
mt2701-pinfunc.h
mt2701.dtsi arm: dts: mt2701: Add reset-cells 2017-12-14 12:07:58 +01:00
mt6323.dtsi
mt6580-evbp1.dts
mt6580.dtsi
mt6589-aquaris5.dts
mt6589.dtsi arm: dts: fix unit-address leading 0s 2017-10-20 00:37:54 +02:00
mt6592-evb.dts
mt6592.dtsi
mt7623.dtsi ARM: SoC device tree updates for 4.17 2018-04-05 21:18:09 -07:00
mt7623n-bananapi-bpi-r2.dts arm: dts: mt7623: add PCIe related nodes 2018-03-19 02:39:48 +01:00
mt7623n-rfb-nand.dts arm: dts: mt7623: use - instead of _ in DT node name 2018-03-18 22:44:03 +01:00
mt7623n-rfb.dtsi
mt8127-moose.dts
mt8127.dtsi
mt8135-evbp1.dts
mt8135-pinfunc.h
mt8135.dtsi
mvebu-linkstation-fan.dtsi
mvebu-linkstation-gpio-simple.dtsi
mxs-pinfunc.h
nspire-classic.dtsi
nspire-clp.dts
nspire-cx.dts
nspire-tp.dts
nspire.dtsi arm: dts: nspire: Add missing #phy-cells to usb-nop-xceiv 2017-12-07 15:52:20 +01:00
nuvoton-common-npcm7xx.dtsi arm: dts: modify Nuvoton NPCM7xx device tree structure 2018-04-05 11:13:39 +02:00
nuvoton-npcm750-evb.dts arm: dts: modify Nuvoton NPCM7xx device tree structure 2018-04-05 11:13:39 +02:00
nuvoton-npcm750.dtsi arm: dts: modify Nuvoton NPCM7xx device tree structure 2018-04-05 11:13:39 +02:00
omap2.dtsi
omap3-beagle-xm-ab.dts
omap3-beagle-xm.dts ARM: dts: omap: Add missing #phy-cells to usb-nop-xceiv 2017-11-10 08:15:56 -08:00
omap3-beagle.dts ARM: dts: omap: Add missing #phy-cells to usb-nop-xceiv 2017-11-10 08:15:56 -08:00
omap3-cm-t3x30.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
omap3-cm-t3x.dtsi ARM: dts: am3/am4/dra7/omap: Remove leading 0x and 0s from bindings notation 2017-12-15 08:36:06 -08:00
omap3-cm-t3517.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
omap3-cm-t3530.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
omap3-cm-t3730.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
omap3-cpu-thermal.dtsi
omap3-devkit8000-common.dtsi
omap3-devkit8000-lcd43.dts
omap3-devkit8000-lcd70.dts
omap3-devkit8000-lcd-common.dtsi
omap3-devkit8000.dts
omap3-evm-37xx.dts ARM: dts: am3/am4/dra7/omap: Remove leading 0x and 0s from bindings notation 2017-12-15 08:36:06 -08:00
omap3-evm-common.dtsi Merge branch 'dts-fixes' into omap-for-v4.15/fixes-dt 2017-11-28 08:12:32 -08:00
omap3-evm-processor-common.dtsi ARM: dts: omap3-evm: Add DSS {vdds_dsi,vdda_video}-supply references 2017-09-29 09:14:30 -07:00
omap3-evm.dts ARM: dts: omap3-evm: Add OMAP3530 specific device tree processor data 2017-09-29 09:14:21 -07:00
omap3-gta04.dtsi ARM: dts: gta04: improve panel compatibility string 2017-12-21 06:50:19 -08:00
omap3-gta04a3.dts
omap3-gta04a4.dts
omap3-gta04a5.dts
omap3-ha-common.dtsi
omap3-ha-lcd.dts
omap3-ha.dts
omap3-igep0020-common.dtsi ARM: dts: omap: Add missing #phy-cells to usb-nop-xceiv 2017-11-10 08:15:56 -08:00
omap3-igep0020-rev-f.dts
omap3-igep0020.dts
omap3-igep0030-common.dtsi ARM: dts: omap: Add missing #phy-cells to usb-nop-xceiv 2017-11-10 08:15:56 -08:00
omap3-igep0030-rev-g.dts
omap3-igep0030.dts
omap3-igep.dtsi ARM: dts: omap3-igep: Update onenand node timings 2018-01-12 15:34:06 +01:00
omap3-ldp.dts
omap3-lilly-a83x.dtsi ARM: dts: am3/am4/dra7/omap: Remove leading 0x and 0s from bindings notation 2017-12-15 08:36:06 -08:00
omap3-lilly-dbb056.dts
omap3-n9.dts ARM: dts: nokia N9: Add support for magnetometer 2018-02-14 08:57:54 -08:00
omap3-n900.dts ARM: dts: omap3-n900: Add link between battery and charger 2018-03-12 14:34:51 +01:00
omap3-n950-n9.dtsi ARM: dts: OMAP2+: Add compatible property to onenand node 2018-01-12 15:34:04 +01:00
omap3-n950.dts ARM: dts: n950: add display support 2017-12-21 06:46:54 -08:00
omap3-overo-alto35-common.dtsi
omap3-overo-alto35.dts
omap3-overo-base.dtsi ARM: dts: omap: Add missing #phy-cells to usb-nop-xceiv 2017-11-10 08:15:56 -08:00
omap3-overo-chestnut43-common.dtsi
omap3-overo-chestnut43.dts
omap3-overo-common-dvi.dtsi
omap3-overo-common-lcd35.dtsi
omap3-overo-common-lcd43.dtsi
omap3-overo-common-peripherals.dtsi
omap3-overo-gallop43-common.dtsi
omap3-overo-gallop43.dts
omap3-overo-palo35-common.dtsi
omap3-overo-palo35.dts
omap3-overo-palo43-common.dtsi
omap3-overo-palo43.dts
omap3-overo-storm-alto35.dts
omap3-overo-storm-chestnut43.dts
omap3-overo-storm-gallop43.dts
omap3-overo-storm-palo35.dts
omap3-overo-storm-palo43.dts
omap3-overo-storm-summit.dts
omap3-overo-storm-tobi.dts
omap3-overo-storm-tobiduo.dts
omap3-overo-storm.dtsi
omap3-overo-summit-common.dtsi
omap3-overo-summit.dts
omap3-overo-tobi-common.dtsi
omap3-overo-tobi.dts
omap3-overo-tobiduo-common.dtsi
omap3-overo-tobiduo.dts
omap3-overo.dtsi
omap3-pandora-1ghz.dts
omap3-pandora-600mhz.dts
omap3-pandora-common.dtsi ARM: dts: pandora: fix panel compatibility string 2017-12-21 07:24:35 -08:00
omap3-panel-sharp-ls037v7dw01.dtsi ARM: Device-tree updates for 4.15 2017-11-16 15:48:26 -08:00
omap3-sb-t35.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
omap3-sbc-t3517.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
omap3-sbc-t3530.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
omap3-sbc-t3730.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
omap3-sniper.dts
omap3-tao3530.dtsi ARM: dts: omap: Add missing #phy-cells to usb-nop-xceiv 2017-11-10 08:15:56 -08:00
omap3-thunder.dts
omap3-zoom3.dts
omap3.dtsi ARM: dts: omap3: Add missing #sound-dai-cells 2018-03-02 12:47:59 -08:00
omap3xxx-clocks.dtsi
omap4-cpu-thermal.dtsi
omap4-droid4-xt894.dts ARM: dts: omap4-droid4: Configure uart1 pins 2018-03-20 08:13:38 -07:00
omap4-duovero-parlor.dts
omap4-duovero.dtsi ARM: dts: omap: Add missing #phy-cells to usb-nop-xceiv 2017-11-10 08:15:56 -08:00
omap4-kc1.dts
omap4-panda-a4.dts
omap4-panda-common.dtsi Merge branch 'dts-fixes' into omap-for-v4.15/fixes-dt 2017-11-28 08:12:32 -08:00
omap4-panda-es.dts
omap4-panda.dts
omap4-sdp-es23plus.dts
omap4-sdp.dts
omap4-var-dvk-om44.dts
omap4-var-om44customboard.dtsi
omap4-var-som-om44-wlan.dtsi
omap4-var-som-om44.dtsi ARM: dts: omap: Add missing #phy-cells to usb-nop-xceiv 2017-11-10 08:15:56 -08:00
omap4-var-stk-om44.dts
omap4.dtsi ARM: dts: Fix cm2 and prm sizes for omap4 2018-04-16 10:01:04 -07:00
omap5-board-common.dtsi ARM: dts: omap5-board-common: Add phandle for mclk clock for twl6040 2018-03-20 07:35:54 -07:00
omap5-cm-t54.dts Merge branch 'dts-fixes' into omap-for-v4.15/fixes-dt 2017-11-28 08:12:32 -08:00
omap5-core-thermal.dtsi
omap5-gpu-thermal.dtsi
omap5-igep0050.dts
omap5-sbc-t54.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
omap5-uevm.dts ARM: dts: OMAP5: uevm: Fix "debounce-interval" property misspelling 2018-02-14 08:35:14 -08:00
omap5.dtsi ARM: dts: omap5: add support for control module wkup pad config 2018-03-20 07:35:38 -07:00
omap24xx-clocks.dtsi
omap34xx-omap36xx-clocks.dtsi
omap34xx.dtsi ARM: dts: Update ti-sysc data for existing users 2018-01-12 15:16:57 -08:00
omap36xx-am35xx-omap3430es2plus-clocks.dtsi
omap36xx-clocks.dtsi
omap36xx-omap3430es2plus-clocks.dtsi
omap36xx.dtsi ARM: dts: Update ti-sysc data for existing users 2018-01-12 15:16:57 -08:00
omap44xx-clocks.dtsi ARM: dts: omap4: add clkctrl nodes 2017-12-11 08:28:35 -08:00
omap54xx-clocks.dtsi ARM: dts: omap5: add fref_xtal_ck support 2018-03-20 07:35:45 -07:00
omap443x-clocks.dtsi
omap443x.dtsi ARM: dts: omap: Remove "cooling-{min|max}-level" for CPU nodes 2018-02-14 09:26:11 -08:00
omap446x-clocks.dtsi
omap2420-clocks.dtsi
omap2420-h4.dts
omap2420-n8x0-common.dtsi ARM: dts: OMAP2+: Add compatible property to onenand node 2018-01-12 15:34:04 +01:00
omap2420-n800.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
omap2420-n810-wimax.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
omap2420-n810.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
omap2420.dtsi
omap2430-clocks.dtsi
omap2430-sdp.dts
omap2430.dtsi
omap3430-sdp.dts ARM: dts: OMAP2+: Add compatible property to onenand node 2018-01-12 15:34:04 +01:00
omap3430es1-clocks.dtsi
omap4460.dtsi ARM: dts: omap: Remove "cooling-{min|max}-level" for CPU nodes 2018-02-14 09:26:11 -08:00
omap-gpmc-smsc911x.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
omap-gpmc-smsc9221.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
omap-zoom-common.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
openbmc-flash-layout.dtsi ARM: dts: Add OpenBMC flash layout 2017-12-21 14:03:19 +10:30
orion5x-kuroboxpro.dts
orion5x-lacie-d2-network.dts arm: dts: replace 'linux,stdout-path' with 'stdout-path' 2018-03-07 15:28:21 +01:00
orion5x-lacie-ethernet-disk-mini-v2.dts arm: dts: replace 'linux,stdout-path' with 'stdout-path' 2018-03-07 15:28:21 +01:00
orion5x-linkstation-lschl.dts
orion5x-linkstation-lsgl.dts
orion5x-linkstation-lswtgl.dts
orion5x-linkstation.dtsi arm: dts: replace 'linux,stdout-path' with 'stdout-path' 2018-03-07 15:28:21 +01:00
orion5x-lswsgl.dts arm: dts: replace 'linux,stdout-path' with 'stdout-path' 2018-03-07 15:28:21 +01:00
orion5x-maxtor-shared-storage-2.dts arm: dts: replace 'linux,stdout-path' with 'stdout-path' 2018-03-07 15:28:21 +01:00
orion5x-mv88f5181.dtsi
orion5x-mv88f5182.dtsi
orion5x-netgear-wnr854t.dts
orion5x-rd88f5182-nas.dts arm: dts: replace 'linux,stdout-path' with 'stdout-path' 2018-03-07 15:28:21 +01:00
orion5x.dtsi
owl-s500-cubieboard6.dts ARM: dts: owl-s500: Add CubieBoard6 2017-11-04 18:12:45 +08:00
owl-s500-guitar-bb-rev-b.dts ARM: dts: owl-s500-guitar-bb-rev-b: Add fake uart3 clock 2017-11-04 18:12:38 +08:00
owl-s500-guitar.dtsi
owl-s500-sparky.dts arm: dts: owl-s500: Add Sparky 2017-12-22 10:53:52 +01:00
owl-s500.dtsi ARM: dts: owl-s500: Set power domains for CPU2 and CPU3 2017-11-04 18:12:23 +08:00
ox810se-wd-mbwe.dts ARM: dts: rename oxnas dts files 2018-01-15 14:11:01 +01:00
ox810se.dtsi arm: dts: fix unit-address leading 0s 2017-10-20 00:37:54 +02:00
ox820-cloudengines-pogoplug-series-3.dts ARM: dts: rename oxnas dts files 2018-01-15 14:11:01 +01:00
ox820.dtsi arm: dts: fix unit-address leading 0s 2017-10-20 00:37:54 +02:00
picoxcell-pc3x2.dtsi arm: dts: fix unit-address leading 0s 2017-10-20 00:37:54 +02:00
picoxcell-pc3x3.dtsi arm: dts: fix unit-address leading 0s 2017-10-20 00:37:54 +02:00
picoxcell-pc7302-pc3x2.dts arm: dts: replace 'linux,stdout-path' with 'stdout-path' 2018-03-07 15:28:21 +01:00
picoxcell-pc7302-pc3x3.dts arm: dts: replace 'linux,stdout-path' with 'stdout-path' 2018-03-07 15:28:21 +01:00
pm9g45.dts ARM: dts: at91: pm9g45: use TCB0 as timers 2017-12-31 15:50:10 +01:00
prima2-evb.dts
prima2.dtsi
pxa2xx.dtsi
pxa3xx.dtsi arm: dts: pxa: use reworked NAND controller driver 2018-03-02 22:46:23 +01:00
pxa25x.dtsi
pxa27x.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
pxa168-aspenite.dts
pxa168.dtsi
pxa910-dkb.dts
pxa910.dtsi
qcom-apq8060-dragonboard.dts arm: dts: fix unit-address leading 0s 2017-10-20 00:37:54 +02:00
qcom-apq8064-arrow-sd-600eval-pins.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
qcom-apq8064-arrow-sd-600eval.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
qcom-apq8064-asus-nexus7-flo.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
qcom-apq8064-cm-qs600.dts ARM: dts: use 'atmel' as at24 manufacturer for qcom-apq8064-cm-qs600 2018-03-08 18:30:06 -06:00
qcom-apq8064-ifc6410.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
qcom-apq8064-pins.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
qcom-apq8064-sony-xperia-yuga.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
qcom-apq8064-v2.0.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
qcom-apq8064.dtsi ARM: dts: add XOADC and IIO HWMON to APQ8064 2018-03-08 18:30:06 -06:00
qcom-apq8074-dragonboard.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
qcom-apq8084-ifc6540.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
qcom-apq8084-mtp.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
qcom-apq8084.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
qcom-ipq4019-ap.dk01.1-c1.dts
qcom-ipq4019-ap.dk01.1.dtsi
qcom-ipq4019.dtsi
qcom-ipq8064-ap148.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
qcom-ipq8064-v1.0.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
qcom-ipq8064.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
qcom-mdm9615-wp8548-mangoh-green.dts
qcom-mdm9615-wp8548.dtsi
qcom-mdm9615.dtsi
qcom-msm8660-surf.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
qcom-msm8660.dtsi ARM: Device-tree updates for 4.15 2017-11-16 15:48:26 -08:00
qcom-msm8960-cdp.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
qcom-msm8960.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
qcom-msm8974-fairphone-fp2.dts ARM: dts: msm8974-FP2: Add uSD slot nodes 2017-12-21 13:06:07 -06:00
qcom-msm8974-lge-nexus5-hammerhead.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
qcom-msm8974-samsung-klte.dts ARM: dts: qcom: Add initial DTS file for Samsung Galaxy S5 phone 2018-03-08 18:30:06 -06:00
qcom-msm8974-sony-xperia-castor.dts ARM: dts: msm8974: castor: Fix typo and add startup delay in touchscreen node 2018-03-15 00:23:41 -05:00
qcom-msm8974-sony-xperia-honami.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
qcom-msm8974.dtsi ARM: Device-tree updates for 4.15 2017-11-16 15:48:26 -08:00
qcom-msm8974pro.dtsi ARM: dts: qcom: msm8974: Add Sony Xperia Z2 Tablet 2017-10-11 15:52:35 -05:00
qcom-pm8841.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
qcom-pm8941.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
qcom-pma8084.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
r7s72100-genmai.dts ARM: dts: genmai: Correct primary compatible value for eeprom 2017-11-27 11:40:29 +01:00
r7s72100-gr-peach.dts ARM: dts: gr-peach: Enable ostm0 and ostm1 timers 2017-10-12 13:51:25 +02:00
r7s72100-rskrza1.dts
r7s72100.dtsi ARM: dts: r7s72100: Add clock for CA9 CPU core 2017-10-16 11:52:23 +02:00
r8a73a4-ape6evm.dts
r8a73a4.dtsi ARM: dts: r8a73a4: Remove CMT renesas,channels-mask 2017-11-29 11:42:55 +01:00
r8a77xx-aa104xd12-panel.dtsi
r8a77xx-aa121td01-panel.dtsi
r8a7740-armadillo800eva.dts ARM: dts: armadillo800eva: Convert to named i2c-gpio bindings 2017-12-04 09:34:27 +01:00
r8a7740.dtsi ARM: dts: r8a7740: Correct TPU register block size 2017-12-21 10:41:46 +01:00
r8a7743-iwg20d-q7-dbcm-ca.dts ARM: dts: iwg20d-q7-dbcm-ca: Add device trees for camera DB 2017-10-09 09:29:34 +02:00
r8a7743-iwg20d-q7.dts ARM: dts: iwg20d-q7: Rework DT architecture 2017-10-09 09:28:43 +02:00
r8a7743-iwg20m.dtsi ARM: dts: iwg20m: Enable cmt0 2018-02-12 13:50:56 +01:00
r8a7743-sk-rzg1m.dts
r8a7743.dtsi ARM: dts: r8a7743: Add VSP support 2018-02-12 13:50:58 +01:00
r8a7745-iwg22d-sodimm-dbhd-ca.dts ARM: dts: iwg22d-sodimm-dbhd-ca: Add can1 support to HDMI DB 2017-11-27 11:40:16 +01:00
r8a7745-iwg22d-sodimm.dts ARM: dts: iwg22d-sodimm: Sound DMA support via DVC on DTS 2017-12-21 12:24:49 +01:00
r8a7745-iwg22m.dtsi ARM: dts: iwg22m: Enable cmt0 2018-02-12 13:50:56 +01:00
r8a7745-sk-rzg1e.dts
r8a7745.dtsi ARM: dts: r8a7745: Add VSP support 2018-02-12 13:50:58 +01:00
r8a7778-bockw.dts
r8a7778.dtsi ARM: dts: r8a7778: Use R-Car SDHI Gen1 fallback compat string 2017-11-27 11:40:00 +01:00
r8a7779-marzen.dts ARM: dts: marzen: Add SDHI0 VCCQ Regulator 2018-03-16 17:24:17 +01:00
r8a7779.dtsi ARM: dts: r8a7779: Use R-Car SDHI Gen1 fallback compat string 2017-11-27 11:40:01 +01:00
r8a7790-lager.dts ARM: dts: r8a7790: Convert to new LVDS DT bindings 2018-04-23 12:31:10 +02:00
r8a7790-stout.dts ARM: dts: stout: Initial r8a7790 Stout board support 2018-03-16 17:24:16 +01:00
r8a7790.dtsi ARM: dts: r8a7790: Convert to new LVDS DT bindings 2018-04-23 12:31:10 +02:00
r8a7791-koelsch.dts ARM: dts: r8a7791: Convert to new LVDS DT bindings 2018-04-23 12:31:26 +02:00
r8a7791-porter.dts ARM: dts: r8a7791: Convert to new LVDS DT bindings 2018-04-23 12:31:26 +02:00
r8a7791.dtsi ARM: dts: r8a7791: Convert to new LVDS DT bindings 2018-04-23 12:31:26 +02:00
r8a7792-blanche.dts ARM: dts: r8a7792: Convert to new CPG/MSSR bindings 2017-09-18 08:05:04 +02:00
r8a7792-wheat.dts ARM: dts: r8a7792: Convert to new CPG/MSSR bindings 2017-09-18 08:05:04 +02:00
r8a7792.dtsi ARM: dts: r8a7792: sort subnodes of soc node 2018-02-12 13:50:57 +01:00
r8a7793-gose.dts ARM: dts: r8a7793: Convert to new LVDS DT bindings 2018-04-23 12:31:42 +02:00
r8a7793.dtsi ARM: dts: r8a7793: Convert to new LVDS DT bindings 2018-04-23 12:31:42 +02:00
r8a7794-alt.dts ARM: dts: alt: use demuxer for I2C1 2018-02-12 13:50:59 +01:00
r8a7794-silk.dts ARM: dts: silk: Add GPIO keys to DT 2018-03-16 17:24:18 +01:00
r8a7794.dtsi ARM: dts: r8a7794: sort subnodes of root node 2018-02-12 13:50:58 +01:00
rk3xxx.dtsi ARM: dts: rockchip: add gpu nodes on rk3066/rk3188 2017-09-22 11:18:08 +02:00
rk322x.dtsi For general soc-specific changes the rk322x socs got their correct grf 2018-03-28 17:15:43 +02:00
rk3036-evb.dts
rk3036-kylin.dts ARM: dts: rockchip: enable the gpu on rk3036-kylin boards 2017-09-22 11:18:02 +02:00
rk3036.dtsi ARM: dts: rockchip: Fix DWMMC clocks 2018-02-16 10:45:16 +01:00
rk3066a-bqcurie2.dts
rk3066a-marsboard.dts ARM: dts: rockchip: add cpu0-regulator on rk3066a-marsboard 2017-12-02 17:36:45 +01:00
rk3066a-mk808.dts
rk3066a-rayeager.dts ARM: dts: rockchip: add reset property for rk3066a-rayeager emac phy 2017-12-16 21:09:37 +01:00
rk3066a.dtsi ARM: dts: rockchip: fix mali400 ppmmu interrupt names 2017-10-10 11:04:33 +02:00
rk3188-px3-evb.dts
rk3188-radxarock.dts ARM: dts: rockchip: enable gpu on rk3188-radxarock 2017-09-22 11:18:11 +02:00
rk3188.dtsi ARM: dts: rockchip: fix mali400 ppmmu interrupt names 2017-10-10 11:04:33 +02:00
rk3228-evb.dts
rk3229-evb.dts
rk3229.dtsi
rk3288-evb-act8846.dts
rk3288-evb-rk808.dts
rk3288-evb.dtsi
rk3288-fennec.dts
rk3288-firefly-beta.dts
rk3288-firefly-reload-core.dtsi ARM: dts: rockchip: enable the hdmi output on the rk3288-firefly-reload 2017-10-21 21:53:04 +02:00
rk3288-firefly-reload.dts ARM: dts: rockchip: enable the hdmi output on the rk3288-firefly-reload 2017-10-21 21:53:04 +02:00
rk3288-firefly.dts
rk3288-firefly.dtsi
rk3288-miqi.dts
rk3288-phycore-rdk.dts ARM: dts: rockchip: Support UHS mode for SD card on phyCORE-RK3288 RDK 2018-02-15 10:09:23 +01:00
rk3288-phycore-som.dtsi For general soc-specific changes the rk322x socs got their correct grf 2018-03-28 17:15:43 +02:00
rk3288-popmetal.dts arm: dts: fix unit-address leading 0s 2017-10-20 00:37:54 +02:00
rk3288-r89.dts
rk3288-rock2-som.dtsi ARM: dts: rockchip: add recovery button for Rock2 Square 2018-02-19 06:53:05 +01:00
rk3288-rock2-square.dts ARM: dts: rockchip: enable USB-OTG port on Radxa Rock2 Square 2018-02-19 06:53:35 +01:00
rk3288-tinker.dts
rk3288-veyron-analog-audio.dtsi
rk3288-veyron-brain.dts
rk3288-veyron-chromebook.dtsi ARM: dts: rockchip: drop veyron's nonstandard 'backlight-boot-off' 2018-02-12 09:40:02 +01:00
rk3288-veyron-jaq.dts
rk3288-veyron-jerry.dts
rk3288-veyron-mickey.dts
rk3288-veyron-minnie.dts
rk3288-veyron-pinky.dts
rk3288-veyron-sdmmc.dtsi
rk3288-veyron-speedy.dts
rk3288-veyron.dtsi
rk3288-vyasa.dts ARM: dts: rockchip: Add eMMC node for rk3288-vyasa 2018-02-16 11:19:45 +01:00
rk3288.dtsi ARM: dts: rockchip: Add missing #sound-dai-cells on rk3288 2018-03-05 15:18:58 +01:00
rv1108-evb.dts ARM: dts: rockchip: enable tsadc module on RV1108 evaluation board 2017-10-17 20:58:46 +02:00
rv1108.dtsi ARM: dts: rockchip: add thermal nodes for RV1108 SoC 2017-10-17 20:57:44 +02:00
s3c24xx.dtsi ARM: dts: s3c24xx: Add SPDX license identifiers 2018-01-03 18:27:31 +01:00
s3c64xx-pinctrl.dtsi ARM: dts: s3c64xx: Add SPDX license identifiers 2018-01-03 18:27:46 +01:00
s3c64xx.dtsi ARM: dts: s3c64xx: Add SPDX license identifiers 2018-01-03 18:27:46 +01:00
s3c2416-pinctrl.dtsi ARM: dts: s3c24xx: Add SPDX license identifiers 2018-01-03 18:27:31 +01:00
s3c2416-smdk2416.dts ARM: dts: s3c24xx: Add SPDX license identifiers 2018-01-03 18:27:31 +01:00
s3c2416.dtsi ARM: dts: s3c24xx: Add SPDX license identifiers 2018-01-03 18:27:31 +01:00
s3c6400.dtsi ARM: dts: s3c64xx: Add SPDX license identifiers 2018-01-03 18:27:46 +01:00
s3c6410-mini6410.dts ARM: dts: s3c64xx: Add SPDX license identifiers 2018-01-03 18:27:46 +01:00
s3c6410-smdk6410.dts ARM: dts: s3c64xx: Add SPDX license identifiers 2018-01-03 18:27:46 +01:00
s3c6410.dtsi ARM: dts: s3c64xx: Add SPDX license identifiers 2018-01-03 18:27:46 +01:00
s5pv210-aquila.dts ARM: dts: s5pv210: Add SPDX license identifiers 2018-01-03 18:28:31 +01:00
s5pv210-goni.dts ARM: dts: s5pv210: Add SPDX license identifiers 2018-01-03 18:28:31 +01:00
s5pv210-pinctrl.dtsi ARM: dts: s5pv210: Add SPDX license identifiers 2018-01-03 18:28:31 +01:00
s5pv210-smdkc110.dts ARM: dts: s5pv210: Add SPDX license identifiers 2018-01-03 18:28:31 +01:00
s5pv210-smdkv210.dts ARM: dts: s5pv210: Add SPDX license identifiers 2018-01-03 18:28:31 +01:00
s5pv210-torbreck.dts ARM: dts: s5pv210: Add SPDX license identifiers 2018-01-03 18:28:31 +01:00
s5pv210.dtsi ARM: dts: s5pv210: add interrupt-parent for ohci 2018-01-15 14:00:02 +01:00
sama5d2-pinfunc.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
sama5d2.dtsi ARM: dts: at91: sama5d2: TC blocks are also simple-mfd and syscon devices 2017-12-31 15:50:19 +01:00
sama5d3_can.dtsi
sama5d3_emac.dtsi
sama5d3_gmac.dtsi
sama5d3_lcd.dtsi
sama5d3_mci2.dtsi
sama5d3_tcb1.dtsi ARM: dts: at91: sama5d3: TC blocks are also simple-mfd and syscon devices 2017-12-31 15:50:14 +01:00
sama5d3_uart.dtsi ARM: dts: at91: fixes uart pinctrl, set pullup on rx, clear pullup on tx 2018-03-21 21:46:59 +01:00
sama5d3.dtsi ARM: dts: at91: fixes uart pinctrl, set pullup on rx, clear pullup on tx 2018-03-21 21:46:59 +01:00
sama5d3xcm_cmp.dtsi ARM: dts: at91: sama5d3xek_cmp: use TCB0 as timers 2017-12-31 15:50:16 +01:00
sama5d3xcm.dtsi ARM: dts: at91: sama5d3xek: use TCB0 as timers 2017-12-31 15:50:15 +01:00
sama5d3xdm.dtsi
sama5d3xmb_cmp.dtsi ARM: dts: at91: Remove leading 0x and 0s from bindings notation 2017-12-31 15:49:59 +01:00
sama5d3xmb_emac.dtsi
sama5d3xmb_gmac.dtsi
sama5d3xmb.dtsi ARM: dts: at91: Remove leading 0x and 0s from bindings notation 2017-12-31 15:49:59 +01:00
sama5d4.dtsi ARM: dts: at91: fixes uart pinctrl, set pullup on rx, clear pullup on tx 2018-03-21 21:46:59 +01:00
sama5d31.dtsi
sama5d31ek.dts
sama5d33.dtsi
sama5d33ek.dts
sama5d34.dtsi
sama5d34ek.dts ARM: dts: at91: use 'atmel' as at24 manufacturer for sama5d34ek 2018-02-13 17:15:16 +01:00
sama5d35.dtsi
sama5d35ek.dts
sama5d36.dtsi
sama5d36ek_cmp.dts
sama5d36ek.dts
sh73a0-kzm9g.dts
sh73a0.dtsi ARM: dts: sh73a0: Remove CMT renesas,channels-mask 2017-11-29 11:46:14 +01:00
skeleton64.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
skeleton.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
socfpga_arria5_socdk.dts
socfpga_arria5.dtsi ARM: dts: socfpga: remove 'num-slots' property for dwmmc 2018-03-15 09:27:24 +01:00
socfpga_arria10_socdk_nand.dts
socfpga_arria10_socdk_qspi.dts
socfpga_arria10_socdk_sdmmc.dts ARM: dts: socfpga: remove 'num-slots' property for dwmmc 2018-03-15 09:27:24 +01:00
socfpga_arria10_socdk.dtsi ARM: dts: socfpga: disable over-current for Arria10 USB devkit 2018-01-23 09:36:46 -06:00
socfpga_arria10.dtsi
socfpga_cyclone5_de0_sockit.dts
socfpga_cyclone5_mcv.dtsi
socfpga_cyclone5_mcvevk.dts
socfpga_cyclone5_socdk.dts
socfpga_cyclone5_sockit.dts
socfpga_cyclone5_socrates.dts
socfpga_cyclone5_sodia.dts
socfpga_cyclone5_vining_fpga.dts ARM: dts: consistently use 'atmel' as at24 manufacturer in cyclone5 2018-04-24 10:07:52 -05:00
socfpga_cyclone5.dtsi ARM: dts: socfpga: remove 'num-slots' property for dwmmc 2018-03-15 09:27:24 +01:00
socfpga_vt.dts ARM: dts: socfpga: remove 'num-slots' property for dwmmc 2018-03-15 09:27:24 +01:00
socfpga.dtsi arm: dts: socfpga: fix GIC PPI warning 2018-03-23 08:55:48 -05:00
spear3xx.dtsi
spear13xx.dtsi arm: spear13xx: Fix dmas cells 2018-01-11 18:07:19 -08:00
spear300-evb.dts
spear300.dtsi
spear310-evb.dts
spear310.dtsi
spear320-evb.dts
spear320-hmi.dts
spear320.dtsi
spear600-evb.dts
spear600.dtsi arm: spear600: Add missing interrupt-parent of rtc 2018-01-11 18:06:43 -08:00
spear1310-evb.dts arm: spear13xx: Fix spics gpio controller's warning 2018-01-11 18:07:38 -08:00
spear1310.dtsi
spear1340-evb.dts
spear1340.dtsi arm: spear13xx: Fix dmas cells 2018-01-11 18:07:19 -08:00
st-pincfg.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
ste-ccu8540-pinctrl.dtsi
ste-ccu8540.dts
ste-ccu9540.dts
ste-dbx5x0.dtsi
ste-href-ab8500.dtsi
ste-href-ab8505.dtsi
ste-href-family-pinctrl.dtsi
ste-href-stuib.dtsi arm: dts: fix unit-address leading 0s 2017-10-20 00:37:54 +02:00
ste-href-tvk1281618.dtsi arm: dts: fix unit-address leading 0s 2017-10-20 00:37:54 +02:00
ste-href.dtsi
ste-hrefprev60-stuib.dts
ste-hrefprev60-tvk.dts
ste-hrefprev60.dtsi
ste-hrefv60plus-stuib.dts
ste-hrefv60plus-tvk.dts
ste-hrefv60plus.dtsi
ste-nomadik-nhk15.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
ste-nomadik-pinctrl.dtsi
ste-nomadik-s8815.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
ste-nomadik-stn8815.dtsi ARM: dts: nomadik: add interrupt-parent for clcd 2018-01-19 16:21:48 +01:00
ste-snowball.dts
ste-u300.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
stih407-b2120.dts ARM: SoC device tree updates for 4.17 2018-04-05 21:18:09 -07:00
stih407-clock.dtsi ARM: dts: STi: Remove unused clk_ext2f_a9 clock 2018-02-13 13:31:38 +01:00
stih407-family.dtsi ARM: dts: STi: Update sound related nodes location 2018-02-13 12:53:43 +01:00
stih407-pinctrl.dtsi ARM: dts: STi: Fix bindings notation 2018-02-12 15:24:26 +01:00
stih407.dtsi ARM: dts: stih4xx: Add missing #sound-dai-cells 2018-03-15 22:05:01 +01:00
stih410-b2120.dts ARM: SoC device tree updates for 4.17 2018-04-05 21:18:09 -07:00
stih410-b2260.dts ARM: SoC device tree updates for 4.17 2018-04-05 21:18:09 -07:00
stih410-clock.dtsi ARM: dts: STi: Remove unused clk_ext2f_a9 clock 2018-02-13 13:31:38 +01:00
stih410-pinctrl.dtsi ARM: dts: STi: Fix bindings notation 2018-02-12 15:24:26 +01:00
stih410.dtsi ARM: dts: stih4xx: Add missing #sound-dai-cells 2018-03-15 22:05:01 +01:00
stih418-b2199.dts ARM: SoC device tree updates for 4.17 2018-04-05 21:18:09 -07:00
stih418-clock.dtsi ARM: dts: STi: Remove unused clk_ext2f_a9 clock 2018-02-13 13:31:38 +01:00
stih418.dtsi ARM: dts: STi: Add fake reg property for usb2_picophyX nodes 2018-02-12 15:24:38 +01:00
stihxxx-b2120.dtsi ARM: dts: STi: Update sound related nodes location 2018-02-13 12:53:43 +01:00
stm32f4-pinctrl.dtsi ARM: dts: stm32: Add pin map for SDIO controller on stm32f4 2018-02-27 10:06:48 +01:00
stm32f7-pinctrl.dtsi ARM: dts: stm32: Add sdio pins definition for stm32f7 2018-03-05 09:03:08 +01:00
stm32f429-disco.dts ARM: dts: stm32: use right pinctrl compatible for stm32f469 2017-10-04 15:34:48 +02:00
stm32f429-pinctrl.dtsi ARM: dts: stm32: use right pinctrl compatible for stm32f469 2017-10-04 15:34:48 +02:00
stm32f429.dtsi ARM: dts: stm32: Add SDIO controller for stm32f429 2018-02-27 10:04:53 +01:00
stm32f469-disco.dts ARM: dts: stm32: Add push button to stm32f469 Discovery board 2018-02-27 15:01:18 +01:00
stm32f469-pinctrl.dtsi ARM: dts: stm32: use right pinctrl compatible for stm32f469 2017-10-04 15:34:48 +02:00
stm32f746-disco.dts ARM: dts: stm32: Enable sdio1 for stm32f746-disco 2018-03-05 09:03:08 +01:00
stm32f746-pinctrl.dtsi ARM: dts: stm32: use dedicated files for pinctrl on stm32f7 family 2018-02-16 18:11:52 +01:00
stm32f746.dtsi ARM: dts: stm32: Fix sdio2 rcc hard coded value 2018-03-05 09:04:25 +01:00
stm32f769-disco.dts ARM: dts: stm32: Enable sdio1 for stm32f769-disco 2018-03-05 09:04:25 +01:00
stm32f769-pinctrl.dtsi ARM: dts: stm32: use dedicated files for pinctrl on stm32f7 family 2018-02-16 18:11:52 +01:00
stm32h743-pinctrl.dtsi ARM: dts: stm32: enable USB OTG HS on stm32h743i-eval 2018-02-27 15:37:46 +01:00
stm32h743.dtsi ARM: dts: stm32: add SPI support on STM32H743 SoC 2018-03-05 08:59:02 +01:00
stm32h743i-disco.dts ARM: dts: stm32: Fix HSE clock frequency for stm32h743i-disco board 2018-02-27 14:30:40 +01:00
stm32h743i-eval.dts ARM: dts: stm32: enable RTC on stm32h743i-eval 2018-02-27 15:54:03 +01:00
stm32mp157-pinctrl.dtsi ARM: dts: stm32: Add exti support to stm32mp157 pinctrl 2018-05-24 12:38:23 +01:00
stm32mp157c-ed1.dts ARM: dts: stm32: add initial support of stm32mp157c eval board 2018-02-26 16:49:58 +01:00
stm32mp157c-ev1.dts ARM: dts: stm32: add initial support of stm32mp157c eval board 2018-02-26 16:49:58 +01:00
stm32mp157c.dtsi ARM: dts: stm32: Add exti support for stm32mp157c 2018-05-24 12:38:23 +01:00
stm32429i-eval.dts ARM: dts: stm32: Enable SDIO controller on stm32429i-eval board 2018-02-27 10:36:43 +01:00
stm32746g-eval.dts ARM: dts: stm32: Enable sdio1 for stm32f746-eval 2018-03-05 09:03:08 +01:00
sun4i-a10-a1000.dts ARM: dts: sunxi: Switch MMC nodes away from cd-inverted property 2018-02-13 09:37:22 +01:00
sun4i-a10-ba10-tvbox.dts ARM: dts: sunxi: Switch MMC nodes away from cd-inverted property 2018-02-13 09:37:22 +01:00
sun4i-a10-chuwi-v7-cw0825.dts ARM: dts: sunxi: Switch MMC nodes away from cd-inverted property 2018-02-13 09:37:22 +01:00
sun4i-a10-cubieboard.dts ARM: dts: sunxi: Switch MMC nodes away from cd-inverted property 2018-02-13 09:37:22 +01:00
sun4i-a10-dserve-dsrv9703c.dts ARM: dts: sunxi: Switch MMC nodes away from cd-inverted property 2018-02-13 09:37:22 +01:00
sun4i-a10-gemei-g9.dts ARM: dts: sunxi: Switch MMC nodes away from cd-inverted property 2018-02-13 09:37:22 +01:00
sun4i-a10-hackberry.dts ARM: dts: sunxi: Switch MMC nodes away from cd-inverted property 2018-02-13 09:37:22 +01:00
sun4i-a10-hyundai-a7hd.dts ARM: dts: sunxi: Switch MMC nodes away from cd-inverted property 2018-02-13 09:37:22 +01:00
sun4i-a10-inet1.dts ARM: dts: sunxi: Switch MMC nodes away from cd-inverted property 2018-02-13 09:37:22 +01:00
sun4i-a10-inet9f-rev03.dts ARM: dts: sunxi: Switch MMC nodes away from cd-inverted property 2018-02-13 09:37:22 +01:00
sun4i-a10-inet97fv2.dts ARM: dts: sunxi: Switch MMC nodes away from cd-inverted property 2018-02-13 09:37:22 +01:00
sun4i-a10-itead-iteaduino-plus.dts ARM: dts: sunxi: Switch MMC nodes away from cd-inverted property 2018-02-13 09:37:22 +01:00
sun4i-a10-jesurun-q5.dts ARM: dts: sunxi: Switch MMC nodes away from cd-inverted property 2018-02-13 09:37:22 +01:00
sun4i-a10-marsboard.dts ARM: dts: sunxi: Switch MMC nodes away from cd-inverted property 2018-02-13 09:37:22 +01:00
sun4i-a10-mini-xplus.dts ARM: dts: sunxi: Switch MMC nodes away from cd-inverted property 2018-02-13 09:37:22 +01:00
sun4i-a10-mk802.dts Allwinner H3/H5 changes for 4.17 2018-03-27 14:58:00 +02:00
sun4i-a10-mk802ii.dts ARM: dts: sunxi: Switch MMC nodes away from cd-inverted property 2018-02-13 09:37:22 +01:00
sun4i-a10-olinuxino-lime.dts Allwinner H3/H5 changes for 4.17 2018-03-27 14:58:00 +02:00
sun4i-a10-pcduino2.dts ARM: dts: sun4i: Remove all useless pinctrl nodes 2017-10-06 10:40:04 +02:00
sun4i-a10-pcduino.dts ARM: dts: sunxi: Switch MMC nodes away from cd-inverted property 2018-02-13 09:37:22 +01:00
sun4i-a10-pov-protab2-ips9.dts ARM: dts: sunxi: Switch MMC nodes away from cd-inverted property 2018-02-13 09:37:22 +01:00
sun4i-a10.dtsi ARM: dts: sun4i: Fix incorrect clocks for displays 2018-04-23 09:14:56 +02:00
sun5i-a10s-auxtek-t003.dts ARM: dts: sunxi: Switch MMC nodes away from cd-inverted property 2018-02-13 09:37:22 +01:00
sun5i-a10s-auxtek-t004.dts ARM: dts: sunxi: Switch MMC nodes away from cd-inverted property 2018-02-13 09:37:22 +01:00
sun5i-a10s-mk802.dts ARM: dts: sunxi: Switch MMC nodes away from cd-inverted property 2018-02-13 09:37:22 +01:00
sun5i-a10s-olinuxino-micro.dts ARM: dts: sunxi: Switch MMC nodes away from cd-inverted property 2018-02-13 09:37:22 +01:00
sun5i-a10s-r7-tv-dongle.dts ARM: dts: sunxi: Switch MMC nodes away from cd-inverted property 2018-02-13 09:37:22 +01:00
sun5i-a10s-wobo-i5.dts ARM: dts: sunxi: Switch MMC nodes away from cd-inverted property 2018-02-13 09:37:22 +01:00
sun5i-a10s.dtsi ARM: dts: sunxi: Convert to CCU index macros for HDMI controller 2017-12-05 09:27:39 +01:00
sun5i-a13-difrnce-dit4350.dts
sun5i-a13-empire-electronix-d709.dts ARM: dts: sunxi: Switch MMC nodes away from cd-inverted property 2018-02-13 09:37:22 +01:00
sun5i-a13-empire-electronix-m712.dts
sun5i-a13-hsg-h702.dts ARM: dts: sunxi: Switch MMC nodes away from cd-inverted property 2018-02-13 09:37:22 +01:00
sun5i-a13-inet-98v-rev2.dts
sun5i-a13-licheepi-one.dts
sun5i-a13-olinuxino-micro.dts ARM: dts: sunxi: Switch MMC nodes away from cd-inverted property 2018-02-13 09:37:22 +01:00
sun5i-a13-olinuxino.dts ARM: dts: sunxi: Switch MMC nodes away from cd-inverted property 2018-02-13 09:37:22 +01:00
sun5i-a13-q8-tablet.dts
sun5i-a13-utoo-p66.dts
sun5i-a13.dtsi ARM: dts: sun[4-7]i: Remove "cooling-{min|max}-level" for CPU nodes 2018-02-13 19:13:20 +08:00
sun5i-gr8-chip-pro.dts
sun5i-gr8-evb.dts ARM: dts: sunxi: Switch MMC nodes away from cd-inverted property 2018-02-13 09:37:22 +01:00
sun5i-gr8.dtsi arm: dts: fix unit-address leading 0s 2017-10-20 00:37:54 +02:00
sun5i-r8-chip.dts
sun5i-r8.dtsi
sun5i-reference-design-tablet.dtsi ARM: dts: sunxi: Switch MMC nodes away from cd-inverted property 2018-02-13 09:37:22 +01:00
sun5i.dtsi arm: dts: fix unit-address leading 0s 2017-10-20 00:37:54 +02:00
sun6i-a31-app4-evb1.dts
sun6i-a31-colombus.dts ARM: dts: sunxi: Switch MMC nodes away from cd-inverted property 2018-02-13 09:37:22 +01:00
sun6i-a31-hummingbird.dts ARM: dts: sunxi: Switch MMC nodes away from cd-inverted property 2018-02-13 09:37:22 +01:00
sun6i-a31-i7.dts Allwinner H3/H5 changes for 4.17 2018-03-27 14:58:00 +02:00
sun6i-a31-m9.dts ARM: dts: sunxi: Switch MMC nodes away from cd-inverted property 2018-02-13 09:37:22 +01:00
sun6i-a31-mele-a1000g-quad.dts ARM: dts: sunxi: Switch MMC nodes away from cd-inverted property 2018-02-13 09:37:22 +01:00
sun6i-a31.dtsi ARM: dts: sun[4-7]i: Remove "cooling-{min|max}-level" for CPU nodes 2018-02-13 19:13:20 +08:00
sun6i-a31s-colorfly-e708-q1.dts
sun6i-a31s-cs908.dts
sun6i-a31s-inet-q972.dts
sun6i-a31s-primo81.dts ARM: dts: sunxi: Switch MMC nodes away from cd-inverted property 2018-02-13 09:37:22 +01:00
sun6i-a31s-sina31s-core.dtsi
sun6i-a31s-sina31s.dts ARM: dts: sunxi: Switch MMC nodes away from cd-inverted property 2018-02-13 09:37:22 +01:00
sun6i-a31s-sinovoip-bpi-m2.dts ARM: SoC device tree updates for 4.17 2018-04-05 21:18:09 -07:00
sun6i-a31s-yones-toptech-bs1078-v2.dts ARM: dts: sunxi: Switch MMC nodes away from cd-inverted property 2018-02-13 09:37:22 +01:00
sun6i-a31s.dtsi
sun6i-reference-design-tablet.dtsi ARM: dts: sunxi: Switch MMC nodes away from cd-inverted property 2018-02-13 09:37:22 +01:00
sun7i-a20-bananapi-m1-plus.dts ARM: dts: sunxi: Switch MMC nodes away from cd-inverted property 2018-02-13 09:37:22 +01:00
sun7i-a20-bananapi.dts Allwinner H3/H5 changes for 4.17 2018-03-27 14:58:00 +02:00
sun7i-a20-bananapro.dts ARM: dts: sunxi: Switch MMC nodes away from cd-inverted property 2018-02-13 09:37:22 +01:00
sun7i-a20-cubieboard2.dts ARM: dts: sunxi: Switch MMC nodes away from cd-inverted property 2018-02-13 09:37:22 +01:00
sun7i-a20-cubietruck.dts ARM: dts: sunxi: Switch MMC nodes away from cd-inverted property 2018-02-13 09:37:22 +01:00
sun7i-a20-hummingbird.dts ARM: dts: sunxi: Switch MMC nodes away from cd-inverted property 2018-02-13 09:37:22 +01:00
sun7i-a20-i12-tvbox.dts ARM: dts: sunxi: Switch MMC nodes away from cd-inverted property 2018-02-13 09:37:22 +01:00
sun7i-a20-icnova-swac.dts ARM: dts: sunxi: Switch MMC nodes away from cd-inverted property 2018-02-13 09:37:22 +01:00
sun7i-a20-itead-ibox.dts ARM: dts: sunxi: Switch MMC nodes away from cd-inverted property 2018-02-13 09:37:22 +01:00
sun7i-a20-lamobo-r1.dts ARM: dts: sunxi: Switch MMC nodes away from cd-inverted property 2018-02-13 09:37:22 +01:00
sun7i-a20-m3.dts ARM: dts: sunxi: Switch MMC nodes away from cd-inverted property 2018-02-13 09:37:22 +01:00
sun7i-a20-mk808c.dts Allwinner H3/H5 changes for 4.17 2018-03-27 14:58:00 +02:00
sun7i-a20-olimex-som204-evb-emmc.dts ARM: dts: sunxi: Add Olimex A20-SOM204-EVB-eMMC board 2018-02-13 09:39:26 +01:00
sun7i-a20-olimex-som204-evb.dts ARM: dts: sunxi: Add Olimex A20-SOM204-EVB board 2018-02-13 09:39:24 +01:00
sun7i-a20-olimex-som-evb.dts Allwinner H3/H5 changes for 4.17 2018-03-27 14:58:00 +02:00
sun7i-a20-olinuxino-lime2-emmc.dts
sun7i-a20-olinuxino-lime2.dts ARM: dts: sunxi: Switch MMC nodes away from cd-inverted property 2018-02-13 09:37:22 +01:00
sun7i-a20-olinuxino-lime.dts ARM: dts: sunxi: Switch MMC nodes away from cd-inverted property 2018-02-13 09:37:22 +01:00
sun7i-a20-olinuxino-micro-emmc.dts ARM: dts: sun7i: Add dts file for A20-OLinuXino-MICRO-eMMC 2017-09-17 12:04:27 +02:00
sun7i-a20-olinuxino-micro.dts ARM: dts: sunxi: Switch MMC nodes away from cd-inverted property 2018-02-13 09:37:22 +01:00
sun7i-a20-orangepi-mini.dts Allwinner H3/H5 changes for 4.17 2018-03-27 14:58:00 +02:00
sun7i-a20-orangepi.dts ARM: dts: sunxi: Switch MMC nodes away from cd-inverted property 2018-02-13 09:37:22 +01:00
sun7i-a20-pcduino3-nano.dts ARM: dts: sunxi: Switch MMC nodes away from cd-inverted property 2018-02-13 09:37:22 +01:00
sun7i-a20-pcduino3.dts ARM: dts: sunxi: Switch MMC nodes away from cd-inverted property 2018-02-13 09:37:22 +01:00
sun7i-a20-wexler-tab7200.dts ARM: dts: sunxi: Switch MMC nodes away from cd-inverted property 2018-02-13 09:37:22 +01:00
sun7i-a20-wits-pro-a20-dkt.dts ARM: dts: sunxi: Switch MMC nodes away from cd-inverted property 2018-02-13 09:37:22 +01:00
sun7i-a20.dtsi ARM: dts: sun7i: Add Mali node 2018-02-15 14:57:23 +01:00
sun8i-a23-a33.dtsi arm: dts: fix unit-address leading 0s 2017-10-20 00:37:54 +02:00
sun8i-a23-evb.dts ARM: dts: sunxi: Switch MMC nodes away from cd-inverted property 2018-02-13 09:37:22 +01:00
sun8i-a23-gt90h-v4.dts
sun8i-a23-inet86dz.dts
sun8i-a23-ippo-q8h-v1.2.dts
sun8i-a23-ippo-q8h-v5.dts
sun8i-a23-polaroid-mid2407pxe03.dts
sun8i-a23-polaroid-mid2809pxe04.dts
sun8i-a23-q8-tablet.dts
sun8i-a23.dtsi arm: dts: fix unit-address leading 0s 2017-10-20 00:37:54 +02:00
sun8i-a33-et-q8-v1.6.dts
sun8i-a33-ga10h-v1.1.dts
sun8i-a33-inet-d978-rev2.dts
sun8i-a33-ippo-q8h-v1.2.dts
sun8i-a33-olinuxino.dts Allwinner H3/H5 changes for 4.17 2018-03-27 14:58:00 +02:00
sun8i-a33-q8-tablet.dts
sun8i-a33-sinlinx-sina33.dts ARM: dts: sunxi: Switch MMC nodes away from cd-inverted property 2018-02-13 09:37:22 +01:00
sun8i-a33.dtsi ARM: dts: sun8i: a33 Enable our display frontend 2018-02-12 19:34:18 +01:00
sun8i-a83t-allwinner-h8homlet-v2.dts ARM: dts: sunxi: Switch MMC nodes away from cd-inverted property 2018-02-13 09:37:22 +01:00
sun8i-a83t-bananapi-m3.dts Allwinner H3/H5 changes for 4.17 2018-03-27 14:58:00 +02:00
sun8i-a83t-cubietruck-plus.dts ARM: dts: sunxi: Switch MMC nodes away from cd-inverted property 2018-02-13 09:37:22 +01:00
sun8i-a83t-tbs-a711.dts ARM: dts: sun8i: a711: set regulator for each cluster of CPUs 2018-02-28 15:28:04 +01:00
sun8i-a83t.dtsi ARM: dts: sun8i: a83t: add stable OPP tables and CPUfreq 2018-02-28 15:26:59 +01:00
sun8i-h2-plus-bananapi-m2-zero.dts ARM: dts: sunxi: h3-h5: Move pinctrl of mmc1 from dts to dtsi 2018-02-15 09:27:37 +01:00
sun8i-h2-plus-orangepi-r1.dts ARM: dts: sun8i: activate SPI on Orange Pi R1 2018-02-12 19:34:13 +01:00
sun8i-h2-plus-orangepi-zero.dts ARM: dts: sun8i: h2-plus: remove unnecessary mmc1_pins node 2018-02-15 09:27:40 +01:00
sun8i-h3-bananapi-m2-plus.dts ARM: dts: sun8i: h3: Enable HDMI output on H3 boards 2018-03-02 10:38:26 +01:00
sun8i-h3-beelink-x2.dts ARM: dts: sun8i: h3: Enable HDMI output on H3 boards 2018-03-02 10:38:26 +01:00
sun8i-h3-libretech-all-h3-cc.dts ARM: dts: sun8i: h3: Enable HDMI output on H3 boards 2018-03-02 10:38:26 +01:00
sun8i-h3-nanopi-m1-plus.dts Allwinner H3/H5 changes for 4.17 2018-03-27 14:58:00 +02:00
sun8i-h3-nanopi-m1.dts ARM: dts: sun8i: h3: Enable HDMI output on H3 boards 2018-03-02 10:38:26 +01:00
sun8i-h3-nanopi-neo-air.dts ARM: dts: sunxi: h3-h5: Move pinctrl of mmc1 from dts to dtsi 2018-02-15 09:27:37 +01:00
sun8i-h3-nanopi-neo.dts ARM: dts: sun8i: h3: enable USB OTG for NanoPi Neo board 2017-12-07 10:02:47 +01:00
sun8i-h3-nanopi.dtsi ARM: dts: sunxi: h3-h5: Move pinctrl of mmc0 from dts to dtsi 2018-02-14 13:18:04 +01:00
sun8i-h3-orangepi-2.dts ARM: dts: sun8i: h3: Enable HDMI output on H3 boards 2018-03-02 10:38:26 +01:00
sun8i-h3-orangepi-lite.dts ARM: dts: sun8i: h3: Enable HDMI output on H3 boards 2018-03-02 10:38:26 +01:00
sun8i-h3-orangepi-one.dts ARM: dts: sun8i: h3: Re-enable EMAC on Orange Pi One 2018-04-17 11:18:04 +02:00
sun8i-h3-orangepi-pc-plus.dts ARM: dts: sunxi: h3-h5: Move pinctrl of mmc1 from dts to dtsi 2018-02-15 09:27:37 +01:00
sun8i-h3-orangepi-pc.dts ARM: dts: sun8i: h3: Enable HDMI output on H3 boards 2018-03-02 10:38:26 +01:00
sun8i-h3-orangepi-plus2e.dts ARM: dts: sunxi: Restore EMAC changes (boards) 2017-11-02 09:02:13 +01:00
sun8i-h3-orangepi-plus.dts ARM: dts: sun8i-h3: Remove allwinner,leds-active-low for non internal PHY 2017-12-08 10:13:29 +01:00
sun8i-h3.dtsi ARM: dts: sun8i-h3: Add Mali node 2018-03-18 22:57:21 +01:00
sun8i-q8-common.dtsi
sun8i-r16-bananapi-m2m.dts ARM: dts: sunxi: Switch MMC nodes away from cd-inverted property 2018-02-13 09:37:22 +01:00
sun8i-r16-parrot.dts
sun8i-r40-bananapi-m2-ultra.dts ARM: dts: sunxi: Switch MMC nodes away from cd-inverted property 2018-02-13 09:37:22 +01:00
sun8i-r40.dtsi ARM: sun8i: r40: add USB host port nodes for R40 2017-10-20 09:51:35 +02:00
sun8i-reference-design-tablet.dtsi Allwinner H3/H5 changes for 4.17 2018-03-27 14:58:00 +02:00
sun8i-v3s-licheepi-zero-dock.dts ARM: sun8i: v3s: fix spelling mistake: "disbaled" -> "disabled" 2018-05-02 14:10:58 +02:00
sun8i-v3s-licheepi-zero.dts
sun8i-v3s.dtsi arm: dts: fix unit-address leading 0s 2017-10-20 00:37:54 +02:00
sun8i-v40-bananapi-m2-berry.dts ARM: dts: sunxi: Switch MMC nodes away from cd-inverted property 2018-02-13 09:37:22 +01:00
sun9i-a80-cubieboard4.dts Allwinner H3/H5 changes for 4.17 2018-03-27 14:58:00 +02:00
sun9i-a80-optimus.dts ARM: dts: sunxi: Switch MMC nodes away from cd-inverted property 2018-02-13 09:37:22 +01:00
sun9i-a80.dtsi ARM: dts: sun9i: Add pinmux settings for LCD0 RGB888 output. 2018-03-19 22:13:01 +01:00
sunxi-common-regulators.dtsi
sunxi-h3-h5.dtsi ARM: dts: sunxi: h3/h5: Add HDMI pipeline 2018-03-02 10:38:22 +01:00
sunxi-itead-core-common.dtsi ARM: dts: sun4i: Provide default muxing for relevant controllers 2017-10-13 09:21:52 +02:00
sunxi-reference-design-tablet.dtsi
tango4-common.dtsi ARM: dts: tango4: remove bogus interrupt-controller property 2017-12-22 08:04:12 +01:00
tango4-smp8758.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tango4-vantage-1172.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tegra20-colibri-512.dtsi ARM: tegra: Fix I2C bus frequencies on Apalis/Colibri 2018-03-08 16:08:20 +01:00
tegra20-harmony.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tegra20-iris-512.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tegra20-medcom-wide.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tegra20-paz00.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tegra20-plutux.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tegra20-seaboard.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tegra20-tamonten.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tegra20-tec.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tegra20-trimslice.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tegra20-ventana.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tegra20.dtsi ARM: dts: tegra20: Revert "Fix ULPI regression on Tegra20" 2018-05-04 17:32:29 +02:00
tegra30-apalis-eval.dts ARM: tegra: apalis/colibri: Use correct compatible for RTC 2018-03-08 16:10:18 +01:00
tegra30-apalis.dtsi ARM: tegra: apalis/colibri: Remove unneeded reg property 2018-03-08 16:10:54 +01:00
tegra30-beaver.dts ARM: tegra: beaver: Remove invalid uses of rsvd1 2018-03-08 16:06:45 +01:00
tegra30-cardhu-a02.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tegra30-cardhu-a04.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tegra30-cardhu.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tegra30-colibri-eval-v3.dts ARM: tegra: apalis/colibri: Use correct compatible for RTC 2018-03-08 16:10:18 +01:00
tegra30-colibri.dtsi ARM: tegra: apalis/colibri: Remove unneeded reg property 2018-03-08 16:10:54 +01:00
tegra30.dtsi ARM: tegra: Add video decoder node on Tegra30 2018-03-08 14:59:47 +01:00
tegra114-dalmore.dts ARM: tegra: Use proper IRQ type definitions 2018-03-08 16:06:41 +01:00
tegra114-roth.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tegra114-tn7.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tegra114.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tegra124-apalis-emc.dtsi
tegra124-apalis-eval.dts ARM: tegra: apalis-tk1: Copyright period, spurious newlines 2018-03-08 16:18:08 +01:00
tegra124-apalis-v1.2-eval.dts ARM: tegra: apalis-tk1: Support v1.2 hardware revision 2018-03-08 16:18:38 +01:00
tegra124-apalis-v1.2.dtsi ARM: tegra: apalis-tk1: Support v1.2 hardware revision 2018-03-08 16:18:38 +01:00
tegra124-apalis.dtsi ARM: tegra: apalis-tk1: Copyright period, spurious newlines 2018-03-08 16:18:08 +01:00
tegra124-jetson-tk1-emc.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tegra124-jetson-tk1.dts ARM: tegra: Use proper IRQ type definitions 2018-03-08 16:06:41 +01:00
tegra124-nyan-big-emc.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tegra124-nyan-big.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tegra124-nyan-blaze-emc.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tegra124-nyan-blaze.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tegra124-nyan.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tegra124-venice2.dts ARM: tegra: venice2: Remove duplicate pcie-1 node 2018-03-08 16:06:45 +01:00
tegra124.dtsi ARM: Device-tree updates for 4.15 2017-11-16 15:48:26 -08:00
tny_a9g20.dts
tny_a9260_common.dtsi ARM: dts: at91: calao: use TCB0 as timers 2017-12-31 15:50:08 +01:00
tny_a9260.dts
tny_a9263.dts ARM: dts: at91: calao: use TCB0 as timers 2017-12-31 15:50:08 +01:00
tps6507x.dtsi
tps65217.dtsi
tps65910.dtsi
twl4030_omap3.dtsi
twl4030.dtsi
twl6030_omap4.dtsi
twl6030.dtsi
uniphier-ld4-ref.dts ARM: dts: uniphier: use proper SPDX-License-Identifier style 2018-03-15 23:19:05 +09:00
uniphier-ld4.dtsi ARM: dts: uniphier: use proper SPDX-License-Identifier style 2018-03-15 23:19:05 +09:00
uniphier-ld6b-ref.dts ARM: dts: uniphier: use proper SPDX-License-Identifier style 2018-03-15 23:19:05 +09:00
uniphier-ld6b.dtsi ARM: dts: uniphier: use proper SPDX-License-Identifier style 2018-03-15 23:19:05 +09:00
uniphier-pinctrl.dtsi ARM: dts: uniphier: add pinctrl groups of ethernet for second instance 2018-03-28 01:13:48 +09:00
uniphier-pro4-ace.dts ARM: dts: uniphier: use proper SPDX-License-Identifier style 2018-03-15 23:19:05 +09:00
uniphier-pro4-ref.dts ARM: dts: uniphier: use proper SPDX-License-Identifier style 2018-03-15 23:19:05 +09:00
uniphier-pro4-sanji.dts ARM: dts: uniphier: use proper SPDX-License-Identifier style 2018-03-15 23:19:05 +09:00
uniphier-pro4.dtsi ARM: dts: uniphier: use proper SPDX-License-Identifier style 2018-03-15 23:19:05 +09:00
uniphier-pro5.dtsi ARM: dts: uniphier: use proper SPDX-License-Identifier style 2018-03-15 23:19:05 +09:00
uniphier-pxs2-gentil.dts ARM: dts: uniphier: add sound node for PXs2 2018-03-15 23:19:05 +09:00
uniphier-pxs2-vodka.dts ARM: dts: uniphier: add sound node for PXs2 2018-03-15 23:19:05 +09:00
uniphier-pxs2.dtsi ARM: dts: uniphier: add syscon property for UniPhier sound system 2018-03-21 00:12:22 +09:00
uniphier-ref-daughter.dtsi ARM: dts: uniphier: use proper SPDX-License-Identifier style 2018-03-15 23:19:05 +09:00
uniphier-sld8-ref.dts ARM: dts: uniphier: use proper SPDX-License-Identifier style 2018-03-15 23:19:05 +09:00
uniphier-sld8.dtsi ARM: dts: uniphier: use proper SPDX-License-Identifier style 2018-03-15 23:19:05 +09:00
uniphier-support-card.dtsi ARM: dts: uniphier: use proper SPDX-License-Identifier style 2018-03-15 23:19:05 +09:00
usb_a9g20_common.dtsi ARM: dts: at91: usb_a9g20: fix rtc node 2017-10-09 16:32:20 +02:00
usb_a9g20_lpw.dts
usb_a9g20-dab-mmx.dtsi
usb_a9g20.dts
usb_a9260_common.dtsi ARM: dts: at91: calao: use TCB0 as timers 2017-12-31 15:50:08 +01:00
usb_a9260.dts
usb_a9263.dts ARM: dts: at91: calao: use TCB0 as timers 2017-12-31 15:50:08 +01:00
versatile-ab-ib2.dts ARM: dts: Add Versatile IB2 device tree 2018-03-20 02:04:03 +01:00
versatile-ab.dts ARM: dts: Augment panel setting for Versatile 2018-03-20 02:04:39 +01:00
versatile-pb.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
vexpress-v2m-rs1.dtsi
vexpress-v2m.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
vexpress-v2p-ca5s.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
vexpress-v2p-ca9.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
vexpress-v2p-ca15_a7.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
vexpress-v2p-ca15-tc1.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
vf500-colibri-eval-v3.dts
vf500-colibri.dtsi ARM: dts: vf: Add memory node unit name 2018-03-08 16:48:38 +08:00
vf500.dtsi ARM: dts: vf500: Remove the zero length reg property 2018-03-08 16:48:45 +08:00
vf610-colibri-eval-v3.dts
vf610-colibri.dtsi ARM: dts: vf: Add memory node unit name 2018-03-08 16:48:38 +08:00
vf610-cosmic.dts ARM: dts: vf: Add memory node unit name 2018-03-08 16:48:38 +08:00
vf610-pinfunc.h
vf610-twr.dts ARM: dts: vf: Add memory node unit name 2018-03-08 16:48:38 +08:00
vf610-zii-dev-rev-b.dts ARM: dts: vf610-zii-dev-rev-b: add PHYs for switch2 2017-12-26 16:47:10 +08:00
vf610-zii-dev-rev-c.dts i.MX device tree changes for 4.16: 2018-01-05 17:07:32 +01:00
vf610-zii-dev.dtsi ARM: dts: vf: Add memory node unit name 2018-03-08 16:48:38 +08:00
vf610.dtsi
vf610m4-colibri.dts Merge tag 'imx-dt-4.17' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into next/dt 2018-03-15 22:03:10 +01:00
vf610m4-cosmic.dts
vf610m4.dtsi ARM: dts: vf610m4: Remove the zero length reg property 2018-03-08 16:48:53 +08:00
vf-colibri-eval-v3.dtsi ARM: dts: colibri/apalis: use correct compatible for RTC 2017-12-26 16:15:44 +08:00
vf-colibri.dtsi
vfxxx.dtsi ARM: dts: vfxxx: Move nodes which have no reg property out of bus 2017-12-26 16:15:44 +08:00
vt8500-bv07.dts
vt8500.dtsi
wm8505-ref.dts
wm8505.dtsi
wm8650-mid.dts
wm8650.dtsi
wm8750-apc8750.dts
wm8750.dtsi
wm8850-w70v2.dts
wm8850.dtsi
xenvm-4.2.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
zx296702-ad1.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
zx296702.dtsi arm: zx: dts: Remove leading 0x and 0s from bindings notation 2018-02-22 17:39:02 +01:00
zynq-7000.dtsi arm: dts: zynq: Use SPDX-License-Identifier 2018-03-08 08:11:06 +01:00
zynq-cc108.dts arm: zynq: Add Xilinx cc108 board 2018-03-08 08:11:08 +01:00
zynq-microzed.dts arm: zynq: Add missing address node name in microzed board 2018-03-08 08:11:07 +01:00
zynq-parallella.dts arm: dts: zynq: Use SPDX-License-Identifier 2018-03-08 08:11:06 +01:00
zynq-zc702.dts arm: dts: zynq: Use SPDX-License-Identifier 2018-03-08 08:11:06 +01:00
zynq-zc706.dts arm: dts: zynq: Use SPDX-License-Identifier 2018-03-08 08:11:06 +01:00
zynq-zc770-xm010.dts arm: zynq: Add support for Xilinx zc770 xm010 dc1 board 2018-03-08 08:11:09 +01:00
zynq-zc770-xm011.dts arm: zynq: Add support for Xilinx zc770 xm011 dc2 board 2018-03-08 08:11:10 +01:00
zynq-zc770-xm012.dts arm: zynq: Add support for Xilinx zc770 xm012 dc3 board 2018-03-08 08:11:12 +01:00
zynq-zc770-xm013.dts arm: zynq: Add support for Xilinx zc770 xm013 dc4 board 2018-03-08 08:11:14 +01:00
zynq-zed.dts arm: dts: zynq: Use SPDX-License-Identifier 2018-03-08 08:11:06 +01:00
zynq-zybo-z7.dts arm: dts: zynq: Add Digilent Zybo Z7 board 2018-03-08 08:11:35 +01:00
zynq-zybo.dts arm: dts: zynq: Use SPDX-License-Identifier 2018-03-08 08:11:06 +01:00