linux_dsm_epyc7002/arch/arm/boot/dts
Linus Torvalds 439644096c Power management updates for v4.14-rc1
- Drop the P-state selection algorithm based on a PID controller
    from intel_pstate and make it use the same P-state selection
    method (based on the CPU load) for all types of systems in the
    active mode (Rafael Wysocki, Srinivas Pandruvada).
 
  - Rework the cpufreq core and governors to make it possible to
    take cross-CPU utilization updates into account and modify the
    schedutil governor to actually do so (Viresh Kumar).
 
  - Clean up the handling of transition latency information in the
    cpufreq core and untangle it from the information on which drivers
    cannot do dynamic frequency switching (Viresh Kumar).
 
  - Add support for new SoCs (MT2701/MT7623 and MT7622) to the
    mediatek cpufreq driver and update its DT bindings (Sean Wang).
 
  - Modify the cpufreq dt-platdev driver to autimatically create
    cpufreq devices for the new (v2) Operating Performance Points
    (OPP) DT bindings and update its whitelist of supported systems
    (Viresh Kumar, Shubhrajyoti Datta, Marc Gonzalez, Khiem Nguyen,
    Finley Xiao).
 
  - Add support for Ux500 to the cpufreq-dt driver and drop the
    obsolete dbx500 cpufreq driver (Linus Walleij, Arnd Bergmann).
 
  - Add new SoC (R8A7795) support to the cpufreq rcar driver (Khiem
    Nguyen).
 
  - Fix and clean up assorted issues in the cpufreq drivers and core
    (Arvind Yadav, Christophe Jaillet, Colin Ian King, Gustavo Silva,
    Julia Lawall, Leonard Crestez, Rob Herring, Sudeep Holla).
 
  - Update the IO-wait boost handling in the schedutil governor to
    make it less aggressive (Joel Fernandes).
 
  - Rework system suspend diagnostics to make it print fewer messages
    to the kernel log by default, add a sysfs knob to allow more
    suspend-related messages to be printed and add Low Power S0 Idle
    constraints checks to the ACPI suspend-to-idle code (Rafael
    Wysocki, Srinivas Pandruvada).
 
  - Prefer suspend-to-idle over S3 on ACPI-based systems with the
    ACPI_FADT_LOW_POWER_S0 flag set and the Low Power Idle S0 _DSM
    interface present in the ACPI tables (Rafael Wysocki).
 
  - Update documentation related to system sleep and rename a number
    of items in the code to make it cleare that they are related to
    suspend-to-idle (Rafael Wysocki).
 
  - Export a variable allowing device drivers to check the target
    system sleep state from the core system suspend code (Florian
    Fainelli).
 
  - Clean up the cpuidle subsystem to handle the polling state on
    x86 in a more straightforward way and to use %pOF instead of
    full_name (Rafael Wysocki, Rob Herring).
 
  - Update the devfreq framework to fix and clean up a few minor
    issues (Chanwoo Choi, Rob Herring).
 
  - Extend diagnostics in the generic power domains (genpd) framework
    and clean it up slightly (Thara Gopinath, Rob Herring).
 
  - Fix and clean up a couple of issues in the operating performance
    points (OPP) framework (Viresh Kumar, Waldemar Rymarkiewicz).
 
  - Add support for RV1108 to the rockchip-io Adaptive Voltage Scaling
    (AVS) driver (David Wu).
 
  - Fix the usage of notifiers in CPU power management on some
    platforms (Alex Shi).
 
  - Update the pm-graph system suspend/hibernation and boot profiling
    utility (Todd Brandt).
 
  - Make it possible to run the cpupower utility without CPU0 (Prarit
    Bhargava).
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2
 
 iQIcBAABCAAGBQJZrcDJAAoJEILEb/54YlRx9FUQAIUKvWBAARc61ZIZXjbqZF1v
 aEMOBuksFns0CMekdptSic6n4wc81E/XYMS8yDhOOMpyDzfAZsTWjmu+gKwN7w3l
 E/yf/NVlhob9JZ7MqGgqD4EUFfFIaKBXPlWFdDi2rdCUXE2L8xJ7rla8i7zyZlc5
 pYHfAppBbF4qUcEY4OoOVOOGRZCfMdiLXj0iZOhMX8Y6yLBRk/AjnVADYsF33hoj
 gBEfomU+H0K5V8nQEp0ZFKDArPwL+oElHQj6i+nxBpGfPM5evvLXhHOyR6AsldJ5
 J4YI1kMuQNSCmvHMqOTxTYyJf8Jcf3Fj4wcjwaVMVGceY1lz6McAKknnFnCqCvz+
 mskn84gFCBCM8EoJDqRf0b9MQHcuRyQKM+yw4tjnR9r8yd32erb85ZWFHcPWYhCT
 fZatNOwFFv2MU+2vo5J3yeUNSWIKT+uBjy+tKPbrDkUwpKZVRj3Oj+hP3Mq9NE8U
 YBqltsj7tmrdA634zI8C7jfS6wF221S0fId/iPszwmPJaVn/lq8Ror7pWL5YI8U7
 SCJFjiqDiGmAcQEkuWwFAQnscZkyHpO+Y3A+jfXl/izoaZETaI5+ceIHBaocm3+5
 XrOOpHS3ik8EHf9ji0KFCKZ/pYDwllday3cBQPWo3sMIzpQ2lrjbqdnE1cVnBrld
 OtHZAeD/jLUXuY6XW2jN
 =mAiV
 -----END PGP SIGNATURE-----

Merge tag 'pm-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm

Pull power management updates from Rafael Wysocki:
 "This time (again) cpufreq gets the majority of changes which mostly
  are driver updates (including a major consolidation of intel_pstate),
  some schedutil governor modifications and core cleanups.

  There also are some changes in the system suspend area, mostly related
  to diagnostics and debug messages plus some renames of things related
  to suspend-to-idle. One major change here is that suspend-to-idle is
  now going to be preferred over S3 on systems where the ACPI tables
  indicate to do so and provide requsite support (the Low Power Idle S0
  _DSM in particular). The system sleep documentation and the tools
  related to it are updated too.

  The rest is a few cpuidle changes (nothing major), devfreq updates,
  generic power domains (genpd) framework updates and a few assorted
  modifications elsewhere.

  Specifics:

   - Drop the P-state selection algorithm based on a PID controller from
     intel_pstate and make it use the same P-state selection method
     (based on the CPU load) for all types of systems in the active mode
     (Rafael Wysocki, Srinivas Pandruvada).

   - Rework the cpufreq core and governors to make it possible to take
     cross-CPU utilization updates into account and modify the schedutil
     governor to actually do so (Viresh Kumar).

   - Clean up the handling of transition latency information in the
     cpufreq core and untangle it from the information on which drivers
     cannot do dynamic frequency switching (Viresh Kumar).

   - Add support for new SoCs (MT2701/MT7623 and MT7622) to the mediatek
     cpufreq driver and update its DT bindings (Sean Wang).

   - Modify the cpufreq dt-platdev driver to autimatically create
     cpufreq devices for the new (v2) Operating Performance Points (OPP)
     DT bindings and update its whitelist of supported systems (Viresh
     Kumar, Shubhrajyoti Datta, Marc Gonzalez, Khiem Nguyen, Finley
     Xiao).

   - Add support for Ux500 to the cpufreq-dt driver and drop the
     obsolete dbx500 cpufreq driver (Linus Walleij, Arnd Bergmann).

   - Add new SoC (R8A7795) support to the cpufreq rcar driver (Khiem
     Nguyen).

   - Fix and clean up assorted issues in the cpufreq drivers and core
     (Arvind Yadav, Christophe Jaillet, Colin Ian King, Gustavo Silva,
     Julia Lawall, Leonard Crestez, Rob Herring, Sudeep Holla).

   - Update the IO-wait boost handling in the schedutil governor to make
     it less aggressive (Joel Fernandes).

   - Rework system suspend diagnostics to make it print fewer messages
     to the kernel log by default, add a sysfs knob to allow more
     suspend-related messages to be printed and add Low Power S0 Idle
     constraints checks to the ACPI suspend-to-idle code (Rafael
     Wysocki, Srinivas Pandruvada).

   - Prefer suspend-to-idle over S3 on ACPI-based systems with the
     ACPI_FADT_LOW_POWER_S0 flag set and the Low Power Idle S0 _DSM
     interface present in the ACPI tables (Rafael Wysocki).

   - Update documentation related to system sleep and rename a number of
     items in the code to make it cleare that they are related to
     suspend-to-idle (Rafael Wysocki).

   - Export a variable allowing device drivers to check the target
     system sleep state from the core system suspend code (Florian
     Fainelli).

   - Clean up the cpuidle subsystem to handle the polling state on x86
     in a more straightforward way and to use %pOF instead of full_name
     (Rafael Wysocki, Rob Herring).

   - Update the devfreq framework to fix and clean up a few minor issues
     (Chanwoo Choi, Rob Herring).

   - Extend diagnostics in the generic power domains (genpd) framework
     and clean it up slightly (Thara Gopinath, Rob Herring).

   - Fix and clean up a couple of issues in the operating performance
     points (OPP) framework (Viresh Kumar, Waldemar Rymarkiewicz).

   - Add support for RV1108 to the rockchip-io Adaptive Voltage Scaling
     (AVS) driver (David Wu).

   - Fix the usage of notifiers in CPU power management on some
     platforms (Alex Shi).

   - Update the pm-graph system suspend/hibernation and boot profiling
     utility (Todd Brandt).

   - Make it possible to run the cpupower utility without CPU0 (Prarit
     Bhargava)"

* tag 'pm-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm: (87 commits)
  cpuidle: Make drivers initialize polling state
  cpuidle: Move polling state initialization code to separate file
  cpuidle: Eliminate the CPUIDLE_DRIVER_STATE_START symbol
  cpufreq: imx6q: Fix imx6sx low frequency support
  cpufreq: speedstep-lib: make several arrays static, makes code smaller
  PM: docs: Delete the obsolete states.txt document
  PM: docs: Describe high-level PM strategies and sleep states
  PM / devfreq: Fix memory leak when fail to register device
  PM / devfreq: Add dependency on PM_OPP
  PM / devfreq: Move private devfreq_update_stats() into devfreq
  PM / devfreq: Convert to using %pOF instead of full_name
  PM / AVS: rockchip-io: add io selectors and supplies for RV1108
  cpufreq: ti: Fix 'of_node_put' being called twice in error handling path
  cpufreq: dt-platdev: Drop few entries from whitelist
  cpufreq: dt-platdev: Automatically create cpufreq device with OPP v2
  ARM: ux500: don't select CPUFREQ_DT
  cpuidle: Convert to using %pOF instead of full_name
  cpufreq: Convert to using %pOF instead of full_name
  PM / Domains: Convert to using %pOF instead of full_name
  cpufreq: Cap the default transition delay value to 10 ms
  ...
2017-09-05 12:19:08 -07:00
..
aks-cdu.dts ARM: dts: at91: Switch to the new NAND bindings 2017-05-31 11:55:41 +02:00
alphascale-asm9260-devkit.dts
alphascale-asm9260.dtsi
alpine-db.dts
alpine.dtsi ARM: dts: alpine: add valid clock-frequency values 2017-04-03 09:06:55 +02:00
am33xx-clocks.dtsi
am33xx.dtsi arm: dts: am33xx: Remove redundant interrupt-parent property 2017-06-06 00:33:48 -07:00
am35xx-clocks.dtsi
am43x-epos-evm.dts ARM: dts: AM43XX: Remove min and max voltage values for dcdc3 2017-06-06 00:31:41 -07:00
am43xx-clocks.dtsi ARM: dts: am43xx-clocks: Add support for CLKOUT2 2017-05-31 10:19:56 -07:00
am57xx-beagle-x15-common.dtsi ARM: dts: omap: Add generic compatible string for I2C EEPROM 2017-05-26 08:50:45 -07:00
am57xx-beagle-x15-revb1.dts ARM: dts: am57xx-beagle-x15: implement errata "Ethernet RGMII2 Limited to 10/100 Mbps" 2017-01-12 14:52:54 -08:00
am57xx-beagle-x15.dts ARM: dts: am57xx-beagle-x15: implement errata "Ethernet RGMII2 Limited to 10/100 Mbps" 2017-01-12 14:52:54 -08:00
am57xx-cl-som-am57x.dts
am57xx-commercial-grade.dtsi
am57xx-idk-common.dtsi ARM: Device-tree updates 2017-05-09 09:54:39 -07:00
am57xx-industrial-grade.dtsi
am57xx-sbc-am57x.dts
am335x-baltos-ir2110.dts ARM: dts: am335x-baltos: add LED support 2017-03-28 09:06:43 -07:00
am335x-baltos-ir3220.dts ARM: dts: am335x-baltos: add LED support 2017-03-28 09:06:43 -07:00
am335x-baltos-ir5221.dts ARM: dts: am335x-baltos: add LED support 2017-03-28 09:06:43 -07:00
am335x-baltos-leds.dtsi ARM: dts: am335x-baltos: add LED support 2017-03-28 09:06:43 -07:00
am335x-baltos.dtsi ARM: dts: omap: Add generic compatible string for I2C EEPROM 2017-05-26 08:50:45 -07:00
am335x-base0033.dts ARM: dts: omap: Add generic compatible string for I2C EEPROM 2017-05-26 08:50:45 -07:00
am335x-bone-common.dtsi ARM: dts: omap: Add generic compatible string for I2C EEPROM 2017-05-26 08:50:45 -07:00
am335x-bone.dts
am335x-boneblack-common.dtsi
am335x-boneblack-wireless.dts arm: dts: boneblack-wireless: add WL1835 Bluetooth device node 2017-05-26 08:47:29 -07:00
am335x-boneblack.dts ARM: dts: Use - instead of @ for DT OPP entries for TI SoCs 2017-05-16 08:18:55 -07:00
am335x-boneblue.dts ARM: dts: Add am335x-boneblue 2017-06-06 00:25:36 -07:00
am335x-bonegreen-common.dtsi ARM: dts: Move most of am335x-bonegreen.dts to am335x-bonegreen-common.dtsi 2017-01-03 15:58:00 -08:00
am335x-bonegreen-wireless.dts ARM: dts: bonegreen-wireless: add WL1835 Bluetooth device node 2017-06-06 00:32:59 -07:00
am335x-bonegreen.dts ARM: dts: Move most of am335x-bonegreen.dts to am335x-bonegreen-common.dtsi 2017-01-03 15:58:00 -08:00
am335x-chiliboard.dts ARM: dts: am335x-chiliboard: Support charger 2017-02-02 09:46:30 -08:00
am335x-chilisom.dtsi ARM: dts: am335x-chilisom: Wakeup from RTC-only state by power on event 2017-01-05 08:53:29 -08:00
am335x-cm-t335.dts
am335x-evm.dts ARM: dts: am33xx: Add stdout-path property 2017-01-20 10:39:00 -08:00
am335x-evmsk.dts ARM: dts: am335x-evmsk: adjust mmc2 param to allow suspend 2017-03-27 10:09:08 -07:00
am335x-icev2.dts ARM: dts: am335x-icev2: Add CPSW ethernet0 and ethernet1 2017-04-04 08:57:21 -07:00
am335x-igep0033.dtsi
am335x-lxm.dts
am335x-nano.dts ARM: dts: omap: Add generic compatible string for I2C EEPROM 2017-05-26 08:50:45 -07:00
am335x-pcm-953.dtsi ARM: dts: am335x-pcm953: Fix legacy wakeup source binding 2017-02-28 08:40:22 -08:00
am335x-pepper.dts ARM: dts: omap: Add generic compatible string for I2C EEPROM 2017-05-26 08:50:45 -07:00
am335x-phycore-rdk.dts ARM: dts: Add support for phyCORE-AM335x PCM-953 carrier board 2017-01-26 08:08:48 -08:00
am335x-phycore-som.dtsi ARM: dts: am335x-phycore-som: fix rv4162 compatible 2017-05-16 08:18:02 -07:00
am335x-sbc-t335.dts
am335x-shc.dts ARM: dts: omap: Add generic compatible string for I2C EEPROM 2017-05-26 08:50:45 -07:00
am335x-sl50.dts ARM: Device-tree updates 2017-07-04 14:37:25 -07:00
am335x-wega-rdk.dts
am335x-wega.dtsi ARM: dts: am335x-wega: Update ethernet phy node 2017-01-05 09:14:50 -08:00
am437x-cm-t43.dts
am437x-gp-evm.dts ARM: dts: AM43XX: Remove min and max voltage values for dcdc3 2017-06-06 00:31:41 -07:00
am437x-idk-evm.dts ARM: dts: omap: Add generic compatible string for I2C EEPROM 2017-05-26 08:50:45 -07:00
am437x-sbc-t43.dts
am437x-sk-evm.dts ARM: dts: AM43XX: Remove min and max voltage values for dcdc3 2017-06-06 00:31:41 -07:00
am571x-idk.dts ARM: dts: am571x-idk: Enable the system mailboxes 5 and 6 2017-05-26 08:46:04 -07:00
am572x-idk.dts ARM: dts: am572x-idk: Enable the system mailboxes 5 and 6 2017-05-26 08:45:59 -07:00
am3517_mt_ventoux.dts
am3517-craneboard.dts
am3517-evm.dts
am3517.dtsi ARM: dts: AM35x: Add hecc node 2017-03-17 12:11:55 -07:00
am4372.dtsi ARM: dts: Use - instead of @ for DT OPP entries for TI SoCs 2017-05-16 08:18:55 -07:00
animeo_ip.dts ARM: dts: at91: Switch to the new NAND bindings 2017-05-31 11:55:41 +02:00
arm-realview-eb-11mp-bbrevd-ctrevb.dts
arm-realview-eb-11mp-bbrevd.dts
arm-realview-eb-11mp-ctrevb.dts
arm-realview-eb-11mp.dts
arm-realview-eb-a9mp-bbrevd.dts
arm-realview-eb-a9mp.dts
arm-realview-eb-bbrevd.dts
arm-realview-eb-bbrevd.dtsi
arm-realview-eb-mp.dtsi
arm-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
armada-38x-solidrun-microsom.dtsi ARM: dts: armada388-clearfog: move uart nodes 2017-01-05 13:59:17 +01:00
armada-38x.dtsi ARM: dts: mvebu: Add PWM properties for armada-38x 2017-06-17 08:16:45 +02:00
armada-39x.dtsi ARM: dts: mvebu: Correct license text 2017-01-03 17:04:05 +01:00
armada-370-db.dts ARM: dts: mvebu: Correct license text 2017-01-03 17:04:05 +01:00
armada-370-dlink-dns327l.dts ARM: dts: mvebu: Correct license text 2017-01-03 17:04:05 +01:00
armada-370-mirabox.dts ARM: dts: mvebu: Correct license text 2017-01-03 17:04:05 +01:00
armada-370-netgear-rn102.dts ARM: dts: mvebu: Correct license text 2017-01-03 17:04:05 +01:00
armada-370-netgear-rn104.dts ARM: dts: mvebu: Correct license text 2017-01-03 17:04:05 +01:00
armada-370-rd.dts ARM: dts: armada-370-rd: Utilize new DSA binding 2017-01-19 23:40:08 +01:00
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 ARM: dts: mvebu: Correct license text 2017-01-03 17:04:05 +01:00
armada-370-xp.dtsi ARM: dts: mvebu: Correct license text 2017-01-03 17:04:05 +01:00
armada-370.dtsi ARM: dts: mvebu: Add PWM properties to .dtsi files 2017-06-17 08:16:45 +02:00
armada-375-db.dts ARM: dts: mvebu: Correct license text 2017-01-03 17:04:05 +01:00
armada-375.dtsi ARM: dts: mvebu: Correct license text 2017-01-03 17:04:05 +01:00
armada-380.dtsi ARM: dts: mvebu: Correct license text 2017-01-03 17:04:05 +01:00
armada-385-db-ap.dts
armada-385-linksys-caiman.dts ARM: dts: armada-385-linksys: partition layout is board specific 2017-06-17 08:16:46 +02:00
armada-385-linksys-cobra.dts ARM: dts: armada-385-linksys: partition layout is board specific 2017-06-17 08:16:46 +02:00
armada-385-linksys-rango.dts ARM: dts: mvebu: add support for Linksys WRT3200ACM (Rango) 2017-06-17 08:16:46 +02:00
armada-385-linksys-shelby.dts ARM: dts: armada-385-linksys: partition layout is board specific 2017-06-17 08:16:46 +02:00
armada-385-linksys.dtsi ARM: dts: armada-385-linksys: fixup button node names 2017-06-17 08:16:46 +02:00
armada-385-synology-ds116.dts ARM: dts: armada-385-synology-ds116: add support for Synology DS116 NAS 2017-03-07 17:46:43 +01:00
armada-385-turris-omnia.dts ARM: dts: turris-omnia: Add generic compatible string for I2C EEPROM 2017-06-17 08:16:46 +02:00
armada-385.dtsi ARM: dts: armada-38x add node labels 2017-03-07 17:20:02 +01:00
armada-388-clearfog-base.dts ARM: dts: armada388-clearfog: add base model DTS file 2017-01-05 13:59:12 +01:00
armada-388-clearfog-pro.dts ARM: dts: armada388-clearfog: add pro model DTS file 2017-01-05 13:59:13 +01:00
armada-388-clearfog.dts ARM: dts: clearfog: keep dts alphabetically ordered 2017-03-30 17:33:05 +02:00
armada-388-clearfog.dtsi ARM: dts: armada388-clearfog: move uart nodes 2017-01-05 13:59:17 +01:00
armada-388-db.dts ARM: dts: mvebu: Correct license text 2017-01-03 17:04:05 +01:00
armada-388-gp.dts ARM: dts: armada-38x: Fix irq type for pca955 2017-07-18 11:26:30 +02:00
armada-388-rd.dts ARM: dts: mvebu: Correct license text 2017-01-03 17:04:05 +01:00
armada-388.dtsi ARM: dts: armada-38x add node labels 2017-03-07 17:20:02 +01:00
armada-390-db.dts ARM: dts: mvebu: Correct license text 2017-01-03 17:04:05 +01:00
armada-390.dtsi ARM: dts: mvebu: Correct license text 2017-01-03 17:04:05 +01:00
armada-395-gp.dts
armada-395.dtsi ARM: dts: mvebu: Correct license text 2017-01-03 17:04:05 +01:00
armada-398-db.dts ARM: dts: mvebu: Correct license text 2017-01-03 17:04:05 +01:00
armada-398.dtsi ARM: dts: mvebu: Correct license text 2017-01-03 17:04:05 +01:00
armada-xp-98dx3236.dtsi ARM: dts: mvebu: disable the rtc on 98dx3236 SoC 2017-06-17 08:16:45 +02:00
armada-xp-98dx3336.dtsi ARM: dts: Use armada-370-xp as a base for armada-xp-98dx3236 2017-03-08 09:52:53 +01:00
armada-xp-98dx4251.dtsi ARM: dts: mvebu: add missing interrupt to 98dx4251 switch 2017-06-17 08:16:45 +02:00
armada-xp-axpwifiap.dts ARM: dts: mvebu: Correct license text 2017-01-03 17:04:05 +01:00
armada-xp-db-dxbc2.dts ARM: dts: Use armada-370-xp as a base for armada-xp-98dx3236 2017-03-08 09:52:53 +01:00
armada-xp-db-xc3-24g4xg.dts ARM: dts: Use armada-370-xp as a base for armada-xp-98dx3236 2017-03-08 09:52:53 +01:00
armada-xp-db.dts ARM: dts: mvebu: Correct license text 2017-01-03 17:04:05 +01:00
armada-xp-gp.dts ARM: dts: mvebu: Correct license text 2017-01-03 17:04:05 +01:00
armada-xp-lenovo-ix4-300d.dts ARM: dts: mvebu: Correct license text 2017-01-03 17:04:05 +01:00
armada-xp-linksys-mamba.dts ARM: dts: armada-xp: Use pwm-fan rather than gpio-fan 2017-06-17 08:16:45 +02:00
armada-xp-matrix.dts ARM: dts: mvebu: Correct license text 2017-01-03 17:04:05 +01:00
armada-xp-mv78230.dtsi ARM: dts: mvebu: Add PWM properties to .dtsi files 2017-06-17 08:16:45 +02:00
armada-xp-mv78260.dtsi ARM: dts: mvebu: Add PWM properties to .dtsi files 2017-06-17 08:16:45 +02:00
armada-xp-mv78460.dtsi ARM: dts: mvebu: Add PWM properties to .dtsi files 2017-06-17 08:16:45 +02:00
armada-xp-netgear-rn2120.dts ARM: dts: mvebu: Correct license text 2017-01-03 17:04:05 +01:00
armada-xp-openblocks-ax3-4.dts ARM: dts: mvebu: Correct license text 2017-01-03 17:04:05 +01:00
armada-xp-synology-ds414.dts ARM: dts: mvebu: Correct license text 2017-01-03 17:04:05 +01:00
armada-xp.dtsi ARM: dts: mvebu: Correct license text 2017-01-03 17:04:05 +01:00
armv7-m.dtsi
artpec6-devboard.dts
artpec6.dtsi
aspeed-ast2500-evb.dts ARM: dts: aspeed: Add a fastread property 2017-04-07 11:50:35 +09:30
aspeed-bmc-opp-palmetto.dts ARM: dts: aspeed: Add a fastread property 2017-04-07 11:50:35 +09:30
aspeed-bmc-opp-romulus.dts ARM: dts: aspeed: romulus: Add UART1 2017-04-07 12:25:26 +09:30
aspeed-g4.dtsi arm: aspeed: Add clock-names property to timer node 2017-06-12 10:13:56 +02:00
aspeed-g5.dtsi arm: aspeed: Add clock-names property to timer node 2017-06-12 10:13:56 +02:00
at91-ariag25.dts
at91-ariettag25.dts
at91-cosino_mega2560.dts
at91-cosino.dtsi ARM: dts: at91: Switch to the new NAND bindings 2017-05-31 11:55:41 +02:00
at91-foxg20.dts
at91-kizbox2.dts ARM: dts: at91: Switch to the new NAND bindings 2017-05-31 11:55:41 +02:00
at91-kizbox.dts ARM: dts: at91: Switch to the new NAND bindings 2017-05-31 11:55:41 +02:00
at91-kizboxmini.dts ARM: dts: at91: Switch to the new NAND bindings 2017-05-31 11:55:41 +02:00
at91-linea.dtsi ARM: dts: at91: Switch to the new NAND bindings 2017-05-31 11:55:41 +02:00
at91-qil_a9260.dts ARM: dts: at91: Switch to the new NAND bindings 2017-05-31 11:55:41 +02:00
at91-sam9_l9260.dts
at91-sama5d2_xplained.dts ARM: dts: at91: sama5d2_xplained: remove wrong memory node 2017-06-08 23:49:17 +02:00
at91-sama5d3_xplained.dts ARM: dts: at91: Switch to the new NAND bindings 2017-05-31 11:55:41 +02:00
at91-sama5d4_ma5d4.dtsi ARM: dts: at91-sama5d4: use IRQ_TYPE_* to specify irq flags 2017-05-31 11:52:01 +02:00
at91-sama5d4_ma5d4evk.dts
at91-sama5d4_xplained.dts ARM: dts: at91: Switch to the new NAND bindings 2017-05-31 11:55:41 +02:00
at91-sama5d4ek.dts ARM: dts: at91: Switch to the new NAND bindings 2017-05-31 11:55:41 +02:00
at91-tse850-3.dts ARM: dts: at91: Switch to the new NAND bindings 2017-05-31 11:55:41 +02:00
at91-vinco.dts
at91rm9200_pqfp.dtsi
at91rm9200.dtsi
at91rm9200ek.dts
at91sam9g15.dtsi
at91sam9g15ek.dts
at91sam9g20.dtsi
at91sam9g20ek_2mmc.dts
at91sam9g20ek_common.dtsi ARM: dts: at91: Switch to the new NAND bindings 2017-05-31 11:55:41 +02:00
at91sam9g20ek.dts
at91sam9g25.dtsi
at91sam9g25ek.dts
at91sam9g35.dtsi
at91sam9g35ek.dts
at91sam9g45.dtsi ARM: dts: at91: Switch to the new NAND bindings 2017-05-31 11:55:41 +02:00
at91sam9m10g45ek.dts ARM: dts: at91: Switch to the new NAND bindings 2017-05-31 11:55:41 +02:00
at91sam9n12.dtsi ARM: dts: at91: Switch to the new NAND bindings 2017-05-31 11:55:41 +02:00
at91sam9n12ek.dts ARM: dts: at91: Switch to the new NAND bindings 2017-05-31 11:55:41 +02:00
at91sam9rl.dtsi ARM: dts: at91: Switch to the new NAND bindings 2017-05-31 11:55:41 +02:00
at91sam9rlek.dts ARM: dts: at91: Switch to the new NAND bindings 2017-05-31 11:55:41 +02:00
at91sam9x5_can.dtsi
at91sam9x5_isi.dtsi
at91sam9x5_lcd.dtsi
at91sam9x5_macb0.dtsi
at91sam9x5_macb1.dtsi
at91sam9x5_usart3.dtsi
at91sam9x5.dtsi ARM: dts: at91: Switch to the new NAND bindings 2017-05-31 11:55:41 +02:00
at91sam9x5cm.dtsi ARM: dts: at91: Switch to the new NAND bindings 2017-05-31 11:55:41 +02:00
at91sam9x5dm.dtsi
at91sam9x5ek.dtsi ARM: dts: at91: Disable SPI on at91sam9x5ek to allow MCI1 to work. 2017-03-05 23:53:41 +01:00
at91sam9x25.dtsi
at91sam9x25ek.dts
at91sam9x35.dtsi
at91sam9x35ek.dts
at91sam9xe.dtsi
at91sam9260.dtsi ARM: dts: at91: Switch to the new NAND bindings 2017-05-31 11:55:41 +02:00
at91sam9260ek.dts
at91sam9261.dtsi ARM: dts: at91: Switch to the new NAND bindings 2017-05-31 11:55:41 +02:00
at91sam9261ek.dts ARM: dts: at91: Switch to the new NAND bindings 2017-05-31 11:55:41 +02:00
at91sam9263.dtsi ARM: dts: at91: Switch to the new NAND bindings 2017-05-31 11:55:41 +02:00
at91sam9263ek.dts ARM: dts: at91: Switch to the new NAND bindings 2017-05-31 11:55:41 +02:00
atlas6-evb.dts
atlas6.dtsi
atlas7-evb.dts
atlas7.dtsi
axm55xx.dtsi ARM: DTS: Fix register map for virt-capable GIC 2017-02-07 15:06:46 +01:00
axm5516-amarillo.dts
axm5516-cpus.dtsi
axp22x.dtsi ARM: dtsi: axp22x: add battery power supply subnode 2017-05-14 08:32:32 +02:00
axp152.dtsi
axp209.dtsi ARM: dtsi: axp209: add battery power supply subnode 2017-05-14 08:32:32 +02:00
axp223.dtsi ARM: dts: add DTSI for AXP223 2017-01-12 10:04:41 +01:00
axp809.dtsi
bcm9hmidc.dtsi
bcm283x-rpi-smsc9512.dtsi ARM: dts: bcm2835: add index to the ethernet alias 2017-03-27 10:10:39 -07:00
bcm283x-rpi-smsc9514.dtsi ARM: dts: bcm2835: add index to the ethernet alias 2017-03-27 10:10:39 -07:00
bcm283x-rpi-usb-host.dtsi
bcm283x-rpi-usb-otg.dtsi ARM: dts: bcm283x: Add dtsi for OTG mode 2017-06-12 13:27:46 -07:00
bcm283x.dtsi ARM: Device-tree updates 2017-07-04 14:37:25 -07: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-zero.dts ARM: dts: bcm2835-rpi-zero: Enable OTG mode 2017-06-12 13:28:50 -07:00
bcm2835-rpi.dtsi ARM: dts: bcm283x: switch from &sdhci to &sdhost 2017-05-16 14:38:41 -07:00
bcm2835.dtsi ARM: dts: bcm283x: Add CPU thermal zone with 1 trip point 2017-05-15 15:43:35 -07:00
bcm2836-rpi-2-b.dts
bcm2836.dtsi ARM: dts: bcm283x: Add CPU thermal zone with 1 trip point 2017-05-15 15:43:35 -07:00
bcm2837-rpi-3-b.dts ARM: dts: Add devicetree for the Raspberry Pi 3, for arm32 (v6) 2017-05-15 15:43:34 -07:00
bcm4708-asus-rt-ac56u.dts ARM: dts: BCM5301X: Don't use nonexistent "default-off" LED trigger 2017-03-09 12:17:18 -08:00
bcm4708-asus-rt-ac68u.dts ARM: dts: BCM5301X: Don't use nonexistent "default-off" LED trigger 2017-03-09 12:17:18 -08:00
bcm4708-buffalo-wzr-1750dhp.dts ARM: dts: BCM5301X: Don't use nonexistent "default-off" LED trigger 2017-03-09 12:17:18 -08:00
bcm4708-linksys-ea6300-v1.dts ARM: dts: BCM5301X: Add basic DT for Linksys EA6300 V1 2017-03-05 16:59:02 -08:00
bcm4708-luxul-xap-1510.dts ARM: dts: BCM5301X: Enable UART by default for BCM4708(1), BCM4709(4) & BCM53012 2017-01-18 17:17:27 -08:00
bcm4708-luxul-xwc-1000.dts ARM: dts: BCM5301X: Enable UART by default for BCM4708(1), BCM4709(4) & BCM53012 2017-01-18 17:17:27 -08:00
bcm4708-netgear-r6250.dts ARM: dts: BCM5301X: Don't use nonexistent "default-off" LED trigger 2017-03-09 12:17:18 -08:00
bcm4708-netgear-r6300-v2.dts ARM: dts: BCM5301X: Don't use nonexistent "default-off" LED trigger 2017-03-09 12:17:18 -08:00
bcm4708-smartrg-sr400ac.dts ARM: dts: BCM5301X: Don't use nonexistent "default-off" LED trigger 2017-03-09 12:17:18 -08:00
bcm4708.dtsi ARM: dts: BCM5301X: Specify serial console params in dtsi files 2017-03-22 09:48:24 -07:00
bcm4709-asus-rt-ac87u.dts ARM: dts: BCM5301X: Don't use nonexistent "default-off" LED trigger 2017-03-09 12:17:18 -08:00
bcm4709-buffalo-wxr-1900dhp.dts ARM: dts: BCM5301X: Don't use nonexistent "default-off" LED trigger 2017-03-09 12:17:18 -08:00
bcm4709-linksys-ea9200.dts ARM: dts: BCM5301X: Add basic DT for Linksys EA9200 2017-03-05 16:59:02 -08:00
bcm4709-netgear-r7000.dts ARM: dts: BCM5301X: Don't use nonexistent "default-off" LED trigger 2017-03-09 12:17:18 -08:00
bcm4709-netgear-r8000.dts ARM: dts: BCM5301X: Don't use nonexistent "default-off" LED trigger 2017-03-09 12:17:18 -08:00
bcm4709-tplink-archer-c9-v1.dts ARM: dts: BCM5301X: Don't use nonexistent "default-off" LED trigger 2017-03-09 12:17:18 -08:00
bcm4709.dtsi ARM: dts: BCM5301X: Enable UART by default for BCM4708(1), BCM4709(4) & BCM53012 2017-01-18 17:17:27 -08:00
bcm5301x-nand-cs0-bch1.dtsi
bcm5301x-nand-cs0-bch4.dtsi
bcm5301x-nand-cs0-bch8.dtsi
bcm5301x-nand-cs0.dtsi
bcm5301x.dtsi ARM: dts: BCM5301X: Specify MDIO bus in the DT 2017-06-12 09:52:35 -07: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 ARM: dts: BCM5301X: Don't use nonexistent "default-off" LED trigger 2017-03-09 12:17:18 -08:00
bcm47081-buffalo-wzr-600dhp2.dts ARM: dts: BCM5301X: Don't use nonexistent "default-off" LED trigger 2017-03-09 12:17:18 -08:00
bcm47081-buffalo-wzr-900dhp.dts ARM: dts: BCM5301X: Relicense DTS files I created to the ISC 2017-03-06 11:21:32 -08:00
bcm47081-luxul-xap-1410.dts ARM: dts: BCM5301X: Add DT for Luxul XAP-1410 2017-01-18 17:18:37 -08:00
bcm47081-luxul-xwr-1200.dts ARM: dts: BCM5301X: Add DT for Luxul XWR-1200 2017-01-18 17:18:45 -08:00
bcm47081-tplink-archer-c5-v2.dts ARM: dts: BCM5301X: Add support for TP-LINK Archer C5 V2 2017-03-18 09:40:02 -07:00
bcm47081.dtsi ARM: dts: BCM5301X: Specify serial console params in dtsi files 2017-03-22 09:48:24 -07:00
bcm47094-dlink-dir-885l.dts ARM: dts: BCM5301X: Don't use nonexistent "default-off" LED trigger 2017-03-09 12:17:18 -08:00
bcm47094-linksys-panamera.dts ARM: dts: BCM5301X: Add basic DT for Linksys EA9500 2017-03-05 16:59:03 -08:00
bcm47094-luxul-xwr-3100.dts ARM: dts: BCM5301X: Don't use nonexistent "default-off" LED trigger 2017-03-09 12:17:18 -08:00
bcm47094-netgear-r8500.dts ARM: dts: BCM5301X: Don't use nonexistent "default-off" LED trigger 2017-03-09 12:17:18 -08:00
bcm47094.dtsi ARM: dts: BCM5301X: Enable UART by default for BCM4708(1), BCM4709(4) & BCM53012 2017-01-18 17:17:27 -08:00
bcm47189-tenda-ac9.dts ARM: dts: BCM53573: Don't use nonexistent "default-off" LED trigger 2017-03-09 12:16:47 -08:00
bcm53573.dtsi ARM: dts: BCM53573: Specify serial console parameters 2017-03-22 09:48:52 -07:00
bcm59056.dtsi
bcm63138.dtsi
bcm94708.dts ARM: dts: BCM5301X: Specify serial console params in dtsi files 2017-03-22 09:48:24 -07:00
bcm94709.dts ARM: dts: BCM5301X: Specify serial console params in dtsi files 2017-03-22 09:48:24 -07:00
bcm911360_entphn.dts ARM: dts: Cygnus: Add the ethernet switch and ethernet PHY 2017-06-12 09:52:37 -07:00
bcm911360k.dts
bcm953012er.dts ARM: dts: BCM5301X: Specify serial console params in dtsi files 2017-03-22 09:48:24 -07:00
bcm953012hr.dts ARM: dts: BCM5301X: Specify serial console params in dtsi files 2017-03-22 09:48:24 -07:00
bcm953012k.dts Merge tag 'arm-soc/for-4.11/devicetree-fixes' of http://github.com/Broadcom/stblinux into fixes 2017-03-31 12:19:39 +02:00
bcm958300k.dts
bcm958305k.dts
bcm958522er.dts ARM: Device-tree updates 2017-05-09 09:54:39 -07:00
bcm958525er.dts ARM: Device-tree updates 2017-05-09 09:54:39 -07:00
bcm958525xmc.dts ARM: Device-tree updates 2017-05-09 09:54:39 -07:00
bcm958622hr.dts ARM: Device-tree updates 2017-05-09 09:54:39 -07:00
bcm958623hr.dts ARM: Device-tree updates 2017-05-09 09:54:39 -07:00
bcm958625hr.dts ARM: Device-tree updates 2017-05-09 09:54:39 -07:00
bcm958625k.dts ARM: dts: NSP: Add EHCI/OHCI USB nodes to device tree 2017-03-18 09:40:01 -07:00
bcm963138dvt.dts
bcm988312hr.dts ARM: Device-tree updates 2017-05-09 09:54:39 -07:00
bcm-cygnus-clock.dtsi
bcm-cygnus.dtsi ARM: dts: Cygnus: Add the ethernet switch and ethernet PHY 2017-06-12 09:52:37 -07:00
bcm-nsp.dtsi ARM: dts: NSP: Add Thermal Support 2017-06-12 09:52:36 -07:00
berlin2-sony-nsz-gs7.dts
berlin2.dtsi
berlin2cd-google-chromecast.dts
berlin2cd.dtsi
berlin2q-marvell-dmp.dts
berlin2q.dtsi
cloudengines-pogoplug-series-3.dts
compulab-sb-som.dtsi
cros-adc-thermistors.dtsi
cros-ec-keyboard.dtsi
cros-ec-sbs.dtsi
cx92755_equinox.dts
cx92755.dtsi
da850-enbw-cmc.dts
da850-evm.dts ARM: dts: da850-evm: drop unused VPIF endpoints 2017-07-27 16:29:43 +05:30
da850-lcdk.dts ARM: dts: da850-lcdk: drop unused VPIF endpoints 2017-07-27 16:29:44 +05:30
da850-lego-ev3.dts ARM: dts: da850-lego-ev3: Add node for LEGO MINDSTORMS EV3 Battery 2017-05-17 16:29:38 +05:30
da850.dtsi ARM: dts: da850: Add interrupt-controller property to gpio node 2017-05-30 16:17:25 +05:30
dm814x-clocks.dtsi
dm814x.dtsi ARM: SoC non-urgent fixes for merge window 2017-02-23 15:28:04 -08:00
dm816x-clocks.dtsi
dm816x.dtsi ARM: dts: dm816x: Correct NAND support nodes 2017-07-05 00:54:36 -07:00
dm8148-evm.dts
dm8148-t410.dts
dm8168-evm.dts ARM: dts: dm816x: Correct the state of the write protect pin 2017-07-05 00:54:45 -07:00
dove-cm-a510.dtsi ARM: dts: mvebu: Correct license text 2017-01-03 17:04:05 +01:00
dove-cubox-es.dts
dove-cubox.dts
dove-d2plug.dts
dove-d3plug.dts
dove-dove-db.dts
dove-sbc-a510.dts ARM: dts: mvebu: Correct license text 2017-01-03 17:04:05 +01:00
dove.dtsi
dra7-dspeve-thermal.dtsi
dra7-evm.dts Device tree changes for omaps for v4.13 merge window. 2017-06-18 18:56:35 -07:00
dra7-iva-thermal.dtsi
dra7.dtsi Device tree changes for omaps for v4.13 merge window. 2017-06-18 18:56:35 -07:00
dra7xx-clocks.dtsi ARM: dts: dra7xx-clocks: Use DPLL_GPU for GPU clocks 2017-06-12 03:05:20 -07:00
dra62x-clocks.dtsi
dra62x-j5eco-evm.dts
dra62x.dtsi
dra71-evm.dts ARM: dts: dra71-evm: mdio: Fix impedance values 2017-07-05 00:54:52 -07:00
dra72-evm-common.dtsi ARM: dts: dra7x-evm: Enable dual-role mode for USB1 2017-05-16 09:46:28 -07:00
dra72-evm-revc.dts ARM: dts: dra72-evm-revc: enable irqs for dp83867 eth phys 2017-01-12 14:26:48 -08:00
dra72-evm-tps65917.dtsi
dra72-evm.dts
dra72x.dtsi
dra74x.dtsi ARM: dts: dra7: Add updated operating-points-v2 table for cpu 2017-03-23 13:45:12 -07:00
ecx-2000.dts ARM: DTS: Fix register map for virt-capable GIC 2017-02-07 15:06:46 +01:00
ecx-common.dtsi
efm32gg-dk3750.dts
efm32gg.dtsi
elpida_ecb240abacn.dtsi
emev2-kzm9d.dts
emev2.dtsi ARM: dts: emev2: update PFC node name to pin-controller 2017-05-15 09:06:37 +02:00
ep7209.dtsi
ep7211-edb7211.dts
ep7211.dtsi
ethernut5.dts ARM: dts: at91: Switch to the new NAND bindings 2017-05-31 11:55:41 +02:00
evk-pro3.dts
exynos4-cpu-thermal.dtsi
exynos4.dtsi ARM: dts: exynos: Add clocks to audss block to fix silent hang on Exynos4412 2017-07-27 12:53:15 +02:00
exynos5.dtsi ARM: dts: exynos: Use human-friendly symbols for GIC interrupt properties 2017-06-07 20:56:06 +02:00
exynos54xx-odroidxu-leds.dtsi
exynos54xx.dtsi
exynos3250-artik5-eval.dts
exynos3250-artik5.dtsi
exynos3250-monk.dts ARM: dts: exynos: Use human-friendly symbols for interrupt flags in board sources 2017-06-07 20:51:24 +02:00
exynos3250-pinctrl.dtsi
exynos3250-rinato.dts ARM: dts: exynos: Fix polarity of panel reset gpio in Rinato 2017-06-16 18:17:23 +02:00
exynos3250.dtsi ARM: dts: exynos: Use - instead of @ for DT OPP entries 2017-04-20 18:06:03 +02:00
exynos4210-origen.dts ARM: dts: exynos: Use human-friendly symbols for interrupt flags in board sources 2017-06-07 20:51:24 +02:00
exynos4210-pinctrl.dtsi
exynos4210-smdkv310.dts
exynos4210-trats.dts ARM: dts: exynos: Use human-friendly symbols for interrupt flags in board sources 2017-06-07 20:51:24 +02:00
exynos4210-universal_c210.dts
exynos4210.dtsi ARM: dts: exynos: Use - instead of @ for DT OPP entries 2017-04-20 18:06:03 +02:00
exynos4412-itop-elite.dts
exynos4412-itop-scp-core.dtsi ARM: dts: exynos: Enable watchdog on all Exynos4 boards 2017-03-13 19:34:15 +02:00
exynos4412-odroid-common.dtsi ARM: dts: exynos: Use human-friendly symbols for interrupt flags in board sources 2017-06-07 20:51:24 +02:00
exynos4412-odroidu3.dts ARM: dts: exynos: add needs-hpd to &hdmicec for Odroid-U3 2017-06-15 15:16:41 +02:00
exynos4412-odroidx2.dts
exynos4412-odroidx.dts ARM: dts: exynos: Use human-friendly symbols for interrupt flags in board sources 2017-06-07 20:51:24 +02:00
exynos4412-origen.dts ARM: dts: exynos: Enable watchdog on all Exynos4 boards 2017-03-13 19:34:15 +02:00
exynos4412-pinctrl.dtsi ARM: dts: exynos: remove Exynos4212 support (dead code) 2017-01-11 18:28:43 +02:00
exynos4412-ppmu-common.dtsi
exynos4412-prime.dtsi ARM: dts: exynos: Use - instead of @ for DT OPP entries 2017-04-20 18:06:03 +02:00
exynos4412-smdk4412.dts
exynos4412-tiny4412.dts
exynos4412-tmu-sensor-conf.dtsi
exynos4412-trats2.dts ARM: dts: exynos: Use human-friendly symbols for interrupt flags in board sources 2017-06-07 20:51:24 +02:00
exynos4412.dtsi ARM: dts: exynos: Use - instead of @ for DT OPP entries 2017-04-20 18:06:03 +02:00
exynos5250-arndale.dts ARM: dts: exynos: Remove MFC reserved buffers 2017-05-15 18:40:00 +02:00
exynos5250-pinctrl.dtsi ARM: dts: exynos: Add HDMI CEC device to Exynos5 SoC family 2017-06-02 17:18:30 +02:00
exynos5250-smdk5250.dts ARM: dts: exynos: Remove MFC reserved buffers 2017-05-15 18:40:00 +02:00
exynos5250-snow-common.dtsi ARM: dts: exynos: Add HDMI CEC device to Exynos5 SoC family 2017-06-02 17:18:30 +02:00
exynos5250-snow-rev5.dts
exynos5250-snow.dts
exynos5250-spring.dts ARM: dts: exynos: Remove MFC reserved buffers 2017-05-15 18:40:00 +02:00
exynos5250.dtsi ARM: dts: exynos: Use human-friendly symbols for GIC interrupt properties 2017-06-07 20:56:06 +02:00
exynos5260-pinctrl.dtsi
exynos5260-xyref5260.dts
exynos5260.dtsi ARM: DTS: Fix register map for virt-capable GIC 2017-02-07 15:06:46 +01:00
exynos5410-odroidxu.dts
exynos5410-pinctrl.dtsi
exynos5410-smdk5410.dts
exynos5410.dtsi
exynos5420-arndale-octa.dts ARM: dts: exynos: Remove MFC reserved buffers 2017-05-15 18:40:00 +02:00
exynos5420-cpus.dtsi
exynos5420-peach-pit.dts ARM: dts: exynos: Use human-friendly symbols for interrupt flags in board sources 2017-06-07 20:51:24 +02:00
exynos5420-pinctrl.dtsi ARM: dts: exynos: Add HDMI CEC device to Exynos5 SoC family 2017-06-02 17:18:30 +02:00
exynos5420-smdk5420.dts ARM: dts: exynos: Remove MFC reserved buffers 2017-05-15 18:40:00 +02:00
exynos5420-tmu-sensor-conf.dtsi ARM: dts: exynos: Do not ignore real-world fuse values for thermal zone 0 on Exynos5420 2017-03-07 22:06:44 +02:00
exynos5420-trip-points.dtsi
exynos5420.dtsi ARM: dts: exynos: Use human-friendly symbols for GIC interrupt properties 2017-06-07 20:56:06 +02:00
exynos5422-cpus.dtsi
exynos5422-odroidxu3-audio.dtsi ARM: dts: exynos: Use human-friendly symbols for interrupt flags in board sources 2017-06-07 20:51:24 +02:00
exynos5422-odroidxu3-common.dtsi ARM: dts: exynos: add needs-hpd for Odroid-XU3/4 2017-08-23 21:43:29 +02:00
exynos5422-odroidxu3-lite.dts
exynos5422-odroidxu3.dts
exynos5422-odroidxu4.dts
exynos5440-sd5v1.dts
exynos5440-ssdk5440.dts
exynos5440-tmu-sensor-conf.dtsi
exynos5440-trip-points.dtsi
exynos5440.dtsi ARM: dts: exynos: Use human-friendly symbols for GIC interrupt properties 2017-06-07 20:56:06 +02:00
exynos5800-peach-pi.dts ARM: dts: exynos: Use human-friendly symbols for interrupt flags in board sources 2017-06-07 20:51:24 +02:00
exynos5800.dtsi ARM: dts: exynos: Use - instead of @ for DT OPP entries 2017-04-20 18:06:03 +02:00
exynos-mfc-reserved-memory.dtsi ARM: dts: exynos: Increase MFC left reserved memory region size 2017-01-28 17:49:02 +02:00
exynos-syscon-restart.dtsi
ge863-pro3.dtsi ARM: dts: at91: Switch to the new NAND bindings 2017-05-31 11:55:41 +02:00
gemini-nas4220b.dts ARM: dts: add Gemini PATA/SATA support 2017-06-13 23:58:00 +02:00
gemini-rut1xx.dts ARM: dts: add a devicetree for Teltonika RUT1xx 2017-03-12 12:18:14 +01:00
gemini-sq201.dts ARM: dts: add Gemini PATA/SATA support 2017-06-13 23:58:00 +02:00
gemini-wbd111.dts ARM: dts: add a devicetree for Wiliboard WBD-111 2017-03-12 12:18:17 +01:00
gemini-wbd222.dts ARM: dts: add a devicetree for Wiliboard WBD-222 2017-03-12 12:18:20 +01:00
gemini.dtsi ARM: dts: add Gemini PATA/SATA support 2017-06-13 23:58:00 +02:00
hi3519-demb.dts
hi3519.dtsi
hi3620-hi4511.dts
hi3620.dtsi
highbank.dts
hip01-ca9x2.dts
hip01.dtsi
hip04-d01.dts
hip04.dtsi
hisi-x5hd2-dkb.dts
hisi-x5hd2.dtsi
imx1-ads.dts
imx1-apf9328.dts
imx1-pinfunc.h
imx1.dtsi ARM: DT updates for v4.11 2017-02-23 15:46:25 -08:00
imx6dl-apf6dev.dts
imx6dl-aristainetos2_4.dts ARM: dts: imx/vf: Correct license text 2017-01-10 10:18:35 +08:00
imx6dl-aristainetos2_7.dts ARM: dts: imx/vf: Correct license text 2017-01-10 10:18:35 +08:00
imx6dl-aristainetos_4.dts
imx6dl-aristainetos_7.dts
imx6dl-colibri-eval-v3.dts ARM: dts: imx/vf: Correct license text 2017-01-10 10:18:35 +08:00
imx6dl-cubox-i.dts ARM: dts: imx/vf: Correct license text 2017-01-10 10:18:35 +08:00
imx6dl-dfi-fs700-m60.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 ARM: dts: imx: add Gateworks Ventana GW5600 support 2017-05-15 09:34:29 +08:00
imx6dl-gw5903.dts ARM: dts: imx: add Gateworks Ventana GW5903 support 2017-04-10 16:16:22 +08:00
imx6dl-gw5904.dts ARM: dts: imx: add Gateworks Ventana GW5904 support 2017-04-10 16:16:10 +08:00
imx6dl-hummingboard.dts ARM: dts: imx/vf: Correct license text 2017-01-10 10:18:35 +08:00
imx6dl-icore-rqs.dts
imx6dl-icore.dts ARM: dts: imx/vf: Correct license text 2017-01-10 10:18:35 +08:00
imx6dl-nit6xlite.dts ARM: dts: imx/vf: Correct license text 2017-01-10 10:18:35 +08:00
imx6dl-nitrogen6x.dts ARM: dts: imx/vf: Correct license text 2017-01-10 10:18:35 +08:00
imx6dl-phytec-pbab01.dts
imx6dl-phytec-pfla02.dtsi
imx6dl-pinfunc.h
imx6dl-rex-basic.dts
imx6dl-riotboard.dts ARM: dts: imx: Fix Ethernet PHY reset polarity 2017-06-05 23:24:13 +08:00
imx6dl-sabreauto.dts
imx6dl-sabrelite.dts ARM: dts: imx6-sabrelite: add OV5642 and OV5640 camera sensors 2017-06-14 23:08:23 +08:00
imx6dl-sabresd.dts ARM: dts: imx6-sabresd: add OV5642 and OV5640 camera sensors 2017-06-14 23:08:27 +08:00
imx6dl-savageboard.dts ARM: dts: imx6: Support Savageboard dual 2017-01-10 11:24:43 +08:00
imx6dl-ts4900.dts ARM: dts: imx/vf: Correct license text 2017-01-10 10:18:35 +08:00
imx6dl-tx6dl-comtft.dts
imx6dl-tx6s-8034.dts
imx6dl-tx6s-8035.dts
imx6dl-tx6u-81xx-mb7.dts
imx6dl-tx6u-801x.dts
imx6dl-tx6u-811x.dts
imx6dl-tx6u-8033.dts
imx6dl-udoo.dts
imx6dl-wandboard-revb1.dts
imx6dl-wandboard.dts
imx6dl.dtsi ARM: dts: imx6qdl: add capture-subsystem device 2017-06-14 23:07:43 +08:00
imx6q-apalis-ixora.dts ARM: dts: imx/vf: Correct license text 2017-01-10 10:18:35 +08:00
imx6q-apf6dev.dts
imx6q-arm2.dts
imx6q-b450v3.dts ARM: dts: imx6q-bx50v3: change pca953x GPIO default settings 2017-03-07 12:38:34 +01:00
imx6q-b650v3.dts ARM: dts: imx6q-bx50v3: change pca953x GPIO default settings 2017-03-07 12:38:34 +01:00
imx6q-b850v3.dts ARM: dts: imx6q-b850v3: Use megachips-stdpxxxx-ge-b850v3-fw bridges (LVDS-DP++) 2017-04-10 16:16:07 +08:00
imx6q-ba16.dtsi ARM: dts: imx6: Fix PCI GPIO reset polarity 2017-06-07 11:36:44 +08:00
imx6q-bx50v3.dtsi ARM: dts: imx6q-bx50v3: fix at25 spi-clk frequency issue 2017-04-10 16:16:04 +08:00
imx6q-cm-fx6.dts ARM: dts: imx6q-cm-fx6: add sdio wifi/bt nodes 2017-06-17 21:17:04 +08:00
imx6q-cubox-i.dts ARM: dts: imx/vf: Correct license text 2017-01-10 10:18:35 +08:00
imx6q-dfi-fs700-m60.dts
imx6q-dmo-edmqmx6.dts ARM: dts: imx6: Fix PCI GPIO reset polarity 2017-06-07 11:36:44 +08:00
imx6q-evi.dts ARM: dts: imx6q-evi: support altera-ps-spi 2017-07-17 17:26:14 +02:00
imx6q-gk802.dts
imx6q-gw51xx.dts
imx6q-gw52xx.dts
imx6q-gw53xx.dts
imx6q-gw54xx.dts
imx6q-gw551x.dts
imx6q-gw552x.dts
imx6q-gw553x.dts
imx6q-gw560x.dts ARM: dts: imx: add Gateworks Ventana GW5600 support 2017-05-15 09:34:29 +08:00
imx6q-gw5400-a.dts ARM: dts: imx: Fix Ethernet PHY reset polarity 2017-06-05 23:24:13 +08:00
imx6q-gw5903.dts ARM: dts: imx: add Gateworks Ventana GW5903 support 2017-04-10 16:16:22 +08:00
imx6q-gw5904.dts ARM: dts: imx: add Gateworks Ventana GW5904 support 2017-04-10 16:16:10 +08:00
imx6q-h100.dts ARM: dts: imx/vf: Correct license text 2017-01-10 10:18:35 +08:00
imx6q-hummingboard.dts ARM: dts: imx/vf: Correct license text 2017-01-10 10:18:35 +08:00
imx6q-icore-ofcap10.dts ARM: dts: imx6q: Add Engicam i.CoreM6 Quad/Dual OpenFrame Cap 10.1 initial support 2017-04-10 16:16:08 +08:00
imx6q-icore-ofcap12.dts ARM: dts: imx6q: Add Engicam i.CoreM6 Quad/Dual OpenFrame Cap 12.3 initial support 2017-04-10 16:16:08 +08:00
imx6q-icore-rqs.dts ARM: dts: imx/vf: Correct license text 2017-01-10 10:18:35 +08:00
imx6q-icore.dts ARM: dts: imx6q-icore: Add touchscreen node 2017-04-10 16:16:18 +08:00
imx6q-marsboard.dts ARM: dts: imx/vf: Correct license text 2017-01-10 10:18:35 +08:00
imx6q-mccmon6.dts ARM: dts: imx6q: Add mccmon6 board support 2017-01-10 10:47:45 +08:00
imx6q-nitrogen6_max.dts ARM: dts: imx/vf: Correct license text 2017-01-10 10:18:35 +08:00
imx6q-nitrogen6_som2.dts ARM: dts: imx/vf: Correct license text 2017-01-10 10:18:35 +08:00
imx6q-nitrogen6x.dts ARM: dts: imx/vf: Correct license text 2017-01-10 10:18:35 +08:00
imx6q-novena.dts ARM: dts: imx6: Fix PCI GPIO reset polarity 2017-06-07 11:36:44 +08:00
imx6q-phytec-pbab01.dts
imx6q-phytec-pfla02.dtsi
imx6q-pinfunc.h
imx6q-rex-pro.dts
imx6q-sabreauto.dts
imx6q-sabrelite.dts ARM: dts: imx6-sabrelite: add OV5642 and OV5640 camera sensors 2017-06-14 23:08:23 +08:00
imx6q-sabresd.dts ARM: dts: imx6-sabresd: add OV5642 and OV5640 camera sensors 2017-06-14 23:08:27 +08:00
imx6q-savageboard.dts ARM: dts: imx6: Support Savageboard quad 2017-01-10 11:25:03 +08:00
imx6q-sbc6x.dts
imx6q-tbs2910.dts
imx6q-ts4900.dts ARM: dts: imx/vf: Correct license text 2017-01-10 10:18:35 +08:00
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.dts
imx6q-tx6q-1110.dts
imx6q-udoo.dts
imx6q-utilite-pro.dts ARM: dts: imx: Add generic compatible string for I2C EEPROM 2017-05-25 15:27:08 +08:00
imx6q-wandboard-revb1.dts
imx6q-wandboard.dts
imx6q-zii-rdu2.dts ARM: dts: imx6: use #include "..." to include local DT 2017-05-25 09:27:11 +08:00
imx6q.dtsi ARM: dts: imx6qdl: add capture-subsystem device 2017-06-14 23:07:43 +08:00
imx6qdl-apalis.dtsi ARM: dts: imx/vf: Correct license text 2017-01-10 10:18:35 +08:00
imx6qdl-apf6.dtsi
imx6qdl-apf6dev.dtsi ARM: dts: imx6: Fix PCI GPIO reset polarity 2017-06-07 11:36:44 +08:00
imx6qdl-aristainetos2.dtsi ARM: dts: imx6: Fix PCI GPIO reset polarity 2017-06-07 11:36:44 +08:00
imx6qdl-aristainetos.dtsi ARM: dts: imx: Fix Ethernet PHY reset polarity 2017-06-05 23:24:13 +08:00
imx6qdl-colibri.dtsi ARM: dts: imx6qdl-colibri: Fix audio channel swap 2017-05-15 20:29:13 +08:00
imx6qdl-cubox-i.dtsi ARM: dts: imx/vf: Correct license text 2017-01-10 10:18:35 +08:00
imx6qdl-dfi-fs700-m60.dtsi
imx6qdl-gw51xx.dtsi
imx6qdl-gw52xx.dtsi ARM: dts: imx6qdl: Fix "ERROR: code indent should use tabs where possible" 2017-01-23 17:34:08 +08:00
imx6qdl-gw53xx.dtsi ARM: dts: imx: ventana: fix DTC warnings 2017-05-15 09:34:28 +08:00
imx6qdl-gw54xx.dtsi ARM: dts: imx: ventana: fix DTC warnings 2017-05-15 09:34:28 +08:00
imx6qdl-gw551x.dtsi
imx6qdl-gw552x.dtsi ARM: dts: imx6qdl: Fix "ERROR: code indent should use tabs where possible" 2017-01-23 17:34:08 +08:00
imx6qdl-gw553x.dtsi
imx6qdl-gw560x.dtsi ARM: dts: imx: add Gateworks Ventana GW5600 support 2017-05-15 09:34:29 +08:00
imx6qdl-gw5903.dtsi ARM: dts: imx: add Gateworks Ventana GW5903 support 2017-04-10 16:16:22 +08:00
imx6qdl-gw5904.dtsi ARM: dts: imx: add Gateworks Ventana GW5904 support 2017-04-10 16:16:10 +08:00
imx6qdl-hummingboard.dtsi ARM: dts: imx/vf: Correct license text 2017-01-10 10:18:35 +08:00
imx6qdl-icore-rqs.dtsi ARM: dts: imx6qdl: Fix "ERROR: code indent should use tabs where possible" 2017-01-23 17:34:08 +08:00
imx6qdl-icore.dtsi ARM: dts: imx6qdl-icore: Add backlight support for lvds 2017-04-10 16:16:07 +08:00
imx6qdl-microsom-ar8035.dtsi ARM: dts: imx: Fix Ethernet PHY reset polarity 2017-06-05 23:24:13 +08:00
imx6qdl-microsom.dtsi ARM: dts: imx/vf: Correct license text 2017-01-10 10:18:35 +08:00
imx6qdl-nit6xlite.dtsi ARM: dts: imx/vf: Correct license text 2017-01-10 10:18:35 +08:00
imx6qdl-nitrogen6_max.dtsi ARM: dts: imx6qdl-nitrogen6_max: fix rv4162 compatible 2017-05-15 09:34:29 +08:00
imx6qdl-nitrogen6_som2.dtsi ARM: dts: imx6qdl-nitrogen6_som2: fix PCIe reset 2017-08-18 09:40:40 +08:00
imx6qdl-nitrogen6x.dtsi ARM: dts: imx: Fix Ethernet PHY reset polarity 2017-06-05 23:24:13 +08:00
imx6qdl-phytec-pbab01.dtsi
imx6qdl-phytec-pfla02.dtsi ARM: dts: imx6: Fix PCI GPIO reset polarity 2017-06-07 11:36:44 +08:00
imx6qdl-rex.dtsi
imx6qdl-sabreauto.dtsi ARM: dts: imx6-sabreauto: add the ADV7180 video decoder 2017-06-14 23:08:41 +08:00
imx6qdl-sabrelite.dtsi ARM: dts: imx6-sabrelite: add OV5642 and OV5640 camera sensors 2017-06-14 23:08:23 +08:00
imx6qdl-sabresd.dtsi ARM: dts: imx6-sabresd: add OV5642 and OV5640 camera sensors 2017-06-14 23:08:27 +08:00
imx6qdl-savageboard.dtsi ARM: dts: imx6: Add Savageboard common file 2017-01-10 11:24:24 +08:00
imx6qdl-ts4900.dtsi ARM: dts: imx/vf: Correct license text 2017-01-10 10:18:35 +08:00
imx6qdl-tx6.dtsi ARM: dts: imx: Fix Ethernet PHY reset polarity 2017-06-05 23:24:13 +08:00
imx6qdl-udoo.dtsi
imx6qdl-wandboard-revb1.dtsi
imx6qdl-wandboard-revc1.dtsi
imx6qdl-wandboard.dtsi ARM: dts: imx: Fix Ethernet PHY reset polarity 2017-06-05 23:24:13 +08:00
imx6qdl-zii-rdu2.dtsi ARM: dts: imx6: add ZII RDU2 boards 2017-04-10 16:16:13 +08:00
imx6qdl.dtsi ARM: dts: imx6qdl: Add video multiplexers, mipi_csi, and their connections 2017-06-14 23:07:08 +08:00
imx6qp-nitrogen6_max.dts
imx6qp-nitrogen6_som2.dts ARM: dts: imx6qp-nitrogen6_som2: add Quad Plus variant of the SOM 2017-04-10 16:16:18 +08:00
imx6qp-sabreauto.dts
imx6qp-sabresd.dts ARM: dts: imx6qp-sabresd: Set reg_arm regulator supply 2017-04-10 16:16:23 +08:00
imx6qp-zii-rdu2.dts ARM: dts: imx6: use #include "..." to include local DT 2017-05-25 09:27:11 +08:00
imx6qp.dtsi ARM: dts: imx6qp: add specific compatible for GPC 2017-05-15 09:34:28 +08:00
imx6sl-evk.dts
imx6sl-pinfunc.h
imx6sl-warp.dts
imx6sl.dtsi ARM: dts: imx: Reintroduce 'anatop-enable-bit' where appropriate 2017-05-21 09:52:58 +08:00
imx6sx-nitrogen6sx.dts ARM: dts: imx6: Fix PCI GPIO reset polarity 2017-06-07 11:36:44 +08:00
imx6sx-pinfunc.h
imx6sx-sabreauto.dts
imx6sx-sdb-reva.dts
imx6sx-sdb-sai.dts ARM: dts: imx/vf: Correct license text 2017-01-10 10:18:35 +08:00
imx6sx-sdb.dts The i.MX device tree updates for 4.13: 2017-06-18 23:06:36 -07:00
imx6sx-sdb.dtsi
imx6sx-udoo-neo-basic.dts
imx6sx-udoo-neo-extended.dts
imx6sx-udoo-neo-full.dts
imx6sx-udoo-neo.dtsi ARM: dts: imx6sx-udoo-neo: Fix reboot hang 2017-03-08 12:44:46 +01:00
imx6sx.dtsi ARM: dts: imx: Reintroduce 'anatop-enable-bit' where appropriate 2017-05-21 09:52:58 +08:00
imx6ul-14x14-evk.dts ARM: dts: imx6ul-14x14-evk: Add ksz8081 phy properties 2017-06-01 15:02:30 -04:00
imx6ul-geam-kit.dts ARM: dts: imx/vf: Correct license text 2017-01-10 10:18:35 +08:00
imx6ul-geam.dtsi ARM: dts: imx6ul-[geam|isiot]: Add sai2 node 2017-04-10 16:16:17 +08:00
imx6ul-isiot-common.dtsi ARM: dts: imx6ul-isiot-common: Add touchscreen node 2017-04-10 16:16:16 +08:00
imx6ul-isiot-emmc.dts ARM: dts: imx6ul-isiot: Add imx6ul-isiot-common.dtsi 2017-04-10 16:16:15 +08:00
imx6ul-isiot-nand.dts ARM: dts: imx6ul-isiot: Add imx6ul-isiot-common.dtsi 2017-04-10 16:16:15 +08:00
imx6ul-isiot.dtsi ARM: dts: imx6ul-[geam|isiot]: Add sai2 node 2017-04-10 16:16:17 +08:00
imx6ul-liteboard.dts ARM: dts: imx/vf: Correct license text 2017-01-10 10:18:35 +08:00
imx6ul-litesom.dtsi ARM: dts: imx/vf: Correct license text 2017-01-10 10:18:35 +08:00
imx6ul-opos6ul.dtsi ARM: dts: imx6: Fix BCM43xx node name 2017-05-22 08:16:47 +08:00
imx6ul-opos6uldev.dts ARM: dts: add Armadeus Systems OPOS6UL and OPOS6ULDEV support 2017-01-23 15:02:17 +08:00
imx6ul-pico-hobbit.dts ARM: dts: imx/vf: Correct license text 2017-01-10 10:18:35 +08:00
imx6ul-pinfunc.h
imx6ul-tx6ul-0010.dts
imx6ul-tx6ul-0011.dts
imx6ul-tx6ul-mainboard.dts ARM: dts: imx: Fix Ethernet PHY reset polarity 2017-06-05 23:24:13 +08:00
imx6ul-tx6ul.dtsi ARM: dts: imx: Fix Ethernet PHY reset polarity 2017-06-05 23:24:13 +08:00
imx6ul.dtsi ARM: dts: imx: Reintroduce 'anatop-enable-bit' where appropriate 2017-05-21 09:52:58 +08:00
imx6ull-14x14-evk.dts ARM: dts: imx/vf: Correct license text 2017-01-10 10:18:35 +08:00
imx6ull-pinfunc.h
imx6ull.dtsi ARM: dts: imx/vf: Correct license text 2017-01-10 10:18:35 +08:00
imx7-colibri-eval-v3.dtsi ARM: dts: imx7-colibri: add Carrier Board 3.3V/5V regulators 2017-04-10 16:16:21 +08:00
imx7-colibri.dtsi ARM: dts: imx7: use 3 PWM cells 2017-05-21 09:59:07 +08:00
imx7d-cl-som-imx7.dts ARM: dts: imx7: Add "LPSR" to LPSR iomux pin names 2017-01-29 09:53:27 +08:00
imx7d-colibri-eval-v3.dts ARM: dts: imx7-colibri: add Carrier Board 3.3V/5V regulators 2017-04-10 16:16:21 +08:00
imx7d-colibri.dtsi
imx7d-nitrogen7.dts ARM: dts: imx7: Fix typo in watchdog pin name 2017-06-04 11:51:06 +08:00
imx7d-pico.dts ARM: dts: imx7: Fix typo in watchdog pin name 2017-06-04 11:51:06 +08:00
imx7d-pinfunc.h ARM: dts: imx7: Fix typo in watchdog pin name 2017-06-04 11:51:06 +08:00
imx7d-sbc-imx7.dts
imx7d-sdb-sht11.dts ARM: dts: imx7d-sdb: Add sht11 Click Board support 2017-04-10 16:16:06 +08:00
imx7d-sdb.dts ARM: dts: imx7d-sdb: Put pinctrl_spi4 in the correct location 2017-07-16 09:43:04 +08:00
imx7d.dtsi ARM: dts: imx7d: Add node for PCIe controller 2017-05-21 09:53:43 +08:00
imx7s-colibri-eval-v3.dts
imx7s-colibri.dtsi
imx7s-warp.dts ARM: dts: imx7: Fix typo in watchdog pin name 2017-06-04 11:51:06 +08:00
imx7s.dtsi ARM: dts: imx7: use 3 PWM cells 2017-05-21 09:59:07 +08:00
imx7ulp-pinfunc.h dt-bindings: pinctrl: add imx7ulp pinctrl binding doc 2017-08-14 15:01:00 +02:00
imx23-evk.dts
imx23-olinuxino.dts
imx23-pinfunc.h
imx23-sansa.dts ARM: dts: imx23-sansa: Remove 'enable-active-low' property 2017-05-25 15:52:01 +08:00
imx23-stmp378x_devb.dts
imx23-xfi3.dts
imx23.dtsi ARM: DT updates for v4.11 2017-02-23 15:46:25 -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: imx25: set default phy_type and dr_mode for usbotg port 2017-04-10 16:16:00 +08:00
imx25-karo-tx25.dts ARM: dts: imx: Fix Ethernet PHY reset polarity 2017-06-05 23:24:13 +08:00
imx25-pdk.dts ARM: dts: imx: Fix Ethernet PHY reset polarity 2017-06-05 23:24:13 +08:00
imx25-pinfunc.h ARM: dts: imx25-pinfunc: Move MX25_PAD_TDO__TDO to a more sensible place 2017-04-10 16:16:11 +08:00
imx25.dtsi ARM: dts: i.MX25: add ranges to tscadc 2017-08-05 13:22:32 +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
imx27-phytec-phycard-s-som.dtsi ARM: dts: imx: Add generic compatible string for I2C EEPROM 2017-05-25 15:27:08 +08:00
imx27-phytec-phycore-rdk.dts
imx27-phytec-phycore-som.dtsi ARM: dts: imx: Add generic compatible string for I2C EEPROM 2017-05-25 15:27:08 +08:00
imx27-pinfunc.h
imx27.dtsi ARM: DT updates for v4.11 2017-02-23 15:46:25 -08:00
imx28-apf28.dts
imx28-apf28dev.dts
imx28-apx4devkit.dts
imx28-cfa10036.dts
imx28-cfa10037.dts ARM: dts: imx: Fix Ethernet PHY reset polarity 2017-06-05 23:24:13 +08:00
imx28-cfa10049.dts ARM: dts: imx: Fix Ethernet PHY reset polarity 2017-06-05 23:24:13 +08:00
imx28-cfa10055.dts
imx28-cfa10056.dts
imx28-cfa10057.dts ARM: dts: imx: Fix Ethernet PHY reset polarity 2017-06-05 23:24:13 +08:00
imx28-cfa10058.dts ARM: dts: imx: Fix Ethernet PHY reset polarity 2017-06-05 23:24:13 +08:00
imx28-duckbill-2-485.dts ARM: dts: add support for I2SE Duckbill 2 485 2017-04-10 16:15:59 +08:00
imx28-duckbill-2-enocean.dts ARM: dts: add support for I2SE Duckbill 2 EnOcean 2017-04-10 16:15:59 +08:00
imx28-duckbill-2-spi.dts ARM: dts: add support for I2SE Duckbill 2 SPI 2017-04-10 16:16:00 +08:00
imx28-duckbill-2.dts ARM: dts: add support for I2SE Duckbill 2 boards 2017-04-10 16:14:46 +08:00
imx28-duckbill.dts ARM: dts: imx28-duckbill: update to match vendor distributed DT 2017-03-08 15:18:43 +01:00
imx28-eukrea-mbmx28lc.dtsi
imx28-eukrea-mbmx283lc.dts
imx28-eukrea-mbmx287lc.dts ARM: dts: imx: Fix Ethernet PHY reset polarity 2017-06-05 23:24:13 +08:00
imx28-evk.dts ARM: dts: imx: Fix Ethernet PHY reset polarity 2017-06-05 23:24:13 +08:00
imx28-m28.dtsi
imx28-m28cu3.dts ARM: dts: imx: Fix Ethernet PHY reset polarity 2017-06-05 23:24:13 +08:00
imx28-m28evk.dts
imx28-pinfunc.h
imx28-sps1.dts
imx28-tx28.dts
imx28.dtsi ARM: dts: imx28: add alternative muxing for mmc2_sck_cfg 2017-03-08 15:18:26 +01:00
imx31-bug.dts
imx31.dtsi ARM: DT updates for v4.11 2017-02-23 15:46:25 -08:00
imx35-eukrea-cpuimx35.dtsi
imx35-eukrea-mbimxsd35-baseboard.dts
imx35-pdk.dts
imx35-pinfunc.h
imx35.dtsi ARM: DT updates for v4.11 2017-02-23 15:46:25 -08:00
imx50-evk.dts ARM: dts: imx: Fix Ethernet PHY reset polarity 2017-06-05 23:24:13 +08:00
imx50-pinfunc.h
imx50.dtsi ARM: dts: imx: Fix Ethernet PHY reset polarity 2017-06-05 23:24:13 +08:00
imx51-apf51.dts ARM: dts: imx: Fix Ethernet PHY reset polarity 2017-06-05 23:24:13 +08:00
imx51-apf51dev.dts
imx51-babbage.dts
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.dtsi ARM: dts: imx: Pass 'chosen' and 'memory' nodes 2017-01-24 21:24:28 +08:00
imx53-ard.dts
imx53-m53.dtsi
imx53-m53evk.dts
imx53-mba53.dts ARM: dts: imx: Fix Ethernet PHY reset polarity 2017-06-05 23:24:13 +08:00
imx53-pinfunc.h
imx53-qsb-common.dtsi ARM: dts: imx: Fix Ethernet PHY reset polarity 2017-06-05 23:24:13 +08:00
imx53-qsb.dts ARM: dts: imx53-qsb: Constrain the TVE DAC voltage 2017-03-08 14:59:03 +01:00
imx53-qsrb.dts ARM: dts: imx53-qsrb: Pulldown PMIC IRQ pin 2017-05-15 09:33:22 +08:00
imx53-smd.dts ARM: dts: imx: Fix Ethernet PHY reset polarity 2017-06-05 23:24:13 +08:00
imx53-tqma53.dtsi ARM: dts: imx: Add generic compatible string for I2C EEPROM 2017-05-25 15:27:08 +08:00
imx53-tx53-x03x.dts
imx53-tx53-x13x.dts
imx53-tx53.dtsi ARM: dts: imx: Fix Ethernet PHY reset polarity 2017-06-05 23:24:13 +08:00
imx53-usbarmory.dts
imx53-voipac-bsb.dts
imx53-voipac-dmm-668.dtsi ARM: dts: imx: Fix Ethernet PHY reset polarity 2017-06-05 23:24:13 +08:00
imx53.dtsi ARM: dts: imx: Pass 'chosen' and 'memory' nodes 2017-01-24 21:24:28 +08:00
integrator.dtsi
integratorap.dts
integratorcp.dts
keystone-clocks.dtsi
keystone-k2e-clocks.dtsi
keystone-k2e-evm.dts
keystone-k2e-netcp.dtsi ARM: keystone: dts: fix netcp clocks and add names 2017-01-19 09:31:48 -08:00
keystone-k2e.dtsi ARM: dts: keystone-k2e: Add PSC reset controller node 2017-01-19 09:44:11 -08:00
keystone-k2g-evm.dts ARM: dts: k2g-evm: Add unit address to memory node 2017-05-21 22:46:56 -07:00
keystone-k2g-ice.dts ARM: dts: keystone: Add minimum support for K2G ICE evm 2017-05-21 22:47:49 -07:00
keystone-k2g.dtsi ARM: dts: keystone-k2g: Remove skeleton.dtsi 2017-05-21 22:46:56 -07:00
keystone-k2hk-clocks.dtsi
keystone-k2hk-evm.dts
keystone-k2hk-netcp.dtsi ARM: keystone: dts: fix netcp clocks and add names 2017-01-19 09:31:48 -08:00
keystone-k2hk.dtsi ARM: dts: keystone-k2hk: Add PSC reset controller node 2017-01-19 09:44:11 -08:00
keystone-k2l-clocks.dtsi
keystone-k2l-evm.dts
keystone-k2l-netcp.dtsi ARM: dts: keystone-k2l: fix broken Ethernet due to disabled OSR 2017-05-26 10:10:50 +02:00
keystone-k2l.dtsi ARM: dts: keystone-k2l: fix broken Ethernet due to disabled OSR 2017-05-26 10:10:50 +02:00
keystone.dtsi ARM: DTS: Fix register map for virt-capable GIC 2017-02-07 15:06:46 +01:00
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 ARM: dts: kirkwood-dir665: Utilize new DSA binding 2017-01-19 23:46:52 +01:00
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-laplug.dts
kirkwood-linkstation-6282.dtsi ARM: dts: mvebu: Correct license text 2017-01-03 17:04:05 +01:00
kirkwood-linkstation-duo-6281.dtsi ARM: dts: mvebu: Correct license text 2017-01-03 17:04:05 +01:00
kirkwood-linkstation-lsqvl.dts ARM: dts: mvebu: Correct license text 2017-01-03 17:04:05 +01:00
kirkwood-linkstation-lsvl.dts ARM: dts: mvebu: Correct license text 2017-01-03 17:04:05 +01:00
kirkwood-linkstation-lswsxl.dts ARM: dts: mvebu: Correct license text 2017-01-03 17:04:05 +01:00
kirkwood-linkstation-lswvl.dts ARM: dts: mvebu: Correct license text 2017-01-03 17:04:05 +01:00
kirkwood-linkstation-lswxl.dts ARM: dts: mvebu: Correct license text 2017-01-03 17:04:05 +01:00
kirkwood-linkstation.dtsi ARM: dts: mvebu: Correct license text 2017-01-03 17:04:05 +01:00
kirkwood-linksys-viper.dts ARM: dts: kirkwood-linksys-viper: Utilize new DSA binding 2017-01-19 23:46:56 +01:00
kirkwood-lschlv2.dts
kirkwood-lsxhl.dts
kirkwood-lsxl.dtsi
kirkwood-mplcec4.dts
kirkwood-mv88f6281gtw-ge.dts ARM: dts: kirkwood-mv88f6281gtw-ge: Utilize new DSA binding 2017-01-19 23:47:07 +01:00
kirkwood-nas2big.dts
kirkwood-net2big.dts
kirkwood-net5big.dts
kirkwood-netgear_readynas_duo_v2.dts
kirkwood-netgear_readynas_nv+_v2.dts
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 ARM: dts: kirkwood: Fix Openblock A6 nand partition overlap 2017-06-17 09:08:47 +02:00
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 ARM: dts: kirkwood-rd88f6281: Utilize new DSA binding 2017-01-19 23:47:11 +01:00
kirkwood-rd88f6281-z0.dts ARM: dts: kirkwood-rd88f6281: Utilize new DSA binding 2017-01-19 23:47:11 +01:00
kirkwood-rd88f6281.dtsi ARM: dts: kirkwood-rd88f6281: Utilize new DSA binding 2017-01-19 23:47:11 +01:00
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
logicpd-som-lv-37xx-devkit.dts ARM: dts: omap3: Fix Card Detect and Write Protect on Logic PD SOM-LV 2017-01-17 13:50:55 -08:00
logicpd-som-lv.dtsi
logicpd-torpedo-37xx-devkit.dts ARM: dts: LogicPD Torpedo: Fix camera pin mux 2017-05-16 08:12:47 -07:00
logicpd-torpedo-som.dtsi ARM: dts: Enable earlycon stdout path for LogicPD torpedo 2017-05-26 08:49:38 -07: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.dtsi
ls1021a-qds.dts
ls1021a-twr.dts
ls1021a.dtsi arm: dts: ls1021a: Share all MSIs 2017-08-31 16:19:13 +01:00
Makefile Actions Semi ARM based SoC DT for v4.13 2017-06-29 17:09:58 +02:00
meson6-atv1200.dts ARM: dts: meson: use C preprocessor friendly include syntax 2017-06-16 12:07:09 -07:00
meson6.dtsi ARM: dts: meson: use C preprocessor friendly include syntax 2017-06-16 12:07:09 -07:00
meson8-minix-neo-x8.dts
meson8.dtsi ARM: dts: meson: use the real ethernet clock on Meson8 and Meson8b 2017-06-16 12:07:11 -07:00
meson8b-mxq.dts
meson8b-odroidc1.dts
meson8b.dtsi ARM: dts: meson: use the real ethernet clock on Meson8 and Meson8b 2017-06-16 12:07:11 -07:00
meson.dtsi ARM: dts: meson: add USB support on Meson8 and Meson8b 2017-06-16 12:07:11 -07:00
mmp2-brownstone.dts
mmp2.dtsi
motorola-cpcap-mapphone.dtsi ARM: dts: omap4-droid4: Configure CPCAP battery driver 2017-06-12 09:07:13 -07:00
moxart-uc7112lx.dts ARM: dts: Adjust moxart IRQ controller and flags 2017-03-21 17:29:14 -07:00
moxart.dtsi ARM: dts: augment Moxa and Aspeed DTS for FTTMR010 2017-06-01 17:27:32 -07:00
mpa1600.dts
mps2-an385.dts
mps2-an399.dts
mps2.dtsi
mt2701-evb.dts arm: dts: mediatek: Add audio driver node for MT2701 2017-06-07 10:47:25 +02:00
mt2701-pinfunc.h
mt2701.dtsi arm: dts: mediatek: Add audio driver node for MT2701 2017-06-07 10:47:25 +02:00
mt6580-evbp1.dts
mt6580.dtsi ARM: DTS: Fix register map for virt-capable GIC 2017-02-07 15:06:46 +01:00
mt6589-aquaris5.dts
mt6589.dtsi ARM: DTS: Fix register map for virt-capable GIC 2017-02-07 15:06:46 +01:00
mt6592-evb.dts
mt6592.dtsi
mt7623-evb.dts ARM: dts: mediatek: update my email address 2017-01-13 15:44:32 +01:00
mt7623.dtsi Add device tree nodes for 2017-06-18 19:22:03 -07:00
mt8127-moose.dts
mt8127.dtsi ARM: DTS: Fix register map for virt-capable GIC 2017-02-07 15:06:46 +01:00
mt8135-evbp1.dts
mt8135-pinfunc.h
mt8135.dtsi ARM: DTS: Fix register map for virt-capable GIC 2017-02-07 15:06:46 +01:00
mvebu-linkstation-fan.dtsi ARM: dts: mvebu: Correct license text 2017-01-03 17:04:05 +01:00
mvebu-linkstation-gpio-simple.dtsi ARM: dts: mvebu: Correct license text 2017-01-03 17:04:05 +01:00
mxs-pinfunc.h
nspire-classic.dtsi
nspire-clp.dts
nspire-cx.dts
nspire-tp.dts
nspire.dtsi
omap2.dtsi
omap3-beagle-xm-ab.dts
omap3-beagle-xm.dts ARM: omap3: beagleboard-xm: dt: Add ethernet to the device tree 2017-01-06 08:48:19 -08:00
omap3-beagle.dts
omap3-cm-t3x30.dtsi
omap3-cm-t3x.dtsi ARM: dts: omap: Add generic compatible string for I2C EEPROM 2017-05-26 08:50:45 -07:00
omap3-cm-t3517.dts
omap3-cm-t3530.dts
omap3-cm-t3730.dts
omap3-cpu-thermal.dtsi ARM: dts: omap3: Add cpu_thermal zone 2017-03-24 07:24:44 -07:00
omap3-devkit8000-common.dtsi ARM: dts: omap4-devkit8000: fix gpmc ranges property 2017-05-26 08:38:49 -07:00
omap3-devkit8000-lcd43.dts
omap3-devkit8000-lcd70.dts
omap3-devkit8000-lcd-common.dtsi
omap3-devkit8000.dts
omap3-evm-37xx.dts ARM: dts: Configure USB host for 37xx-evm 2017-05-26 08:52:27 -07:00
omap3-evm-common.dtsi ARM: dts: Configure USB host for 37xx-evm 2017-05-26 08:52:27 -07:00
omap3-evm.dts
omap3-gta04.dtsi Device tree changes for omaps for v4.13 merge window. 2017-06-18 18:56:35 -07:00
omap3-gta04a3.dts
omap3-gta04a4.dts
omap3-gta04a5.dts
omap3-ha-common.dtsi
omap3-ha-lcd.dts
omap3-ha.dts
omap3-igep0020-common.dtsi
omap3-igep0020-rev-f.dts
omap3-igep0020.dts
omap3-igep0030-common.dtsi
omap3-igep0030-rev-g.dts
omap3-igep0030.dts
omap3-igep.dtsi ARM: dts: omap3-igep: OneNAND support 2017-03-17 12:12:00 -07:00
omap3-ldp.dts
omap3-lilly-a83x.dtsi
omap3-lilly-dbb056.dts
omap3-n9.dts
omap3-n900.dts ARM: dts: N900: Add bluetooth 2017-03-22 16:52:36 -07:00
omap3-n950-n9.dtsi ARM: dts: N9/N950: add bluetooth 2017-03-22 16:52:57 -07:00
omap3-n950.dts
omap3-overo-alto35-common.dtsi
omap3-overo-alto35.dts
omap3-overo-base.dtsi ARM: dts: omap3-overo: Remove "vqmmc-supply" property from MMC dt node 2017-06-20 10:30:40 +02:00
omap3-overo-chestnut43-common.dtsi
omap3-overo-chestnut43.dts
omap3-overo-common-dvi.dtsi
omap3-overo-common-lcd35.dtsi
omap3-overo-common-lcd43.dtsi
omap3-overo-common-peripherals.dtsi
omap3-overo-gallop43-common.dtsi
omap3-overo-gallop43.dts
omap3-overo-palo35-common.dtsi
omap3-overo-palo35.dts
omap3-overo-palo43-common.dtsi
omap3-overo-palo43.dts
omap3-overo-storm-alto35.dts
omap3-overo-storm-chestnut43.dts
omap3-overo-storm-gallop43.dts
omap3-overo-storm-palo35.dts
omap3-overo-storm-palo43.dts
omap3-overo-storm-summit.dts
omap3-overo-storm-tobi.dts
omap3-overo-storm-tobiduo.dts
omap3-overo-storm.dtsi
omap3-overo-summit-common.dtsi
omap3-overo-summit.dts
omap3-overo-tobi-common.dtsi
omap3-overo-tobi.dts
omap3-overo-tobiduo-common.dtsi
omap3-overo-tobiduo.dts
omap3-overo.dtsi
omap3-pandora-1ghz.dts
omap3-pandora-600mhz.dts
omap3-pandora-common.dtsi
omap3-panel-sharp-ls037v7dw01.dtsi
omap3-sb-t35.dtsi ARM: dts: omap: Add generic compatible string for I2C EEPROM 2017-05-26 08:50:45 -07:00
omap3-sbc-t3517.dts
omap3-sbc-t3530.dts
omap3-sbc-t3730.dts
omap3-sniper.dts
omap3-tao3530.dtsi ARM: dts: omap3: Remove 'enable-active-low' property 2017-05-19 11:41:02 -07:00
omap3-thunder.dts
omap3-zoom3.dts
omap3.dtsi
omap3xxx-clocks.dtsi
omap4-cpu-thermal.dtsi
omap4-droid4-xt894.dts ARM: dts: omap4-droid4: Fix WLAN compatible 2017-06-12 00:29:47 -07:00
omap4-duovero-parlor.dts
omap4-duovero.dtsi ARM: dts: Enable earlycon stdout path for duovero 2017-05-26 08:49:20 -07:00
omap4-kc1.dts
omap4-panda-a4.dts ARM: dts: omap4: enable CEC pin for Pandaboard A4 and ES 2017-05-16 08:10:07 -07:00
omap4-panda-common.dtsi ARM: dts: pandaboard: Allow bootloader to configure USB Ethernet MAC 2017-01-06 08:49:35 -08:00
omap4-panda-es.dts ARM: dts: omap4: enable CEC pin for Pandaboard A4 and ES 2017-05-16 08:10:07 -07:00
omap4-panda.dts
omap4-sdp-es23plus.dts
omap4-sdp.dts
omap4-var-dvk-om44.dts
omap4-var-om44customboard.dtsi
omap4-var-som-om44-wlan.dtsi
omap4-var-som-om44.dtsi ARM: dts: omap: Add generic compatible string for I2C EEPROM 2017-05-26 08:50:45 -07:00
omap4-var-stk-om44.dts
omap4.dtsi ARM: dts: omap4: add SHAM node 2017-06-14 00:46:01 -07:00
omap5-board-common.dtsi
omap5-cm-t54.dts ARM: dts: omap: Add generic compatible string for I2C EEPROM 2017-05-26 08:50:45 -07:00
omap5-core-thermal.dtsi
omap5-gpu-thermal.dtsi
omap5-igep0050.dts ARM: dts: omap5-igep0050: Allow bootloader to configure USB Ethernet MAC 2017-01-06 08:49:47 -08:00
omap5-sbc-t54.dts ARM: dts: omap: Add generic compatible string for I2C EEPROM 2017-05-26 08:50:45 -07:00
omap5-uevm.dts ARM: dts: OMAP5: uevm: add µSD card detect 2017-05-16 09:46:28 -07:00
omap5.dtsi ARM: dts: OMAP5: Thermal: Add slope and offset values 2017-03-24 07:26:50 -07:00
omap24xx-clocks.dtsi
omap34xx-omap36xx-clocks.dtsi
omap34xx.dtsi ARM: dts: omap3: Add cpu_thermal zone 2017-03-24 07:24:44 -07:00
omap36xx-am35xx-omap3430es2plus-clocks.dtsi
omap36xx-clocks.dtsi
omap36xx-omap3430es2plus-clocks.dtsi
omap36xx.dtsi ARM: dts: omap3: Add cpu_thermal zone 2017-03-24 07:24:44 -07:00
omap44xx-clocks.dtsi ARM: dts: omap4.dtsi: remove aes[12]_fck 2017-06-14 00:45:43 -07:00
omap54xx-clocks.dtsi ARM: dts: omap54xx-clocks: Set IVA DPLL and its output clock rates 2017-06-12 03:04:23 -07:00
omap443x-clocks.dtsi
omap443x.dtsi ARM: dts: OMAP443x: Thermal: Add slope and offset values 2017-03-24 07:26:58 -07:00
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
omap2430-clocks.dtsi
omap2430-sdp.dts
omap2430.dtsi
omap3430-sdp.dts
omap3430es1-clocks.dtsi
omap4460.dtsi ARM: dts: OMAP4460: Thermal: Add slope and offset values 2017-03-24 07:27:08 -07:00
omap-gpmc-smsc911x.dtsi
omap-gpmc-smsc9221.dtsi
omap-zoom-common.dtsi
orion5x-kuroboxpro.dts ARM: dts: mvebu: Correct license text 2017-01-03 17:04:05 +01:00
orion5x-lacie-d2-network.dts
orion5x-lacie-ethernet-disk-mini-v2.dts
orion5x-linkstation-lschl.dts ARM: DT updates for v4.11 2017-02-23 15:46:25 -08:00
orion5x-linkstation-lsgl.dts ARM: dts: mvebu: Correct license text 2017-01-03 17:04:05 +01:00
orion5x-linkstation-lswtgl.dts ARM: dts: mvebu: Correct license text 2017-01-03 17:04:05 +01:00
orion5x-linkstation.dtsi ARM: dts: mvebu: Correct license text 2017-01-03 17:04:05 +01:00
orion5x-lswsgl.dts ARM: dts: mvebu: Correct license text 2017-01-03 17:04:05 +01:00
orion5x-maxtor-shared-storage-2.dts
orion5x-mv88f5181.dtsi
orion5x-mv88f5182.dtsi
orion5x-netgear-wnr854t.dts
orion5x-rd88f5182-nas.dts
orion5x.dtsi
owl-s500-guitar-bb-rev-b.dts ARM: dts: Add Actions Semi S500 and LeMaker Guitar 2017-06-19 03:57:35 +02:00
owl-s500-guitar.dtsi ARM: dts: Add Actions Semi S500 and LeMaker Guitar 2017-06-19 03:57:35 +02:00
owl-s500.dtsi ARM: dts: owl-s500: Add SPS node 2017-06-19 18:36:44 +02:00
ox810se.dtsi ARM: dts: OX810: Update with dt-bindings includes 2017-01-04 10:31:34 +01:00
ox820.dtsi ARM: dts: OX820: Update with dt-bindings includes 2017-01-04 10:31:34 +01:00
picoxcell-pc3x2.dtsi
picoxcell-pc3x3.dtsi
picoxcell-pc7302-pc3x2.dts
picoxcell-pc7302-pc3x3.dts
pm9g45.dts ARM: dts: at91: Switch to the new NAND bindings 2017-05-31 11:55:41 +02:00
prima2-evb.dts
prima2.dtsi
pxa2xx.dtsi
pxa3xx.dtsi
pxa25x.dtsi ARM: pxa: Use - instead of @ for DT OPP entries 2017-06-21 14:09:52 +02:00
pxa27x.dtsi ARM: pxa: Use - instead of @ for DT OPP entries 2017-06-21 14:09:52 +02:00
pxa168-aspenite.dts
pxa168.dtsi
pxa910-dkb.dts
pxa910.dtsi
qcom-apq8060-dragonboard.dts ARM: dts: add core I2C devices to the APQ8060 Dragonboard 2017-06-13 12:23:57 -04:00
qcom-apq8064-arrow-sd-600eval-pins.dtsi
qcom-apq8064-arrow-sd-600eval.dts ARM: dts: qcom-apq8064: Collapse usb support into one node 2017-05-26 00:52:23 -05:00
qcom-apq8064-asus-nexus7-flo.dts ARM: dts: qcom-apq8064: Collapse usb support into one node 2017-05-26 00:52:23 -05:00
qcom-apq8064-cm-qs600.dts ARM: dts: qcom-apq8064: Collapse usb support into one node 2017-05-26 00:52:23 -05:00
qcom-apq8064-ifc6410.dts ARM: dts: qcom-apq8064: Collapse usb support into one node 2017-05-26 00:52:23 -05:00
qcom-apq8064-pins.dtsi ARM: dts: move hdmi pinctrl out of board file. 2017-01-13 12:38:19 -06:00
qcom-apq8064-sony-xperia-yuga.dts ARM: dts: qcom-apq8064: Collapse usb support into one node 2017-05-26 00:52:23 -05:00
qcom-apq8064-v2.0.dtsi
qcom-apq8064.dtsi ARM: dts: qcom-apq8064: Collapse usb support into one node 2017-05-26 00:52:23 -05:00
qcom-apq8074-dragonboard.dts ARM: dts: qcom-msm8974: Add HS usb node and OTG detection mechanisms 2017-05-26 00:40:58 -05:00
qcom-apq8084-ifc6540.dts
qcom-apq8084-mtp.dts
qcom-apq8084.dtsi
qcom-ipq4019-ap.dk01.1-c1.dts
qcom-ipq4019-ap.dk01.1.dtsi
qcom-ipq4019.dtsi ARM: dts: qcom: ipq4019: fix i2c_0 node 2017-06-05 21:26:37 -05:00
qcom-ipq8064-ap148.dts
qcom-ipq8064-v1.0.dtsi
qcom-ipq8064.dtsi ARM: dts: qcom: add gsbi7 serial to ipq8064 SoC device tree 2017-06-05 21:22:09 -05:00
qcom-mdm9615-wp8548-mangoh-green.dts
qcom-mdm9615-wp8548.dtsi
qcom-mdm9615.dtsi ARM, ARM64: dts: drop "arm,amba-bus" in favor of "simple-bus" part 3 2017-01-09 19:11:42 -08:00
qcom-msm8660-surf.dts ARM: dts: rename MSM8660/APQ8060 pmicintc to pm8058 2017-01-13 12:38:21 -06:00
qcom-msm8660.dtsi ARM: dts: add GSBI8 defines to the MSM8660 family 2017-06-05 21:26:42 -05:00
qcom-msm8960-cdp.dts
qcom-msm8960.dtsi
qcom-msm8974-lge-nexus5-hammerhead.dts
qcom-msm8974-sony-xperia-honami.dts ARM: dts: qcom: Remove s4/5vs1,2 from RPM pm8941 control 2017-05-26 00:25:21 -05:00
qcom-msm8974.dtsi ARM: dts: qcom-msm8974: Add HS usb node and OTG detection mechanisms 2017-05-26 00:40:58 -05:00
qcom-pm8841.dtsi
qcom-pm8941.dtsi ARM: dts: qcom-msm8974: Add HS usb node and OTG detection mechanisms 2017-05-26 00:40:58 -05:00
qcom-pma8084.dtsi
r7s72100-genmai.dts ARM: dts: genmai: Enable rtc and rtc_x1 clock 2017-04-05 14:15:08 -04:00
r7s72100-gr-peach.dts ARM: dts: r7s72100: Add support for GR-Peach 2017-06-12 11:18:22 +02:00
r7s72100-rskrza1.dts ARM: dts: rskrza1: add rtc DT support 2017-04-04 13:07:55 -04:00
r7s72100.dtsi ARM: dts: r7s72100: add usb clocks to device tree 2017-05-15 09:06:40 +02:00
r8a73a4-ape6evm.dts
r8a73a4.dtsi ARM: dts: r8a73a4: update PFC node name to pin-controller 2017-05-15 09:06:37 +02:00
r8a77xx-aa104xd12-panel.dtsi ARM: dts: renesas: Switch to panel-lvds bindings for Mitsubishi panels 2017-05-15 11:14:39 +02:00
r8a77xx-aa121td01-panel.dtsi ARM: dts: renesas: Switch to panel-lvds bindings for Mitsubishi panels 2017-05-15 11:14:39 +02:00
r8a7740-armadillo800eva.dts ARM: dts: armadillo800eva: Split LCD mux and gpio 2017-06-08 15:44:55 +02:00
r8a7740.dtsi ARM: dts: r8a7740: update PFC node name to pin-controller 2017-05-15 09:06:38 +02:00
r8a7743-iwg20d-q7.dts ARM: dts: iwg20d-q7: Add support for iWave G20D-Q7 board based on RZ/G1M 2017-06-12 11:18:29 +02:00
r8a7743-iwg20m.dtsi ARM: dts: iwg20m: Add iWave RZG1M Qseven SOM 2017-06-12 11:18:27 +02:00
r8a7743-sk-rzg1m.dts
r8a7743.dtsi ARM: dts: r8a7743: Add reset control properties 2017-03-21 09:18:42 +01:00
r8a7745-sk-rzg1e.dts
r8a7745.dtsi ARM: dts: r8a7745: Add reset control properties 2017-03-21 09:18:56 +01:00
r8a7778-bockw.dts ARM: dts: bockw: Drop superfluous status update for frequency override 2017-03-13 10:17:06 +01:00
r8a7778.dtsi ARM: dts: r8a7778: update PFC node name to pin-controller 2017-05-15 09:06:38 +02:00
r8a7779-marzen.dts ARM: dts: marzen: Drop superfluous status update for frequency override 2017-03-13 10:17:32 +01:00
r8a7779.dtsi ARM: dts: r8a7779: update PFC node name to pin-controller 2017-05-15 09:06:38 +02:00
r8a7790-lager.dts ARM: dts: lager: Drop superfluous status update for frequency override 2017-03-13 10:17:57 +01:00
r8a7790.dtsi ARM: dts: r8a779x: Fix PCI bus dtc warnings 2017-06-12 11:18:30 +02:00
r8a7791-koelsch.dts ARM: dts: koelsch: Correct clock frequency of X2 DU clock input 2017-04-04 12:55:33 -04:00
r8a7791-porter.dts ARM: dts: porter: Drop superfluous status update for frequency override 2017-03-13 10:18:40 +01:00
r8a7791.dtsi ARM: dts: r8a779x: Fix PCI bus dtc warnings 2017-06-12 11:18:30 +02:00
r8a7792-blanche.dts
r8a7792-wheat.dts
r8a7792.dtsi ARM: dts: r8a7792: Correct Z clock 2017-04-03 06:33:23 -04:00
r8a7793-gose.dts ARM: dts: gose: add composite video input 2017-06-12 11:18:26 +02:00
r8a7793.dtsi ARM: dts: r8a7793: set maximum frequency for SDHI clocks 2017-05-15 09:06:41 +02:00
r8a7794-alt.dts ARM: dts: alt: Correct clock of DU1 2017-03-28 14:29:45 +02:00
r8a7794-silk.dts ARM: dts: silk: Correct clock of DU1 2017-03-28 14:29:50 +02:00
r8a7794.dtsi ARM: dts: r8a779x: Fix PCI bus dtc warnings 2017-06-12 11:18:30 +02:00
rk3xxx.dtsi ARM: dts: rockchip: setup DMA-channels for mmc0 and emmc for rk3188 2017-03-22 16:49:39 +01:00
rk322x.dtsi ARM: dts: rockchip: add usb nodes on rk322x 2017-06-02 14:09:22 +02:00
rk3036-evb.dts
rk3036-kylin.dts
rk3036.dtsi ARM: dts: rockchip: add rk3036 dw-mmc resets 2017-03-16 13:24:52 +01:00
rk3066a-bqcurie2.dts
rk3066a-marsboard.dts
rk3066a-mk808.dts
rk3066a-rayeager.dts
rk3066a.dtsi ARM: dts: rockchip: add soc-specific uart compatibles for rk3066/rk3188 2017-01-19 17:04:44 +01:00
rk3188-px3-evb.dts
rk3188-radxarock.dts
rk3188.dtsi ARM: Device-tree updates 2017-05-09 09:54:39 -07:00
rk3228-evb.dts
rk3229-evb.dts ARM: dts: rockchip: enable usb for rk3229 evb board 2017-06-02 14:11:57 +02:00
rk3288-evb-act8846.dts
rk3288-evb-rk808.dts
rk3288-evb.dtsi
rk3288-fennec.dts
rk3288-firefly-beta.dts
rk3288-firefly-reload-core.dtsi
rk3288-firefly-reload.dts ARM: dts: rockchip: add adc button for Firefly 2017-06-01 22:24:41 +02:00
rk3288-firefly.dts
rk3288-firefly.dtsi ARM: dts: rockchip: add adc button for Firefly 2017-06-01 22:24:41 +02:00
rk3288-miqi.dts ARM: dts: rockchip: fix the MiQi board's LED definition 2017-03-06 04:45:23 +01:00
rk3288-phycore-rdk.dts ARM: dts: rockchip: Add support for PCM-947 carrier board 2017-04-06 23:38:18 +02:00
rk3288-phycore-som.dtsi ARM: dts: rockchip: Add support for phyCORE-RK3288 SoM 2017-04-06 23:24:49 +02:00
rk3288-popmetal.dts
rk3288-r89.dts
rk3288-rock2-som.dtsi ARM: dts: rockchip: enable ARM Mali GPU on rk3288-rock2-som 2017-05-20 00:22:09 +02:00
rk3288-rock2-square.dts ARM: dts: rockchip: Setup usb vbus-supply on rk3288-rock2 2017-05-14 00:37:57 +02:00
rk3288-tinker.dts ARM: dts: rockchip: add dts for RK3288-Tinker board 2017-03-06 04:45:23 +01:00
rk3288-veyron-analog-audio.dtsi
rk3288-veyron-brain.dts
rk3288-veyron-chromebook.dtsi
rk3288-veyron-jaq.dts
rk3288-veyron-jerry.dts
rk3288-veyron-mickey.dts
rk3288-veyron-minnie.dts
rk3288-veyron-pinky.dts
rk3288-veyron-sdmmc.dtsi
rk3288-veyron-speedy.dts
rk3288-veyron.dtsi ARM: dts: rockchip: enable ARM Mali GPU on rk3288-veyron 2017-05-20 00:25:08 +02:00
rk3288.dtsi ARM: dts: rockchip: fix mali gpu node on rk3288 2017-07-16 17:04:50 +02:00
rv1108-evb.dts ARM: dts: rockchip: rename RK1108-evb to RV1108-evb 2017-05-14 14:32:10 +02:00
rv1108.dtsi ARM: dts: rockchip: rename core dtsi from RK1108 to RV1108 2017-05-14 14:14:12 +02:00
s3c24xx.dtsi
s3c64xx-pinctrl.dtsi
s3c64xx.dtsi ARM: dts: s3c64xx: Fix infinite interrupt in soft mode 2017-03-21 19:56:59 +02:00
s3c2416-pinctrl.dtsi
s3c2416-smdk2416.dts
s3c2416.dtsi
s3c6400.dtsi
s3c6410-mini6410.dts
s3c6410-smdk6410.dts
s3c6410.dtsi
s5pv210-aquila.dts
s5pv210-goni.dts
s5pv210-pinctrl.dtsi
s5pv210-smdkc110.dts
s5pv210-smdkv210.dts
s5pv210-torbreck.dts
s5pv210.dtsi ARM: dts: s5pv210: Fix infinite interrupt in soft mode 2017-03-21 19:57:46 +02:00
sama5d2-pinfunc.h
sama5d2.dtsi ARM: dts: at91: sama5d2: fix EBI/NAND controllers declaration 2017-07-17 11:37:39 +02:00
sama5d3_can.dtsi
sama5d3_emac.dtsi
sama5d3_gmac.dtsi
sama5d3_lcd.dtsi
sama5d3_mci2.dtsi
sama5d3_tcb1.dtsi
sama5d3_uart.dtsi ARM: dts: at91: sama5d3_uart: fix reg sizes to match documentation 2017-01-10 15:42:32 +01:00
sama5d3.dtsi ARM: dts: at91: Switch to the new NAND bindings 2017-05-31 11:55:41 +02:00
sama5d3xcm_cmp.dtsi ARM: dts: at91: Switch to the new NAND bindings 2017-05-31 11:55:41 +02:00
sama5d3xcm.dtsi ARM: dts: at91: Add the NOR flash available on sama5d3 dev kits 2017-05-31 11:56:14 +02:00
sama5d3xdm.dtsi
sama5d3xmb_cmp.dtsi ARM: dts: at91: add dts file for sama5d36ek CMP board 2017-01-10 15:48:19 +01:00
sama5d3xmb_emac.dtsi
sama5d3xmb_gmac.dtsi
sama5d3xmb.dtsi
sama5d4.dtsi ARM: dts: at91: Switch to the new NAND bindings 2017-05-31 11:55:41 +02:00
sama5d31.dtsi
sama5d31ek.dts
sama5d33.dtsi
sama5d33ek.dts
sama5d34.dtsi
sama5d34ek.dts
sama5d35.dtsi
sama5d35ek.dts
sama5d36.dtsi
sama5d36ek_cmp.dts ARM: dts: at91: add dts file for sama5d36ek CMP board 2017-01-10 15:48:19 +01:00
sama5d36ek.dts
samsung_k3pe0e000b.dtsi
sh73a0-kzm9g.dts
sh73a0.dtsi ARM: dts: sh73a0: update PFC node name to pin-controller 2017-05-15 09:06:40 +02:00
skeleton64.dtsi
skeleton.dtsi
socfpga_arria5_socdk.dts ARM: dts: socfpga: Add unit name to memory nodes 2017-03-06 15:54:58 -06:00
socfpga_arria5.dtsi ARM: dts: socfpga: enable watchdog timer on Arria5 and Arria10 2017-01-04 18:12:10 -06:00
socfpga_arria10_socdk_nand.dts ARM: dts: socfpga: Add NAND device tree for Arria10 2017-01-05 06:12:47 -06:00
socfpga_arria10_socdk_qspi.dts
socfpga_arria10_socdk_sdmmc.dts
socfpga_arria10_socdk.dtsi ARM: dts: socfpga: set the i2c frequency 2017-06-23 09:29:13 -05:00
socfpga_arria10.dtsi ARM: dts: socfpga: Do not include skeleton.dtsi 2017-03-06 15:54:58 -06:00
socfpga_cyclone5_de0_sockit.dts ARM: dts: socfpga: set the i2c frequency 2017-06-23 09:29:13 -05:00
socfpga_cyclone5_mcv.dtsi ARM: dts: socfpga: Add unit name to memory nodes 2017-03-06 15:54:58 -06:00
socfpga_cyclone5_mcvevk.dts ARM: dts: socfpga: set the i2c frequency 2017-06-23 09:29:13 -05:00
socfpga_cyclone5_socdk.dts ARM: dts: socfpga: Add unit name to memory nodes 2017-03-06 15:54:58 -06:00
socfpga_cyclone5_sockit.dts ARM: dts: socfpga: Add unit name to memory nodes 2017-03-06 15:54:58 -06:00
socfpga_cyclone5_socrates.dts ARM: dts: socfpga: Remove unit name for LEDs in EBV SOCrates 2017-03-06 15:54:58 -06:00
socfpga_cyclone5_sodia.dts ARM: dts: socfpga: sodia: enable qspi 2017-03-13 22:49:01 -05:00
socfpga_cyclone5_vining_fpga.dts ARM: dts: socfpga: Add second ethernet alias to VINING FPGA 2017-06-23 09:29:12 -05:00
socfpga_cyclone5.dtsi
socfpga_vt.dts ARM: dts: socfpga: Add unit name to memory nodes 2017-03-06 15:54:58 -06:00
socfpga.dtsi ARM: dts: socfpga: Fix the ethernet clock phandle 2017-06-23 09:29:08 -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 arm: spear6xx: remove unneeded pinctrl properties in spear600-evb 2017-04-19 07:08:19 -07:00
spear600.dtsi arm: spear6xx: add DT description of the ADC on SPEAr600 2017-04-19 07:08:22 -07:00
spear1310-evb.dts
spear1310.dtsi
spear1340-evb.dts
spear1340.dtsi
st-pincfg.h
ste-ccu8540-pinctrl.dtsi
ste-ccu8540.dts
ste-ccu9540.dts
ste-dbx5x0.dtsi Merge back cpufreq core changes for v4.12. 2017-04-15 00:23:36 +02:00
ste-href-ab8500.dtsi
ste-href-ab8505.dtsi
ste-href-family-pinctrl.dtsi
ste-href-stuib.dtsi
ste-href-tvk1281618.dtsi
ste-href.dtsi ARM: dts: add the AB8500 clocks to the device tree 2017-03-13 15:08:27 -07:00
ste-hrefprev60-stuib.dts
ste-hrefprev60-tvk.dts
ste-hrefprev60.dtsi ARM: dts: push MMC/SD to board and add comments 2017-01-31 22:10:15 +01:00
ste-hrefv60plus-stuib.dts
ste-hrefv60plus-tvk.dts
ste-hrefv60plus.dtsi ARM: dts: push MMC/SD to board and add comments 2017-01-31 22:10:15 +01:00
ste-nomadik-nhk15.dts
ste-nomadik-pinctrl.dtsi
ste-nomadik-s8815.dts
ste-nomadik-stn8815.dtsi
ste-snowball.dts ARM: dts: add the AB8500 clocks to the device tree 2017-03-13 15:08:27 -07:00
ste-u300.dts
stih407-b2120.dts
stih407-clock.dtsi
stih407-family.dtsi ARM: Device-tree updates 2017-05-09 09:54:39 -07:00
stih407-pinctrl.dtsi ARM: dts: STiH407-pinctrl: Add Pinctrl group for HW flow-control 2017-02-06 09:47:52 +01:00
stih407.dtsi
stih410-b2120.dts ARM: dts: STiH410-B2120: enable sti-hda at board level 2017-01-11 18:10:01 +01:00
stih410-b2260.dts ARM: dts: STiH410-b2260: Enable HW flow-control 2017-02-06 09:47:52 +01:00
stih410-clock.dtsi
stih410-pinctrl.dtsi
stih410.dtsi [media] ARM: dts: STiH410: update sti-cec for CEC notifier support 2017-04-10 13:07:36 -03:00
stih418-b2199.dts
stih418-clock.dtsi
stih418.dtsi
stihxxx-b2120.dtsi
stm32f429-disco.dts ARM: dts: stm32: enable CRC32 on stm32429-disco board 2017-06-07 17:46:12 +02:00
stm32f429.dtsi ARM: dts: stm32: Add CRC support to stm32f429 2017-06-07 17:45:30 +02:00
stm32f469-disco.dts ARM: dts: stm32: Enable USB FS on stm32f469-disco 2017-04-03 10:28:13 +02:00
stm32f746-disco.dts ARM: dts: stm32: add stm32f769I & stm32f746 discovery board support 2017-06-07 14:28:54 +02:00
stm32f746.dtsi ARM: dts: stm32: Add missing reset-cells node in stm32f746 2017-06-07 16:50:42 +02:00
stm32f769-disco.dts ARM: dts: stm32: add stm32f769I & stm32f746 discovery board support 2017-06-07 14:28:54 +02:00
stm32h743-pinctrl.dtsi ARM: dts: stm32: Add usart2_pins on stm32h743 2017-06-09 16:38:31 +02:00
stm32h743.dtsi ARM: dts: stm32: Add usart2 support on stm32h743 2017-06-09 16:38:38 +02:00
stm32h743i-disco.dts ARM: dts: stm32: Add stm32h743i-disco board 2017-06-09 16:38:42 +02:00
stm32h743i-eval.dts ARM: dts: stm32: Add STM32H743 MCU and STM32H743i-EVAL board 2017-03-24 11:59:29 +01:00
stm32429i-eval.dts ARM: dts: stm32: enable CRC32 on stm32429i-eval board 2017-06-07 17:48:38 +02:00
stm32746g-eval.dts ARM: Device-tree updates 2017-05-09 09:54:39 -07:00
sun4i-a10-a1000.dts ARM: sunxi: Drop mmc0_cd_pin_reference_design pinmux setting 2017-05-14 08:32:31 +02:00
sun4i-a10-ba10-tvbox.dts ARM: sunxi: Drop mmc0_cd_pin_reference_design pinmux setting 2017-05-14 08:32:31 +02:00
sun4i-a10-chuwi-v7-cw0825.dts ARM: sunxi: Drop mmc0_cd_pin_reference_design pinmux setting 2017-05-14 08:32:31 +02:00
sun4i-a10-cubieboard.dts ARM: sun4i: a10: cubieboard: Enable AXP209's ACIN power supply 2017-05-29 08:51:33 +02:00
sun4i-a10-dserve-dsrv9703c.dts ARM: sunxi: Drop mmc0_cd_pin_reference_design pinmux setting 2017-05-14 08:32:31 +02:00
sun4i-a10-gemei-g9.dts ARM: sunxi: Drop mmc0_cd_pin_reference_design pinmux setting 2017-05-14 08:32:31 +02:00
sun4i-a10-hackberry.dts ARM: sunxi: Drop mmc0_cd_pin_reference_design pinmux setting 2017-05-14 08:32:31 +02:00
sun4i-a10-hyundai-a7hd.dts ARM: sunxi: Drop mmc0_cd_pin_reference_design pinmux setting 2017-05-14 08:32:31 +02:00
sun4i-a10-inet1.dts ARM: sunxi: Drop mmc0_cd_pin_reference_design pinmux setting 2017-05-14 08:32:31 +02:00
sun4i-a10-inet9f-rev03.dts ARM: sunxi: Drop mmc0_cd_pin_reference_design pinmux setting 2017-05-14 08:32:31 +02:00
sun4i-a10-inet97fv2.dts ARM: sunxi: Drop mmc0_cd_pin_reference_design pinmux setting 2017-05-14 08:32:31 +02:00
sun4i-a10-itead-iteaduino-plus.dts ARM: sunxi: Drop mmc0_cd_pin_reference_design pinmux setting 2017-05-14 08:32:31 +02:00
sun4i-a10-jesurun-q5.dts ARM: sunxi: Drop mmc0_cd_pin_reference_design pinmux setting 2017-05-14 08:32:31 +02:00
sun4i-a10-marsboard.dts ARM: sunxi: Drop mmc0_cd_pin_reference_design pinmux setting 2017-05-14 08:32:31 +02:00
sun4i-a10-mini-xplus.dts ARM: sunxi: Drop mmc0_cd_pin_reference_design pinmux setting 2017-05-14 08:32:31 +02:00
sun4i-a10-mk802.dts ARM: sunxi: Drop mmc0_cd_pin_reference_design pinmux setting 2017-05-14 08:32:31 +02:00
sun4i-a10-mk802ii.dts ARM: sunxi: Drop mmc0_cd_pin_reference_design pinmux setting 2017-05-14 08:32:31 +02:00
sun4i-a10-olinuxino-lime.dts ARM: sunxi: Drop mmc0_cd_pin_reference_design pinmux setting 2017-05-14 08:32:31 +02:00
sun4i-a10-pcduino2.dts
sun4i-a10-pcduino.dts ARM: sunxi: Drop mmc0_cd_pin_reference_design pinmux setting 2017-05-14 08:32:31 +02:00
sun4i-a10-pov-protab2-ips9.dts ARM: sunxi: Drop mmc0_cd_pin_reference_design pinmux setting 2017-05-14 08:32:31 +02:00
sun4i-a10.dtsi ARM: sunxi: Drop mmc0_cd_pin_reference_design pinmux setting 2017-05-14 08:32:31 +02:00
sun5i-a10s-auxtek-t003.dts ARM: sunxi: common-regulators: Drop pinmux settings for GPIO pins 2017-05-14 08:32:31 +02:00
sun5i-a10s-auxtek-t004.dts ARM: sunxi: common-regulators: Drop pinmux settings for GPIO pins 2017-05-14 08:32:31 +02:00
sun5i-a10s-mk802.dts
sun5i-a10s-olinuxino-micro.dts ARM: sun5i: a10s-olinuxino: Enable HDMI 2017-05-19 15:21:27 +08:00
sun5i-a10s-r7-tv-dongle.dts ARM: dts: sunxi: Remove no longer used pinctrl/sun4i-a10.h header 2017-03-27 13:39:58 +02:00
sun5i-a10s-wobo-i5.dts ARM: sunxi: common-regulators: Drop pinmux settings for GPIO pins 2017-05-14 08:32:31 +02:00
sun5i-a10s.dtsi ARM: sun5i: a10s: Add the HDMI controller node 2017-05-19 15:20:04 +08:00
sun5i-a13-difrnce-dit4350.dts
sun5i-a13-empire-electronix-d709.dts ARM: sunxi: common-regulators: Drop pinmux settings for GPIO pins 2017-05-14 08:32:31 +02:00
sun5i-a13-empire-electronix-m712.dts
sun5i-a13-hsg-h702.dts ARM: sunxi: common-regulators: Drop pinmux settings for GPIO pins 2017-05-14 08:32:31 +02:00
sun5i-a13-inet-98v-rev2.dts
sun5i-a13-licheepi-one.dts ARM: dts: sunxi: Remove no longer used pinctrl/sun4i-a10.h header 2017-03-27 13:39:58 +02:00
sun5i-a13-olinuxino-micro.dts ARM: dts: sunxi: Remove no longer used pinctrl/sun4i-a10.h header 2017-03-27 13:39:58 +02:00
sun5i-a13-olinuxino.dts ARM: sunxi: common-regulators: Drop pinmux settings for GPIO pins 2017-05-14 08:32:31 +02:00
sun5i-a13-q8-tablet.dts
sun5i-a13-utoo-p66.dts
sun5i-a13.dtsi ARM: dts: sunxi: Remove no longer used pinctrl/sun4i-a10.h header 2017-03-27 13:39:58 +02:00
sun5i-gr8-chip-pro.dts ARM: sun5i: gr8: Use common sun5i DTSI 2017-03-06 07:40:36 +01:00
sun5i-gr8-evb.dts ARM: sun5i: gr8: Use common sun5i DTSI 2017-03-06 07:40:36 +01:00
sun5i-gr8.dtsi ARM: dts: sunxi: Remove no longer used pinctrl/sun4i-a10.h header 2017-03-27 13:39:58 +02:00
sun5i-r8-chip.dts ARM: sun5i: chip: enable battery power supply subnode 2017-05-14 08:32:32 +02:00
sun5i-r8.dtsi ARM: sun5i: r8: Merge common controllers into the common DTSI 2017-03-06 07:40:36 +01:00
sun5i-reference-design-tablet.dtsi
sun5i.dtsi ARM: sun5i: add a cryptographic engine node 2017-06-07 15:27:37 +02:00
sun6i-a31-app4-evb1.dts ARM: dts: sunxi: Remove no longer used pinctrl/sun4i-a10.h header 2017-03-27 13:39:58 +02:00
sun6i-a31-colombus.dts ARM: dts: sunxi: Remove no longer used pinctrl/sun4i-a10.h header 2017-03-27 13:39:58 +02:00
sun6i-a31-hummingbird.dts ARM: sun6i: a31: hummingbird: Enable AXP221's ACIN power supply 2017-05-29 08:51:36 +02:00
sun6i-a31-i7.dts ARM: dts: sunxi: Remove no longer used pinctrl/sun4i-a10.h header 2017-03-27 13:39:58 +02:00
sun6i-a31-m9.dts ARM: dts: sunxi: Remove no longer used pinctrl/sun4i-a10.h header 2017-03-27 13:39:58 +02:00
sun6i-a31-mele-a1000g-quad.dts ARM: dts: sunxi: Remove no longer used pinctrl/sun4i-a10.h header 2017-03-27 13:39:58 +02:00
sun6i-a31.dtsi ARM: dts: sunxi: add SoC specific compatibles for the crypto nodes 2017-06-07 15:27:37 +02:00
sun6i-a31s-colorfly-e708-q1.dts
sun6i-a31s-cs908.dts ARM: dts: sunxi: Remove no longer used pinctrl/sun4i-a10.h header 2017-03-27 13:39:58 +02:00
sun6i-a31s-inet-q972.dts
sun6i-a31s-primo81.dts ARM: sun6i: a31s: primo81: Enable battery power supply 2017-06-14 21:27:19 +02:00
sun6i-a31s-sina31s-core.dtsi ARM: dts: sunxi: Remove no longer used pinctrl/sun4i-a10.h header 2017-03-27 13:39:58 +02:00
sun6i-a31s-sina31s.dts ARM: dts: sun6i: sina31s: Enable SPDIF out 2017-03-27 13:40:02 +02:00
sun6i-a31s-sinovoip-bpi-m2.dts ARM: dts: sunxi: Fix BCM43xx node name 2017-05-22 09:18:07 +02:00
sun6i-a31s-yones-toptech-bs1078-v2.dts ARM: dts: sunxi: Remove no longer used pinctrl/sun4i-a10.h header 2017-03-27 13:39:58 +02:00
sun6i-a31s.dtsi
sun6i-reference-design-tablet.dtsi ARM: dts: sunxi: Remove no longer used pinctrl/sun4i-a10.h header 2017-03-27 13:39:58 +02:00
sun7i-a20-bananapi-m1-plus.dts ARM: sun7i: a20: bananapi-m1-plus: Enable AXP209's ACIN power supply 2017-05-29 08:51:28 +02:00
sun7i-a20-bananapi.dts arm: dts: sun7i-a20-bananapi: name the GPIO lines 2017-05-14 08:32:34 +02:00
sun7i-a20-bananapro.dts ARM: dts: sunxi: Fix BCM43xx node name 2017-05-22 09:18:07 +02:00
sun7i-a20-cubieboard2.dts ARM: sun7i: a20: cubieboard2: Enable AXP209's ACIN power supply 2017-05-29 08:51:24 +02:00
sun7i-a20-cubietruck.dts ARM: sun7i: a20: cubietruck: Tie AXP209's USB power supply to USB PHY 2017-05-29 08:51:40 +02:00
sun7i-a20-hummingbird.dts ARM: sunxi: Drop mmc0_cd_pin_reference_design pinmux setting 2017-05-14 08:32:31 +02:00
sun7i-a20-i12-tvbox.dts ARM: dts: sunxi: Fix BCM43xx node name 2017-05-22 09:18:07 +02:00
sun7i-a20-icnova-swac.dts ARM: sunxi: Drop mmc0_cd_pin_reference_design pinmux setting 2017-05-14 08:32:31 +02:00
sun7i-a20-itead-ibox.dts ARM: sunxi: Drop mmc0_cd_pin_reference_design pinmux setting 2017-05-14 08:32:31 +02:00
sun7i-a20-lamobo-r1.dts ARM: sunxi: common-regulators: Drop pinmux settings for GPIO pins 2017-05-14 08:32:31 +02:00
sun7i-a20-m3.dts ARM: sunxi: Drop mmc0_cd_pin_reference_design pinmux setting 2017-05-14 08:32:31 +02:00
sun7i-a20-mk808c.dts ARM: sunxi: Drop mmc0_cd_pin_reference_design pinmux setting 2017-05-14 08:32:31 +02:00
sun7i-a20-olimex-som-evb.dts ARM: sunxi: Drop mmc0_cd_pin_reference_design pinmux setting 2017-05-14 08:32:31 +02:00
sun7i-a20-olinuxino-lime2-emmc.dts ARM: DT updates for v4.11 2017-02-23 15:46:25 -08:00
sun7i-a20-olinuxino-lime2.dts ARM: sunxi: Drop mmc0_cd_pin_reference_design pinmux setting 2017-05-14 08:32:31 +02:00
sun7i-a20-olinuxino-lime.dts ARM: sunxi: Drop mmc0_cd_pin_reference_design pinmux setting 2017-05-14 08:32:31 +02:00
sun7i-a20-olinuxino-micro.dts ARM: sunxi: Drop mmc0_cd_pin_reference_design pinmux setting 2017-05-14 08:32:31 +02:00
sun7i-a20-orangepi-mini.dts ARM: dts: sunxi: Remove no longer used pinctrl/sun4i-a10.h header 2017-03-27 13:39:58 +02:00
sun7i-a20-orangepi.dts ARM: dts: sunxi: Remove no longer used pinctrl/sun4i-a10.h header 2017-03-27 13:39:58 +02:00
sun7i-a20-pcduino3-nano.dts ARM: sunxi: Drop mmc0_cd_pin_reference_design pinmux setting 2017-05-14 08:32:31 +02:00
sun7i-a20-pcduino3.dts ARM: sunxi: Drop mmc0_cd_pin_reference_design pinmux setting 2017-05-14 08:32:31 +02:00
sun7i-a20-wexler-tab7200.dts ARM: sunxi: Drop mmc0_cd_pin_reference_design pinmux setting 2017-05-14 08:32:31 +02:00
sun7i-a20-wits-pro-a20-dkt.dts ARM: dts: sunxi: Fix BCM43xx node name 2017-05-22 09:18:07 +02:00
sun7i-a20.dtsi ARM: dts: sunxi: add SoC specific compatibles for the crypto nodes 2017-06-07 15:27:37 +02:00
sun8i-a23-a33.dtsi ARM: Device-tree updates 2017-05-09 09:54:39 -07:00
sun8i-a23-evb.dts ARM: dts: sunxi: Remove no longer used pinctrl/sun4i-a10.h header 2017-03-27 13:39:58 +02:00
sun8i-a23-gt90h-v4.dts
sun8i-a23-inet86dz.dts
sun8i-a23-ippo-q8h-v1.2.dts
sun8i-a23-ippo-q8h-v5.dts
sun8i-a23-polaroid-mid2407pxe03.dts
sun8i-a23-polaroid-mid2809pxe04.dts
sun8i-a23-q8-tablet.dts ARM: dts: sun8i-a23-q8-tablet: Drop pinmux setting for codec PA gpio 2017-03-27 13:39:57 +02:00
sun8i-a23.dtsi ARM: dts: sun8i-a23: Add device node for internal audio codec 2017-01-10 18:52:51 +01:00
sun8i-a33-et-q8-v1.6.dts
sun8i-a33-ga10h-v1.1.dts
sun8i-a33-inet-d978-rev2.dts
sun8i-a33-ippo-q8h-v1.2.dts
sun8i-a33-olinuxino.dts ARM: dts: sun8i: a33-olinuxino: use AXP223 DTSI 2017-01-12 10:05:36 +01:00
sun8i-a33-q8-tablet.dts
sun8i-a33-sinlinx-sina33.dts ARM: dts: sun8i: sina33: enable battery power supply subnode 2017-05-14 08:32:32 +02:00
sun8i-a33.dtsi ARM: sun8i: Use - instead of @ for DT OPP entries 2017-05-14 08:32:32 +02:00
sun8i-a83t-allwinner-h8homlet-v2.dts ARM: sun8i: a83t: Rename pinmux setting names 2017-05-14 08:32:31 +02:00
sun8i-a83t-cubietruck-plus.dts ARM: sun8i: a83t: cubietruck-plus: Enable SPDIF output 2017-05-22 09:26:46 +02:00
sun8i-a83t.dtsi ARM: dts: sun8i: a83t: Switch to CCU device tree binding macros 2017-07-27 21:18:48 +08:00
sun8i-h2-plus-orangepi-zero.dts arm: dts: sunxi: Revert EMAC changes 2017-08-28 11:11:24 +02:00
sun8i-h3-bananapi-m2-plus.dts arm: dts: sunxi: Revert EMAC changes 2017-08-28 11:11:24 +02:00
sun8i-h3-beelink-x2.dts ARM: dts: sunxi: Remove no longer used pinctrl/sun4i-a10.h header 2017-03-27 13:39:58 +02:00
sun8i-h3-nanopi-m1-plus.dts ARM: dts: sun8i: h3: Add initial NanoPi M1 Plus support 2017-05-31 21:33:05 +02:00
sun8i-h3-nanopi-m1.dts
sun8i-h3-nanopi-neo-air.dts ARM: dts: sunxi: Remove no longer used pinctrl/sun4i-a10.h header 2017-03-27 13:39:58 +02:00
sun8i-h3-nanopi-neo.dts arm: dts: sunxi: Revert EMAC changes 2017-08-28 11:11:24 +02:00
sun8i-h3-nanopi.dtsi ARM: dts: sunxi: Remove no longer used pinctrl/sun4i-a10.h header 2017-03-27 13:39:58 +02:00
sun8i-h3-orangepi-2.dts arm: dts: sunxi: Revert EMAC changes 2017-08-28 11:11:24 +02:00
sun8i-h3-orangepi-lite.dts ARM: dts: sunxi: Remove no longer used pinctrl/sun4i-a10.h header 2017-03-27 13:39:58 +02:00
sun8i-h3-orangepi-one.dts arm: dts: sunxi: Revert EMAC changes 2017-08-28 11:11:24 +02:00
sun8i-h3-orangepi-pc-plus.dts arm: dts: sunxi: Revert EMAC changes 2017-08-28 11:11:24 +02:00
sun8i-h3-orangepi-pc.dts arm: dts: sunxi: Revert EMAC changes 2017-08-28 11:11:24 +02:00
sun8i-h3-orangepi-plus2e.dts arm: dts: sunxi: Revert EMAC changes 2017-08-28 11:11:24 +02:00
sun8i-h3-orangepi-plus.dts arm: dts: sunxi: Revert EMAC changes 2017-08-28 11:11:24 +02:00
sun8i-h3.dtsi arm: sun8i: h3: split Allwinner H3 .dtsi 2017-03-27 13:40:53 +02:00
sun8i-q8-common.dtsi
sun8i-r16-parrot.dts ARM: dts: sun8i: parrot: Enable audio nodes 2017-02-06 08:45:33 +01:00
sun8i-reference-design-tablet.dtsi ARM: sun8i: a23/a33: drop bl_en_pin GPIO pinmux in reference design DTSI 2017-03-20 09:31:42 +01:00
sun8i-v3s-licheepi-zero-dock.dts ARM: sun8i: v3s: add support for Lichee Pi Zero w/ dock board 2017-05-18 09:41:45 +02:00
sun8i-v3s-licheepi-zero.dts ARM: dts: sunxi: add support for Lichee Pi Zero board 2017-01-27 16:18:16 +01:00
sun8i-v3s.dtsi ARM: sun8i: v3s: add device nodes for DE2 display pipeline 2017-06-07 15:27:37 +02:00
sun9i-a80-cubieboard4.dts ARM: dts: sunxi: Remove no longer used pinctrl/sun4i-a10.h header 2017-03-27 13:39:58 +02:00
sun9i-a80-optimus.dts ARM: dts: sunxi: Remove no longer used pinctrl/sun4i-a10.h header 2017-03-27 13:39:58 +02:00
sun9i-a80.dtsi ARM: dts: sunxi: Remove no longer used pinctrl/sun4i-a10.h header 2017-03-27 13:39:58 +02:00
sunxi-common-regulators.dtsi ARM: sunxi: common-regulators: Drop pinmux settings for GPIO pins 2017-05-14 08:32:31 +02:00
sunxi-h3-h5.dtsi arm: dts: sunxi: Revert EMAC changes 2017-08-28 11:11:24 +02:00
sunxi-itead-core-common.dtsi
sunxi-reference-design-tablet.dtsi ARM: dts: sunxi: Remove no longer used pinctrl/sun4i-a10.h header 2017-03-27 13:39:58 +02:00
tango4-common.dtsi ARM: dts: tango4: Import USB nodes 2017-01-19 16:24:27 -08:00
tango4-smp8758.dtsi cpufreq: dt: Don't use generic platdev driver for tango 2017-07-22 02:20:59 +02:00
tango4-vantage-1172.dts ARM: dts: tango4: Request RGMII RX and TX clock delays 2017-08-04 12:59:30 +02:00
tegra20-colibri-512.dtsi
tegra20-harmony.dts ARM: dts: tegra: fix PCI bus dtc warnings 2017-06-13 16:49:57 +02:00
tegra20-iris-512.dts
tegra20-medcom-wide.dts
tegra20-paz00.dts ARM: tegra: paz00: Mark panel regulator as enabled on boot 2017-01-25 09:13:50 +01:00
tegra20-plutux.dts
tegra20-seaboard.dts
tegra20-tamonten.dtsi ARM: dts: tegra: fix PCI bus dtc warnings 2017-06-13 16:49:57 +02:00
tegra20-tec.dts ARM: dts: tegra: fix PCI bus dtc warnings 2017-06-13 16:49:57 +02:00
tegra20-trimslice.dts ARM: dts: tegra: fix PCI bus dtc warnings 2017-06-13 16:49:57 +02:00
tegra20-ventana.dts
tegra20.dtsi ARM: dts: tegra: fix PCI bus dtc warnings 2017-06-13 16:49:57 +02:00
tegra30-apalis-eval.dts ARM: dts: tegra: fix PCI bus dtc warnings 2017-06-13 16:49:57 +02:00
tegra30-apalis.dtsi ARM: dts: tegra: fix PCI bus dtc warnings 2017-06-13 16:49:57 +02:00
tegra30-beaver.dts ARM: dts: tegra: fix PCI bus dtc warnings 2017-06-13 16:49:57 +02:00
tegra30-cardhu-a02.dts
tegra30-cardhu-a04.dts
tegra30-cardhu.dtsi ARM: dts: tegra: fix PCI bus dtc warnings 2017-06-13 16:49:57 +02:00
tegra30-colibri-eval-v3.dts
tegra30-colibri.dtsi
tegra30.dtsi ARM: dts: tegra: fix PCI bus dtc warnings 2017-06-13 16:49:57 +02:00
tegra114-dalmore.dts
tegra114-roth.dts
tegra114-tn7.dts
tegra114.dtsi
tegra124-apalis-emc.dtsi
tegra124-apalis-eval.dts ARM: dts: tegra: fix PCI bus dtc warnings 2017-06-13 16:49:57 +02:00
tegra124-apalis.dtsi ARM: dts: tegra: fix PCI bus dtc warnings 2017-06-13 16:49:57 +02:00
tegra124-jetson-tk1-emc.dtsi
tegra124-jetson-tk1.dts ARM: dts: tegra: fix PCI bus dtc warnings 2017-06-13 16:49:57 +02:00
tegra124-nyan-big-emc.dtsi
tegra124-nyan-big.dts ARM: tegra: nyan-big: Proper pinmux for TPM I2C 2017-01-25 12:04:41 +01:00
tegra124-nyan-blaze-emc.dtsi
tegra124-nyan-blaze.dts ARM: tegra: nyan-blaze: Proper pinmux for TPM I2C 2017-01-25 12:07:21 +01:00
tegra124-nyan.dtsi ARM: tegra: nyan: Use external control for bq24735 charger 2017-01-25 11:58:47 +01:00
tegra124-venice2.dts
tegra124.dtsi ARM: dts: tegra: fix PCI bus dtc warnings 2017-06-13 16:49:57 +02:00
tny_a9g20.dts
tny_a9260_common.dtsi ARM: dts: at91: Switch to the new NAND bindings 2017-05-31 11:55:41 +02:00
tny_a9260.dts
tny_a9263.dts ARM: dts: at91: Switch to the new NAND bindings 2017-05-31 11:55:41 +02:00
tps6507x.dtsi
tps65217.dtsi
tps65910.dtsi
twl4030_omap3.dtsi
twl4030.dtsi ARM: dts: twl4030: Add missing madc reference for bci subnode 2017-06-06 00:23:22 -07:00
twl6030_omap4.dtsi
twl6030.dtsi
uniphier-ld4-ref.dts ARM: dts: uniphier: use SPDX-License-Identifier 2017-06-06 09:22:59 +09:00
uniphier-ld4.dtsi ARM: dts: uniphier: use SPDX-License-Identifier 2017-06-06 09:22:59 +09:00
uniphier-ld6b-ref.dts ARM: dts: uniphier: use SPDX-License-Identifier 2017-06-06 09:22:59 +09:00
uniphier-ld6b.dtsi ARM: dts: uniphier: use SPDX-License-Identifier 2017-06-06 09:22:59 +09:00
uniphier-pinctrl.dtsi ARM: dts: uniphier: fix pin groups of eMMC pin-mux node 2017-03-12 01:54:15 +09:00
uniphier-pro4-ace.dts ARM: dts: uniphier: Add generic compatible string for I2C EEPROM 2017-06-10 01:10:41 +09:00
uniphier-pro4-ref.dts ARM: dts: uniphier: use SPDX-License-Identifier 2017-06-06 09:22:59 +09:00
uniphier-pro4-sanji.dts ARM: dts: uniphier: Add generic compatible string for I2C EEPROM 2017-06-10 01:10:41 +09:00
uniphier-pro4.dtsi ARM: dts: uniphier: use SPDX-License-Identifier 2017-06-06 09:22:59 +09:00
uniphier-pro5.dtsi ARM: dts: uniphier: fix simple-bus unit address format error 2017-06-06 09:20:24 +09:00
uniphier-pxs2-gentil.dts ARM: dts: uniphier: Add generic compatible string for I2C EEPROM 2017-06-10 01:10:41 +09:00
uniphier-pxs2-vodka.dts ARM: dts: uniphier: use SPDX-License-Identifier 2017-06-06 09:22:59 +09:00
uniphier-pxs2.dtsi ARM: dts: uniphier: use SPDX-License-Identifier 2017-06-06 09:22:59 +09:00
uniphier-ref-daughter.dtsi ARM: dts: uniphier: use SPDX-License-Identifier 2017-06-06 09:22:59 +09:00
uniphier-sld3-ref.dts ARM: dts: uniphier: use SPDX-License-Identifier 2017-06-06 09:22:59 +09:00
uniphier-sld3.dtsi ARM: dts: uniphier: use SPDX-License-Identifier 2017-06-06 09:22:59 +09:00
uniphier-sld8-ref.dts ARM: dts: uniphier: use SPDX-License-Identifier 2017-06-06 09:22:59 +09:00
uniphier-sld8.dtsi ARM: dts: uniphier: use SPDX-License-Identifier 2017-06-06 09:22:59 +09:00
uniphier-support-card.dtsi ARM: dts: uniphier: use SPDX-License-Identifier 2017-06-06 09:22:59 +09:00
usb_a9g20_common.dtsi
usb_a9g20_lpw.dts
usb_a9g20-dab-mmx.dtsi
usb_a9g20.dts
usb_a9260_common.dtsi ARM: dts: at91: Switch to the new NAND bindings 2017-05-31 11:55:41 +02:00
usb_a9260.dts
usb_a9263.dts ARM: dts: at91: Switch to the new NAND bindings 2017-05-31 11:55:41 +02:00
versatile-ab.dts
versatile-pb.dts ARM: dts: versatile: use #include "..." to include local DT 2017-06-01 17:07:29 -07:00
vexpress-v2m-rs1.dtsi ARM: dts: vexpress: fix few unit address format warnings 2017-04-19 12:08:37 +01:00
vexpress-v2m.dtsi ARM: dts: vexpress: fix few unit address format warnings 2017-04-19 12:08:37 +01:00
vexpress-v2p-ca5s.dts ARM: dts: vexpress: fix few unit address format warnings 2017-04-19 12:08:37 +01:00
vexpress-v2p-ca9.dts ARM: dts: vexpress: fix few unit address format warnings 2017-04-19 12:08:37 +01:00
vexpress-v2p-ca15_a7.dts ARM: dts: vexpress: fix few unit address format warnings 2017-04-19 12:08:37 +01:00
vexpress-v2p-ca15-tc1.dts ARM: dts: vexpress: fix few unit address format warnings 2017-04-19 12:08:37 +01:00
vf500-colibri-eval-v3.dts ARM: dts: imx/vf: Correct license text 2017-01-10 10:18:35 +08:00
vf500-colibri.dtsi ARM: dts: imx/vf: Correct license text 2017-01-10 10:18:35 +08:00
vf500.dtsi ARM: dts: imx/vf: Correct license text 2017-01-10 10:18:35 +08:00
vf610-colibri-eval-v3.dts ARM: dts: imx/vf: Correct license text 2017-01-10 10:18:35 +08:00
vf610-colibri.dtsi ARM: dts: imx/vf: Correct license text 2017-01-10 10:18:35 +08:00
vf610-cosmic.dts
vf610-pinfunc.h
vf610-twr.dts ARM: dts: imx/vf: Correct license text 2017-01-10 10:18:35 +08:00
vf610-zii-dev-rev-b.dts ARM: dts: vf610-zii: Add switch eeprom-length properties 2017-05-27 16:09:30 +08:00
vf610-zii-dev-rev-c.dts ARM: dts: vf610-zii-dev-c: Wire up PHY interrupts 2017-04-10 16:16:05 +08:00
vf610-zii-dev.dtsi ARM: dts: vf610-zii-dev: Wire up devel C switch interrupts 2017-04-10 16:16:05 +08:00
vf610.dtsi ARM: dts: imx/vf: Correct license text 2017-01-10 10:18:35 +08:00
vf610m4-colibri.dts ARM: dts: imx/vf: Correct license text 2017-01-10 10:18:35 +08:00
vf610m4-cosmic.dts ARM: dts: imx/vf: Correct license text 2017-01-10 10:18:35 +08:00
vf610m4.dtsi ARM: dts: imx/vf: Correct license text 2017-01-10 10:18:35 +08:00
vf-colibri-eval-v3.dtsi ARM: dts: imx/vf: Correct license text 2017-01-10 10:18:35 +08:00
vf-colibri.dtsi ARM: dts: imx/vf: Correct license text 2017-01-10 10:18:35 +08:00
vfxxx.dtsi ARM: dts: imx/vf: Correct license text 2017-01-10 10:18:35 +08:00
vt8500-bv07.dts
vt8500.dtsi
wd-mbwe.dts
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
zynq-microzed.dts
zynq-parallella.dts
zynq-zc702.dts
zynq-zc706.dts
zynq-zed.dts
zynq-zybo.dts