linux/arch/arm/boot/dts
Linus Torvalds f7db192b2d ARM: OMAP fixes for v5.8
The OMAP developers are particularly active at hunting down regressions,
 so this is a separate branch with OMAP specific fixes for the v5.8:
 
 As Tony explains
  "The recent display subsystem (DSS) related platform data changes
   caused display related regressions for suspend and resume. Looks like
   I only tested suspend and resume before dropping the legacy platform
   data, and forgot to test it after dropping it. Turns out the main issue
   was that we no longer have platform code calling pm_runtime_suspend
   for DSS like we did for the legacy platform data case, and that fix
   is still being discussed on the dri-devel list and will get merged
   separately. The DSS related testing exposed a pile other other display
   related issues that also need fixing though":
 
  - Fix ti-sysc optional clock handling and reset status checks
    for devices that reset automatically in idle like DSS
 
  - Ignore ti-sysc clockactivity bit unless separately requested
    to avoid unexpected performance issues
 
  - Init ti-sysc framedonetv_irq to true and disable for am4
 
  - Avoid duplicate DSS reset for legacy mode with dts data
 
  - Remove LCD timings for am4 as they cause warnings now that we're
    using generic panels
 
 Other OMAP changes from Tony include:
 
  - Fix omap_prm reset deassert as we still have drivers setting the
    pm_runtime_irq_safe() flag
 
  - Flush posted write for ti-sysc enable and disable
 
  - Fix droid4 spi related errors with spi flags
 
  - Fix am335x USB range and a typo for softreset
 
  - Fix dra7 timer nodes for clocks for IPU and DSP
 
  - Drop duplicate mailboxes after mismerge for dra7
 
  - Prevent pocketgeagle header line signal from accidentally setting
    micro-SD write protection signal by removing the default mux
 
  - Fix NFSroot flakeyness after resume for duover by switching the
    smsc911x gpio interrupt to back to level sensitive
 
  - Fix regression for omap4 clockevent source after recent system
    timer changes
 
  - Yet another ethernet regression fix for the "rgmii" vs "rgmii-rxid"
    phy-mode
 
  - One patch to convert am3/am4 DT files to use the regular sdhci-omap
    driver instead of the old hsmmc driver, this was meant for the
    merge window but got lost in the process.
 
 Signed-off-by: Arnd Bergmann <arnd@arndb.de>
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCgAdFiEEo6/YBQwIrVS28WGKmmx57+YAGNkFAl74u60ACgkQmmx57+YA
 GNmxdQ/+IOpnASgGXCurT9E6fqst5mLTxlZiPDc+lxyIwMVW2naTf0ByzJgjekVV
 tn7qXbKn+WUpzcuxuAg14FF88WsSgzV64aLjbUfTde4vqtYpTpd3SArM6EQ26JMH
 1LBSjmwMnF7OjTYYZF6ImHe9qGlPHPR+Dyg6n3bGC04r6gmV9OJsE9X30RUeqAGg
 arC6bJqn/4zDak1015WpnxXjEXVD+APOkZgJpu1ll15aiSFmICTiLvBTqXf1r91P
 jSDs6Z46E/gPtz1EvJ0GNXnRw+PBLyUMiAa/CzdELfqIOjQ2aHvZLY4ht4EtWY0P
 zd/FHibO+KrFklySpjUbgHfGpoANSkFIjtGyBKqEH05P44H3DpCIyGF+6lcE1O44
 7R1ztRcUa49Z1druc4n3KFQ2G9Ts8px4hcUQZLjPAR9wgCxBs2gi43joQdW+AnTr
 xqbHo4aePook/vu1r96KQbw6PSrMmd4Poy7gmrQeBZlAI2cLeRvvgJMukpDEsGXA
 1Vw7RhM0lzGHegZ58zvBwCwcYQO6c/q722SFGBD6fJ4SG+9yRim/hsu+QFy629a/
 pphGUsTDTkgasxY/aQ/k7NLpxMHITliRBGUx5KC8fnVPkRGVCxsOYt4HFBrk2GtO
 WoO5d9qRbnWzXQAUzk8bdjlE6NXJACGyJ5Swgzzm7tCZ1tbufjI=
 =FFTv
 -----END PGP SIGNATURE-----

Merge tag 'arm-omap-fixes-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc

Pull ARM OMAP fixes from Arnd Bergmann:
 "The OMAP developers are particularly active at hunting down
  regressions, so this is a separate branch with OMAP specific
  fixes for v5.8:

  As Tony explains
    "The recent display subsystem (DSS) related platform data changes
     caused display related regressions for suspend and resume. Looks
     like I only tested suspend and resume before dropping the legacy
     platform data, and forgot to test it after dropping it. Turns out
     the main issue was that we no longer have platform code calling
     pm_runtime_suspend for DSS like we did for the legacy platform data
     case, and that fix is still being discussed on the dri-devel list
     and will get merged separately. The DSS related testing exposed a
     pile other other display related issues that also need fixing
     though":

   - Fix ti-sysc optional clock handling and reset status checks for
     devices that reset automatically in idle like DSS

   - Ignore ti-sysc clockactivity bit unless separately requested to
     avoid unexpected performance issues

   - Init ti-sysc framedonetv_irq to true and disable for am4

   - Avoid duplicate DSS reset for legacy mode with dts data

   - Remove LCD timings for am4 as they cause warnings now that we're
     using generic panels

  Other OMAP changes from Tony include:

   - Fix omap_prm reset deassert as we still have drivers setting the
     pm_runtime_irq_safe() flag

   - Flush posted write for ti-sysc enable and disable

   - Fix droid4 spi related errors with spi flags

   - Fix am335x USB range and a typo for softreset

   - Fix dra7 timer nodes for clocks for IPU and DSP

   - Drop duplicate mailboxes after mismerge for dra7

   - Prevent pocketgeagle header line signal from accidentally setting
     micro-SD write protection signal by removing the default mux

   - Fix NFSroot flakeyness after resume for duover by switching the
     smsc911x gpio interrupt to back to level sensitive

   - Fix regression for omap4 clockevent source after recent system
     timer changes

   - Yet another ethernet regression fix for the "rgmii" vs "rgmii-rxid"
     phy-mode

   - One patch to convert am3/am4 DT files to use the regular sdhci-omap
     driver instead of the old hsmmc driver, this was meant for the
     merge window but got lost in the process"

* tag 'arm-omap-fixes-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc: (21 commits)
  ARM: dts: am5729: beaglebone-ai: fix rgmii phy-mode
  ARM: dts: Fix omap4 system timer source clocks
  ARM: dts: Fix duovero smsc interrupt for suspend
  ARM: dts: am335x-pocketbeagle: Fix mmc0 Write Protect
  Revert "bus: ti-sysc: Increase max softreset wait"
  ARM: dts: am437x-epos-evm: remove lcd timings
  ARM: dts: am437x-gp-evm: remove lcd timings
  ARM: dts: am437x-sk-evm: remove lcd timings
  ARM: dts: dra7-evm-common: Fix duplicate mailbox nodes
  ARM: dts: dra7: Fix timer nodes properly for timer_sys_ck clocks
  ARM: dts: Fix am33xx.dtsi ti,sysc-mask wrong softreset flag
  ARM: dts: Fix am33xx.dtsi USB ranges length
  bus: ti-sysc: Increase max softreset wait
  ARM: OMAP2+: Fix legacy mode dss_reset
  bus: ti-sysc: Fix uninitialized framedonetv_irq
  bus: ti-sysc: Ignore clockactivity unless specified as a quirk
  bus: ti-sysc: Use optional clocks on for enable and wait for softreset bit
  ARM: dts: omap4-droid4: Fix spi configuration and increase rate
  bus: ti-sysc: Flush posted write on enable and disable
  soc: ti: omap-prm: use atomic iopoll instead of sleeping one
  ...
2020-06-28 14:57:14 -07:00
..
aks-cdu.dts
alphascale-asm9260-devkit.dts
alphascale-asm9260.dtsi
alpine-db.dts
alpine.dtsi
am33xx-clocks.dtsi
am33xx-l4.dtsi Missed sdhci patch for am3 and am4 2020-06-28 14:44:41 +02:00
am33xx.dtsi Missed sdhci patch for am3 and am4 2020-06-28 14:44:41 +02:00
am35xx-clocks.dtsi
am43x-epos-evm.dts ARM: dts: am437x-epos-evm: remove lcd timings 2020-06-10 15:29:32 -07:00
am43xx-clocks.dtsi ARM: dts: am43xx: add support for clkout1 clock 2020-01-23 09:27:39 -08:00
am57-pruss.dtsi ARM: dts: dra7: Add PRU-ICSS interconnect target-module nodes 2020-03-04 08:16:34 -08:00
am57xx-beagle-x15-common.dtsi ARM: DT changes for v5.8 2020-06-04 20:02:14 -07:00
am57xx-beagle-x15-revb1.dts ARM: dts: am57xx-beagle-x15: Update pinmux name to ddr_3_3v 2019-11-20 09:41:24 -08:00
am57xx-beagle-x15-revc.dts ARM: dts: am57xx-beagle-x15: Update pinmux name to ddr_3_3v 2019-11-20 09:41:24 -08:00
am57xx-beagle-x15.dts
am57xx-cl-som-am57x.dts
am57xx-commercial-grade.dtsi
am57xx-idk-common.dtsi Merge commit '5390130f3b288db7d67de5e6c29d0de70d327ff0' into fixes-v5.7 2020-06-08 10:11:49 -07:00
am57xx-industrial-grade.dtsi
am57xx-sbc-am57x.dts
am335x-baltos-ir2110.dts
am335x-baltos-ir3220.dts
am335x-baltos-ir5221.dts
am335x-baltos-leds.dtsi
am335x-baltos.dtsi ARM: dts: Move am33xx and am43xx mmc nodes to sdhci-omap driver 2020-05-19 08:54:42 -07:00
am335x-base0033.dts
am335x-bone-common.dtsi ARM: dts: Drop pointless status changing for am3 musb 2019-10-23 07:46:32 -07:00
am335x-bone.dts
am335x-boneblack-common.dtsi ARM: dts: Move am33xx and am43xx mmc nodes to sdhci-omap driver 2020-05-19 08:54:42 -07:00
am335x-boneblack-wireless.dts ARM: dts: Move am33xx and am43xx mmc nodes to sdhci-omap driver 2020-05-19 08:54:42 -07:00
am335x-boneblack.dts
am335x-boneblue.dts ARM: dts: Move am33xx and am43xx mmc nodes to sdhci-omap driver 2020-05-19 08:54:42 -07:00
am335x-bonegreen-common.dtsi
am335x-bonegreen-wireless.dts ARM: dts: Move am33xx and am43xx mmc nodes to sdhci-omap driver 2020-05-19 08:54:42 -07:00
am335x-bonegreen.dts
am335x-chiliboard.dts ARM: dts: Drop pointless status changing for am3 musb 2019-10-23 07:46:32 -07:00
am335x-chilisom.dtsi
am335x-cm-t335.dts ARM: dts: Drop pointless status changing for am3 musb 2019-10-23 07:46:32 -07:00
am335x-evm.dts ARM: dts: Move am33xx and am43xx mmc nodes to sdhci-omap driver 2020-05-19 08:54:42 -07:00
am335x-evmsk.dts ARM: dts: Move am33xx and am43xx mmc nodes to sdhci-omap driver 2020-05-19 08:54:42 -07:00
am335x-guardian.dts ARM: dts: Add 32KHz clock as default clock source 2020-05-05 10:56:42 -07:00
am335x-icev2.dts ARM: dts: am335x-icev2: Add support for OSD9616P0899-10 at i2c0 2019-12-12 09:35:02 -08:00
am335x-igep0033.dtsi ARM: dts: Drop pointless status changing for am3 musb 2019-10-23 07:46:32 -07:00
am335x-lxm.dts ARM: dts: Move am33xx and am43xx mmc nodes to sdhci-omap driver 2020-05-19 08:54:42 -07:00
am335x-moxa-uc-2100-common.dtsi ARM: dts: Move am33xx and am43xx mmc nodes to sdhci-omap driver 2020-05-19 08:54:42 -07:00
am335x-moxa-uc-2101.dts
am335x-moxa-uc-8100-me-t.dts ARM: dts: Move am33xx and am43xx mmc nodes to sdhci-omap driver 2020-05-19 08:54:42 -07:00
am335x-nano.dts
am335x-netcan-plus-1xx.dts ARM: dts: add DTS for NetCAN Plus devices 2019-10-23 09:42:15 -07:00
am335x-netcom-plus-2xx.dts ARM: dts: add DTS for NetCom Plus 1xx and 2xx device series 2019-10-23 09:42:22 -07:00
am335x-netcom-plus-8xx.dts ARM: dts: add DTS for NetCom Plus 4xx and 8xx device series 2019-10-23 09:42:27 -07:00
am335x-osd335x-common.dtsi
am335x-osd3358-sm-red.dts ARM: dts: Drop pointless status changing for am3 musb 2019-10-23 07:46:32 -07:00
am335x-pcm-953.dtsi ARM: dts: Drop pointless status changing for am3 musb 2019-10-23 07:46:32 -07:00
am335x-pdu001.dts ARM: dts: Drop pointless status changing for am3 musb 2019-10-23 07:46:32 -07:00
am335x-pepper.dts ARM: dts: Move am33xx and am43xx mmc nodes to sdhci-omap driver 2020-05-19 08:54:42 -07:00
am335x-phycore-rdk.dts
am335x-phycore-som.dtsi ARM: dts: Move am33xx and am43xx mmc nodes to sdhci-omap driver 2020-05-19 08:54:42 -07:00
am335x-pocketbeagle.dts ARM: dts: am335x-pocketbeagle: Fix mmc0 Write Protect 2020-06-16 09:08:50 -07:00
am335x-regor-rdk.dts
am335x-regor.dtsi ARM: dts: Drop pointless status changing for am3 musb 2019-10-23 07:46:32 -07:00
am335x-sancloud-bbe.dts ARM: dts: am335x-sancloud-bbe: fix phy mode 2019-12-10 07:18:21 -08:00
am335x-sbc-t335.dts
am335x-shc.dts ARM: dts: Drop pointless status changing for am3 musb 2019-10-23 07:46:32 -07:00
am335x-sl50.dts ARM: dts: Drop pointless status changing for am3 musb 2019-10-23 07:46:32 -07:00
am335x-wega-rdk.dts
am335x-wega.dtsi ARM: dts: Drop pointless status changing for am3 musb 2019-10-23 07:46:32 -07:00
am437x-cm-t43.dts ARM: dts: Move am33xx and am43xx mmc nodes to sdhci-omap driver 2020-05-19 08:54:42 -07:00
am437x-gp-evm.dts Missed sdhci patch for am3 and am4 2020-06-28 14:44:41 +02:00
am437x-idk-evm.dts ARM: dts: am437x: fix networking on boards with ksz9031 phy 2020-05-08 08:20:33 -07:00
am437x-l4.dtsi Missed sdhci patch for am3 and am4 2020-06-28 14:44:41 +02:00
am437x-sbc-t43.dts
am437x-sk-evm.dts Missed sdhci patch for am3 and am4 2020-06-28 14:44:41 +02:00
am571x-idk.dts ARM: DT changes for v5.8 2020-06-04 20:02:14 -07:00
am572x-idk-common.dtsi ARM: dts: am572x-idk-common: Add CMA pools and enable IPU & DSP rprocs 2020-05-05 11:13:28 -07:00
am572x-idk.dts ARM: dts: am571x-idk: enable for new cpsw switch dev driver 2019-11-20 11:25:24 -08:00
am574x-idk.dts ARM: dts: am574x-idk: Disable m_can node 2020-04-21 09:32:34 -07:00
am3517_mt_ventoux.dts
am3517-craneboard.dts
am3517-evm-ui.dtsi
am3517-evm.dts ARM: dts: Add 32KHz clock as default clock source 2020-05-05 10:56:42 -07:00
am3517-som.dtsi
am3517.dtsi ARM: dts: Configure system timers for omap3 2020-05-19 09:38:04 -07:00
am3703.dtsi ARM: dts: Add dtsi files for AM3703, AM3715 and DM3725 2020-01-13 10:11:34 -08:00
am3715.dtsi ARM: dts: Add dtsi files for AM3703, AM3715 and DM3725 2020-01-13 10:11:34 -08:00
am3874-iceboard.dts
am4372.dtsi Missed sdhci patch for am3 and am4 2020-06-28 14:44:41 +02:00
am5718.dtsi ARM: dts: dra7: Add PRU-ICSS interconnect target-module nodes 2020-03-04 08:16:34 -08:00
am5728.dtsi ARM: dts: dra7: Add PRU-ICSS interconnect target-module nodes 2020-03-04 08:16:34 -08:00
am5729-beagleboneai.dts ARM: dts: am5729: beaglebone-ai: fix rgmii phy-mode 2020-06-16 09:11:52 -07:00
am5748.dtsi ARM: dts: dra7: Add PRU-ICSS interconnect target-module nodes 2020-03-04 08:16:34 -08:00
animeo_ip.dts
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-realview-eb.dts
arm-realview-eb.dtsi
arm-realview-pb11mp.dts
arm-realview-pb1176.dts
arm-realview-pba8.dts
arm-realview-pbx-a9.dts
arm-realview-pbx.dtsi ARM: dts: RealView: Fix the name of the SoC node 2020-03-04 15:30:40 +01:00
armada-38x-solidrun-microsom.dtsi ARM: dts: armada-38x-solidrun-microsom: add eeprom 2020-01-08 10:56:40 +01:00
armada-38x.dtsi ARM: dts: marvell: drop i2c timeout-ms property 2020-05-17 18:26:19 +02:00
armada-39x.dtsi ARM: dts: marvell: drop i2c timeout-ms property 2020-05-17 18:26:19 +02:00
armada-370-db.dts
armada-370-dlink-dns327l.dts
armada-370-mirabox.dts
armada-370-netgear-rn102.dts
armada-370-netgear-rn104.dts
armada-370-rd.dts
armada-370-seagate-nas-2bay.dts
armada-370-seagate-nas-4bay.dts
armada-370-seagate-nas-xbay.dtsi
armada-370-seagate-personal-cloud-2bay.dts
armada-370-seagate-personal-cloud.dts
armada-370-seagate-personal-cloud.dtsi
armada-370-synology-ds213j.dts
armada-370-xp.dtsi ARM: dts: marvell: drop i2c timeout-ms property 2020-05-17 18:26:19 +02:00
armada-370.dtsi
armada-375-db.dts
armada-375.dtsi ARM: dts: marvell: drop i2c timeout-ms property 2020-05-17 18:26:19 +02:00
armada-380.dtsi
armada-385-clearfog-gtr-l8.dts ARM: dts: mvebu: add support for SolidRun Clearfog GTR 2020-01-08 10:46:19 +01:00
armada-385-clearfog-gtr-s4.dts ARM: dts: mvebu: add support for SolidRun Clearfog GTR 2020-01-08 10:46:19 +01:00
armada-385-clearfog-gtr.dtsi ARM: dts: mvebu: add support for SolidRun Clearfog GTR 2020-01-08 10:46:19 +01:00
armada-385-db-88f6820-amc.dts
armada-385-db-ap.dts
armada-385-linksys-caiman.dts
armada-385-linksys-cobra.dts
armada-385-linksys-rango.dts
armada-385-linksys-shelby.dts
armada-385-linksys.dtsi
armada-385-synology-ds116.dts
armada-385-turris-omnia.dts
armada-385.dtsi
armada-388-clearfog-base.dts
armada-388-clearfog-pro.dts
armada-388-clearfog.dts
armada-388-clearfog.dtsi ARM: dts: armada-388-clearfog: add eeprom 2020-01-08 10:56:54 +01:00
armada-388-db.dts
armada-388-gp.dts
armada-388-helios4.dts ARM: armada-38x-solidrun-microsom: move i2c0 to SOM DT 2020-01-08 10:56:20 +01:00
armada-388-rd.dts
armada-388.dtsi
armada-390-db.dts
armada-390.dtsi
armada-395-gp.dts
armada-395.dtsi
armada-398-db.dts
armada-398.dtsi
armada-xp-98dx3236.dtsi
armada-xp-98dx3336.dtsi
armada-xp-98dx4251.dtsi
armada-xp-axpwifiap.dts
armada-xp-db-dxbc2.dts
armada-xp-db-xc3-24g4xg.dts
armada-xp-db.dts
armada-xp-gp.dts
armada-xp-lenovo-ix4-300d.dts
armada-xp-linksys-mamba.dts
armada-xp-matrix.dts
armada-xp-mv78230.dtsi
armada-xp-mv78260.dtsi
armada-xp-mv78460.dtsi
armada-xp-netgear-rn2120.dts
armada-xp-openblocks-ax3-4.dts
armada-xp-synology-ds414.dts
armada-xp.dtsi
armv7-m.dtsi
artpec6-devboard.dts
artpec6.dtsi
aspeed-ast2500-evb.dts ARM: dts: aspeed: Add "spi-max-frequency" property 2019-11-01 15:33:21 +10:30
aspeed-ast2600-evb.dts ARM: dts: aspeed: ast2600evb: Enable FSI master 2020-05-05 16:37:15 +09:30
aspeed-bmc-arm-centriq2400-rep.dts
aspeed-bmc-arm-stardragon4800-rep2.dts ARM: dts: aspeed: Add RCLK to MAC clocks for RMII interfaces 2019-11-01 20:54:45 +10:30
aspeed-bmc-facebook-cmm.dts ARM: dts: aspeed: cmm: Use common dtsi 2019-11-01 20:54:46 +10:30
aspeed-bmc-facebook-minipack.dts ARM: dts: aspeed: minipack: Use common dtsi 2019-11-01 20:54:46 +10:30
aspeed-bmc-facebook-tiogapass.dts ARM: dts: aspeed: Change KCS nodes to v2 binding 2020-05-05 16:37:17 +09:30
aspeed-bmc-facebook-wedge40.dts ARM: dts: aspeed: AST2400 disables hw checksum 2019-12-17 13:38:26 +11:00
aspeed-bmc-facebook-wedge100.dts ARM: dts: aspeed: AST2400 disables hw checksum 2019-12-17 13:38:26 +11:00
aspeed-bmc-facebook-yamp.dts ARM: dts: aspeed: yamp: Delete no-hw-checksum 2019-12-17 13:38:29 +11:00
aspeed-bmc-facebook-yosemitev2.dts ARM: dts: aspeed: Adding Facebook Yosemite V2 BMC 2020-05-05 16:37:17 +09:30
aspeed-bmc-ibm-rainier.dts ARM: dts: aspeed: rainier: Add VGA reserved memory region 2020-05-05 16:37:16 +09:30
aspeed-bmc-inspur-fp5280g2.dts ARM: dts: fp5280g2: Cleanup gpio-keys-polled properties 2019-12-17 13:38:16 +11:00
aspeed-bmc-inspur-on5263m5.dts ARM: dts: aspeed: Add RCLK to MAC clocks for RMII interfaces 2019-11-01 20:54:45 +10:30
aspeed-bmc-intel-s2600wf.dts ARM: dts: aspeed: Add RCLK to MAC clocks for RMII interfaces 2019-11-01 20:54:45 +10:30
aspeed-bmc-lenovo-hr630.dts ARM: dts: aspeed: Add RCLK to MAC clocks for RMII interfaces 2019-11-01 20:54:45 +10:30
aspeed-bmc-lenovo-hr855xg2.dts ARM: dts: aspeed: Add RCLK to MAC clocks for RMII interfaces 2019-11-01 20:54:45 +10:30
aspeed-bmc-microsoft-olympus.dts
aspeed-bmc-opp-lanyang.dts ARM: dts: aspeed: Add RCLK to MAC clocks for RMII interfaces 2019-11-01 20:54:45 +10:30
aspeed-bmc-opp-mihawk.dts ARM: dts: aspeed: mihawk: add aliases for i2c 2020-05-05 16:37:16 +09:30
aspeed-bmc-opp-nicole.dts ARM: dts: aspeed: Add YADRO Nicole BMC 2020-05-05 16:37:17 +09:30
aspeed-bmc-opp-palmetto.dts ARM: dts: aspeed: Add "spi-max-frequency" property 2019-11-01 15:33:21 +10:30
aspeed-bmc-opp-romulus.dts ARM: dts: aspeed: romulus: Add gpio line names 2020-05-05 16:37:16 +09:30
aspeed-bmc-opp-swift.dts ARM: dts: swift: Cleanup gpio-keys-polled properties 2019-12-17 13:38:18 +11:00
aspeed-bmc-opp-tacoma.dts ARM: dts: aspeed: tacoma: Add TPM 2020-05-05 16:37:16 +09:30
aspeed-bmc-opp-vesnin.dts ARM: dts: aspeed: Add SD card for Vesnin 2019-12-17 13:38:35 +11:00
aspeed-bmc-opp-witherspoon.dts ARM: dts: aspeed: witherspoon: Add gpio line names 2020-05-05 16:37:16 +09:30
aspeed-bmc-opp-zaius.dts ARM: dts: aspeed: zaius: Add gpio line names 2020-05-05 16:37:16 +09:30
aspeed-bmc-portwell-neptune.dts ARM: dts: aspeed: Add RCLK to MAC clocks for RMII interfaces 2019-11-01 20:54:45 +10:30
aspeed-bmc-quanta-q71l.dts
aspeed-g4.dtsi ARM: dts: aspeed: ast2400: Add video engine support 2020-05-05 16:37:04 +09:30
aspeed-g5.dtsi ARM: dts: aspeed: Change KCS nodes to v2 binding 2020-05-05 16:37:17 +09:30
aspeed-g6-pinctrl.dtsi ARM: dts: aspeed-g6: add usb functions 2020-03-15 12:11:49 +02:00
aspeed-g6.dtsi ARM: dts: aspeed: Change KCS nodes to v2 binding 2020-05-05 16:37:17 +09:30
ast2500-facebook-netbmc-common.dtsi ARM: dts: aspeed: netbmc: Delete no-hw-checksum 2019-12-17 13:38:28 +11:00
at91-ariag25.dts
at91-ariettag25.dts
at91-cosino_mega2560.dts
at91-cosino.dtsi
at91-dvk_som60.dts
at91-dvk_su60_somc_lcm.dtsi ARM: dts: at91: Kill off "simple-panel" compatibles 2020-03-09 22:13:07 +01:00
at91-dvk_su60_somc.dtsi ARM: dts: at91: sama5d3: switch to new clock bindings 2020-04-13 13:00:08 +02:00
at91-foxg20.dts
at91-gatwick.dts
at91-kizbox2-2.dts ARM: dts: at91: add a dts and dtsi file for kizbox2 based boards 2019-11-07 00:38:15 +01:00
at91-kizbox2-common.dtsi ARM: dts: at91: add a dts and dtsi file for kizbox2 based boards 2019-11-07 00:38:15 +01:00
at91-kizbox3_common.dtsi ARM: dts: at91: sama5d2: Move flx0 definitions in the SoC dtsi 2020-05-15 16:50:33 +02:00
at91-kizbox3-hs.dts ARM: dts: at91: sama5d2: Fix the label numbering for flexcom functions 2020-05-15 16:49:34 +02:00
at91-kizbox.dts ARM: dts: at91: rearrange kizbox dts using aliases nodes 2019-12-10 11:59:57 +01:00
at91-kizboxmini-base.dts ARM: dts: at91: add smartkiz support and a common kizboxmini dtsi file 2019-12-20 17:46:49 +01:00
at91-kizboxmini-common.dtsi ARM: dts: at91: add smartkiz support and a common kizboxmini dtsi file 2019-12-20 17:46:49 +01:00
at91-kizboxmini-mb.dts ARM: dts: at91: add smartkiz support and a common kizboxmini dtsi file 2019-12-20 17:46:49 +01:00
at91-kizboxmini-rd.dts ARM: dts: at91: add smartkiz support and a common kizboxmini dtsi file 2019-12-20 17:46:49 +01:00
at91-linea.dtsi
at91-natte.dtsi
at91-nattis-2-natte-2.dts ARM: dts: at91: nattis 2: remove unnecessary include 2020-01-10 18:21:33 +01:00
at91-qil_a9260.dts
at91-sam9_l9260.dts
at91-sam9x60ek.dts ARM: dts: at91: sam9x60ek: Add sdmmc1 node 2020-04-13 13:00:09 +02:00
at91-sama5d2_icp.dts ARM: dts: at91: sama5d2: Add DMA bindings for the SPI and I2C flx0 functions 2020-05-15 16:50:34 +02:00
at91-sama5d2_ptc_ek.dts ARM: dts: at91: Configure I2C SCL gpio as open drain 2020-05-15 17:38:54 +02:00
at91-sama5d2_xplained.dts ARM: dts: at91: sama5d2_xplained: Add aliases for the dedicated I2C IPs 2020-05-18 16:51:58 +02:00
at91-sama5d3_xplained.dts
at91-sama5d4_ma5d4.dtsi
at91-sama5d4_ma5d4evk.dts ARM: dts: at91: Kill off "simple-panel" compatibles 2020-03-09 22:13:07 +01:00
at91-sama5d4_xplained.dts ARM: dts: at91: sama5d4_xplained: add digital filter for i2c 2019-10-25 11:31:21 +02:00
at91-sama5d4ek.dts
at91-sama5d27_som1_ek.dts ARM: dts: at91: sama5d2: Add DMA bindings for the flx1 I2C function 2020-05-15 16:50:34 +02:00
at91-sama5d27_som1.dtsi ARM: dts: at91: at91-sama5d27_som1: Enable eeprom device 2020-04-13 13:00:09 +02:00
at91-sama5d27_wlsom1_ek.dts ARM: dts: at91: sama5d2: Move flx0 definitions in the SoC dtsi 2020-05-15 16:50:33 +02:00
at91-sama5d27_wlsom1.dtsi ARM: dts: at91: sama5d2: Move flx1 definitions in the SoC dtsi 2020-05-15 16:50:33 +02:00
at91-smartkiz.dts ARM: dts: at91: add smartkiz support and a common kizboxmini dtsi file 2019-12-20 17:46:49 +01:00
at91-som60.dtsi
at91-tse850-3.dts
at91-vinco.dts
at91-wb45n.dts
at91-wb45n.dtsi
at91-wb50n.dts
at91-wb50n.dtsi ARM: dts: at91: sama5d3: switch to new clock bindings 2020-04-13 13:00:08 +02:00
at91rm9200_pqfp.dtsi
at91rm9200.dtsi ARM: dts: at91: rm9200: switch to new clock bindings 2020-04-13 13:00:08 +02:00
at91rm9200ek.dts
at91sam9g15.dtsi
at91sam9g15ek.dts
at91sam9g20.dtsi
at91sam9g20ek_2mmc.dts
at91sam9g20ek_common.dtsi
at91sam9g20ek.dts
at91sam9g25.dtsi
at91sam9g25ek.dts
at91sam9g35.dtsi
at91sam9g35ek.dts
at91sam9g45.dtsi USB/PHY driver updates for 5.8-rc1 2020-06-07 09:42:16 -07:00
at91sam9m10g45ek.dts ARM: dts: at91: at91sam9g45: switch to new clock bindings 2020-04-13 13:00:08 +02:00
at91sam9n12.dtsi ARM: dts: at91: at91sam9n12: switch to new clock bindings 2020-04-13 13:00:08 +02:00
at91sam9n12ek.dts ARM: dts: at91: at91sam9n12: switch to new clock bindings 2020-04-13 13:00:08 +02:00
at91sam9rl.dtsi ARM: dts: at91: Remove the USB EP child node 2020-05-25 11:09:42 +03:00
at91sam9rlek.dts
at91sam9x5_can.dtsi
at91sam9x5_isi.dtsi
at91sam9x5_lcd.dtsi
at91sam9x5_macb0.dtsi
at91sam9x5_macb1.dtsi
at91sam9x5_usart3.dtsi
at91sam9x5.dtsi ARM: dts: at91: Remove the USB EP child node 2020-05-25 11:09:42 +03:00
at91sam9x5cm.dtsi
at91sam9x5dm.dtsi ARM: dts: at91: Kill off "simple-panel" compatibles 2020-03-09 22:13:07 +01:00
at91sam9x5ek.dtsi
at91sam9x25.dtsi
at91sam9x25ek.dts
at91sam9x35.dtsi
at91sam9x35ek.dts
at91sam9xe.dtsi
at91sam9260.dtsi ARM: dts: at91: rearrange kizbox dts using aliases nodes 2019-12-10 11:59:57 +01:00
at91sam9260ek.dts
at91sam9261.dtsi ARM: dts: at91: Reenable UART TX pull-ups 2019-12-10 11:57:08 +01:00
at91sam9261ek.dts
at91sam9263.dtsi ARM: dts: at91: Reenable UART TX pull-ups 2019-12-10 11:57:08 +01:00
at91sam9263ek.dts
atlas6-evb.dts
atlas6.dtsi
atlas7-evb.dts ARM: dts: atlas7: Fix "debounce-interval" property misspelling 2019-11-03 17:06:55 -08:00
atlas7.dtsi
axm55xx.dtsi
axm5516-amarillo.dts
axm5516-cpus.dtsi
axp22x.dtsi
axp81x.dtsi
axp152.dtsi
axp209.dtsi
axp223.dtsi
axp809.dtsi
bcm9hmidc.dtsi
bcm283x-rpi-lan7515.dtsi
bcm283x-rpi-smsc9512.dtsi
bcm283x-rpi-smsc9514.dtsi
bcm283x-rpi-usb-host.dtsi
bcm283x-rpi-usb-otg.dtsi
bcm283x-rpi-usb-peripheral.dtsi
bcm283x.dtsi ARM: dts: bcm283x: Disable dsi0 node 2020-04-16 13:58:02 -07:00
bcm2711-rpi-4-b.dts - First patch updates RPi4's expgpio's GPIO labels, adding the SD power rail. 2020-04-13 15:53:28 -07:00
bcm2711.dtsi ARM: dts: bcm2711: Move emmc2 into its own bus 2020-03-09 21:18:03 +01:00
bcm2835-common.dtsi ARM: dts: bcm283x: Use firmware PM driver for V3D 2020-03-27 21:25:35 +01:00
bcm2835-rpi-a-plus.dts
bcm2835-rpi-a.dts
bcm2835-rpi-b-plus.dts
bcm2835-rpi-b-rev2.dts
bcm2835-rpi-b.dts
bcm2835-rpi-cm1-io1.dts
bcm2835-rpi-cm1.dtsi
bcm2835-rpi-common.dtsi ARM: dts: bcm283x: Use firmware PM driver for V3D 2020-03-27 21:25:35 +01:00
bcm2835-rpi-zero-w.dts ARM: dts: bcm2835-rpi-zero-w: Fix led polarity 2020-05-20 17:09:35 -07:00
bcm2835-rpi-zero.dts
bcm2835-rpi.dtsi ARM: dts: bcm283x: Add cells encoding format to firmware bus 2020-03-27 21:36:17 +01:00
bcm2835.dtsi ARM: dts: bcm283x: Use firmware PM driver for V3D 2020-03-27 21:25:35 +01:00
bcm2836-rpi-2-b.dts
bcm2836-rpi.dtsi
bcm2836.dtsi ARM: dts: bcm283x: Use firmware PM driver for V3D 2020-03-27 21:25:35 +01:00
bcm2837-rpi-3-a-plus.dts ARM: dts: bcm283x: Add missing properties to the PWR LED 2020-02-27 11:29:27 -08:00
bcm2837-rpi-3-b-plus.dts ARM: dts: bcm283x: Add missing properties to the PWR LED 2020-02-27 11:29:27 -08:00
bcm2837-rpi-3-b.dts
bcm2837-rpi-cm3-io3.dts
bcm2837-rpi-cm3.dtsi
bcm2837.dtsi ARM: dts: bcm283x: Use firmware PM driver for V3D 2020-03-27 21:25:35 +01:00
bcm4708-asus-rt-ac56u.dts
bcm4708-asus-rt-ac68u.dts
bcm4708-buffalo-wzr-1750dhp.dts
bcm4708-linksys-ea6300-v1.dts
bcm4708-linksys-ea6500-v2.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: BCM5301X: Fix MDIO node address/size cells 2019-12-09 09:46:12 -08:00
bcm7445-bcm97445svmb.dts
bcm7445.dtsi
bcm11351.dtsi
bcm21664-garnet.dts
bcm21664.dtsi
bcm23550-sparrow.dts
bcm23550.dtsi
bcm28155-ap.dts
bcm47081-asus-rt-n18u.dts
bcm47081-buffalo-wzr-600dhp2.dts
bcm47081-buffalo-wzr-900dhp.dts
bcm47081-luxul-xap-1410.dts
bcm47081-luxul-xwr-1200.dts
bcm47081-tplink-archer-c5-v2.dts
bcm47081.dtsi
bcm47094-dlink-dir-885l.dts
bcm47094-linksys-panamera.dts
bcm47094-luxul-abr-4500.dts
bcm47094-luxul-xap-1610.dts
bcm47094-luxul-xbr-4500.dts
bcm47094-luxul-xwc-2000.dts ARM: dts: BCM5301X: Add missing memory "device_type" for Luxul XWC-2000 2020-06-14 14:48:32 -07:00
bcm47094-luxul-xwr-3100.dts
bcm47094-luxul-xwr-3150-v1.dts
bcm47094-netgear-r8500.dts
bcm47094-phicomm-k3.dts
bcm47094.dtsi
bcm47189-luxul-xap-810.dts
bcm47189-luxul-xap-1440.dts
bcm47189-tenda-ac9.dts
bcm53340-ubnt-unifi-switch8.dts
bcm53573.dtsi
bcm59056.dtsi
bcm63138.dtsi
bcm94708.dts
bcm94709.dts
bcm911360_entphn.dts
bcm911360k.dts
bcm947189acdbmr.dts
bcm953012er.dts
bcm953012hr.dts
bcm953012k.dts
bcm958300k.dts
bcm958305k.dts
bcm958522er.dts ARM: dts: NSP: Disable PL330 by default, add dma-coherent property 2020-06-15 21:17:31 -07:00
bcm958525er.dts ARM: dts: NSP: Disable PL330 by default, add dma-coherent property 2020-06-15 21:17:31 -07:00
bcm958525xmc.dts ARM: dts: NSP: Disable PL330 by default, add dma-coherent property 2020-06-15 21:17:31 -07:00
bcm958622hr.dts ARM: dts: NSP: Disable PL330 by default, add dma-coherent property 2020-06-15 21:17:31 -07:00
bcm958623hr.dts ARM: dts: NSP: Disable PL330 by default, add dma-coherent property 2020-06-15 21:17:31 -07:00
bcm958625hr.dts ARM: dts: NSP: Disable PL330 by default, add dma-coherent property 2020-06-15 21:17:31 -07:00
bcm958625k.dts ARM: dts: NSP: Disable PL330 by default, add dma-coherent property 2020-06-15 21:17:31 -07:00
bcm963138dvt.dts
bcm988312hr.dts
bcm-cygnus-clock.dtsi
bcm-cygnus.dtsi ARM: dts: Cygnus: Fix MDIO node address/size cells 2019-12-09 10:15:08 -08:00
bcm-hr2.dtsi ARM: dts: bcm: HR2: Fix PPI interrupt types 2020-05-20 17:15:16 -07:00
bcm-nsp.dtsi ARM: dts: NSP: Correct FA2 mailbox node 2020-06-17 13:40:42 -07:00
berlin2-sony-nsz-gs7.dts
berlin2.dtsi ARM: dts: berlin*: Fix up the SDHCI node names 2020-05-21 23:31:46 +02:00
berlin2cd-google-chromecast.dts
berlin2cd-valve-steamlink.dts
berlin2cd.dtsi ARM: dts: berlin*: Fix up the SDHCI node names 2020-05-21 23:31:46 +02:00
berlin2q-marvell-dmp.dts
berlin2q.dtsi ARM: dts: berlin*: Fix up the SDHCI node names 2020-05-21 23:31:46 +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
da850-lcdk.dts
da850-lego-ev3.dts
da850.dtsi
dm814x-clocks.dtsi clk: ti: Fix dm814x clkctrl for ethernet 2020-03-17 09:45:24 -07:00
dm814x.dtsi ARM: SoC changes for v5.8 2020-06-04 19:47:11 -07:00
dm816x-clocks.dtsi
dm816x.dtsi ARM: dts: Configure system timers for ti81xx 2020-05-19 09:38:04 -07:00
dm3725.dtsi ARM: dts: Add dtsi files for AM3703, AM3715 and DM3725 2020-01-13 10:11:34 -08:00
dm8148-evm.dts ARM: dts: Fix dm814x Ethernet by changing to use rgmii-id mode 2020-03-03 13:25:47 -08:00
dm8148-t410.dts ARM: dts: Fix dm814x Ethernet by changing to use rgmii-id mode 2020-03-03 13:25:47 -08:00
dm8168-evm.dts
dove-cm-a510.dtsi
dove-cubox-es.dts
dove-cubox.dts
dove-d2plug.dts
dove-d3plug.dts
dove-dove-db.dts
dove-sbc-a510.dts
dove.dtsi ARM: dts: dove: Fix interrupt controller node name 2020-05-21 23:31:41 +02:00
dra7-dspeve-thermal.dtsi
dra7-evm-common.dtsi Fixes for omaps for v5.8 2020-06-28 14:41:55 +02:00
dra7-evm.dts ARM: dts: dra7-evm: Add CMA pools and enable IPU & DSP rprocs 2020-05-05 11:13:24 -07:00
dra7-ipu-dsp-common.dtsi ARM: dts: dra7-ipu-dsp-common: Add watchdog timers to IPU and DSP nodes 2020-05-05 11:13:29 -07:00
dra7-iva-thermal.dtsi
dra7-l4.dtsi Fixes for omaps for v5.8 2020-06-28 14:41:55 +02:00
dra7-mmc-iodelay.dtsi
dra7.dtsi ARM: DT changes for v5.8 2020-06-04 20:02:14 -07:00
dra7xx-clocks.dtsi ARM: dts: dra7xx-clocks: Fixup IPU1 mux clock parent source 2020-02-20 09:52:31 -08:00
dra62x-clocks.dtsi
dra62x-j5eco-evm.dts ARM: dts: Fix dm814x Ethernet by changing to use rgmii-id mode 2020-03-03 13:25:47 -08:00
dra62x.dtsi ARM: dts: Configure interconnect target module for dm814x cpsw 2020-03-17 09:48:52 -07:00
dra71-evm.dts ARM: dts: dra71-evm: Add CMA pools and enable IPUs & DSP1 rprocs 2020-05-05 11:13:26 -07:00
dra71x.dtsi
dra72-evm-common.dtsi ARM: dts: dra7-ipu-dsp-common: Move mailboxes into common files 2020-05-05 11:13:23 -07:00
dra72-evm-revc.dts ARM: dts: dra72-evm-revc: Add CMA pools and enable IPUs & DSP1 rprocs 2020-05-05 11:13:26 -07:00
dra72-evm-tps65917.dtsi
dra72-evm.dts ARM: dts: dra72-evm: Add CMA pools and enable IPUs & DSP1 rprocs 2020-05-05 11:13:25 -07:00
dra72x-mmc-iodelay.dtsi
dra72x.dtsi ARM: dts: DRA72x: Add aliases for rproc nodes 2020-05-05 11:13:22 -07:00
dra74-ipu-dsp-common.dtsi ARM: dts: dra7-ipu-dsp-common: Add watchdog timers to IPU and DSP nodes 2020-05-05 11:13:29 -07:00
dra74x-mmc-iodelay.dtsi
dra74x.dtsi ARM: dts: DRA74x: Add aliases for rproc nodes 2020-05-05 11:13:21 -07:00
dra76-evm.dts ARM: dts: dra76-evm: Add CMA pools and enable IPU & DSP rprocs 2020-05-05 11:13:27 -07:00
dra76x-mmc-iodelay.dtsi
dra76x.dtsi arm: dts: dra76x: Fix mmc3 max-frequency 2020-02-26 10:38:30 -08:00
e60k02.dtsi ARM: dts: e60k02: add interrupt for PMIC 2020-04-25 08:46:59 +08:00
ecx-2000.dts arm: dts: calxeda: Fix interrupt grouping 2020-03-26 10:52:28 +01:00
ecx-common.dtsi arm: dts: calxeda: Group port-phys and sgpio-gpio items 2020-03-26 10:52:37 +01:00
efm32gg-dk3750.dts
efm32gg.dtsi
elpida_ecb240abacn.dtsi
emev2-kzm9d.dts
emev2.dtsi
ep7209.dtsi
ep7211-edb7211.dts
ep7211.dtsi
ethernut5.dts
evk-pro3.dts
exynos4-cpu-thermal.dtsi
exynos4.dtsi
exynos5.dtsi ARM: dts: exynos: Remove syscon compatible from chipid node on Exynos5 2019-12-11 19:12:00 +01:00
exynos54xx-odroidxu-leds.dtsi
exynos54xx.dtsi ARM: dts: exynos: Rename children of SysRAM node to "sram" 2019-10-23 17:48:20 +02:00
exynos3250-artik5-eval.dts
exynos3250-artik5.dtsi ARM: dts: exynos: Fix memory on Artik5 evaluation boards 2020-02-26 19:52:55 +01:00
exynos3250-monk.dts ARM: dts: exynos: Convert to new i2c-gpio bindings 2020-04-13 11:42:36 +02:00
exynos3250-pinctrl.dtsi
exynos3250-rinato.dts ARM: dts: exynos: Enable WLAN support for the Rinato board 2020-04-13 11:42:36 +02:00
exynos3250.dtsi ARM: dts: exynos: Rename children of SysRAM node to "sram" 2019-10-23 17:48:20 +02:00
exynos4210-i9100.dts ARM: dts: exynos: Convert to new i2c-gpio bindings 2020-04-13 11:42:36 +02:00
exynos4210-origen.dts ARM: dts: exynos: Correct regulator names 2020-04-13 11:42:36 +02:00
exynos4210-pinctrl.dtsi
exynos4210-smdkv310.dts
exynos4210-trats.dts ARM: dts: exynos: Correct the MAX8997 interrupts on the Trats board 2020-04-13 11:42:36 +02:00
exynos4210-universal_c210.dts ARM: dts: exynos: Enable WLAN support for the UniversalC210 board 2020-04-13 11:42:36 +02:00
exynos4210.dtsi ARM: dts: exynos: Rename children of SysRAM node to "sram" 2019-10-23 17:48:20 +02:00
exynos4412-galaxy-s3.dtsi ARM: dts: exynos: Convert to new i2c-gpio bindings 2020-04-13 11:42:36 +02:00
exynos4412-i9300.dts
exynos4412-i9305.dts
exynos4412-itop-elite.dts
exynos4412-itop-scp-core.dtsi
exynos4412-midas.dtsi ARM: dts: exynos: Correct regulator names 2020-04-13 11:42:36 +02:00
exynos4412-n710x.dts ARM: dts: exynos: Fix regulator node aliasing on Midas-based boards 2020-03-25 14:27:18 +01:00
exynos4412-odroid-common.dtsi ARM: dts: exynos: Correct regulator names 2020-04-13 11:42:36 +02:00
exynos4412-odroidu3.dts
exynos4412-odroidx2.dts
exynos4412-odroidx.dts
exynos4412-origen.dts ARM: dts: exynos: Correct regulator names 2020-04-13 11:42:36 +02:00
exynos4412-pinctrl.dtsi
exynos4412-ppmu-common.dtsi
exynos4412-prime.dtsi
exynos4412-smdk4412.dts
exynos4412-tiny4412.dts ARM: dts: exynos: Enable FIMD node and add proper panel node to Tiny4412 2020-01-08 21:17:38 +01:00
exynos4412-trats2.dts
exynos4412.dtsi ARM: dts: exynos: Rename children of SysRAM node to "sram" 2019-10-23 17:48:20 +02:00
exynos5250-arndale.dts ARM: dts: exynos: Correct regulator names 2020-04-13 11:42:36 +02:00
exynos5250-pinctrl.dtsi
exynos5250-smdk5250.dts ARM: dts: samsung: Rename Samsung and Exynos to lowercase 2020-01-07 20:45:13 +01:00
exynos5250-snow-common.dtsi
exynos5250-snow-rev5.dts
exynos5250-snow.dts
exynos5250-spring.dts
exynos5250.dtsi Merge tag 'samsung-dt-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into arm/dt 2020-01-11 14:54:24 -08:00
exynos5260-pinctrl.dtsi
exynos5260-xyref5260.dts ARM: dts: samsung: Rename Samsung and Exynos to lowercase 2020-01-07 20:45:13 +01:00
exynos5260.dtsi ARM: dts: samsung: Rename Samsung and Exynos to lowercase 2020-01-07 20:45:13 +01:00
exynos5410-odroidxu.dts ARM: dts: exynos: Correct USB3503 GPIOs polarity 2019-12-12 21:18:36 +01:00
exynos5410-pinctrl.dtsi
exynos5410-smdk5410.dts ARM: dts: samsung: Rename Samsung and Exynos to lowercase 2020-01-07 20:45:13 +01:00
exynos5410.dtsi ARM: dts: samsung: Rename Samsung and Exynos to lowercase 2020-01-07 20:45:13 +01:00
exynos5420-arndale-octa.dts ARM: dts: exynos: Correct regulator names 2020-04-13 11:42:36 +02:00
exynos5420-cpus.dtsi ARM: dts: samsung: Rename Samsung and Exynos to lowercase 2020-01-07 20:45:13 +01:00
exynos5420-peach-pit.dts
exynos5420-pinctrl.dtsi
exynos5420-smdk5420.dts ARM: dts: samsung: Rename Samsung and Exynos to lowercase 2020-01-07 20:45:13 +01:00
exynos5420-trip-points.dtsi
exynos5420.dtsi Merge tag 'samsung-dt-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into arm/dt 2020-01-11 14:54:24 -08:00
exynos5422-cpus.dtsi ARM: dts: exynos: Add dynamic-power-coefficient to Exynos5422 CPUs 2020-02-20 18:56:05 +01:00
exynos5422-odroid-core.dtsi ARM: dts: exynos: Fix G3D power domain supply on Odroid XU3/XU4/HC1 boards 2020-02-29 15:39:14 +01:00
exynos5422-odroidhc1.dts ARM: dts: exynos: Add GPU thermal zone cooling maps for Odroid XU3/XU4/HC1 2020-02-10 20:24:01 +01:00
exynos5422-odroidxu3-audio.dtsi
exynos5422-odroidxu3-common.dtsi ARM: dts: exynos: Add GPU thermal zone cooling maps for Odroid XU3/XU4/HC1 2020-02-10 20:24:01 +01:00
exynos5422-odroidxu3-lite.dts ARM: dts: exynos: Add missing CPU frequencies for Exynos5422/5800 2019-12-11 19:18:03 +01:00
exynos5422-odroidxu3.dts
exynos5422-odroidxu4.dts
exynos5800-peach-pi.dts ARM: dts: exynos: Add missing CPU frequencies for Exynos5422/5800 2019-12-11 19:18:03 +01:00
exynos5800.dtsi ARM: dts: samsung: Rename Samsung and Exynos to lowercase 2020-01-07 20:45:13 +01:00
exynos-mfc-reserved-memory.dtsi
exynos-syscon-restart.dtsi
facebook-bmc-flash-layout.dtsi
ge863-pro3.dtsi
gemini-dlink-dir-685.dts ARM: dts: gemini: Add thermal zone to DIR-685 2020-03-20 23:20:31 +01:00
gemini-dlink-dns-313.dts ARM: dts: gemini: Rename IDE nodes 2020-03-20 23:20:26 +01:00
gemini-nas4220b.dts ARM: dts: gemini: Rename IDE nodes 2020-03-20 23:20:26 +01:00
gemini-rut1xx.dts
gemini-sl93512r.dts ARM: dts: gemini: Rename IDE nodes 2020-03-20 23:20:26 +01:00
gemini-sq201.dts ARM: dts: gemini: Rename IDE nodes 2020-03-20 23:20:26 +01:00
gemini-wbd111.dts
gemini-wbd222.dts
gemini.dtsi ARM: dts: gemini: Rename IDE nodes 2020-03-20 23:20:26 +01:00
gr-peach-audiocamerashield.dtsi
hi3519-demb.dts
hi3519.dtsi
hi3620-hi4511.dts
hi3620.dtsi
highbank.dts arm: dts: calxeda: Fix interrupt grouping 2020-03-26 10:52:28 +01:00
hip01-ca9x2.dts
hip01.dtsi
hip04-d01.dts
hip04.dtsi
hisi-x5hd2-dkb.dts
hisi-x5hd2.dtsi
ibm-power9-dual.dtsi ARM: dts: ibm-power9-dual: Add a unit address for OCC nodes 2019-12-17 13:38:25 +11:00
imx1-ads.dts
imx1-apf9328.dts
imx1-pinfunc.h
imx1.dtsi
imx6-logicpd-baseboard.dtsi ARM: dts: imx6-logicpd: Re-enable SNVS power key 2019-10-28 10:10:51 +08:00
imx6-logicpd-som.dtsi
imx6dl-apf6dev.dts ARM: dts: imx6qdl-{apf6, apf6dev}: switch boards to SPDX identifier 2019-10-28 14:48:19 +08:00
imx6dl-aristainetos2_4.dts
imx6dl-aristainetos2_7.dts
imx6dl-aristainetos_4.dts
imx6dl-aristainetos_7.dts
imx6dl-colibri-eval-v3.dts ARM: devicetree updates for v5.7 2020-04-03 15:22:05 -07:00
imx6dl-colibri-v1_1-eval-v3.dts ARM: dts: colibri: introduce device trees with UHS-I support 2020-04-14 21:49:41 +08:00
imx6dl-cubox-i-emmc-som-v15.dts
imx6dl-cubox-i-som-v15.dts
imx6dl-cubox-i.dts
imx6dl-dfi-fs700-m60.dts
imx6dl-eckelmann-ci4x10.dts
imx6dl-emcon-avari.dts
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-gw5907.dts ARM: dts: imx: Add GW5907 board support 2020-01-12 14:22:09 +08:00
imx6dl-gw5910.dts ARM: dts: imx: Add GW5910 board support 2020-01-12 14:22:24 +08:00
imx6dl-gw5912.dts ARM: dts: imx: Add GW5912 board support 2020-01-12 14:22:35 +08:00
imx6dl-gw5913.dts ARM: dts: imx: Add GW5913 board support 2020-01-12 14:22:32 +08:00
imx6dl-hummingboard2-emmc-som-v15.dts
imx6dl-hummingboard2-som-v15.dts
imx6dl-hummingboard2.dts
imx6dl-hummingboard-emmc-som-v15.dts
imx6dl-hummingboard-som-v15.dts
imx6dl-hummingboard.dts
imx6dl-icore-mipi.dts ARM: dts: imx6q-icore-mipi: Use 1.5 version of i.Core MX6DL 2020-01-09 15:46:05 +08:00
imx6dl-icore-rqs.dts
imx6dl-icore.dts
imx6dl-kontron-samx6i.dtsi
imx6dl-mamoj.dts
imx6dl-nit6xlite.dts
imx6dl-nitrogen6x.dts
imx6dl-phytec-mira-rdk-nand.dts
imx6dl-phytec-pbab01.dts
imx6dl-phytec-pfla02.dtsi
imx6dl-pico-dwarf.dts ARM: dts: imx6qdl: Add imx6qdl-pico support 2020-03-16 09:07:31 +08:00
imx6dl-pico-hobbit.dts ARM: dts: imx6qdl: Add imx6qdl-pico support 2020-03-16 09:07:31 +08:00
imx6dl-pico-nymph.dts ARM: dts: imx6qdl: Add imx6qdl-pico support 2020-03-16 09:07:31 +08:00
imx6dl-pico-pi.dts ARM: dts: imx6qdl: Add imx6qdl-pico support 2020-03-16 09:07:31 +08:00
imx6dl-pinfunc.h
imx6dl-rex-basic.dts
imx6dl-riotboard.dts ARM: dts: imx6dl-riotboard: properly define rgmii PHY 2020-03-16 10:47:03 +08:00
imx6dl-sabreauto.dts
imx6dl-sabrelite.dts
imx6dl-sabresd.dts
imx6dl-savageboard.dts
imx6dl-ts4900.dts
imx6dl-ts7970.dts
imx6dl-tx6dl-comtft.dts
imx6dl-tx6s-8034-mb7.dts
imx6dl-tx6s-8034.dts
imx6dl-tx6s-8035-mb7.dts
imx6dl-tx6s-8035.dts
imx6dl-tx6u-80xx-mb7.dts
imx6dl-tx6u-81xx-mb7.dts
imx6dl-tx6u-801x.dts
imx6dl-tx6u-811x.dts
imx6dl-tx6u-8033-mb7.dts
imx6dl-tx6u-8033.dts
imx6dl-udoo.dts
imx6dl-wandboard-revb1.dts
imx6dl-wandboard-revd1.dts
imx6dl-wandboard.dts
imx6dl-yapp4-common.dtsi ARM: dts: imx6dl-yapp4: Specify USB overcurrent protection polarity 2020-02-13 10:07:46 +08:00
imx6dl-yapp4-draco.dts
imx6dl-yapp4-hydra.dts ARM: dts: imx6dl-yapp4: Enable the I2C3 bus on all board variants 2019-10-28 10:03:00 +08:00
imx6dl-yapp4-ursa.dts ARM: dts: imx6dl-yapp4: Fix Ursa board Ethernet connection 2020-04-14 21:58:39 +08:00
imx6dl.dtsi ARM: dts: imx: add nvmem property for cpu0 2020-03-16 09:18:29 +08:00
imx6q-apalis-eval.dts ARM: dts: imx6: toradex: use SPDX-License-Identifier 2020-03-16 10:03:01 +08:00
imx6q-apalis-ixora-v1.1.dts ARM: dts: imx6: toradex: use SPDX-License-Identifier 2020-03-16 10:03:01 +08:00
imx6q-apalis-ixora.dts ARM: dts: imx6: toradex: use SPDX-License-Identifier 2020-03-16 10:03:01 +08:00
imx6q-apf6dev.dts ARM: dts: imx6qdl-{apf6, apf6dev}: switch boards to SPDX identifier 2019-10-28 14:48:19 +08:00
imx6q-arm2.dts
imx6q-b450v3.dts ARM: dts/imx6q-bx50v3: Set display interface clock parents 2020-05-20 10:48:02 +08:00
imx6q-b650v3.dts ARM: dts/imx6q-bx50v3: Set display interface clock parents 2020-05-20 10:48:02 +08:00
imx6q-b850v3.dts ARM: dts/imx6q-bx50v3: Set display interface clock parents 2020-05-20 10:48:02 +08:00
imx6q-ba16.dtsi
imx6q-bx50v3.dtsi ARM: dts/imx6q-bx50v3: Set display interface clock parents 2020-05-20 10:48:02 +08:00
imx6q-cm-fx6.dts
imx6q-cubox-i-emmc-som-v15.dts
imx6q-cubox-i-som-v15.dts
imx6q-cubox-i.dts
imx6q-dfi-fs700-m60.dts
imx6q-dhcom-pdk2.dts ARM: dts: imx6q-dhcom: Add DH 560-200 display unit support 2020-04-13 22:31:44 +08:00
imx6q-dhcom-som.dtsi ARM: dts: imx6q-dhcom: fix rtc compatible 2019-12-23 14:34:22 +08:00
imx6q-display5-tianma-tm070-1280x768.dts
imx6q-display5.dtsi
imx6q-dmo-edmqmx6.dts
imx6q-dms-ba16.dts
imx6q-emcon-avari.dts
imx6q-evi.dts
imx6q-gk802.dts
imx6q-gw51xx.dts
imx6q-gw52xx.dts
imx6q-gw53xx.dts
imx6q-gw54xx.dts ARM: dts: imx6q-gw54xx: Do not use 'simple-audio-card,dai-link' 2019-10-25 14:02:05 +08:00
imx6q-gw551x.dts
imx6q-gw552x.dts
imx6q-gw553x.dts
imx6q-gw560x.dts
imx6q-gw5400-a.dts
imx6q-gw5903.dts
imx6q-gw5904.dts
imx6q-gw5907.dts ARM: dts: imx: Add GW5907 board support 2020-01-12 14:22:09 +08:00
imx6q-gw5910.dts ARM: dts: imx: Add GW5910 board support 2020-01-12 14:22:24 +08:00
imx6q-gw5912.dts ARM: dts: imx: Add GW5912 board support 2020-01-12 14:22:35 +08:00
imx6q-gw5913.dts ARM: dts: imx: Add GW5913 board support 2020-01-12 14:22:32 +08:00
imx6q-h100.dts
imx6q-hummingboard2-emmc-som-v15.dts
imx6q-hummingboard2-som-v15.dts
imx6q-hummingboard2.dts
imx6q-hummingboard-emmc-som-v15.dts
imx6q-hummingboard-som-v15.dts
imx6q-hummingboard.dts
imx6q-icore-mipi.dts
imx6q-icore-ofcap10.dts
imx6q-icore-ofcap12.dts
imx6q-icore-rqs.dts
imx6q-icore.dts
imx6q-kontron-samx6i.dtsi
imx6q-kp-tpc.dts
imx6q-kp.dtsi
imx6q-logicpd.dts ARM: dts: imx6q-logicpd: Enable ili2117a Touchscreen 2019-12-09 08:28:06 +08:00
imx6q-marsboard.dts ARM: dts: imx6q-marsboard: properly define rgmii PHY 2020-03-16 10:47:20 +08:00
imx6q-mccmon6.dts
imx6q-nitrogen6_max.dts
imx6q-nitrogen6_som2.dts
imx6q-nitrogen6x.dts
imx6q-novena.dts ARM: dts: imx: Kill off "simple-panel" compatibles 2020-02-14 08:55:14 +08:00
imx6q-phytec-mira-rdk-emmc.dts
imx6q-phytec-mira-rdk-nand.dts
imx6q-phytec-pbab01.dts
imx6q-phytec-pfla02.dtsi
imx6q-pico-dwarf.dts ARM: dts: imx6qdl: Add imx6qdl-pico support 2020-03-16 09:07:31 +08:00
imx6q-pico-hobbit.dts ARM: dts: imx6qdl: Add imx6qdl-pico support 2020-03-16 09:07:31 +08:00
imx6q-pico-nymph.dts ARM: dts: imx6qdl: Add imx6qdl-pico support 2020-03-16 09:07:31 +08:00
imx6q-pico-pi.dts ARM: dts: imx6qdl: Add imx6qdl-pico support 2020-03-16 09:07:31 +08:00
imx6q-pinfunc.h
imx6q-pistachio.dts
imx6q-rex-pro.dts
imx6q-sabreauto.dts
imx6q-sabrelite.dts
imx6q-sabresd.dts
imx6q-savageboard.dts
imx6q-sbc6x.dts
imx6q-tbs2910.dts
imx6q-ts4900.dts
imx6q-ts7970.dts
imx6q-tx6q-10x0-mb7.dts
imx6q-tx6q-11x0-mb7.dts
imx6q-tx6q-1010-comtft.dts
imx6q-tx6q-1010.dts
imx6q-tx6q-1020-comtft.dts
imx6q-tx6q-1020.dts
imx6q-tx6q-1036-mb7.dts
imx6q-tx6q-1036.dts
imx6q-tx6q-1110.dts
imx6q-udoo.dts
imx6q-utilite-pro.dts
imx6q-var-dt6customboard.dts
imx6q-wandboard-revb1.dts
imx6q-wandboard-revd1.dts
imx6q-wandboard.dts
imx6q-zii-rdu2.dts
imx6q.dtsi ARM: dts: imx: add nvmem property for cpu0 2020-03-16 09:18:29 +08:00
imx6qdl-apalis.dtsi ARM: devicetree updates for v5.7 2020-04-03 15:22:05 -07:00
imx6qdl-apf6.dtsi ARM: dts: imx6qdl-apf6: fix WiFi 2019-10-28 14:48:43 +08:00
imx6qdl-apf6dev.dtsi ARM: dts: imx6qdl-apf6dev: use DRM bindings 2019-10-28 14:48:55 +08:00
imx6qdl-aristainetos2.dtsi
imx6qdl-aristainetos.dtsi
imx6qdl-colibri-v1_1-uhs.dtsi ARM: dts: colibri: introduce device trees with UHS-I support 2020-04-14 21:49:41 +08:00
imx6qdl-colibri.dtsi ARM: dts: colibri: introduce device trees with UHS-I support 2020-04-14 21:49:41 +08:00
imx6qdl-cubox-i.dtsi
imx6qdl-dfi-fs700-m60.dtsi
imx6qdl-emcon-avari.dtsi
imx6qdl-emcon.dtsi
imx6qdl-gw51xx.dtsi
imx6qdl-gw52xx.dtsi ARM: dts: imx: ventana: add fxos8700 on gateworks boards 2020-02-17 15:23:43 +08:00
imx6qdl-gw53xx.dtsi ARM: dts: imx: ventana: add fxos8700 on gateworks boards 2020-02-17 15:23:43 +08:00
imx6qdl-gw54xx.dtsi ARM: dts: imx: ventana: add fxos8700 on gateworks boards 2020-02-17 15:23:43 +08:00
imx6qdl-gw551x.dtsi
imx6qdl-gw552x.dtsi ARM: dts: imx6qdl-gw552x: add USB OTG support 2020-05-13 16:09:19 +08:00
imx6qdl-gw553x.dtsi ARM: dts: imx6qdl-gw553x: add lsm9ds1 iio imu/magn support 2020-02-17 15:28:50 +08:00
imx6qdl-gw560x.dtsi ARM: dts: imx6qdl-gw560x: add lsm9ds1 iio imu/magn support 2020-05-20 10:16:10 +08:00
imx6qdl-gw5903.dtsi
imx6qdl-gw5904.dtsi ARM: dts: imx6qdl-gw5904: add lsm9ds1 iio imu/magn support 2020-05-20 10:17:01 +08:00
imx6qdl-gw5907.dtsi ARM: dts: imx: Add GW5907 board support 2020-01-12 14:22:09 +08:00
imx6qdl-gw5910.dtsi ARM: dts: imx6qdl-gw5910: fix wlan regulator 2020-05-20 10:19:18 +08:00
imx6qdl-gw5912.dtsi ARM: dts: imx: Add GW5912 board support 2020-01-12 14:22:35 +08:00
imx6qdl-gw5913.dtsi ARM: dts: imx: Add GW5913 board support 2020-01-12 14:22:32 +08:00
imx6qdl-hummingboard2-emmc.dtsi
imx6qdl-hummingboard2.dtsi
imx6qdl-hummingboard.dtsi
imx6qdl-icore-1.5.dtsi ARM: dts: imx6qdl-icore-1.5: Remove duplicate phy reset methods 2020-01-09 15:43:48 +08:00
imx6qdl-icore-rqs.dtsi
imx6qdl-icore.dtsi ARM: dts: imx6qdl-icore: Add fec phy-handle 2020-01-09 15:43:48 +08:00
imx6qdl-kontron-samx6i.dtsi
imx6qdl-nit6xlite.dtsi
imx6qdl-nitrogen6_max.dtsi
imx6qdl-nitrogen6_som2.dtsi
imx6qdl-nitrogen6x.dtsi
imx6qdl-phytec-mira.dtsi
imx6qdl-phytec-pbab01.dtsi
imx6qdl-phytec-pfla02.dtsi
imx6qdl-phytec-phycore-som.dtsi ARM: devicetree updates for v5.7 2020-04-03 15:22:05 -07:00
imx6qdl-pico-dwarf.dtsi ARM: dts: imx6qdl: Add imx6qdl-pico support 2020-03-16 09:07:31 +08:00
imx6qdl-pico-hobbit.dtsi ARM: dts: imx6qdl: Add imx6qdl-pico support 2020-03-16 09:07:31 +08:00
imx6qdl-pico-nymph.dtsi ARM: dts: imx6qdl: Add imx6qdl-pico support 2020-03-16 09:07:31 +08:00
imx6qdl-pico-pi.dtsi ARM: dts: imx6qdl: Add imx6qdl-pico support 2020-03-16 09:07:31 +08:00
imx6qdl-pico.dtsi ARM: dts: imx6qdl: Add imx6qdl-pico support 2020-03-16 09:07:31 +08:00
imx6qdl-rex.dtsi ARM: dts: imx6qdl-rex: add gpio expander pca9535 2019-10-26 20:23:31 +08:00
imx6qdl-sabreauto.dtsi ARM: dts: imx6qdl-sabreauto: Fix storm of accelerometer interrupts 2019-10-26 16:07:03 +08:00
imx6qdl-sabrelite.dtsi
imx6qdl-sabresd.dtsi ARM: dts: imx6qdl-sabresd: enable fec wake-on-lan 2020-05-26 20:21:43 -07:00
imx6qdl-savageboard.dtsi
imx6qdl-sr-som-brcm.dtsi
imx6qdl-sr-som-emmc.dtsi
imx6qdl-sr-som-ti.dtsi ARM: dts: imx6qdl-sr-som-ti: indicate powering off wifi is safe 2020-03-11 15:46:01 +08:00
imx6qdl-sr-som.dtsi ARM: dts: imx6-sr-som: add ethernet PHY configuration 2020-04-29 10:43:33 +08:00
imx6qdl-ts4900.dtsi
imx6qdl-ts7970.dtsi
imx6qdl-tx6-lcd.dtsi
imx6qdl-tx6-lvds.dtsi
imx6qdl-tx6-mb7.dtsi
imx6qdl-tx6.dtsi
imx6qdl-udoo.dtsi
imx6qdl-var-dart.dtsi
imx6qdl-wandboard-revb1.dtsi
imx6qdl-wandboard-revc1.dtsi
imx6qdl-wandboard-revd1.dtsi
imx6qdl-wandboard.dtsi
imx6qdl-zii-rdu2.dtsi ARM: dts: imx6: RDU2: assign video PLL as input to LDB 2020-03-16 10:44:09 +08:00
imx6qdl.dtsi ARM: DT changes for v5.8 2020-06-04 20:02:14 -07:00
imx6qp-nitrogen6_max.dts
imx6qp-nitrogen6_som2.dts
imx6qp-phytec-mira-rdk-nand.dts
imx6qp-sabreauto.dts
imx6qp-sabresd.dts
imx6qp-tx6qp-8037-mb7.dts
imx6qp-tx6qp-8037.dts
imx6qp-tx6qp-8137-mb7.dts
imx6qp-tx6qp-8137.dts
imx6qp-wandboard-revd1.dts
imx6qp-zii-rdu2.dts
imx6qp.dtsi ARM: dts: imx6: Use gpc for FEC interrupt controller to fix wake on LAN. 2020-04-07 18:23:38 -07:00
imx6sl-evk.dts ARM: dts: imx6sl-evk: Remove incorrect power supply assignment 2020-01-09 18:32:50 +08:00
imx6sl-pinfunc.h
imx6sl-tolino-shine3.dts ARM: dts: imx6sl-tolino-shine3: Remove incorrect power supply assignment 2020-01-09 18:34:35 +08:00
imx6sl-warp.dts
imx6sl.dtsi ARM: dts: imx: make src node name generic 2020-05-20 10:51:38 +08:00
imx6sll-evk.dts ARM: dts: imx6sll-evk: Remove incorrect power supply assignment 2020-01-09 18:33:05 +08:00
imx6sll-kobo-clarahd.dts ARM: dts: imx: add devicetree for Kobo Clara HD 2019-11-04 09:50:52 +08:00
imx6sll-pinfunc.h
imx6sll.dtsi ARM: dts: imx: add nvmem property for cpu0 2020-03-16 09:18:29 +08:00
imx6sx-nitrogen6sx.dts ARM: dts: imx6sx-nitrogen6sx: Use new pin names with DCE/DTE for UART pins 2020-02-18 17:43:22 +08:00
imx6sx-pinfunc.h ARM: dts: imx6sx: Add missing UART RTS/CTS pins mux 2020-02-18 17:43:19 +08:00
imx6sx-sabreauto.dts ARM: dts: imx6sx-sabreauto: Use new pin names with DCE/DTE for UART pins 2020-02-18 17:43:25 +08:00
imx6sx-sdb-reva.dts ARM: Device-tree updates 2020-02-08 13:58:44 -08:00
imx6sx-sdb-sai.dts
imx6sx-sdb.dts ARM: dts: imx6sx-sdb: Remove incorrect power supply assignment 2020-01-09 18:32:10 +08:00
imx6sx-sdb.dtsi ARM: dts: imx6sx-sdb: Use new pin names with DCE/DTE for UART pins 2020-02-18 17:43:27 +08:00
imx6sx-softing-vining-2000.dts ARM: dts: imx6sx-softing-vining-2000: Enable PCI support 2020-03-10 14:14:30 +08:00
imx6sx-udoo-neo-basic.dts
imx6sx-udoo-neo-extended.dts
imx6sx-udoo-neo-full.dts
imx6sx-udoo-neo.dtsi ARM: dts: imx6sx-udoo-neo: Use new pin names with DCE/DTE for UART pins 2020-02-18 17:43:33 +08:00
imx6sx.dtsi ARM: DT changes for v5.8 2020-06-04 20:02:14 -07:00
imx6ul-14x14-evk.dts
imx6ul-14x14-evk.dtsi ARM: Device-tree updates 2020-02-08 13:58:44 -08:00
imx6ul-ccimx6ulsbcexpress.dts
imx6ul-ccimx6ulsbcpro.dts ARM: dts: imx: Kill off "simple-panel" compatibles 2020-02-14 08:55:14 +08:00
imx6ul-ccimx6ulsom.dtsi
imx6ul-geam.dts
imx6ul-imx6ull-opos6ul.dtsi
imx6ul-imx6ull-opos6uldev.dtsi
imx6ul-isiot-emmc.dts
imx6ul-isiot-nand.dts
imx6ul-isiot.dtsi
imx6ul-kontron-n6x1x-s.dtsi ARM: dts: imx6ul-kontron: Move watchdog from Kontron i.MX6UL/ULL board to SoM 2020-06-23 11:39:21 +08:00
imx6ul-kontron-n6x1x-som-common.dtsi ARM: dts: imx6ul-kontron: Change WDOG_ANY signal from push-pull to open-drain 2020-06-23 11:39:35 +08:00
imx6ul-kontron-n6310-s-43.dts
imx6ul-kontron-n6310-s.dts ARM: dts: imx6ul-kontron-n6310-s: Move common nodes to a separate file 2019-11-04 22:34:01 +08:00
imx6ul-kontron-n6310-som.dtsi ARM: dts: imx6ul-kontron-n6310: Move common SoM nodes to a separate file 2019-11-04 22:33:23 +08:00
imx6ul-kontron-n6311-s.dts ARM: dts: Add support for two more Kontron evalkit boards 'N6311 S' and 'N6411 S' 2019-11-04 22:34:03 +08:00
imx6ul-kontron-n6311-som.dtsi ARM: dts: Add support for two more Kontron SoMs N6311 and N6411 2019-11-04 22:33:55 +08:00
imx6ul-liteboard.dts
imx6ul-litesom.dtsi
imx6ul-opos6ul.dtsi
imx6ul-opos6uldev.dts
imx6ul-phytec-phycore-som.dtsi
imx6ul-phytec-segin-ff-rdk-nand.dts
imx6ul-phytec-segin-peb-eval-01.dtsi
imx6ul-phytec-segin.dtsi
imx6ul-pico-dwarf.dts ARM: dts: imx6ul-pico: Add support for the dwarf baseboard 2020-03-16 09:07:28 +08:00
imx6ul-pico-hobbit.dts
imx6ul-pico-pi.dts
imx6ul-pico.dtsi ARM: dts: imx6ul-pico: Convert to DRM bindings 2020-02-12 15:40:51 +08:00
imx6ul-pinfunc.h
imx6ul-tx6ul-0010.dts
imx6ul-tx6ul-0011.dts
imx6ul-tx6ul-mainboard.dts
imx6ul-tx6ul.dtsi
imx6ul.dtsi ARM: DT changes for v5.8 2020-06-04 20:02:14 -07:00
imx6ull-14x14-evk.dts
imx6ull-colibri-eval-v3.dts
imx6ull-colibri-eval-v3.dtsi
imx6ull-colibri-nonwifi.dtsi
imx6ull-colibri-wifi-eval-v3.dts
imx6ull-colibri-wifi.dtsi
imx6ull-colibri.dtsi ARM: dts: colibri-imx6ull: correct wrong pinmuxing and add comments 2019-12-12 19:38:55 +08:00
imx6ull-kontron-n6411-s.dts ARM: dts: Add support for two more Kontron evalkit boards 'N6311 S' and 'N6411 S' 2019-11-04 22:34:03 +08:00
imx6ull-kontron-n6411-som.dtsi ARM: dts: Add support for two more Kontron SoMs N6311 and N6411 2019-11-04 22:33:55 +08:00
imx6ull-opos6ul.dtsi
imx6ull-opos6uldev.dts
imx6ull-phytec-phycore-som.dtsi
imx6ull-phytec-segin-ff-rdk-emmc.dts
imx6ull-phytec-segin-ff-rdk-nand.dts
imx6ull-phytec-segin-lc-rdk-nand.dts
imx6ull-phytec-segin-peb-eval-01.dtsi
imx6ull-phytec-segin.dtsi
imx6ull-pinfunc-snvs.h
imx6ull-pinfunc.h
imx6ull.dtsi ARM: dts: imx: use generic name bus 2020-02-17 14:39:34 +08:00
imx6ulz-14x14-evk.dts
imx6ulz.dtsi
imx7-colibri-aster.dtsi ARM: dts: imx7-colibri: add support for Toradex Aster carrier board 2020-02-24 14:22:34 +08:00
imx7-colibri-eval-v3.dtsi ARM: dts: imx7: toradex: use SPDX-License-Identifier 2020-03-16 10:26:28 +08:00
imx7-colibri.dtsi ARM: devicetree updates for v5.7 2020-04-03 15:22:05 -07:00
imx7-mba7.dtsi
imx7-tqma7.dtsi ARM: dts: imx7: Correct CPU supply name 2020-04-14 20:53:33 +08:00
imx7d-cl-som-imx7.dts ARM: dts: imx7d: Add cpu1 supply 2020-04-14 20:53:44 +08:00
imx7d-colibri-aster.dts ARM: dts: imx7-colibri: add support for Toradex Aster carrier board 2020-02-24 14:22:34 +08:00
imx7d-colibri-emmc-aster.dts ARM: dts: imx7-colibri: add support for Toradex Aster carrier board 2020-02-24 14:22:34 +08:00
imx7d-colibri-emmc-eval-v3.dts
imx7d-colibri-emmc.dtsi ARM: dts: imx7-colibri: add gpio-line-names 2020-02-14 11:10:34 +08:00
imx7d-colibri-eval-v3.dts ARM: dts: imx7: toradex: use SPDX-License-Identifier 2020-03-16 10:26:28 +08:00
imx7d-colibri.dtsi ARM: dts: imx7d: Add cpu1 supply 2020-04-14 20:53:44 +08:00
imx7d-mba7.dts
imx7d-meerkat96.dts
imx7d-nitrogen7.dts ARM: dts: imx7d: Add cpu1 supply 2020-04-14 20:53:44 +08:00
imx7d-pico-dwarf.dts ARM: dts: imx7d-pico: Add support for the dwarf baseboard 2020-03-16 09:07:15 +08:00
imx7d-pico-hobbit.dts
imx7d-pico-nymph.dts ARM: dts: imx7d-pico: Add support for the nymph baseboard 2020-03-16 09:07:26 +08:00
imx7d-pico-pi.dts
imx7d-pico.dtsi ARM: dts: imx7d-pico: Add LCD support 2020-01-09 17:17:42 +08:00
imx7d-pinfunc.h ARM: dts: imx7d-pinfunc: add input mux for ENET2 mdio 2020-05-20 10:49:43 +08:00
imx7d-sbc-imx7.dts
imx7d-sdb-reva.dts ARM: dts: imx7d-sdb-reva: Add revision in board compatible string 2019-12-09 08:28:06 +08:00
imx7d-sdb-sht11.dts
imx7d-sdb.dts ARM: dts: imx7d: Add cpu1 supply 2020-04-14 20:53:44 +08:00
imx7d-tqma7.dtsi ARM: dts: imx7d: Add cpu1 supply 2020-04-14 20:53:44 +08:00
imx7d-zii-rmu2.dts ARM: dts: imx7: Correct CPU supply name 2020-04-14 20:53:33 +08:00
imx7d-zii-rpu2.dts ARM: dts: imx7: Correct CPU supply name 2020-04-14 20:53:33 +08:00
imx7d.dtsi ARM: dts: imx: add ethernet stop mode property 2020-05-26 20:21:43 -07:00
imx7s-colibri-aster.dts ARM: dts: imx7-colibri: add support for Toradex Aster carrier board 2020-02-24 14:22:34 +08:00
imx7s-colibri-eval-v3.dts ARM: dts: imx7: toradex: use SPDX-License-Identifier 2020-03-16 10:26:28 +08:00
imx7s-colibri.dtsi ARM: dts: imx7: toradex: use SPDX-License-Identifier 2020-03-16 10:26:28 +08:00
imx7s-mba7.dts
imx7s-tqma7.dtsi
imx7s-warp.dts
imx7s.dtsi ARM: DT changes for v5.8 2020-06-04 20:02:14 -07:00
imx7ulp-com.dts ARM: dts: imx7ulp-com: Add initial support for i.MX7UP COM board 2019-12-11 10:28:03 +08:00
imx7ulp-evk.dts ARM: dts: imx7ulp-evk: disable usbotg1 overcurrent function 2020-02-14 10:26:21 +08:00
imx7ulp-pinfunc.h
imx7ulp.dtsi ARM: dts: imx: align name for crypto node and child nodes 2020-03-11 16:53:01 +08:00
imx23-evk.dts
imx23-olinuxino.dts ARM: dts: imx23: introduce mmc0_sck_cfg 2020-03-16 08:49:55 +08:00
imx23-pinfunc.h
imx23-sansa.dts
imx23-stmp378x_devb.dts
imx23-xfi3.dts
imx23.dtsi ARM: dts: imx23: introduce mmc0_sck_cfg 2020-03-16 08:49:55 +08:00
imx25-eukrea-cpuimx25.dtsi
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: consolidate properties of usbhost1 in dtsi file 2019-12-09 08:28:07 +08:00
imx25-karo-tx25.dts
imx25-pdk.dts ARM: dts: imx25: consolidate properties of usbhost1 in dtsi file 2019-12-09 08:28:07 +08:00
imx25-pinfunc.h ARM: dts: imx25-pinfunc: add config for kpp rows 4 to 7 2020-03-11 16:55:19 +08:00
imx25.dtsi ARM: dts: imx: use generic name bus 2020-02-17 14:39:34 +08:00
imx27-apf27.dts
imx27-apf27dev.dts
imx27-eukrea-cpuimx27.dtsi
imx27-eukrea-mbimxsd27-baseboard.dts
imx27-pdk.dts
imx27-phytec-phycard-s-rdk.dts ARM: dts: imx27-phytec-phycard-s-rdk: Fix the I2C1 pinctrl entries 2020-04-23 22:48:56 +08:00
imx27-phytec-phycard-s-som.dtsi
imx27-phytec-phycore-rdk.dts
imx27-phytec-phycore-som.dtsi
imx27-pinfunc.h
imx27.dtsi ARM: dts: imx: align name for crypto node and child nodes 2020-03-11 16:53:01 +08:00
imx28-apf28.dts
imx28-apf28dev.dts
imx28-apx4devkit.dts ARM: mxs: Enable usbphy1 and usb1 on apx4devkit DTS 2020-02-12 15:42:50 +08:00
imx28-cfa10036.dts
imx28-cfa10037.dts
imx28-cfa10049.dts
imx28-cfa10055.dts
imx28-cfa10056.dts
imx28-cfa10057.dts
imx28-cfa10058.dts
imx28-duckbill-2-485.dts
imx28-duckbill-2-enocean.dts
imx28-duckbill-2-spi.dts
imx28-duckbill-2.dts
imx28-duckbill.dts
imx28-eukrea-mbmx28lc.dtsi
imx28-eukrea-mbmx283lc.dts
imx28-eukrea-mbmx287lc.dts
imx28-evk.dts
imx28-m28.dtsi
imx28-m28cu3.dts
imx28-m28evk.dts
imx28-pinfunc.h
imx28-sps1.dts
imx28-ts4600.dts
imx28-tx28.dts
imx28.dtsi ARM: dts: imx: align name for crypto node and child nodes 2020-03-11 16:53:01 +08:00
imx31-bug.dts
imx31-lite.dts
imx31.dtsi ARM: dts: imx: use generic name bus 2020-02-17 14:39:34 +08:00
imx35-eukrea-cpuimx35.dtsi
imx35-eukrea-mbimxsd35-baseboard.dts
imx35-pdk.dts
imx35-pinfunc.h
imx35.dtsi ARM: dts: imx: use generic name bus 2020-02-17 14:39:34 +08:00
imx50-evk.dts
imx50-kobo-aura.dts
imx50-pinfunc.h
imx50.dtsi ARM: dts: imx5: make src node name generic 2020-05-20 10:52:14 +08:00
imx51-apf51.dts
imx51-apf51dev.dts
imx51-babbage.dts ARM: dts: imx51-babbage: Fix the DVI output description 2019-12-23 15:00:50 +08:00
imx51-digi-connectcore-jsk.dts
imx51-digi-connectcore-som.dtsi
imx51-eukrea-cpuimx51.dtsi
imx51-eukrea-mbimxsd51-baseboard.dts
imx51-pinfunc.h
imx51-ts4800.dts
imx51-zii-rdu1.dts ARM: dts: imx51-zii-rdu1: set name prefix for TPA6130A2 2020-03-16 10:44:53 +08:00
imx51-zii-scu2-mezz.dts
imx51-zii-scu3-esb.dts
imx51.dtsi ARM: dts: imx5: make src node name generic 2020-05-20 10:52:14 +08:00
imx53-ard.dts
imx53-cx9020.dts ARM: dts: imx53-cx9020: Group port definitions for the dvi-converter 2020-05-20 10:57:14 +08:00
imx53-kp-ddc.dts
imx53-kp-hsc.dts
imx53-kp.dtsi
imx53-m53.dtsi
imx53-m53evk.dts
imx53-m53menlo.dts
imx53-mba53.dts
imx53-pinfunc.h
imx53-ppd.dts
imx53-qsb-common.dtsi ARM: dts: imx53-qsb: Use DRM bindings for the Seiko 43WVF1G panel 2019-10-28 19:54:17 +08:00
imx53-qsb.dts
imx53-qsrb.dts
imx53-smd.dts
imx53-tqma53.dtsi
imx53-tx53-x03x.dts
imx53-tx53-x13x.dts
imx53-tx53.dtsi
imx53-usbarmory.dts ARM: dts: imx53: Spelling s/configration/configuration/ 2019-10-28 19:52:16 +08:00
imx53-voipac-bsb.dts
imx53-voipac-dmm-668.dtsi
imx53.dtsi ARM: dts: imx5: make src node name generic 2020-05-20 10:52:14 +08:00
integrator.dtsi
integratorap-im-pd1.dts ARM: dts: Add devicetree for Integrator/AP with IM-PD1 2020-04-28 21:59:38 +02:00
integratorap.dts ARM: dts: Add devicetree for Integrator/AP with IM-PD1 2020-04-28 21:59:38 +02:00
integratorcp.dts
intel-ixp4xx.dtsi
intel-ixp42x-linksys-nslu2.dts
intel-ixp42x.dtsi
intel-ixp43x-gateworks-gw2358.dts
intel-ixp43x.dtsi
intel-ixp45x-ixp46x.dtsi
iwg20d-q7-common.dtsi ARM: dts: renesas: Group tuples in regulator-gpio states properties 2019-12-20 16:36:47 +01:00
iwg20d-q7-dbcm-ca.dtsi ARM: dts: iwg20d-q7-dbcm-ca: Remove unneeded properties in hdmi@39 2020-05-15 10:41:35 +02:00
keystone-clocks.dtsi
keystone-k2e-clocks.dtsi
keystone-k2e-evm.dts
keystone-k2e-netcp.dtsi
keystone-k2e.dtsi ARM: dts: keystone: Rename "msmram" node to "sram" 2020-05-27 20:36:32 -07:00
keystone-k2g-evm.dts ARM: dts: keystone-k2g-evm: add HDMI video support 2020-03-07 09:47:24 -08:00
keystone-k2g-ice.dts
keystone-k2g-netcp.dtsi
keystone-k2g.dtsi ARM: Keystone DTS updates for 5.7 2020-06-02 19:12:35 +02:00
keystone-k2hk-clocks.dtsi
keystone-k2hk-evm.dts
keystone-k2hk-netcp.dtsi
keystone-k2hk.dtsi ARM: dts: keystone: Rename "msmram" node to "sram" 2020-05-27 20:36:32 -07:00
keystone-k2l-clocks.dtsi
keystone-k2l-evm.dts
keystone-k2l-netcp.dtsi
keystone-k2l.dtsi ARM: dts: keystone: Rename "msmram" node to "sram" 2020-05-27 20:36:32 -07:00
keystone.dtsi
kirkwood-98dx4122.dtsi
kirkwood-6192.dtsi
kirkwood-6281.dtsi
kirkwood-6282.dtsi
kirkwood-b3.dts
kirkwood-blackarmor-nas220.dts
kirkwood-cloudbox.dts
kirkwood-d2net.dts
kirkwood-db-88f6281.dts
kirkwood-db-88f6282.dts
kirkwood-db.dtsi
kirkwood-dir665.dts
kirkwood-dns320.dts
kirkwood-dns325.dts
kirkwood-dnskw.dtsi
kirkwood-dockstar.dts
kirkwood-dreamplug.dts
kirkwood-ds109.dts
kirkwood-ds110jv10.dts
kirkwood-ds111.dts
kirkwood-ds112.dts
kirkwood-ds209.dts
kirkwood-ds210.dts
kirkwood-ds212.dts
kirkwood-ds212j.dts
kirkwood-ds409.dts
kirkwood-ds409slim.dts
kirkwood-ds411.dts
kirkwood-ds411j.dts
kirkwood-ds411slim.dts
kirkwood-goflexnet.dts
kirkwood-guruplug-server-plus.dts
kirkwood-ib62x0.dts
kirkwood-iconnect.dts
kirkwood-iomega_ix2_200.dts
kirkwood-is2.dts
kirkwood-km_common.dtsi
kirkwood-km_fixedeth.dts
kirkwood-km_kirkwood.dts
kirkwood-l-50.dts ARM: dts: kirkwood: Add Check Point L-50 board 2020-05-17 18:26:40 +02:00
kirkwood-laplug.dts
kirkwood-linkstation-6282.dtsi
kirkwood-linkstation-duo-6281.dtsi
kirkwood-linkstation-lsqvl.dts
kirkwood-linkstation-lsvl.dts
kirkwood-linkstation-lswsxl.dts
kirkwood-linkstation-lswvl.dts
kirkwood-linkstation-lswxl.dts
kirkwood-linkstation.dtsi
kirkwood-linksys-viper.dts
kirkwood-lschlv2.dts
kirkwood-lsxhl.dts
kirkwood-lsxl.dtsi
kirkwood-mplcec4.dts
kirkwood-mv88f6281gtw-ge.dts
kirkwood-nas2big.dts
kirkwood-net2big.dts
kirkwood-net5big.dts
kirkwood-netgear_readynas_duo_v2.dts
kirkwood-netgear_readynas_nv+_v2.dts ARM: dts: kirkwood: ReadyNAS NV+v2: Add LCD panel 2020-05-17 18:51:46 +02:00
kirkwood-netxbig.dtsi
kirkwood-ns2-common.dtsi
kirkwood-ns2.dts
kirkwood-ns2lite.dts
kirkwood-ns2max.dts
kirkwood-ns2mini.dts
kirkwood-nsa3x0-common.dtsi
kirkwood-nsa310.dts
kirkwood-nsa310a.dts
kirkwood-nsa320.dts
kirkwood-nsa325.dts
kirkwood-openblocks_a6.dts
kirkwood-openblocks_a7.dts
kirkwood-openrd-base.dts
kirkwood-openrd-client.dts
kirkwood-openrd-ultimate.dts
kirkwood-openrd.dtsi
kirkwood-pogo_e02.dts
kirkwood-pogoplug-series-4.dts
kirkwood-rd88f6192.dts
kirkwood-rd88f6281-a.dts
kirkwood-rd88f6281-z0.dts
kirkwood-rd88f6281.dtsi
kirkwood-rs212.dts
kirkwood-rs409.dts
kirkwood-rs411.dts
kirkwood-sheevaplug-common.dtsi
kirkwood-sheevaplug-esata.dts
kirkwood-sheevaplug.dts
kirkwood-synology.dtsi
kirkwood-t5325.dts
kirkwood-topkick.dts
kirkwood-ts219-6281.dts
kirkwood-ts219-6282.dts
kirkwood-ts219.dtsi
kirkwood-ts419-6281.dts
kirkwood-ts419-6282.dts
kirkwood-ts419.dtsi
kirkwood.dtsi ARM: dts: kirkwood: Fix interrupt controller node name 2020-05-21 23:31:41 +02:00
logicpd-som-lv-35xx-devkit.dts
logicpd-som-lv-37xx-devkit.dts
logicpd-som-lv-baseboard.dtsi
logicpd-som-lv.dtsi
logicpd-torpedo-35xx-devkit.dts
logicpd-torpedo-37xx-devkit-28.dts ARM: dts: logicpd-torpedo: Remove unnecessary notes/comments 2019-11-14 08:57:52 -08:00
logicpd-torpedo-37xx-devkit.dts
logicpd-torpedo-baseboard.dtsi ARM: dts: Add 32KHz clock as default clock source 2020-05-05 10:56:42 -07:00
logicpd-torpedo-som.dtsi ARM: Device-tree updates 2019-12-05 12:09:47 -08:00
lpc18xx.dtsi
lpc32xx.dtsi
lpc3250-ea3250.dts
lpc3250-phy3250.dts
lpc4337-ciaa.dts
lpc4350-hitex-eval.dts
lpc4350.dtsi
lpc4357-ea4357-devkit.dts
lpc4357-myd-lpc4357.dts
lpc4357.dtsi
ls1021a-moxa-uc-8410a.dts
ls1021a-qds.dts
ls1021a-tsn.dts ARM: dts: ls1021a-tsn: Use interrupts for the SGMII PHYs 2019-12-09 08:28:07 +08:00
ls1021a-twr.dts arm: dts: ls1021atwr: Add QSPI node properties 2020-04-25 09:16:28 +08:00
ls1021a.dtsi ARM: dts: ls1021a: Restore MDIO compatible to gianfar 2020-02-14 10:34:27 +08:00
Makefile i.MX device tree changes for 5.8: 2020-05-26 00:22:40 +02:00
meson6-atv1200.dts
meson6.dtsi ARM: dts: meson: provide the XTAL clock using a fixed-clock 2019-12-11 11:26:26 -08:00
meson8-minix-neo-x8.dts
meson8.dtsi ARM: Device-tree updates 2020-02-08 13:58:44 -08:00
meson8b-ec100.dts ARM: dts: meson: provide the XTAL clock using a fixed-clock 2019-12-11 11:26:26 -08:00
meson8b-mxq.dts ARM: dts: meson: provide the XTAL clock using a fixed-clock 2019-12-11 11:26:26 -08:00
meson8b-odroidc1.dts ARM: dts: meson: Switch existing boards with RGMII PHY to "rgmii-id" 2020-05-19 16:18:59 -07:00
meson8b.dtsi ARM: dts: meson: Add the Ethernet "timing-adjustment" clock 2020-05-19 16:18:58 -07:00
meson8m2-mxiii-plus.dts ARM: dts: meson: Switch existing boards with RGMII PHY to "rgmii-id" 2020-05-19 16:18:59 -07:00
meson8m2.dtsi ARM: dts: meson: Add the Ethernet "timing-adjustment" clock 2020-05-19 16:18:58 -07:00
meson.dtsi ARM: dts: meson: add the gadget mode properties to the USB0 controller 2020-05-19 16:11:15 -07:00
milbeaut-m10v-evb.dts
milbeaut-m10v.dtsi
mmp2-brownstone.dts ARM: dts: mmp2-brownstone: Don't redeclare phandle references 2020-03-24 12:27:29 +01:00
mmp2-olpc-xo-1-75.dts
mmp2.dtsi ARM: dts: mmp*: Fix up encoding of the /rtc interrupts property 2020-05-21 23:31:44 +02:00
mmp3-dell-ariel.dts ARM: dts: mmp3-dell-ariel: Fix the SPI devices 2020-05-21 23:34:23 +02:00
mmp3.dtsi Merge branch 'mmp/fixes' into arm/dt 2020-05-21 23:37:22 +02:00
motorola-cpcap-mapphone.dtsi ARM: dts: omap4-droid4: Fix spi configuration and increase rate 2020-06-02 09:26:25 -07:00
motorola-mapphone-common.dtsi ARM: dts: omap4-droid4: Fix occasional lost wakeirq for uart1 2020-05-05 10:19:39 -07:00
moxart-uc7112lx.dts
moxart.dtsi
mpa1600.dts
mps2-an385.dts
mps2-an399.dts
mps2.dtsi
mt2701-evb.dts arm: dts: mt2701: Add usb2 device nodes 2020-05-16 21:03:06 +02:00
mt2701-pinfunc.h
mt2701.dtsi arm: dts: mt2701: Add usb2 device nodes 2020-05-16 21:03:06 +02:00
mt6323.dtsi arm: dts: mt6323: add keys, power-controller, rtc and codec 2019-11-10 21:39:44 +01:00
mt6580-evbp1.dts
mt6580.dtsi
mt6589-aquaris5.dts
mt6589.dtsi
mt6592-evb.dts
mt6592.dtsi
mt7623.dtsi arm: dts: mt7623: add Mali-450 device node 2020-05-16 21:03:06 +02:00
mt7623a-rfb-emmc.dts
mt7623a-rfb-nand.dts
mt7623a.dtsi
mt7623n-bananapi-bpi-r2.dts
mt7623n-rfb-emmc.dts arm: dts: mt7623: add phy-mode property for gmac2 2020-04-13 18:23:02 +02:00
mt7629-rfb.dts
mt7629.dtsi ARM: dts: mediatek: add mt7629 pwm support 2020-03-04 19:02:31 +01:00
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
nuvoton-common-npcm7xx.dtsi
nuvoton-npcm750-evb.dts
nuvoton-npcm750.dtsi
omap2.dtsi ARM: dts: Configure system timers for omap2 2020-05-19 09:38:04 -07:00
omap3-beagle-xm-ab.dts
omap3-beagle-xm.dts
omap3-beagle.dts ARM: dts: Configure system timers for omap3 2020-05-19 09:38:04 -07:00
omap3-cm-t3x30.dtsi
omap3-cm-t3x.dtsi
omap3-cm-t3517.dts
omap3-cm-t3530.dts
omap3-cm-t3730.dts
omap3-cpu-thermal.dtsi
omap3-devkit8000-common.dtsi
omap3-devkit8000-lcd43.dts
omap3-devkit8000-lcd70.dts
omap3-devkit8000-lcd-common.dtsi
omap3-devkit8000.dts ARM: dts: Configure system timers for omap3 2020-05-19 09:38:04 -07:00
omap3-echo.dts ARM: dts: Add omap3-echo 2020-01-13 10:11:40 -08:00
omap3-evm-37xx.dts
omap3-evm-common.dtsi
omap3-evm-processor-common.dtsi
omap3-evm.dts
omap3-gta04.dtsi ARM: dts: Add 32KHz clock as default clock source 2020-05-05 10:56:42 -07:00
omap3-gta04a3.dts
omap3-gta04a4.dts
omap3-gta04a5.dts
omap3-gta04a5one.dts
omap3-ha-common.dtsi
omap3-ha-lcd.dts
omap3-ha.dts
omap3-igep0020-common.dtsi
omap3-igep0020-rev-f.dts ARM: Device-tree updates 2019-12-05 12:09:47 -08:00
omap3-igep0020.dts
omap3-igep0030-common.dtsi
omap3-igep0030-rev-g.dts ARM: Device-tree updates 2019-12-05 12:09:47 -08:00
omap3-igep0030.dts
omap3-igep.dtsi
omap3-ldp.dts
omap3-lilly-a83x.dtsi
omap3-lilly-dbb056.dts
omap3-n9.dts
omap3-n900.dts ARM: dts: N900: fix onenand timings 2020-03-09 09:59:17 -07:00
omap3-n950-n9.dtsi ARM: dts: OMAP3: disable RNG on N950/N9 2020-03-26 10:04:56 -07:00
omap3-n950.dts
omap3-overo-alto35-common.dtsi
omap3-overo-alto35.dts
omap3-overo-base.dtsi
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-common: define wl1251 as child node of mmc3 2019-11-15 10:02:17 +01:00
omap3-panel-sharp-ls037v7dw01.dtsi
omap3-sb-t35.dtsi
omap3-sbc-t3517.dts
omap3-sbc-t3530.dts
omap3-sbc-t3730.dts
omap3-sniper.dts
omap3-tao3530.dtsi ARM: dts: omap3-tao3530: Fix incorrect MMC card detection GPIO polarity 2019-11-20 09:37:53 -08:00
omap3-thunder.dts
omap3-zoom3.dts
omap3.dtsi ARM: dts: Configure system timers for omap3 2020-05-19 09:38:04 -07:00
omap3xxx-clocks.dtsi ARM: dts: omap3: fix DPLL4 M4 divider max value 2019-10-31 15:33:26 +02:00
omap4-cpu-thermal.dtsi
omap4-droid4-xt894.dts
omap4-droid-bionic-xt875.dts
omap4-duovero-parlor.dts ARM: dts: Fix duovero smsc interrupt for suspend 2020-06-16 09:11:06 -07:00
omap4-duovero.dtsi
omap4-kc1.dts
omap4-l4-abe.dtsi ARM: OMAP2+: Drop legacy platform data for omap4 timers except timer1 2019-12-17 08:17:51 -08:00
omap4-l4.dtsi ARM: dts: Configure system timers for omap4 2020-05-19 09:38:04 -07:00
omap4-mcpdm.dtsi
omap4-panda-a4.dts
omap4-panda-common.dtsi
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
omap4-var-stk-om44.dts
omap4.dtsi ARM: dts: Fix omap4 system timer source clocks 2020-06-16 09:11:28 -07:00
omap5-board-common.dtsi
omap5-cm-t54.dts
omap5-core-thermal.dtsi
omap5-gpu-thermal.dtsi
omap5-igep0050.dts
omap5-l4-abe.dtsi ARM: dts: Configure omap5 AESS 2020-02-24 09:51:00 -08:00
omap5-l4.dtsi ARM: DT changes for v5.8 2020-06-04 20:02:14 -07:00
omap5-sbc-t54.dts
omap5-uevm.dts
omap5.dtsi ARM: DT changes for v5.8 2020-06-04 20:02:14 -07:00
omap24xx-clocks.dtsi
omap34xx-omap36xx-clocks.dtsi ARM: dts: Configure omap3 rng 2019-10-30 08:14:03 -07:00
omap34xx.dtsi
omap36xx-am35xx-omap3430es2plus-clocks.dtsi
omap36xx-clocks.dtsi ARM: dts: omap3: fix DPLL4 M4 divider max value 2019-10-31 15:33:26 +02:00
omap36xx-omap3430es2plus-clocks.dtsi
omap36xx.dtsi ARM: dts: Configure interconnect target module for omap3 sdma 2019-12-17 08:06:09 -08:00
omap44xx-clocks.dtsi ARM: dts: Add missing omap4 secure clocks 2020-01-23 08:20:17 -08:00
omap54xx-clocks.dtsi ARM: dts: Add missing omap5 secure clocks 2020-01-23 08:22:57 -08:00
omap443x-clocks.dtsi
omap443x.dtsi
omap446x-clocks.dtsi
omap2420-clocks.dtsi
omap2420-h4.dts
omap2420-n8x0-common.dtsi
omap2420-n800.dts
omap2420-n810-wimax.dts
omap2420-n810.dts
omap2420.dtsi ARM: dts: Configure system timers for omap2 2020-05-19 09:38:04 -07:00
omap2430-clocks.dtsi
omap2430-sdp.dts
omap2430.dtsi ARM: dts: Configure system timers for omap2 2020-05-19 09:38:04 -07:00
omap3430-sdp.dts
omap3430es1-clocks.dtsi
omap4460.dtsi
omap-gpmc-smsc911x.dtsi
omap-gpmc-smsc9221.dtsi
omap-zoom-common.dtsi
openbmc-flash-layout-128.dtsi ARM: dts: Add 128MiB OpenBMC flash layout 2019-11-01 15:33:20 +10:30
openbmc-flash-layout.dtsi
orion5x-kuroboxpro.dts
orion5x-lacie-d2-network.dts
orion5x-lacie-ethernet-disk-mini-v2.dts
orion5x-linkstation-lschl.dts
orion5x-linkstation-lsgl.dts
orion5x-linkstation-lswtgl.dts
orion5x-linkstation.dtsi
orion5x-lswsgl.dts
orion5x-maxtor-shared-storage-2.dts
orion5x-mv88f5181.dtsi
orion5x-mv88f5182.dtsi
orion5x-netgear-wnr854t.dts
orion5x-rd88f5182-nas.dts
orion5x.dtsi
owl-s500-cubieboard6.dts
owl-s500-guitar-bb-rev-b.dts
owl-s500-guitar.dtsi
owl-s500-sparky.dts
owl-s500.dtsi
ox810se-wd-mbwe.dts
ox810se.dtsi ARM: dts: oxnas: Fix clear-mask property 2020-03-23 09:34:09 +01:00
ox820-cloudengines-pogoplug-series-3.dts
ox820.dtsi ARM: dts: oxnas: Fix clear-mask property 2020-03-23 09:34:09 +01:00
picoxcell-pc3x2.dtsi
picoxcell-pc3x3.dtsi
picoxcell-pc7302-pc3x2.dts
picoxcell-pc7302-pc3x3.dts
pm9g45.dts
prima2-evb.dts
prima2.dtsi
pxa2xx.dtsi
pxa3xx.dtsi ARM: dts: pxa3xx: Fix up encoding of the /gpio interrupts property 2020-05-21 23:31:43 +02:00
pxa25x.dtsi
pxa27x.dtsi
pxa168-aspenite.dts ARM: dts: pxa*: Don't redeclare phandle references 2020-03-24 12:26:11 +01:00
pxa168.dtsi ARM: dts: pxa*: Fix up encoding of the /rtc interrupts property 2020-05-21 23:31:44 +02:00
pxa300-raumfeld-common.dtsi
pxa300-raumfeld-connector.dts
pxa300-raumfeld-controller.dts
pxa300-raumfeld-speaker-l.dts
pxa300-raumfeld-speaker-m.dts
pxa300-raumfeld-speaker-one.dts
pxa300-raumfeld-speaker-s.dts
pxa300-raumfeld-tuneable-clock.dtsi
pxa910-dkb.dts ARM: dts: pxa*: Don't redeclare phandle references 2020-03-24 12:26:11 +01:00
pxa910.dtsi ARM: dts: pxa*: Fix up encoding of the /rtc interrupts property 2020-05-21 23:31:44 +02:00
qcom-apq8060-dragonboard.dts
qcom-apq8064-asus-nexus7-flo.dts
qcom-apq8064-cm-qs600.dts
qcom-apq8064-ifc6410.dts
qcom-apq8064-pins.dtsi
qcom-apq8064-sony-xperia-yuga.dts
qcom-apq8064-v2.0.dtsi
qcom-apq8064.dtsi ARM: dts: qcom: add gpio-ranges property 2020-02-24 20:54:29 -08:00
qcom-apq8074-dragonboard.dts
qcom-apq8084-ifc6540.dts
qcom-apq8084-mtp.dts
qcom-apq8084.dtsi ARM: dts: qcom: add gpio-ranges property 2020-02-24 20:54:29 -08:00
qcom-ipq4019-ap.dk01.1-c1.dts
qcom-ipq4019-ap.dk01.1.dtsi
qcom-ipq4019-ap.dk04.1-c1.dts
qcom-ipq4019-ap.dk04.1-c3.dts
qcom-ipq4019-ap.dk04.1.dtsi
qcom-ipq4019-ap.dk07.1-c1.dts
qcom-ipq4019-ap.dk07.1-c2.dts
qcom-ipq4019-ap.dk07.1.dtsi
qcom-ipq4019.dtsi ARM: DT changes for v5.8 2020-06-04 20:02:14 -07:00
qcom-ipq8064-ap148.dts
qcom-ipq8064-v1.0.dtsi
qcom-ipq8064.dtsi ARM: dts: qcom: add scm definition to ipq806x 2020-04-13 18:10:21 -07:00
qcom-mdm9615-wp8548-mangoh-green.dts ARM: dts: qcom: Correct USB3503 GPIOs polarity 2019-12-30 20:40:19 +01:00
qcom-mdm9615-wp8548.dtsi
qcom-mdm9615.dtsi ARM: dts: qcom: add gpio-ranges property 2020-02-24 20:54:29 -08:00
qcom-msm8660-surf.dts
qcom-msm8660.dtsi ARM: dts: qcom: add gpio-ranges property 2020-02-24 20:54:29 -08:00
qcom-msm8960-cdp.dts
qcom-msm8960.dtsi ARM: dts: qcom: add gpio-ranges property 2020-02-24 20:54:29 -08:00
qcom-msm8974-fairphone-fp2.dts ARM: dts: msm8974-FP2: Introduce the wcnss remoteproc node 2019-12-10 09:43:18 -08:00
qcom-msm8974-lge-nexus5-hammerhead.dts ARM: dts: qcom: msm8974-hammerhead: add support for bluetooth 2020-02-11 22:16:09 -08:00
qcom-msm8974-samsung-klte.dts ARM: dts: qcom: msm8974-klte: Add max77826 pmic node 2020-04-21 00:23:27 -07:00
qcom-msm8974-sony-xperia-amami.dts
qcom-msm8974-sony-xperia-castor.dts
qcom-msm8974-sony-xperia-honami.dts ARM: dts: qcom: msm8974-honami: Add USB node. 2020-02-11 22:16:09 -08:00
qcom-msm8974.dtsi ARM: dts: qcom: msm8974-klte: Add max77826 pmic node 2020-04-21 00:23:27 -07:00
qcom-msm8974pro.dtsi
qcom-pm8841.dtsi
qcom-pm8941.dtsi
qcom-pma8084.dtsi
r7s9210-rza2mevb.dts
r7s9210.dtsi ARM: dts: r7s9210: Remove bogus clock-names from OSTM nodes 2020-04-28 10:15:38 +02:00
r7s72100-genmai.dts
r7s72100-gr-peach.dts ARM: dts: r7s72100: Add SPIBSC clocks 2020-02-10 13:53:20 +01:00
r7s72100-rskrza1.dts
r7s72100.dtsi ARM: dts: r7s72100: Add SPIBSC clocks 2020-02-10 13:53:20 +01:00
r8a73a4-ape6evm.dts ARM: dts: renesas: Group tuples in operating-points properties 2020-02-10 13:45:58 +01:00
r8a73a4.dtsi ARM: dts: r8a73a4: Add missing CMT1 interrupts 2020-04-20 10:52:06 +02:00
r8a77xx-aa104xd12-panel.dtsi
r8a77xx-aa121td01-panel.dtsi
r8a7740-armadillo800eva.dts ARM: dts: renesas: Group tuples in regulator-gpio states properties 2019-12-20 16:36:47 +01:00
r8a7740.dtsi ARM: DT changes for v5.8 2020-06-04 20:02:14 -07:00
r8a7742-iwg21d-q7.dts ARM: dts: r8a7742-iwg21d-q7: Add iWave G21D-Q7 board based on RZ/G1H 2020-05-05 09:44:49 +02:00
r8a7742-iwg21m.dtsi ARM: dts: r8a7742-iwg21m: Add iWave RZ/G1H Qseven SOM 2020-05-05 09:44:49 +02:00
r8a7742.dtsi ARM: dts: r8a7742: Add GPIO nodes 2020-05-11 10:27:40 +02:00
r8a7743-iwg20d-q7-dbcm-ca.dts
r8a7743-iwg20d-q7.dts
r8a7743-iwg20m.dtsi
r8a7743-sk-rzg1m.dts
r8a7743.dtsi ARM: dts: renesas: Fix IOMMU device node names 2020-04-27 12:01:52 +02:00
r8a7744-iwg20d-q7-dbcm-ca.dts
r8a7744-iwg20d-q7.dts
r8a7744-iwg20m.dtsi
r8a7744.dtsi ARM: dts: renesas: Fix IOMMU device node names 2020-04-27 12:01:52 +02:00
r8a7745-iwg22d-sodimm-dbhd-ca.dts ARM: dts: renesas: Make hdmi encoder nodes compliant with DT bindings 2020-05-15 10:42:27 +02:00
r8a7745-iwg22d-sodimm.dts ARM: dts: iwg22d-sodimm: Enable touchscreen 2020-03-11 09:01:09 +01:00
r8a7745-iwg22m.dtsi
r8a7745-sk-rzg1e.dts
r8a7745.dtsi ARM: dts: renesas: Fix IOMMU device node names 2020-04-27 12:01:52 +02:00
r8a7778-bockw.dts
r8a7778.dtsi ARM: dts: r8a7778: Add missing clock-frequency for fixed clocks 2019-12-31 10:33:41 +01:00
r8a7779-marzen.dts ARM: dts: renesas: Group tuples in regulator-gpio states properties 2019-12-20 16:36:47 +01:00
r8a7779.dtsi ARM: dts: r8a7779: Remove deprecated "renesas, rcar-sata" compatible value 2020-02-24 14:04:21 +01:00
r8a7790-lager.dts ARM: dts: renesas: Make hdmi encoder nodes compliant with DT bindings 2020-05-15 10:42:27 +02:00
r8a7790-stout.dts ARM: dts: renesas: Make hdmi encoder nodes compliant with DT bindings 2020-05-15 10:42:27 +02:00
r8a7790.dtsi ARM: dts: renesas: Fix IOMMU device node names 2020-04-27 12:01:52 +02:00
r8a7791-koelsch.dts ARM: dts: renesas: Make hdmi encoder nodes compliant with DT bindings 2020-05-15 10:42:27 +02:00
r8a7791-porter.dts ARM: dts: renesas: Make hdmi encoder nodes compliant with DT bindings 2020-05-15 10:42:27 +02:00
r8a7791.dtsi ARM: dts: renesas: Fix IOMMU device node names 2020-04-27 12:01:52 +02:00
r8a7792-blanche.dts ARM: dts: renesas: Make hdmi encoder nodes compliant with DT bindings 2020-05-15 10:42:27 +02:00
r8a7792-wheat.dts ARM: dts: renesas: Make hdmi encoder nodes compliant with DT bindings 2020-05-15 10:42:27 +02:00
r8a7792.dtsi ARM: dts: rcar-gen2: Add reset control properties for display 2020-02-24 14:03:33 +01:00
r8a7793-gose.dts ARM: dts: renesas: Make hdmi encoder nodes compliant with DT bindings 2020-05-15 10:42:27 +02:00
r8a7793.dtsi ARM: dts: renesas: Fix IOMMU device node names 2020-04-27 12:01:52 +02:00
r8a7794-alt.dts ARM: dts: renesas: Add missing ethernet PHY reset GPIO on Gen2 reference boards 2020-02-10 13:45:50 +01:00
r8a7794-silk.dts ARM: dts: renesas: Make hdmi encoder nodes compliant with DT bindings 2020-05-15 10:42:27 +02:00
r8a7794.dtsi ARM: dts: renesas: Fix IOMMU device node names 2020-04-27 12:01:52 +02:00
r8a77470-iwg23s-sbc.dts ARM: dts: renesas: Group tuples in regulator-gpio states properties 2019-12-20 16:36:47 +01:00
r8a77470.dtsi ARM: dts: rzg1: Add reset control properties for display 2020-02-24 14:03:33 +01:00
r9a06g032-rzn1d400-db.dts
r9a06g032.dtsi
rda8810pl-orangepi-2g-iot.dts
rda8810pl-orangepi-i96.dts
rda8810pl.dtsi ARM: dts: Add RDA8810PL GPIO controllers 2019-11-03 16:59:28 -08:00
rk3xxx.dtsi ARM: dts: rockchip: swap clock-names of gpu nodes 2020-04-27 21:32:12 +02:00
rk322x.dtsi ARM: DT changes for v5.8 2020-06-04 20:02:14 -07:00
rk3036-evb.dts
rk3036-kylin.dts ARM: dts: rockchip: rename and label gpio-led subnodes 2020-05-19 00:26:03 +02:00
rk3036.dtsi ARM: dts: rockchip: swap clock-names of gpu nodes 2020-04-27 21:32:12 +02:00
rk3066a-bqcurie2.dts
rk3066a-marsboard.dts
rk3066a-mk808.dts ARM: dts: rockchip: rename and label gpio-led subnodes 2020-05-19 00:26:03 +02:00
rk3066a-rayeager.dts
rk3066a.dtsi ARM: dts: rockchip: remove #address-cells and #size-cells from i2s nodes 2020-03-17 01:24:06 +01:00
rk3188-bqedison2qc.dts ARM: dts: rockchip: fix lvds-encoder ports subnode for rk3188-bqedison2qc 2020-03-17 01:19:24 +01:00
rk3188-px3-evb.dts
rk3188-radxarock.dts ARM: dts: rockchip: rename and label gpio-led subnodes 2020-05-19 00:26:03 +02:00
rk3188.dtsi ARM: dts: rockchip: remove #address-cells and #size-cells from i2s nodes 2020-03-17 01:24:06 +01:00
rk3228-evb.dts ARM: dts: rockchip: fix phy nodename for rk3228-evb 2020-04-27 21:30:37 +02:00
rk3229-evb.dts
rk3229-xms6.dts ARM: DT changes for v5.8 2020-06-04 20:02:14 -07:00
rk3229.dtsi
rk3288-evb-act8846.dts ARM: dts: rockchip: add missing model properties 2020-03-05 22:33:49 +01:00
rk3288-evb-rk808.dts ARM: dts: rockchip: add missing model properties 2020-03-05 22:33:49 +01:00
rk3288-evb.dtsi ARM: dts: rockchip: Kill off "simple-panel" compatibles 2020-01-18 23:57:39 +01:00
rk3288-firefly-beta.dts
rk3288-firefly-reload-core.dtsi
rk3288-firefly-reload.dts ARM: dts: rockchip: rename and label gpio-led subnodes 2020-05-19 00:26:03 +02:00
rk3288-firefly.dts
rk3288-firefly.dtsi ARM: dts: rockchip: rename and label gpio-led subnodes 2020-05-19 00:26:03 +02:00
rk3288-miqi.dts ARM: dts: rockchip: rename and label gpio-led subnodes 2020-05-19 00:26:03 +02:00
rk3288-phycore-rdk.dts
rk3288-phycore-som.dtsi ARM: dts: rockchip: rename and label gpio-led subnodes 2020-05-19 00:26:03 +02:00
rk3288-popmetal.dts
rk3288-r89.dts ARM: dts: rockchip: add missing model properties 2020-03-05 22:33:49 +01:00
rk3288-rock2-som.dtsi
rk3288-rock2-square.dts ARM: dts: rockchip: rename and label gpio-led subnodes 2020-05-19 00:26:03 +02:00
rk3288-tinker-s.dts
rk3288-tinker.dts
rk3288-tinker.dtsi ARM: dts: rockchip: rename and label gpio-led subnodes 2020-05-19 00:26:03 +02:00
rk3288-veyron-analog-audio.dtsi ARM: dts: rockchip: Add HDMI support to rk3288-veyron-analog-audio 2019-10-31 11:48:27 +01:00
rk3288-veyron-brain.dts ARM: dts: rockchip: Add brcm bluetooth for rk3288-veyron 2019-12-10 23:31:48 +01:00
rk3288-veyron-broadcom-bluetooth.dtsi ARM: dts: rockchip: Add brcm bluetooth for rk3288-veyron 2019-12-10 23:31:48 +01:00
rk3288-veyron-chromebook.dtsi ARM: dts: rockchip: Add brcm bluetooth for rk3288-veyron 2019-12-10 23:31:48 +01:00
rk3288-veyron-edp.dtsi ARM: dts: rockchip: Kill off "simple-panel" compatibles 2020-01-18 23:57:39 +01:00
rk3288-veyron-fievel.dts ARM: dts: rockchip: Use ABI name for recovery mode pin on veyron fievel/tiger 2020-01-09 00:22:26 +01:00
rk3288-veyron-jaq.dts ARM: dts: rockchip: Add brcm bluetooth for rk3288-veyron 2019-12-10 23:31:48 +01:00
rk3288-veyron-jerry.dts ARM: dts: rockchip: Add brcm bluetooth for rk3288-veyron 2019-12-10 23:31:48 +01:00
rk3288-veyron-mickey.dts ARM: dts: rockchip: Add brcm bluetooth for rk3288-veyron 2019-12-10 23:31:48 +01:00
rk3288-veyron-mighty.dts
rk3288-veyron-minnie.dts ARM: dts: rockchip: Kill off "simple-panel" compatibles 2020-01-18 23:57:39 +01:00
rk3288-veyron-pinky.dts ARM: dts: rockchip: Add brcm bluetooth for rk3288-veyron 2019-12-10 23:31:48 +01:00
rk3288-veyron-sdmmc.dtsi
rk3288-veyron-speedy.dts ARM: dts: rockchip: Add brcm bluetooth for rk3288-veyron 2019-12-10 23:31:48 +01:00
rk3288-veyron-tiger.dts ARM: dts: rockchip: Kill off "simple-panel" compatibles 2020-01-18 23:57:39 +01:00
rk3288-veyron.dtsi ARM: dts: rockchip: Add brcm bluetooth for rk3288-veyron 2019-12-10 23:31:48 +01:00
rk3288-vyasa.dts ARM: dts: rockchip: Add vcc50_hdmi for rk3288-vyasa 2020-03-01 01:36:33 +01:00
rk3288.dtsi ARM: dts: rockchip: remove identical #include from rk3288.dtsi 2020-05-19 00:26:12 +02:00
rockchip-radxa-dalang-carrier.dtsi ARM: dts: rockchip: Add Radxa Dalang Carrier board 2019-12-21 13:14:38 +01:00
rtd1195-horseradish.dts ARM: dts: rtd1195: Add Realtek Horseradish EVB 2020-04-12 23:24:24 +02:00
rtd1195-mele-x1000.dts ARM: dts: rtd1195: Exclude boot ROM from memory ranges 2020-04-12 23:24:11 +02:00
rtd1195.dtsi ARM: dts: rtd1195: Add SB2 and SCPU Wrapper syscon nodes 2020-04-12 23:59:27 +02:00
rv1108-elgin-r1.dts
rv1108-evb.dts
rv1108.dtsi ARM: dts: rockchip: remove clock-names property from 'generic-ohci' nodes 2020-03-17 01:23:17 +01:00
s3c24xx.dtsi
s3c64xx-pinctrl.dtsi
s3c64xx.dtsi
s3c2416-pinctrl.dtsi
s3c2416-smdk2416.dts ARM: dts: samsung: Rename Samsung and Exynos to lowercase 2020-01-07 20:45:13 +01:00
s3c2416.dtsi
s3c6400.dtsi
s3c6410-mini6410.dts
s3c6410-smdk6410.dts ARM: dts: samsung: Rename Samsung and Exynos to lowercase 2020-01-07 20:45:13 +01:00
s3c6410.dtsi
s5pv210-aquila.dts
s5pv210-aries.dtsi ARM: dts: s5pv210: Set MAX8998 GPIO pulls on Aries boards 2020-05-04 17:13:04 +02:00
s5pv210-fascinate4g.dts ARM: dts: s5pv210: Add WM8994 support to Aries boards 2020-05-04 17:13:04 +02:00
s5pv210-galaxys.dts ARM: dts: s5pv210: Assign clocks to MMC devices on Aries boards 2020-05-04 17:13:04 +02:00
s5pv210-goni.dts
s5pv210-pinctrl.dtsi ARM: dts: s5pv210: Correct gpi pinctrl node name 2020-05-04 17:13:04 +02:00
s5pv210-smdkc110.dts
s5pv210-smdkv210.dts
s5pv210-torbreck.dts
s5pv210.dtsi ARM: dts: s5pv210: Correct FIMC definitions 2020-05-04 17:13:04 +02:00
sam9x60.dtsi ARM: dts: at91: sam9x60: add watchdog node 2020-03-09 22:13:11 +01:00
sama5d2-pinfunc.h
sama5d2.dtsi USB/PHY driver updates for 5.8-rc1 2020-06-07 09:42:16 -07:00
sama5d3_can.dtsi ARM: dts: at91: sama5d3: switch to new clock bindings 2020-04-13 13:00:08 +02:00
sama5d3_emac.dtsi ARM: dts: at91: sama5d3: switch to new clock bindings 2020-04-13 13:00:08 +02:00
sama5d3_gmac.dtsi ARM: dts: at91: sama5d3: switch to new clock bindings 2020-04-13 13:00:08 +02:00
sama5d3_lcd.dtsi ARM: dts: at91: sama5d3: switch to new clock bindings 2020-04-13 13:00:08 +02:00
sama5d3_mci2.dtsi ARM: dts: at91: sama5d3: switch to new clock bindings 2020-04-13 13:00:08 +02:00
sama5d3_tcb1.dtsi ARM: dts: at91: sama5d3: switch to new clock bindings 2020-04-13 13:00:08 +02:00
sama5d3_uart.dtsi ARM: dts: at91: sama5d3: switch to new clock bindings 2020-04-13 13:00:08 +02:00
sama5d3.dtsi USB/PHY driver updates for 5.8-rc1 2020-06-07 09:42:16 -07:00
sama5d3xcm_cmp.dtsi
sama5d3xcm.dtsi
sama5d3xdm.dtsi
sama5d3xmb_cmp.dtsi ARM: dts: at91: sama5d3: switch to new clock bindings 2020-04-13 13:00:08 +02:00
sama5d3xmb_emac.dtsi
sama5d3xmb_gmac.dtsi
sama5d3xmb.dtsi ARM: dts: at91: sama5d3: switch to new clock bindings 2020-04-13 13:00:08 +02:00
sama5d4.dtsi USB/PHY driver updates for 5.8-rc1 2020-06-07 09:42:16 -07:00
sama5d31.dtsi
sama5d31ek.dts
sama5d33.dtsi
sama5d33ek.dts
sama5d34.dtsi
sama5d34ek.dts
sama5d35.dtsi
sama5d35ek.dts
sama5d36.dtsi
sama5d36ek_cmp.dts
sama5d36ek.dts
sh73a0-kzm9g.dts ARM: dts: renesas: Group tuples in operating-points properties 2020-02-10 13:45:58 +01:00
sh73a0.dtsi ARM: dts: shmobile: Update CMT1 compatible values 2020-04-27 11:59:23 +02:00
socfpga_arria5_socdk.dts
socfpga_arria5.dtsi
socfpga_arria10_socdk_nand.dts ARM: dts: socfpga: arria10: Increase boot partition size for NAND 2020-02-14 07:47:05 -06:00
socfpga_arria10_socdk_qspi.dts
socfpga_arria10_socdk_sdmmc.dts
socfpga_arria10_socdk.dtsi
socfpga_arria10.dtsi ARM: socfpga: arria10: Add ptp_ref clock to ethernet nodes 2020-03-20 14:27:39 -05:00
socfpga_cyclone5_chameleon96.dts
socfpga_cyclone5_de0_nano_soc.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
socfpga_cyclone5.dtsi
socfpga_vt.dts
socfpga.dtsi ARM: dts: socfpga: Add fpga2hps and fpga2sdram bridges 2020-05-04 15:14:51 -05:00
spear3xx.dtsi
spear13xx.dtsi
spear300-evb.dts
spear300.dtsi
spear310-evb.dts
spear310.dtsi
spear320-evb.dts
spear320-hmi.dts
spear320.dtsi
spear600-evb.dts
spear600.dtsi
spear1310-evb.dts
spear1310.dtsi
spear1340-evb.dts
spear1340.dtsi
st-pincfg.h
ste-ab8500.dtsi ARM: dts: ux500: Fix missing node renames 2020-03-27 15:26:09 +01:00
ste-ab8505.dtsi ARM: dts: ux500: Fix missing node renames 2020-03-27 15:26:09 +01:00
ste-db8500.dtsi ARM: dts: ux500: Break out DB8500 DTSI 2019-12-09 14:45:02 +01:00
ste-db8520.dtsi ARM: dts: ux500: Add devicetree for HREF520 2019-12-09 14:45:02 +01:00
ste-dbx5x0-pinctrl.dtsi ARM: dts: ux500: Drop pulls on I2C buses 2019-12-09 14:45:01 +01:00
ste-dbx5x0.dtsi ARM: dts: ux500: Fix up DSI controller nodes 2020-02-10 15:43:12 +01:00
ste-href520-tvk.dts ARM: dts: ux500: Add devicetree for HREF520 2019-12-09 14:45:02 +01:00
ste-href-ab8500.dtsi
ste-href-family-pinctrl.dtsi ARM: dts: ux500: Move generic pin configs out of ste-href-family-pinctrl.dtsi 2019-12-09 14:45:01 +01:00
ste-href-stuib.dtsi ARM: dts: ux500: Fix missing node renames 2020-03-27 15:26:09 +01:00
ste-href-tvk1281618-r2.dtsi ARM: dts: ux500: Fix up DSI controller nodes 2020-02-10 15:43:12 +01:00
ste-href-tvk1281618-r3.dtsi ARM: dts: ux500: Fix up DSI controller nodes 2020-02-10 15:43:12 +01:00
ste-href-tvk1281618.dtsi ARM: dts: ux500: Split TVK DTSI files in two 2019-12-09 14:45:02 +01:00
ste-href.dtsi ARM: dts: ux500: Break out DB8500 DTSI 2019-12-09 14:45:02 +01:00
ste-hrefprev60-stuib.dts ARM: dts: ux500: Break out DB8500 DTSI 2019-12-09 14:45:02 +01:00
ste-hrefprev60-tvk.dts ARM: dts: ux500: Split TVK DTSI files in two 2019-12-09 14:45:02 +01:00
ste-hrefprev60.dtsi ARM: dts: ux500: Break out DB8500 DTSI 2019-12-09 14:45:02 +01:00
ste-hrefv60plus-stuib.dts ARM: dts: ux500: Break out DB8500 DTSI 2019-12-09 14:45:02 +01:00
ste-hrefv60plus-tvk.dts ARM: dts: ux500: Split TVK DTSI files in two 2019-12-09 14:45:02 +01:00
ste-hrefv60plus.dtsi ARM: dts: ux500: Break out DB8500 DTSI 2019-12-09 14:45:02 +01:00
ste-nomadik-nhk15.dts
ste-nomadik-pinctrl.dtsi ARM: dts: ux500: nomadik-pinctrl: Add &gpio_in_nopull 2019-12-09 14:45:01 +01:00
ste-nomadik-s8815.dts
ste-nomadik-stn8815.dtsi
ste-snowball.dts ARM: dts: ux500: Break out DB8500 DTSI 2019-12-09 14:45:02 +01:00
ste-u300.dts
ste-ux500-samsung-golden.dts ARM: dts: ux500: samsung-golden: Add magnetometer 2020-05-05 10:10:32 +02:00
ste-ux500-samsung-skomer.dts ARM: dts: ux500: Add touchscreen to the Skomer 2020-05-17 22:37:09 +02:00
stih407-b2120.dts
stih407-clock.dtsi
stih407-family.dtsi dts: arm: stih407-family: remove duplicated rng nodes 2020-04-17 10:17:54 +02:00
stih407-pinctrl.dtsi
stih407.dtsi
stih410-b2120.dts
stih410-b2260.dts ARM: dts: sti: Remove deprecated snps PHY properties for stih410-b2260 2020-02-11 17:24:54 +01:00
stih410-clock.dtsi
stih410-pinctrl.dtsi
stih410.dtsi
stih418-b2199.dts
stih418-clock.dtsi
stih418.dtsi dts: arm: stih418: Fix complain about IRQ_TYPE_NONE usage 2020-04-17 10:17:28 +02:00
stihxxx-b2120.dtsi ARM: dts: sti: fixup sound frame-inversion for stihxxx-b2120.dtsi 2020-02-11 17:24:54 +01:00
stm32f4-pinctrl.dtsi ARM: dts: stm32: remove "@" and "_" from stm32f4 pinmux groups 2019-12-09 11:33:09 +01:00
stm32f7-pinctrl.dtsi ARM: dts: stm32: remove "@" and "_" from stm32f7 pinmux groups 2019-12-09 11:33:09 +01:00
stm32f429-disco.dts ARM: dts: stm32: fix memory nodes to match with DT validation tool 2019-10-25 14:28:42 +02:00
stm32f429-pinctrl.dtsi
stm32f429.dtsi ARM: dts: stm32: fix a typo for DAC io-channel-cells on stm32f429 2020-04-20 12:15:23 +02:00
stm32f469-disco.dts ARM: dts: stm32: Add power-supply for DSI panel on stm32f469-disco 2020-01-09 12:29:28 +01:00
stm32f469-pinctrl.dtsi
stm32f469.dtsi ARM: dts: stm32: remove useless interrupt from dsi node for stm32f469 2019-10-25 14:28:42 +02:00
stm32f746-disco.dts ARM: dts: stm32: fix memory nodes to match with DT validation tool 2019-10-25 14:28:42 +02:00
stm32f746-pinctrl.dtsi
stm32f746.dtsi ARM: dts: stm32: fix dma controller node name on stm32f746 2020-01-09 12:29:28 +01:00
stm32f769-disco.dts ARM: dts: stm32: fix memory nodes to match with DT validation tool 2019-10-25 14:28:42 +02:00
stm32f769-pinctrl.dtsi
stm32h743-pinctrl.dtsi
stm32h743.dtsi ARM: dts: stm32: fix a typo for DAC io-channel-cells on stm32h743 2020-04-20 12:15:23 +02:00
stm32h743i-disco.dts ARM: dts: stm32: fix memory nodes to match with DT validation tool 2019-10-25 14:28:42 +02:00
stm32h743i-eval.dts ARM: dts: stm32: fix memory nodes to match with DT validation tool 2019-10-25 14:28:42 +02:00
stm32mp15-pinctrl.dtsi ARM: dts: stm32: Add missing pinctrl entries for STM32MP15 2020-05-14 14:34:14 +02:00
stm32mp15xc.dtsi ARM: dts: stm32: Manage security diversity for STM32M15x SOCs 2019-12-09 09:19:15 +01:00
stm32mp15xx-dhcom-pdk2.dtsi ARM: dts: stm32: Split SoC-independent parts of DHCOM SOM and PDK2 2020-05-14 16:22:40 +02:00
stm32mp15xx-dhcom-som.dtsi ARM: dts: stm32: Split SoC-independent parts of DHCOM SOM and PDK2 2020-05-14 16:22:40 +02:00
stm32mp15xx-dhcor-avenger96.dtsi ARM: dts: stm32: Split Avenger96 into DHCOR SoM and Avenger96 board 2020-05-14 16:24:54 +02:00
stm32mp15xx-dhcor-io1v8.dtsi ARM: dts: stm32: Split Avenger96 into DHCOR SoM and Avenger96 board 2020-05-14 16:24:54 +02:00
stm32mp15xx-dhcor-som.dtsi ARM: dts: stm32: Split Avenger96 into DHCOR SoM and Avenger96 board 2020-05-14 16:24:54 +02:00
stm32mp15xx-dkx.dtsi ARM: dts: stm32: Enable thermal sensor support on stm32mp15xx-dkx 2020-05-05 13:48:03 +02:00
stm32mp15xx-osd32.dtsi ARM: dts: stm32: add STM32MP1-based Linux Automation MC-1 board 2020-04-20 12:15:23 +02:00
stm32mp15xxaa-pinctrl.dtsi ARM: dts: stm32: Update stm32mp157 pinctrl files 2019-12-09 09:19:15 +01:00
stm32mp15xxab-pinctrl.dtsi ARM: dts: stm32: Update stm32mp157 pinctrl files 2019-12-09 09:19:15 +01:00
stm32mp15xxac-pinctrl.dtsi ARM: dts: stm32: Update stm32mp157 pinctrl files 2019-12-09 09:19:15 +01:00
stm32mp15xxad-pinctrl.dtsi ARM: dts: stm32: Update stm32mp157 pinctrl files 2019-12-09 09:19:15 +01:00
stm32mp151.dtsi ARM: dts: stm32: bump PSCI to version 1.0 on stm32mp15x 2020-05-07 09:12:36 +02:00
stm32mp153.dtsi ARM: dts: stm32: add cpu clock-frequency property on stm32mp15x 2020-03-13 17:03:06 +01:00
stm32mp157.dtsi ARM: dts: stm32: preset stm32mp15x video #address- and #size-cells 2020-04-20 12:15:23 +02:00
stm32mp157a-avenger96.dts ARM: dts: stm32: Split Avenger96 into DHCOR SoM and Avenger96 board 2020-05-14 16:24:54 +02:00
stm32mp157a-dhcor-avenger96.dts ARM: dts: stm32: Split Avenger96 into DHCOR SoM and Avenger96 board 2020-05-14 16:24:54 +02:00
stm32mp157a-dk1.dts ARM: dts: stm32: Adapt STM32MP157 DK boards to stm32 DT diversity 2019-12-09 09:19:15 +01:00
stm32mp157a-iot-box.dts ARM: dts: stm32: Add IoT Box board support 2020-05-14 14:34:14 +02:00
stm32mp157a-stinger96.dts ARM: dts: stm32: Add Stinger96 board support 2020-05-14 14:34:14 +02:00
stm32mp157a-stinger96.dtsi ARM: dts: stm32: Add Stinger96 board support 2020-05-14 14:34:14 +02:00
stm32mp157c-dhcom-pdk2.dts ARM: dts: stm32: Split SoC-independent parts of DHCOM SOM and PDK2 2020-05-14 16:22:40 +02:00
stm32mp157c-dk2.dts ARM: dts: stm32: remove now redundant STM32MP15x video cell sizes 2020-04-20 12:15:23 +02:00
stm32mp157c-ed1.dts ARM: dts: stm32: add sd-uhs properties in SD-card node for stm32mp157c-ed1 2020-05-05 13:48:03 +02:00
stm32mp157c-ev1.dts ARM: dts: stm32: use uniform label names for sleep pinctrl phandles 2020-04-20 12:15:23 +02:00
stm32mp157c-lxa-mc1.dts ARM: dts: stm32: add STM32MP1-based Linux Automation MC-1 board 2020-04-20 12:15:23 +02:00
stm32429i-eval.dts ARM: dts: stm32: Add power-supply for RGB panel on stm32429i-eval 2020-01-09 12:29:28 +01:00
stm32746g-eval.dts ARM: dts: stm32: Correct stmfx node name on stm32746g-eval board 2020-02-10 17:47:00 +01:00
sun4i-a10-a1000.dts
sun4i-a10-ba10-tvbox.dts
sun4i-a10-chuwi-v7-cw0825.dts
sun4i-a10-cubieboard.dts
sun4i-a10-dserve-dsrv9703c.dts
sun4i-a10-gemei-g9.dts
sun4i-a10-hackberry.dts
sun4i-a10-hyundai-a7hd.dts
sun4i-a10-inet1.dts
sun4i-a10-inet9f-rev03.dts
sun4i-a10-inet97fv2.dts
sun4i-a10-itead-iteaduino-plus.dts
sun4i-a10-jesurun-q5.dts
sun4i-a10-marsboard.dts
sun4i-a10-mini-xplus.dts
sun4i-a10-mk802.dts
sun4i-a10-mk802ii.dts
sun4i-a10-olinuxino-lime.dts
sun4i-a10-pcduino2.dts
sun4i-a10-pcduino.dts
sun4i-a10-pov-protab2-ips9.dts
sun4i-a10.dtsi ARM: dts: sun4i: Add CSI1 controller and pinmux options 2020-01-06 09:50:51 +01:00
sun5i-a10s-auxtek-t003.dts
sun5i-a10s-auxtek-t004.dts
sun5i-a10s-mk802.dts
sun5i-a10s-olinuxino-micro.dts
sun5i-a10s-r7-tv-dongle.dts
sun5i-a10s-wobo-i5.dts
sun5i-a10s.dtsi
sun5i-a13-difrnce-dit4350.dts
sun5i-a13-empire-electronix-d709.dts
sun5i-a13-empire-electronix-m712.dts
sun5i-a13-hsg-h702.dts
sun5i-a13-inet-98v-rev2.dts
sun5i-a13-licheepi-one.dts
sun5i-a13-olinuxino-micro.dts
sun5i-a13-olinuxino.dts
sun5i-a13-pocketbook-touch-lux-3.dts ARM: dts: sun5i: Add PocketBook Touch Lux 3 support 2020-02-24 10:17:36 +01:00
sun5i-a13-q8-tablet.dts
sun5i-a13-utoo-p66.dts
sun5i-a13.dtsi
sun5i-gr8-chip-pro.dts
sun5i-gr8-evb.dts
sun5i-gr8.dtsi
sun5i-r8-chip.dts
sun5i-r8.dtsi
sun5i-reference-design-tablet.dtsi
sun5i.dtsi ARM: devicetree updates for v5.7 2020-04-03 15:22:05 -07:00
sun6i-a31-app4-evb1.dts
sun6i-a31-colombus.dts
sun6i-a31-hummingbird.dts
sun6i-a31-i7.dts
sun6i-a31-m9.dts
sun6i-a31-mele-a1000g-quad.dts
sun6i-a31.dtsi ARM: dts: sunxi: Remove redundant assigned-clocks 2020-02-20 18:16:58 +01:00
sun6i-a31s-colorfly-e708-q1.dts
sun6i-a31s-cs908.dts
sun6i-a31s-inet-q972.dts
sun6i-a31s-primo81.dts
sun6i-a31s-sina31s-core.dtsi
sun6i-a31s-sina31s.dts
sun6i-a31s-sinovoip-bpi-m2.dts
sun6i-a31s-yones-toptech-bs1078-v2.dts
sun6i-a31s.dtsi
sun6i-reference-design-tablet.dtsi
sun7i-a20-bananapi-m1-plus.dts
sun7i-a20-bananapi.dts
sun7i-a20-bananapro.dts
sun7i-a20-cubieboard2.dts
sun7i-a20-cubietruck.dts
sun7i-a20-hummingbird.dts
sun7i-a20-i12-tvbox.dts
sun7i-a20-icnova-swac.dts
sun7i-a20-itead-ibox.dts
sun7i-a20-lamobo-r1.dts
sun7i-a20-linutronix-testbox-v2.dts ARM: dts: sun7i: Add Linutronix Testbox v2 board 2020-02-14 14:25:50 +01:00
sun7i-a20-m3.dts
sun7i-a20-mk808c.dts
sun7i-a20-olimex-som204-evb-emmc.dts
sun7i-a20-olimex-som204-evb.dts
sun7i-a20-olimex-som-evb-emmc.dts
sun7i-a20-olimex-som-evb.dts
sun7i-a20-olinuxino-lime2-emmc.dts
sun7i-a20-olinuxino-lime2.dts
sun7i-a20-olinuxino-lime-emmc.dts ARM: dts: sun7i: Add A20-OLinuXino-LIME-eMMC 2020-04-14 09:21:23 +02:00
sun7i-a20-olinuxino-lime.dts
sun7i-a20-olinuxino-micro-emmc.dts
sun7i-a20-olinuxino-micro.dts
sun7i-a20-orangepi-mini.dts
sun7i-a20-orangepi.dts
sun7i-a20-pcduino3-nano.dts
sun7i-a20-pcduino3.dts
sun7i-a20-wexler-tab7200.dts
sun7i-a20-wits-pro-a20-dkt.dts
sun7i-a20.dtsi ARM: dts: sun7i: Add LVDS panel support on A20 2020-02-20 18:20:52 +01:00
sun8i-a23-a33.dtsi ARM: dts: sunxi: Remove redundant assigned-clocks 2020-02-20 18:16:58 +01:00
sun8i-a23-evb.dts
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
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
sun8i-a33-q8-tablet.dts
sun8i-a33-sinlinx-sina33.dts
sun8i-a33.dtsi ARM: devicetree updates for v5.7 2020-04-03 15:22:05 -07:00
sun8i-a83t-allwinner-h8homlet-v2.dts
sun8i-a83t-bananapi-m3.dts
sun8i-a83t-cubietruck-plus.dts ARM: dts: sun8i: a83t: Correct USB3503 GPIOs polarity 2019-12-17 09:37:14 +01:00
sun8i-a83t-tbs-a711.dts ARM: devicetree updates for v5.7 2020-04-03 15:22:05 -07:00
sun8i-a83t.dtsi ARM: dts: sunxi: a83t: Add msgbox node 2020-04-14 09:21:25 +02:00
sun8i-h2-plus-bananapi-m2-zero.dts ARM: dts: sun8i-h2-plus-bananapi-m2-zero: Fix led polarity 2020-04-14 09:29:59 +02:00
sun8i-h2-plus-libretech-all-h3-cc.dts
sun8i-h2-plus-orangepi-r1.dts
sun8i-h2-plus-orangepi-zero.dts
sun8i-h3-bananapi-m2-plus-v1.2.dts
sun8i-h3-bananapi-m2-plus.dts
sun8i-h3-beelink-x2.dts ARM: dts: sun8i: h3: Add rc map for Beelink X2 2019-12-10 10:43:34 +01:00
sun8i-h3-emlid-neutis-n5h3-devboard.dts ARM: dts: sunxi: Add Neutis N5H3 support 2019-12-10 10:43:34 +01:00
sun8i-h3-emlid-neutis-n5h3.dtsi ARM: dts: sunxi: Add Neutis N5H3 support 2019-12-10 10:43:34 +01:00
sun8i-h3-libretech-all-h3-cc.dts
sun8i-h3-mapleboard-mp130.dts
sun8i-h3-nanopi-duo2.dts ARM: dts: sun8i: nanopi-duo2: Fix GPIO regulator state array 2019-12-20 08:57:27 +01:00
sun8i-h3-nanopi-m1-plus.dts
sun8i-h3-nanopi-m1.dts
sun8i-h3-nanopi-neo-air.dts
sun8i-h3-nanopi-neo.dts
sun8i-h3-nanopi.dtsi
sun8i-h3-orangepi-2.dts
sun8i-h3-orangepi-lite.dts
sun8i-h3-orangepi-one.dts
sun8i-h3-orangepi-pc-plus.dts
sun8i-h3-orangepi-pc.dts
sun8i-h3-orangepi-plus2e.dts
sun8i-h3-orangepi-plus.dts
sun8i-h3-orangepi-zero-plus2.dts
sun8i-h3-rervision-dvk.dts
sun8i-h3.dtsi ARM: dts: sun8i-h3: add opp table for mali gpu 2020-04-14 09:21:25 +02:00
sun8i-q8-common.dtsi
sun8i-r16-bananapi-m2m.dts
sun8i-r16-nintendo-nes-classic.dts
sun8i-r16-nintendo-super-nes-classic.dts
sun8i-r16-parrot.dts
sun8i-r40-bananapi-m2-ultra.dts
sun8i-r40.dtsi ARM: devicetree updates for v5.7 2020-04-03 15:22:05 -07:00
sun8i-reference-design-tablet.dtsi
sun8i-s3-lichee-zero-plus.dts
sun8i-t3-cqa3t-bv3.dts
sun8i-v3.dtsi
sun8i-v3s-licheepi-zero-dock.dts
sun8i-v3s-licheepi-zero.dts
sun8i-v3s.dtsi ARM: dts: sunxi: Fix DE2 clocks register range 2020-03-12 00:24:29 +08:00
sun8i-v40-bananapi-m2-berry.dts
sun9i-a80-cubieboard4.dts
sun9i-a80-optimus.dts
sun9i-a80.dtsi ARM: dts: sunxi: Add missing LVDS resets and clocks 2020-01-04 10:51:21 +01:00
suniv-f1c100s-licheepi-nano.dts
suniv-f1c100s.dtsi
sunxi-bananapi-m2-plus-v1.2.dtsi
sunxi-bananapi-m2-plus.dtsi
sunxi-common-regulators.dtsi
sunxi-h3-h5-emlid-neutis.dtsi ARM: dts: allwinner: Split out non-SoC specific parts of Neutis N5 2019-12-10 10:43:33 +01:00
sunxi-h3-h5.dtsi ARM: dts: sunxi: h3/h5: Add msgbox node 2020-04-14 09:21:26 +02:00
sunxi-itead-core-common.dtsi
sunxi-libretech-all-h3-cc.dtsi
sunxi-libretech-all-h3-it.dtsi ARM: dts: sunxi: Add Libre Computer ALL-H3-IT H5 board 2019-12-26 10:54:53 +01:00
sunxi-reference-design-tablet.dtsi
tango4-common.dtsi ARM: dts: tango4: Make /serial compatible with ns16550a 2020-03-24 12:27:29 +01:00
tango4-smp8758.dtsi
tango4-vantage-1172.dts
tegra20-colibri-eval-v3.dts ARM: tegra: Kill off "simple-panel" compatibles 2020-04-17 08:51:53 +02:00
tegra20-colibri-iris.dts ARM: tegra: Kill off "simple-panel" compatibles 2020-04-17 08:51:53 +02:00
tegra20-colibri.dtsi
tegra20-cpu-opp-microvolt.dtsi ARM: tegra: Add CPU Operating Performance Points for Tegra20 2019-10-29 20:29:16 +01:00
tegra20-cpu-opp.dtsi ARM: tegra: Add CPU Operating Performance Points for Tegra20 2019-10-29 20:29:16 +01:00
tegra20-harmony.dts ARM: tegra: Kill off "simple-panel" compatibles 2020-04-17 08:51:53 +02:00
tegra20-medcom-wide.dts ARM: tegra: Kill off "simple-panel" compatibles 2020-04-17 08:51:53 +02:00
tegra20-paz00.dts ARM: tegra: Kill off "simple-panel" compatibles 2020-04-17 08:51:53 +02:00
tegra20-plutux.dts
tegra20-seaboard.dts ARM: tegra: Kill off "simple-panel" compatibles 2020-04-17 08:51:53 +02:00
tegra20-tamonten.dtsi
tegra20-tec.dts
tegra20-trimslice.dts ARM: tegra: trimslice: Add CPU Operating Performance Points 2019-10-29 20:29:17 +01:00
tegra20-ventana.dts ARM: tegra: Kill off "simple-panel" compatibles 2020-04-17 08:51:53 +02:00
tegra20.dtsi ARM: tegra: Add clock-cells property to PMC 2020-03-13 11:25:43 +01:00
tegra30-apalis-eval.dts ARM: tegra: Kill off "simple-panel" compatibles 2020-04-17 08:51:53 +02:00
tegra30-apalis-v1.1-eval.dts ARM: tegra: Kill off "simple-panel" compatibles 2020-04-17 08:51:53 +02:00
tegra30-apalis-v1.1.dtsi ARM: tegra: Update sound node clocks in device tree 2020-03-13 11:25:44 +01:00
tegra30-apalis.dtsi ARM: tegra: Update sound node clocks in device tree 2020-03-13 11:25:44 +01:00
tegra30-beaver.dts ARM: dts: tegra30: beaver: Add CPU Operating Performance Points 2020-05-06 19:02:40 +02:00
tegra30-cardhu-a02.dts
tegra30-cardhu-a04.dts ARM: tegra: cardhu-a04: Add CPU Operating Performance Points 2019-10-29 20:29:17 +01:00
tegra30-cardhu.dtsi ARM: tegra: Kill off "simple-panel" compatibles 2020-04-17 08:51:53 +02:00
tegra30-colibri-eval-v3.dts ARM: tegra: Kill off "simple-panel" compatibles 2020-04-17 08:51:53 +02:00
tegra30-colibri.dtsi ARM: tegra: Update sound node clocks in device tree 2020-03-13 11:25:44 +01:00
tegra30-cpu-opp-microvolt.dtsi ARM: tegra: Add CPU Operating Performance Points for Tegra30 2019-10-29 20:29:16 +01:00
tegra30-cpu-opp.dtsi ARM: tegra: Add CPU Operating Performance Points for Tegra30 2019-10-29 20:29:16 +01:00
tegra30.dtsi ARM: tegra: Add clock-cells property to PMC 2020-03-13 11:25:43 +01:00
tegra114-dalmore.dts ARM: tegra: Kill off "simple-panel" compatibles 2020-04-17 08:51:53 +02:00
tegra114-roth.dts
tegra114-tn7.dts
tegra114.dtsi ARM: tegra: Add clock-cells property to PMC 2020-03-13 11:25:43 +01:00
tegra124-apalis-emc.dtsi ARM: tegra: Rename EMC on Tegra124 2020-01-09 19:06:58 +01:00
tegra124-apalis-eval.dts
tegra124-apalis-v1.2-eval.dts
tegra124-apalis-v1.2.dtsi ARM: tegra: Update sound node clocks in device tree 2020-03-13 11:25:44 +01:00
tegra124-apalis.dtsi ARM: tegra: Update sound node clocks in device tree 2020-03-13 11:25:44 +01:00
tegra124-jetson-tk1-emc.dtsi ARM: tegra: Rename EMC on Tegra124 2020-01-09 19:06:58 +01:00
tegra124-jetson-tk1.dts ARM: tegra: Update sound node clocks in device tree 2020-03-13 11:25:44 +01:00
tegra124-nyan-big-emc.dtsi ARM: tegra: Rename EMC on Tegra124 2020-01-09 19:06:58 +01:00
tegra124-nyan-big.dts
tegra124-nyan-blaze-emc.dtsi ARM: tegra: Rename EMC on Tegra124 2020-01-09 19:06:58 +01:00
tegra124-nyan-blaze.dts
tegra124-nyan.dtsi ARM: tegra: Update sound node clocks in device tree 2020-03-13 11:25:44 +01:00
tegra124-venice2.dts ARM: tegra: Kill off "simple-panel" compatibles 2020-04-17 08:51:53 +02:00
tegra124.dtsi ARM: tegra: Add clock-cells property to PMC 2020-03-13 11:25:43 +01:00
tny_a9g20.dts
tny_a9260_common.dtsi
tny_a9260.dts
tny_a9263.dts
tps6507x.dtsi
tps65217.dtsi
tps65910.dtsi
twl4030_omap3.dtsi
twl4030.dtsi
twl6030_omap4.dtsi
twl6030.dtsi
uniphier-ld4-ref.dts
uniphier-ld4.dtsi ARM: dts: uniphier: add #address-cells and #size-cells to SPI nodes 2020-05-04 10:07:22 +09:00
uniphier-ld6b-ref.dts ARM: dts: uniphier: Add ethernet aliases 2020-05-04 09:23:26 +09:00
uniphier-ld6b.dtsi
uniphier-pinctrl.dtsi ARM: dts: uniphier: add pinmux nodes for I2C ch5, ch6 2019-12-16 07:23:21 +09:00
uniphier-pro4-ace.dts ARM: dts: uniphier: Add ethernet aliases 2020-05-04 09:23:26 +09:00
uniphier-pro4-ref.dts ARM: dts: uniphier: Add ethernet aliases 2020-05-04 09:23:26 +09:00
uniphier-pro4-sanji.dts ARM: dts: uniphier: Add ethernet aliases 2020-05-04 09:23:26 +09:00
uniphier-pro4.dtsi ARM: dts: uniphier: add #address-cells and #size-cells to SPI nodes 2020-05-04 10:07:22 +09:00
uniphier-pro5.dtsi ARM: dts: uniphier: add #address-cells and #size-cells to SPI nodes 2020-05-04 10:07:22 +09:00
uniphier-pxs2-gentil.dts ARM: dts: uniphier: Add ethernet aliases 2020-05-04 09:23:26 +09:00
uniphier-pxs2-vodka.dts ARM: dts: uniphier: Add ethernet aliases 2020-05-04 09:23:26 +09:00
uniphier-pxs2.dtsi ARM: dts: uniphier: add #address-cells and #size-cells to SPI nodes 2020-05-04 10:07:22 +09:00
uniphier-ref-daughter.dtsi ARM: dts: uniphier: Add one more generic compatible string for I2C EEPROM 2020-02-29 15:03:15 +09:00
uniphier-sld8-ref.dts
uniphier-sld8.dtsi ARM: dts: uniphier: add #address-cells and #size-cells to SPI nodes 2020-05-04 10:07:22 +09:00
uniphier-support-card.dtsi
usb_a9g20_common.dtsi
usb_a9g20_lpw.dts
usb_a9g20-dab-mmx.dtsi
usb_a9g20.dts
usb_a9260_common.dtsi
usb_a9260.dts
usb_a9263.dts
versatile-ab-ib2.dts ARM: dts: Versatile: Use syscon as node name for IB2 2020-03-04 15:30:38 +01:00
versatile-ab.dts
versatile-pb.dts
vexpress-v2m-rs1.dtsi arm: dts: vexpress: Move mcc node back into motherboard node 2020-06-04 13:52:21 +01:00
vexpress-v2m.dtsi ARM/arm64: dts: Rename SMB bus to just bus 2020-03-04 15:31:30 +01:00
vexpress-v2p-ca5s.dts ARM/arm64: dts: Rename SMB bus to just bus 2020-03-04 15:31:30 +01:00
vexpress-v2p-ca9.dts ARM/arm64: dts: Rename SMB bus to just bus 2020-03-04 15:31:30 +01:00
vexpress-v2p-ca15_a7.dts ARM/arm64: dts: Rename SMB bus to just bus 2020-03-04 15:31:30 +01:00
vexpress-v2p-ca15-tc1.dts ARM/arm64: dts: Rename SMB bus to just bus 2020-03-04 15:31:30 +01:00
vf500-colibri-eval-v3.dts ARM: dts: vf: toradex: SPDX tags and copyright cleanup 2020-03-16 10:26:36 +08:00
vf500-colibri.dtsi ARM: dts: vf: toradex: SPDX tags and copyright cleanup 2020-03-16 10:26:36 +08:00
vf500.dtsi ARM: dts: imx: use generic name bus 2020-02-17 14:39:34 +08:00
vf610-bk4.dts ARM: dts: Disable DMA support on the BK4 vf610 device's fsl_lpuart 2019-10-25 16:52:13 +08:00
vf610-colibri-eval-v3.dts ARM: dts: vf: toradex: SPDX tags and copyright cleanup 2020-03-16 10:26:36 +08:00
vf610-colibri.dtsi ARM: dts: vf: toradex: SPDX tags and copyright cleanup 2020-03-16 10:26:36 +08:00
vf610-cosmic.dts
vf610-pinfunc.h
vf610-twr.dts
vf610-zii-cfu1.dts ARM: dts: vf610-zii-cfu1: Add voltage monitor DT node 2020-02-12 22:01:10 +08:00
vf610-zii-dev-rev-b.dts ARM: dts: vf610-zii-dev-rev-b: Drop redundant I2C properties 2019-12-12 10:25:47 +08:00
vf610-zii-dev-rev-c.dts
vf610-zii-dev.dtsi ARM: dts: vf610-zii-dev: Add voltage monitor DT node 2020-02-12 22:01:06 +08:00
vf610-zii-scu4-aib.dts ARM: dts: vf610-zii-scu4-aib: Add node for switch watchdog 2019-12-12 10:27:33 +08:00
vf610-zii-spb4.dts ARM: dts: vf610-zii-spb4: Add voltage monitor DT node 2020-02-12 22:01:02 +08:00
vf610-zii-ssmb-dtu.dts ARM: dts: vf610-zii-ssmb-dtu: Add voltage monitor DT node 2020-02-12 21:59:54 +08:00
vf610-zii-ssmb-spu3.dts ARM: dts: vf610-zii-ssmb-spu3: Add voltage monitor DT node 2020-02-12 21:59:35 +08:00
vf610.dtsi
vf610m4-colibri.dts ARM: dts: vf: toradex: SPDX tags and copyright cleanup 2020-03-16 10:26:36 +08:00
vf610m4-cosmic.dts
vf610m4.dtsi
vf-colibri-eval-v3.dtsi ARM: dts: vf: toradex: SPDX tags and copyright cleanup 2020-03-16 10:26:36 +08:00
vf-colibri.dtsi ARM: dts: vf: toradex: SPDX tags and copyright cleanup 2020-03-16 10:26:36 +08:00
vfxxx.dtsi ARM: dts: imx: use generic name bus 2020-02-17 14:39:34 +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
zx296702-ad1.dts
zx296702.dtsi
zynq-7000.dtsi ARM: dts: zynq: enablement of coresight topology 2019-12-18 15:31:21 +01:00
zynq-cc108.dts
zynq-microzed.dts
zynq-parallella.dts
zynq-zc702.dts
zynq-zc706.dts
zynq-zc770-xm010.dts
zynq-zc770-xm011.dts
zynq-zc770-xm012.dts
zynq-zc770-xm013.dts
zynq-zed.dts
zynq-zturn.dts
zynq-zybo-z7.dts
zynq-zybo.dts