bianbu-linux-6.6/arch/arm/boot/dts
Linus Torvalds ddebe839c6 This merge window we have one small clk provider API in the core framework and
then a bunch of driver updates and a handful of new drivers. In terms of
 diffstat the Qualcomm and Amlogic drivers are high up there because of all the
 clk data introcued by new drivers. The Nvidia Tegra driver had a lot of work
 done this cycle too to support suspend/resume and memory controllers. And the
 OMAP clk driver got proper clk and reset handling in place.
 
 Rounding out the patches are various updates to remove unused data, mark things
 static, correct incorrect data in drivers, etc. All the little things that
 improve drivers and maintain code health. I will point out that there's a patch
 in here for the GPIO clk driver, that almost nobody uses, which changes
 behavior and causes clk_set_rate() to try to change the GPIO gate clk's parent.
 Other than that things are fairly well SoC specific here.
 
 Core:
  - Add a clk provider API to get current parent index
  - Plug a memory leak in clk_unregister() path
 
 New Drivers:
  - CGU in Ingenix X1000
  - Bitmain BM1880 clks
  - Qualcomm MSM8998 GPU clk controllers
  - Qualcomm SC7180 GCC and RPMH clk controllers
  - Qualcomm QCS404 Q6SSTOP clk controllers
  - Add support for the Renesas R-Car M3-W+ (r8a77961) SoC
  - Add support for the Renesas RZ/G2N (r8a774b1) SoC
  - Add Tegra20/30 External Memory Clock (EMC) support
 
 Updates:
  - Make gpio gate clks propagate rate setting up to parent
  - Prepare Armada 3700 for suspend to RAM by moving PCIe suspend/resume priority
  - Drop unused variables, enums, etc. in various clk drivers
  - Convert various drivers to use devm_platform_ioremap_resource()
  - Use struct_size() some more in various clk drivers
  - Improve Rockchip px30 clk tree
  - Add suspend/resume support to Tegra210 clk driver
  - Reimplement SOR clks on earlier Tegra SoCs, helping HDMI and DP
  - Allwinner DT exports and H6 clk tree fixes
  - Proper clk and reset handling for OMAP SoCs
  - Revamped TI divider clk to clamp max divider
  - Make 1443X/1416X PLL clock structure common for reusing among i.MX8 SoCs
  - Drop IMX7ULP_CLK_MIPI_PLL clock, it shouldn't be used
  - Add VIDEO2_PLL clock for imx8mq
  - Add missing gate clock for pll1/2 fixed dividers on i.MX8 SoCs
  - Add sm1 support in the Amlogic audio clock controller
  - Switch some clocks on R-Car Gen2/3 to .determine_rate()
  - Remove Renesas R-Car Gen2 legacy DT clock support
  - Improve arithmetic divisions on Renesas R-Car Gen2 and Gen3
  - Improve Renesas R-Car Gen3 SD clock handling
  - Add rate table for Samsung exynos542x GPU and VPLL clks
  - Fix potential CPU performance degradation after system suspend/resume cycle
    on exynos542x SoCs
 -----BEGIN PGP SIGNATURE-----
 
 iQJFBAABCAAvFiEE9L57QeeUxqYDyoaDrQKIl8bklSUFAl3e6rMRHHNib3lkQGtl
 cm5lbC5vcmcACgkQrQKIl8bklSUtWQ//a3epm5t5lQHZjhDJFLYXqavzkGTLcDnF
 2+HWNwxLGatvmFqvLAxpB9QlFUntLOdQwjsI47UGKLVNwtXzqafl2yQGrMNYsdR+
 6ka0zkytPRuRr+C6cUYUxaoLviDMKi/PXrluOawXbdQ1ZL/5TgURkmEgGglp4Mti
 QHp2HO7uSk9pYA8T3TUK+hd9cqLXqW4xMn8MohuWfF3JxoquixOg+N7pE/OeGUyW
 NueWWvwKJ86Gtx+OxY8bW3afAzstUynxCUDLC/t7a5y52jxGCwuhHTC/pNcDgYFC
 z1H0rnoKG3pE74mm11Mh//zneoqvyzrWYGU6TNcaTxVgODogklGYY6doRLelZ0qc
 4HFSqrtkUtx+lI++9Q73LcX5xdogTGxOnNv/hr3rCCR/w9tFmys14JKnfUDQCbhj
 qRTFlr9IkIkhfCiRw5+zNo0oRf/hE7IOgYdU2ju31j4w/V5r8TUKPTq2VBh2sJaG
 MJKQclaIBJOV5sxgJrI/XoocTes7H3WR0w5rSB1askbhzQnKkrhctPOEB6Rkvtyv
 27z5VZb1AmPdYaa6TtHVZ5SQOB3Y9JaEl6t89X61kxk7mgylZlwhASUuBVRZpz53
 WIjNfquYGpWnA+vc+SWnlMnaymqtlatGig8k8atdDn+eMiXphktL+gObIF1OFnm1
 AhGhUxXf/Aw=
 =qJNg
 -----END PGP SIGNATURE-----

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

Pull clk updates from Stephen Boyd:
 "This merge window we have one small clk provider API in the core
  framework and then a bunch of driver updates and a handful of new
  drivers. In terms of diffstat the Qualcomm and Amlogic drivers are
  high up there because of all the clk data introcued by new drivers.
  The Nvidia Tegra driver had a lot of work done this cycle too to
  support suspend/resume and memory controllers. And the OMAP clk driver
  got proper clk and reset handling in place.

  Rounding out the patches are various updates to remove unused data,
  mark things static, correct incorrect data in drivers, etc. All the
  little things that improve drivers and maintain code health. I will
  point out that there's a patch in here for the GPIO clk driver, that
  almost nobody uses, which changes behavior and causes clk_set_rate()
  to try to change the GPIO gate clk's parent. Other than that things
  are fairly well SoC specific here.

  Core:
   - Add a clk provider API to get current parent index
   - Plug a memory leak in clk_unregister() path

  New Drivers:
   - CGU in Ingenix X1000
   - Bitmain BM1880 clks
   - Qualcomm MSM8998 GPU clk controllers
   - Qualcomm SC7180 GCC and RPMH clk controllers
   - Qualcomm QCS404 Q6SSTOP clk controllers
   - Add support for the Renesas R-Car M3-W+ (r8a77961) SoC
   - Add support for the Renesas RZ/G2N (r8a774b1) SoC
   - Add Tegra20/30 External Memory Clock (EMC) support

  Updates:
   - Make gpio gate clks propagate rate setting up to parent
   - Prepare Armada 3700 for suspend to RAM by moving PCIe
     suspend/resume priority
   - Drop unused variables, enums, etc. in various clk drivers
   - Convert various drivers to use devm_platform_ioremap_resource()
   - Use struct_size() some more in various clk drivers
   - Improve Rockchip px30 clk tree
   - Add suspend/resume support to Tegra210 clk driver
   - Reimplement SOR clks on earlier Tegra SoCs, helping HDMI and DP
   - Allwinner DT exports and H6 clk tree fixes
   - Proper clk and reset handling for OMAP SoCs
   - Revamped TI divider clk to clamp max divider
   - Make 1443X/1416X PLL clock structure common for reusing among i.MX8
     SoCs
   - Drop IMX7ULP_CLK_MIPI_PLL clock, it shouldn't be used
   - Add VIDEO2_PLL clock for imx8mq
   - Add missing gate clock for pll1/2 fixed dividers on i.MX8 SoCs
   - Add sm1 support in the Amlogic audio clock controller
   - Switch some clocks on R-Car Gen2/3 to .determine_rate()
   - Remove Renesas R-Car Gen2 legacy DT clock support
   - Improve arithmetic divisions on Renesas R-Car Gen2 and Gen3
   - Improve Renesas R-Car Gen3 SD clock handling
   - Add rate table for Samsung exynos542x GPU and VPLL clks
   - Fix potential CPU performance degradation after system
     suspend/resume cycle on exynos542x SoCs"

* tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux: (160 commits)
  clk: aspeed: Add RMII RCLK gates for both AST2500 MACs
  MAINTAINERS: Add entry for BM1880 SoC clock driver
  clk: Add common clock driver for BM1880 SoC
  dt-bindings: clock: Add devicetree binding for BM1880 SoC
  clk: Add clk_hw_unregister_composite helper function definition
  clk: Zero init clk_init_data in helpers
  clk: ingenic: Allow drivers to be built with COMPILE_TEST
  MAINTAINERS: Update section for Ux500 clock drivers
  clk: mark clk_disable_unused() as __init
  clk: Fix memory leak in clk_unregister()
  clk: Ingenic: Add CGU driver for X1000.
  dt-bindings: clock: Add X1000 bindings.
  clk: tegra: Use match_string() helper to simplify the code
  clk: pxa: fix one of the pxa RTC clocks
  clk: sprd: Use IS_ERR() to validate the return value of syscon_regmap_lookup_by_phandle()
  clk: armada-xp: remove unused code
  clk: tegra: Fix build error without CONFIG_PM_SLEEP
  clk: tegra: Add missing stubs for the case of !CONFIG_PM_SLEEP
  clk: tegra: Optimize PLLX restore on Tegra20/30
  clk: tegra: Add suspend and resume support on Tegra210
  ...
2019-12-01 16:06:02 -08:00
..
aks-cdu.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 4 2019-05-21 11:28:40 +02:00
alphascale-asm9260-devkit.dts
alphascale-asm9260.dtsi ARM: dts: Kill off skeleton{64}.dtsi 2019-01-30 17:30:31 +01:00
alpine-db.dts
alpine.dtsi ARM: dts: Kill off skeleton{64}.dtsi 2019-01-30 17:30:31 +01:00
am33xx-clocks.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
am33xx-l4.dtsi Merge tag 'fix-missing-panels' into fixes 2019-10-04 09:06:41 -07:00
am33xx.dtsi ARM: dts: Fix incomplete dts data for am3 and am4 mmc 2019-08-13 04:03:30 -07:00
am35xx-clocks.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
am43x-epos-evm.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
am43xx-clocks.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
am57xx-beagle-x15-common.dtsi Merge branch 'ti-sysc-fixes' into fixes 2019-08-13 03:40:10 -07:00
am57xx-beagle-x15-revb1.dts Merge branch 'ti-sysc-fixes' into fixes 2019-08-13 03:40:10 -07:00
am57xx-beagle-x15-revc.dts Merge branch 'ti-sysc-fixes' into fixes 2019-08-13 03:40:10 -07:00
am57xx-beagle-x15.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
am57xx-cl-som-am57x.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
am57xx-commercial-grade.dtsi
am57xx-idk-common.dtsi ARM: dts: am571x-idk: enable for new cpsw switch dev driver 2019-11-20 11:25:24 -08:00
am57xx-industrial-grade.dtsi
am57xx-sbc-am57x.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
am335x-baltos-ir2110.dts ARM: Device-tree updates 2019-07-19 17:19:24 -07:00
am335x-baltos-ir3220.dts ARM: Device-tree updates 2019-07-19 17:19:24 -07:00
am335x-baltos-ir5221.dts ARM: Device-tree updates 2019-07-19 17:19:24 -07:00
am335x-baltos-leds.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
am335x-baltos.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
am335x-base0033.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
am335x-bone-common.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
am335x-bone.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
am335x-boneblack-common.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
am335x-boneblack-wireless.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
am335x-boneblack.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
am335x-boneblue.dts ARM: dts: am335x-boneblue: Use of am335x-osd335x-common.dtsi 2019-08-13 04:51:31 -07:00
am335x-bonegreen-common.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
am335x-bonegreen-wireless.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
am335x-bonegreen.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
am335x-chiliboard.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
am335x-chilisom.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
am335x-cm-t335.dts ARM: dts: am335x-cm-t335: Remove regulator-boot-off property 2019-08-13 04:45:06 -07:00
am335x-evm.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
am335x-evmsk.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
am335x-guardian.dts ARM: dts: am335x: Add support for Bosch Guardian 2019-02-12 10:44:54 -08:00
am335x-icev2.dts ARM: dts: Fix gpio0 flags for am335x-icev2 2019-09-24 09:24:28 -07:00
am335x-igep0033.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
am335x-lxm.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
am335x-moxa-uc-2100-common.dtsi ARM: dts: am335x: moxa-uc-2100-common: Replaced register offsets with defines 2019-04-15 08:26:20 -07:00
am335x-moxa-uc-2101.dts ARM: dts: am335x: moxa-uc-2101: Replaced register offsets with defines 2019-04-15 08:26:20 -07:00
am335x-moxa-uc-8100-me-t.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
am335x-nano.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
am335x-osd335x-common.dtsi ARM: dts: am335x: osd335x-common: Replaced register offsets with defines 2019-04-15 08:26:23 -07:00
am335x-osd3358-sm-red.dts ARM: dts: am335x: osd3358-sm-red: Replaced register offsets with defines 2019-04-15 08:26:22 -07:00
am335x-pcm-953.dtsi ARM: Device-tree updates 2019-07-19 17:19:24 -07:00
am335x-pdu001.dts ARM: dts: am335x: pdu001: Replaced register offsets with defines 2019-04-15 08:26:24 -07:00
am335x-pepper.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
am335x-phycore-rdk.dts ARM: Device-tree updates 2019-07-19 17:19:24 -07:00
am335x-phycore-som.dtsi ARM: Device-tree updates 2019-07-19 17:19:24 -07:00
am335x-pocketbeagle.dts ARM: dts: am335x: pocketbeagle: Replaced register offsets with defines 2019-04-08 10:01:53 -07:00
am335x-regor-rdk.dts ARM: dts: Add support for phyBOARD-REGOR-AM335x 2019-06-10 05:06:44 -07:00
am335x-regor.dtsi ARM: dts: Add support for phyBOARD-REGOR-AM335x 2019-06-10 05:06:44 -07:00
am335x-sancloud-bbe.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
am335x-sbc-t335.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
am335x-shc.dts ARM: dts: am335x: shc: Replaced register offsets with defines 2019-04-15 08:26:27 -07:00
am335x-sl50.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
am335x-wega-rdk.dts ARM: Device-tree updates 2019-07-19 17:19:24 -07:00
am335x-wega.dtsi ARM: Device-tree updates 2019-07-19 17:19:24 -07:00
am437x-cm-t43.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
am437x-gp-evm.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
am437x-idk-evm.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
am437x-l4.dtsi ARM: OMAP2+: Drop legacy platform data for cpsw on am3 and am4 2019-08-26 08:41:15 -07:00
am437x-sbc-t43.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
am437x-sk-evm.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
am571x-idk.dts ARM: dts: am571x-idk: enable for new cpsw switch dev driver 2019-11-20 11:25:24 -08:00
am572x-idk-common.dtsi
am572x-idk.dts ARM: dts: am571x-idk: enable for new cpsw switch dev driver 2019-11-20 11:25:24 -08:00
am574x-idk.dts ARM: dts: am571x-idk: enable for new cpsw switch dev driver 2019-11-20 11:25:24 -08:00
am3517-craneboard.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
am3517-evm-ui.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
am3517-evm.dts ARM: dts: am3517-evm: Fix missing video 2019-09-06 09:16:05 -07:00
am3517-som.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
am3517.dtsi ARM: dts: Add OPP-V2 table for AM3517 2019-10-10 16:11:51 +05:30
am3517_mt_ventoux.dts ARM: dts: omap3: bulk convert compatible to be explicitly ti,omap3430 or ti,omap3630 or ti,am3517 2019-10-10 16:11:50 +05:30
am3874-iceboard.dts ARM: dts: am3874-iceboard: Fix 'i2c-mux-idle-disconnect' usage 2019-10-08 07:16:14 -07:00
am4372.dtsi ARM: dts: am4372: Set memory bandwidth limit for DISPC 2019-09-30 09:32:03 -07:00
am5718.dtsi ARM: dts: dra7: Separate AM57 dtsi files 2019-04-12 09:57:07 -07:00
am5728.dtsi ARM: dts: dra7: Separate AM57 dtsi files 2019-04-12 09:57:07 -07:00
am5748.dtsi ARM: dts: dra7: Separate AM57 dtsi files 2019-04-12 09:57:07 -07:00
animeo_ip.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 190 2019-05-30 11:29:21 -07: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: dts: realview: specify AFS partition 2019-05-20 16:40:37 +02:00
arm-realview-pb11mp.dts ARM: dts: realview: specify AFS partition 2019-05-20 16:40:37 +02:00
arm-realview-pb1176.dts ARM: dts: realview: specify AFS partition 2019-05-20 16:40:37 +02:00
arm-realview-pba8.dts
arm-realview-pbx-a9.dts
arm-realview-pbx.dtsi ARM: dts: realview: specify AFS partition 2019-05-20 16:40:37 +02:00
armada-38x-solidrun-microsom.dtsi
armada-38x.dtsi ARM: dts: armada-38x: add interrupts for watchdog 2019-04-21 18:26:20 +02:00
armada-39x.dtsi ARM: dts: Kill off skeleton{64}.dtsi 2019-01-30 17:30:31 +01:00
armada-370-db.dts
armada-370-dlink-dns327l.dts
armada-370-mirabox.dts
armada-370-netgear-rn102.dts
armada-370-netgear-rn104.dts ARM: dts: armada: netgear-rn104: Add LCD to RN104 dts. 2019-06-03 16:03:38 +02:00
armada-370-rd.dts arch: arm: dts: Remove disabled marvell,dsa properties 2019-02-08 18:22:55 +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
armada-370-xp.dtsi
armada-370.dtsi
armada-375-db.dts
armada-375.dtsi
armada-380.dtsi
armada-385-db-88f6820-amc.dts
armada-385-db-ap.dts
armada-385-linksys-caiman.dts
armada-385-linksys-cobra.dts
armada-385-linksys-rango.dts
armada-385-linksys-shelby.dts
armada-385-linksys.dtsi
armada-385-synology-ds116.dts
armada-385-turris-omnia.dts
armada-385.dtsi
armada-388-clearfog-base.dts
armada-388-clearfog-pro.dts
armada-388-clearfog.dts arch: arm: dts: Remove disabled marvell,dsa properties 2019-02-08 18:22:55 +01:00
armada-388-clearfog.dtsi ARM: dts: clearfog: add comphy settings for Ethernet interfaces 2019-02-07 18:10:26 -08:00
armada-388-db.dts
armada-388-gp.dts
armada-388-helios4.dts
armada-388-rd.dts
armada-388.dtsi
armada-390-db.dts
armada-390.dtsi
armada-395-gp.dts
armada-395.dtsi
armada-398-db.dts
armada-398.dtsi
armada-xp-98dx3236.dtsi ARM: dts: armada-xp-98dx3236: Switch to armada-38x-uart serial node 2019-06-27 17:34:38 +02:00
armada-xp-98dx3336.dtsi
armada-xp-98dx4251.dtsi
armada-xp-axpwifiap.dts
armada-xp-db-dxbc2.dts
armada-xp-db-xc3-24g4xg.dts
armada-xp-db.dts ARM: dts: armada-xp: fix Armada XP boards NAND description 2019-02-19 15:58:43 +01:00
armada-xp-gp.dts ARM: dts: armada-xp: fix Armada XP boards NAND description 2019-02-19 15:58:43 +01:00
armada-xp-lenovo-ix4-300d.dts ARM: dts: armada-xp: fix Armada XP boards NAND description 2019-02-19 15:58:43 +01:00
armada-xp-linksys-mamba.dts arch: arm: dts: Remove disabled marvell,dsa properties 2019-02-08 18:22:55 +01:00
armada-xp-matrix.dts
armada-xp-mv78230.dtsi
armada-xp-mv78260.dtsi
armada-xp-mv78460.dtsi
armada-xp-netgear-rn2120.dts
armada-xp-openblocks-ax3-4.dts
armada-xp-synology-ds414.dts
armada-xp.dtsi
armv7-m.dtsi
artpec6-devboard.dts
artpec6.dtsi ARM: dts: Kill off skeleton{64}.dtsi 2019-01-30 17:30:31 +01:00
aspeed-ast2500-evb.dts ARM: dts: aspeed: Enable first MMC slot on AST2500 EVB 2019-08-21 13:42:33 +09:30
aspeed-ast2600-evb.dts ARM: dts: aspeed: Add AST2600 and EVB 2019-09-12 12:05:08 +02:00
aspeed-bmc-arm-centriq2400-rep.dts
aspeed-bmc-arm-stardragon4800-rep2.dts ARM: dts: aspeed: stardragon4800: Add power supply 2019-01-17 12:56:13 +11:00
aspeed-bmc-facebook-cmm.dts ARM: dts: aspeed: cmm: enable ehci host controllers 2019-05-24 13:55:16 +09:30
aspeed-bmc-facebook-minipack.dts ARM: dts: aspeed: Add Facebook Minipack BMC 2019-07-23 12:16:36 +09:30
aspeed-bmc-facebook-tiogapass.dts ARM: dts: aspeed: tiogapass: Add Riser card 2019-08-02 15:53:52 +09:30
aspeed-bmc-facebook-wedge40.dts ARM: dts: aspeed: Add Facebook Wedge40 BMC 2019-08-02 13:44:03 +09:30
aspeed-bmc-facebook-wedge100.dts ARM: dts: aspeed: Add Facebook Wedge100 BMC 2019-08-02 13:45:17 +09:30
aspeed-bmc-facebook-yamp.dts ARM: dts: aspeed: Add Facebook YAMP BMC 2019-05-24 13:57:34 +09:30
aspeed-bmc-inspur-fp5280g2.dts ARM: dts: aspeed: fp5280g2: Fix power supply address 2019-08-14 11:05:07 +09:30
aspeed-bmc-inspur-on5263m5.dts ARM: dts: aspeed: Add Inspur on5263m5 BMC 2019-01-21 12:36:55 +11:00
aspeed-bmc-intel-s2600wf.dts
aspeed-bmc-lenovo-hr630.dts ARM: dts: aspeed: Adding Lenovo Hr630 BMC 2019-05-24 13:57:34 +09:30
aspeed-bmc-lenovo-hr855xg2.dts ARM: dts: aspeed: Add Lenovo Hr855xg2 BMC 2019-07-23 12:25:42 +09:30
aspeed-bmc-microsoft-olympus.dts ARM: dts: aspeed: Add Microsoft Olympus BMC 2019-05-24 13:57:34 +09:30
aspeed-bmc-opp-lanyang.dts ARM: dts: aspeed: Add Power9 and Power9 CFAM description 2019-05-24 13:55:15 +09:30
aspeed-bmc-opp-mihawk.dts ARM; dts: aspeed: mihawk: File should not be executable 2019-09-04 17:34:34 -07:00
aspeed-bmc-opp-palmetto.dts ARM: dts: aspeed: Add Power9 and Power9 CFAM description 2019-05-24 13:55:15 +09:30
aspeed-bmc-opp-romulus.dts ARM: dts: aspeed: Enable video engine on romulus and wtherspoon 2019-06-20 16:37:26 +09:30
aspeed-bmc-opp-swift.dts ARM: dts: aspeed: swift: Change power supplies to version 2 2019-09-04 17:34:34 -07:00
aspeed-bmc-opp-vesnin.dts ARM: dts: aspeed: vesnin: Add secondary SPI flash chip 2019-09-04 17:34:34 -07:00
aspeed-bmc-opp-witherspoon.dts ARM: dts: aspeed: Enable video engine on romulus and wtherspoon 2019-06-20 16:37:26 +09:30
aspeed-bmc-opp-zaius.dts ARM: dts: aspeed: zaius: fixed I2C bus numbers for pcie slots 2019-05-24 13:55:16 +09:30
aspeed-bmc-portwell-neptune.dts
aspeed-bmc-quanta-q71l.dts ARM: dts: aspeed: quanta-q71: Enable p2a node 2019-05-24 13:55:16 +09:30
aspeed-g4.dtsi ARM: dts: aspeed-g4: Add all flash chips 2019-09-04 17:34:31 -07:00
aspeed-g5.dtsi ARM: dts: aspeed-g5: Fixe gpio-ranges upper limit 2019-09-04 17:34:34 -07:00
aspeed-g6-pinctrl.dtsi ARM: dts: aspeed: Add AST2600 pinmux nodes 2019-09-12 12:05:08 +02:00
aspeed-g6.dtsi ARM: dts: aspeed: Add AST2600 pinmux nodes 2019-09-12 12:05:08 +02:00
at91-ariag25.dts ARM: dts: at91: ariag25: Style cleanup 2019-08-21 18:41:35 +02:00
at91-ariettag25.dts ARM: dts: at91: ariettag25: style cleanup 2019-08-21 18:41:35 +02:00
at91-cosino.dtsi ARM: dts: at91: cosino: Style cleanup 2019-08-21 18:41:35 +02:00
at91-cosino_mega2560.dts ARM: dts: at91: cosino: Style cleanup 2019-08-21 18:41:35 +02:00
at91-dvk_som60.dts
at91-dvk_su60_somc.dtsi
at91-dvk_su60_somc_lcm.dtsi
at91-foxg20.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 4 2019-05-21 11:28:40 +02:00
at91-gatwick.dts
at91-kizbox.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 4 2019-05-21 11:28:40 +02:00
at91-kizbox2.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 4 2019-05-21 11:28:40 +02:00
at91-kizboxmini.dts ARM: dts: at91: kizboxmini: Style cleanup 2019-08-21 18:41:35 +02:00
at91-linea.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 4 2019-05-21 11:28:40 +02:00
at91-natte.dtsi
at91-nattis-2-natte-2.dts ARM: dts: at91: replace gpio-key,wakeup with wakeup-source property 2019-01-08 19:12:40 +01:00
at91-qil_a9260.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 191 2019-05-30 11:29:21 -07:00
at91-sam9_l9260.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 4 2019-05-21 11:28:40 +02:00
at91-sama5d2_ptc_ek.dts
at91-sama5d2_xplained.dts ARM: dts: atmel boards: use SPDX-License-Identifier 2019-04-08 13:52:18 +02:00
at91-sama5d3_xplained.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 4 2019-05-21 11:28:40 +02:00
at91-sama5d4_ma5d4.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
at91-sama5d4_ma5d4evk.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
at91-sama5d4_xplained.dts ARM: dts: atmel boards: use SPDX-License-Identifier 2019-04-08 13:52:18 +02:00
at91-sama5d4ek.dts ARM: dts: atmel boards: use SPDX-License-Identifier 2019-04-08 13:52:18 +02:00
at91-sama5d27_som1.dtsi ARM: dts: atmel boards: use SPDX-License-Identifier 2019-04-08 13:52:18 +02:00
at91-sama5d27_som1_ek.dts ARM: dts: atmel boards: use SPDX-License-Identifier 2019-04-08 13:52:18 +02:00
at91-som60.dtsi
at91-tse850-3.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 4 2019-05-21 11:28:40 +02:00
at91-vinco.dts ARM: dts: at91-vinco: use SPDX-License-Identifier 2019-04-08 13:52:36 +02:00
at91-wb45n.dts ARM: dts: at91: replace gpio-key,wakeup with wakeup-source property 2019-01-08 19:12:40 +01:00
at91-wb45n.dtsi
at91-wb50n.dts ARM: dts: at91: replace gpio-key,wakeup with wakeup-source property 2019-01-08 19:12:40 +01:00
at91-wb50n.dtsi ARM: dts: at91: sama5d3: switch to new sckc bindings 2019-05-21 17:42:09 +02:00
at91rm9200.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 4 2019-05-21 11:28:40 +02:00
at91rm9200_pqfp.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 4 2019-05-21 11:28:40 +02:00
at91rm9200ek.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 190 2019-05-30 11:29:21 -07:00
at91sam9g15.dtsi ARM: dts: at91: at91sam9g15: Style cleanup 2019-08-21 18:41:36 +02:00
at91sam9g15ek.dts ARM: dts: at91: at91sam9xx5ek: Style cleanup 2019-08-21 18:41:36 +02:00
at91sam9g20.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 191 2019-05-30 11:29:21 -07:00
at91sam9g20ek.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 191 2019-05-30 11:29:21 -07:00
at91sam9g20ek_2mmc.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 191 2019-05-30 11:29:21 -07:00
at91sam9g20ek_common.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 191 2019-05-30 11:29:21 -07:00
at91sam9g25.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 191 2019-05-30 11:29:21 -07:00
at91sam9g25ek.dts ARM: dts: at91: at91sam9xx5ek: Style cleanup 2019-08-21 18:41:36 +02:00
at91sam9g35.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 191 2019-05-30 11:29:21 -07:00
at91sam9g35ek.dts ARM: dts: at91: at91sam9xx5ek: Style cleanup 2019-08-21 18:41:36 +02:00
at91sam9g45.dtsi AT91 DT for 5.3 2019-06-25 04:49:42 -07:00
at91sam9m10g45ek.dts ARM: dts: at91: Avoid colliding 'display' node and property names 2019-07-21 23:42:22 +02:00
at91sam9n12.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 4 2019-05-21 11:28:40 +02:00
at91sam9n12ek.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 4 2019-05-21 11:28:40 +02:00
at91sam9rl.dtsi AT91 DT for 5.3 2019-06-25 04:49:42 -07:00
at91sam9rlek.dts ARM: dts: at91: Avoid colliding 'display' node and property names 2019-07-21 23:42:22 +02:00
at91sam9x5.dtsi ARM: dts: at91: Add label for sam9x5's internal RTC 2019-08-21 18:41:35 +02:00
at91sam9x5_can.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 191 2019-05-30 11:29:21 -07:00
at91sam9x5_isi.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 191 2019-05-30 11:29:21 -07:00
at91sam9x5_lcd.dtsi ARM: dts: at91: at91sam9x5_lcd.dtsi: Style cleanup 2019-08-21 18:41:36 +02:00
at91sam9x5_macb0.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 191 2019-05-30 11:29:21 -07:00
at91sam9x5_macb1.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 191 2019-05-30 11:29:21 -07:00
at91sam9x5_usart3.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 191 2019-05-30 11:29:21 -07:00
at91sam9x5cm.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 4 2019-05-21 11:28:40 +02:00
at91sam9x5dm.dtsi ARM: dts: at91: at91sam9x5dm.dtsi: Style cleanup 2019-08-21 18:41:36 +02:00
at91sam9x5ek.dtsi ARM: dts: at91: at91sam9xx5ek: Style cleanup 2019-08-21 18:41:36 +02:00
at91sam9x25.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 191 2019-05-30 11:29:21 -07:00
at91sam9x25ek.dts ARM: dts: at91: at91sam9xx5ek: Style cleanup 2019-08-21 18:41:36 +02:00
at91sam9x35.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 191 2019-05-30 11:29:21 -07:00
at91sam9x35ek.dts ARM: dts: at91: at91sam9xx5ek: Style cleanup 2019-08-21 18:41:36 +02:00
at91sam9xe.dtsi ARM: dts: at91sam9xe: use SPDX-License-Identifier 2019-04-08 13:51:59 +02:00
at91sam9260.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 4 2019-05-21 11:28:40 +02:00
at91sam9260ek.dts ARM: dts: atmel boards: use SPDX-License-Identifier 2019-04-08 13:52:18 +02:00
at91sam9261.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 190 2019-05-30 11:29:21 -07:00
at91sam9261ek.dts ARM: dts: at91: Avoid colliding 'display' node and property names 2019-07-21 23:42:22 +02:00
at91sam9263.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 190 2019-05-30 11:29:21 -07:00
at91sam9263ek.dts ARM: dts: at91: Avoid colliding 'display' node and property names 2019-07-21 23:42:22 +02:00
atlas6-evb.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 4 2019-05-21 11:28:40 +02:00
atlas6.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 4 2019-05-21 11:28:40 +02:00
atlas7-evb.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 4 2019-05-21 11:28:40 +02:00
atlas7.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 4 2019-05-21 11:28:40 +02:00
axm55xx.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 2019-05-30 11:26:32 -07:00
axm5516-amarillo.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 2019-05-30 11:26:32 -07:00
axm5516-cpus.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 2019-05-30 11:26:32 -07:00
axp22x.dtsi
axp81x.dtsi ARM: dtsi: axp81x: add USB power supply node 2019-04-18 17:49:43 +02:00
axp152.dtsi
axp209.dtsi
axp223.dtsi
axp809.dtsi
bcm-cygnus-clock.dtsi ARM: dts: Cygnus: Fix most DTC W=1 warnings 2019-06-22 19:28:37 -07:00
bcm-cygnus.dtsi ARM: dts: Cygnus: Fix most DTC W=1 warnings 2019-06-22 19:28:37 -07:00
bcm-hr2.dtsi
bcm-nsp.dtsi ARM: dts: NSP: Fix the bulk of W=1 DTC warnings 2019-06-22 19:28:40 -07:00
bcm9hmidc.dtsi
bcm283x-rpi-lan7515.dtsi
bcm283x-rpi-smsc9512.dtsi
bcm283x-rpi-smsc9514.dtsi
bcm283x-rpi-usb-host.dtsi
bcm283x-rpi-usb-otg.dtsi
bcm283x.dtsi ARM: bcm283x: Reduce register ranges for UART, SPI and I2C 2019-07-24 21:53:14 +02:00
bcm2835-rpi-a-plus.dts ARM: dts: bcm283x: Enable HDMI at board level 2019-08-15 19:35:15 +02:00
bcm2835-rpi-a.dts ARM: dts: bcm283x: Enable HDMI at board level 2019-08-15 19:35:15 +02:00
bcm2835-rpi-b-plus.dts ARM: dts: bcm283x: Enable HDMI at board level 2019-08-15 19:35:15 +02:00
bcm2835-rpi-b-rev2.dts ARM: dts: bcm283x: Enable HDMI at board level 2019-08-15 19:35:15 +02:00
bcm2835-rpi-b.dts ARM: dts: bcm283x: Enable HDMI at board level 2019-08-15 19:35:15 +02:00
bcm2835-rpi-cm1-io1.dts ARM: dts: bcm283x: Enable HDMI at board level 2019-08-15 19:35:15 +02:00
bcm2835-rpi-cm1.dtsi ARM: dts: bcm283x: Define memory at board level 2019-08-12 22:53:26 +02:00
bcm2835-rpi-zero-w.dts ARM: dts: bcm2835-rpi-zero-w: Fix bus-width of sdhci 2019-10-15 10:18:32 -07:00
bcm2835-rpi-zero.dts ARM: dts: bcm283x: Enable HDMI at board level 2019-08-15 19:35:15 +02:00
bcm2835-rpi.dtsi ARM: dts: bcm283x: Enable HDMI at board level 2019-08-15 19:35:15 +02:00
bcm2835.dtsi
bcm2836-rpi-2-b.dts ARM: dts: bcm283x: Enable HDMI at board level 2019-08-15 19:35:15 +02:00
bcm2836-rpi.dtsi
bcm2836.dtsi
bcm2837-rpi-3-a-plus.dts ARM: dts: bcm283x: Enable HDMI at board level 2019-08-15 19:35:15 +02:00
bcm2837-rpi-3-b-plus.dts ARM: dts: bcm283x: Enable HDMI at board level 2019-08-15 19:35:15 +02:00
bcm2837-rpi-3-b.dts ARM: dts: bcm283x: Enable HDMI at board level 2019-08-15 19:35:15 +02:00
bcm2837-rpi-cm3-io3.dts ARM: dts: bcm283x: Enable HDMI at board level 2019-08-15 19:35:15 +02:00
bcm2837-rpi-cm3.dtsi ARM: dts: bcm2837-rpi-cm3: Avoid leds-gpio probing issue 2019-10-18 11:59:39 -07:00
bcm2837.dtsi
bcm4708-asus-rt-ac56u.dts ARM: dts: BCM5301X: Fix most DTC W=1 warnings 2019-06-22 19:28:41 -07:00
bcm4708-asus-rt-ac68u.dts ARM: dts: BCM5301X: Fix most DTC W=1 warnings 2019-06-22 19:28:41 -07:00
bcm4708-buffalo-wzr-1750dhp.dts ARM: dts: BCM5301X: Fix most DTC W=1 warnings 2019-06-22 19:28:41 -07:00
bcm4708-linksys-ea6300-v1.dts ARM: dts: BCM5301X: Fix most DTC W=1 warnings 2019-06-22 19:28:41 -07:00
bcm4708-linksys-ea6500-v2.dts ARM: dts: BCM5301X: Fix most DTC W=1 warnings 2019-06-22 19:28:41 -07:00
bcm4708-luxul-xap-1510.dts ARM: dts: BCM5301X: Fix most DTC W=1 warnings 2019-06-22 19:28:41 -07:00
bcm4708-luxul-xwc-1000.dts ARM: dts: BCM5301X: Fix most DTC W=1 warnings 2019-06-22 19:28:41 -07:00
bcm4708-netgear-r6250.dts ARM: dts: BCM5301X: Fix most DTC W=1 warnings 2019-06-22 19:28:41 -07:00
bcm4708-netgear-r6300-v2.dts ARM: dts: BCM5301X: Fix most DTC W=1 warnings 2019-06-22 19:28:41 -07:00
bcm4708-smartrg-sr400ac.dts ARM: dts: BCM5301X: Fix most DTC W=1 warnings 2019-06-22 19:28:41 -07:00
bcm4708.dtsi
bcm4709-asus-rt-ac87u.dts ARM: dts: bcm: Add missing device_type = "memory" property 2019-05-20 09:29:47 -07:00
bcm4709-buffalo-wxr-1900dhp.dts ARM: dts: bcm: Add missing device_type = "memory" property 2019-05-20 09:29:47 -07:00
bcm4709-linksys-ea9200.dts ARM: dts: bcm: Add missing device_type = "memory" property 2019-05-20 09:29:47 -07:00
bcm4709-netgear-r7000.dts ARM: dts: bcm: Add missing device_type = "memory" property 2019-05-20 09:29:47 -07:00
bcm4709-netgear-r8000.dts ARM: dts: bcm: Add missing device_type = "memory" property 2019-05-20 09:29:47 -07:00
bcm4709-tplink-archer-c9-v1.dts ARM: dts: bcm: Add missing device_type = "memory" property 2019-05-20 09:29:47 -07:00
bcm4709.dtsi
bcm5301x-nand-cs0-bch1.dtsi
bcm5301x-nand-cs0-bch4.dtsi
bcm5301x-nand-cs0-bch8.dtsi
bcm5301x-nand-cs0.dtsi
bcm5301x.dtsi ARM: dts: BCM5301X: Fix most DTC W=1 warnings 2019-06-22 19:28:41 -07:00
bcm7445-bcm97445svmb.dts ARM: dts: Fix BCM7445 DTC warnings 2019-06-22 19:28:36 -07:00
bcm7445.dtsi ARM: dts: Fix BCM7445 DTC warnings 2019-06-22 19:28:36 -07:00
bcm11351.dtsi ARM: dts: bcm-mobile: Fix most DTC W=1 warnings 2019-06-22 19:28:38 -07:00
bcm21664-garnet.dts ARM: dts: bcm-mobile: Fix most DTC W=1 warnings 2019-06-22 19:28:38 -07:00
bcm21664.dtsi ARM: dts: bcm-mobile: Fix most DTC W=1 warnings 2019-06-22 19:28:38 -07:00
bcm23550-sparrow.dts ARM: dts: bcm-mobile: Fix most DTC W=1 warnings 2019-06-22 19:28:38 -07:00
bcm23550.dtsi ARM: dts: bcm-mobile: Fix most DTC W=1 warnings 2019-06-22 19:28:38 -07:00
bcm28155-ap.dts ARM: dts: bcm-mobile: Fix most DTC W=1 warnings 2019-06-22 19:28:38 -07:00
bcm47081-asus-rt-n18u.dts ARM: dts: BCM5301X: Fix most DTC W=1 warnings 2019-06-22 19:28:41 -07:00
bcm47081-buffalo-wzr-600dhp2.dts ARM: dts: BCM5301X: Fix most DTC W=1 warnings 2019-06-22 19:28:41 -07:00
bcm47081-buffalo-wzr-900dhp.dts ARM: dts: BCM5301X: Fix most DTC W=1 warnings 2019-06-22 19:28:41 -07:00
bcm47081-luxul-xap-1410.dts ARM: dts: BCM5301X: Fix most DTC W=1 warnings 2019-06-22 19:28:41 -07:00
bcm47081-luxul-xwr-1200.dts ARM: dts: BCM5301X: Fix most DTC W=1 warnings 2019-06-22 19:28:41 -07:00
bcm47081-tplink-archer-c5-v2.dts ARM: dts: BCM5301X: Fix most DTC W=1 warnings 2019-06-22 19:28:41 -07:00
bcm47081.dtsi
bcm47094-dlink-dir-885l.dts ARM: dts: BCM5301X: Fix most DTC W=1 warnings 2019-06-22 19:28:41 -07:00
bcm47094-linksys-panamera.dts ARM: dts: bcm: bcm47094: add missing #cells for mdio-bus-mux 2019-07-23 10:12:55 -07:00
bcm47094-luxul-abr-4500.dts ARM: dts: BCM5301X: Fix most DTC W=1 warnings 2019-06-22 19:28:41 -07:00
bcm47094-luxul-xap-1610.dts ARM: dts: BCM5301X: Fix most DTC W=1 warnings 2019-06-22 19:28:41 -07:00
bcm47094-luxul-xbr-4500.dts ARM: dts: BCM5301X: Fix most DTC W=1 warnings 2019-06-22 19:28:41 -07:00
bcm47094-luxul-xwr-3100.dts ARM: dts: BCM5301X: Fix most DTC W=1 warnings 2019-06-22 19:28:41 -07:00
bcm47094-luxul-xwr-3150-v1.dts ARM: dts: BCM5301X: Fix most DTC W=1 warnings 2019-06-22 19:28:41 -07:00
bcm47094-netgear-r8500.dts ARM: dts: BCM5301X: Fix most DTC W=1 warnings 2019-06-22 19:28:41 -07:00
bcm47094-phicomm-k3.dts ARM: dts: BCM5301X: Fix most DTC W=1 warnings 2019-06-22 19:28:41 -07:00
bcm47094.dtsi
bcm47189-luxul-xap-810.dts ARM: dts: BCM53573: Fix DTC W=1 warnings 2019-06-22 19:28:38 -07:00
bcm47189-luxul-xap-1440.dts ARM: dts: BCM53573: Fix DTC W=1 warnings 2019-06-22 19:28:38 -07:00
bcm47189-tenda-ac9.dts ARM: dts: BCM53573: Fix DTC W=1 warnings 2019-06-22 19:28:38 -07:00
bcm53340-ubnt-unifi-switch8.dts ARM: dts: Kill off skeleton{64}.dtsi 2019-01-30 17:30:31 +01:00
bcm53573.dtsi ARM: dts: BCM53573: Fix DTC W=1 warnings 2019-06-22 19:28:38 -07:00
bcm59056.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 2019-05-30 11:26:32 -07:00
bcm63138.dtsi ARM: dts: BCM63xx: Fix DTC W=1 warnings 2019-06-22 19:28:39 -07:00
bcm94708.dts ARM: dts: bcm: Add missing device_type = "memory" property 2019-05-20 09:29:47 -07:00
bcm94709.dts ARM: dts: bcm: Add missing device_type = "memory" property 2019-05-20 09:29:47 -07:00
bcm911360_entphn.dts ARM: dts: Cygnus: Fix most DTC W=1 warnings 2019-06-22 19:28:37 -07:00
bcm911360k.dts
bcm947189acdbmr.dts ARM: dts: BCM53573: Fix DTC W=1 warnings 2019-06-22 19:28:38 -07:00
bcm953012er.dts ARM: dts: BCM5301X: Fix most DTC W=1 warnings 2019-06-22 19:28:41 -07:00
bcm953012hr.dts ARM: dts: Kill off skeleton{64}.dtsi 2019-01-30 17:30:31 +01:00
bcm953012k.dts ARM: dts: BCM5301X: Fix most DTC W=1 warnings 2019-06-22 19:28:41 -07:00
bcm958300k.dts
bcm958305k.dts
bcm958522er.dts ARM: dts: NSP: Fix the bulk of W=1 DTC warnings 2019-06-22 19:28:40 -07:00
bcm958525er.dts ARM: dts: NSP: Fix the bulk of W=1 DTC warnings 2019-06-22 19:28:40 -07:00
bcm958525xmc.dts ARM: dts: NSP: Fix the bulk of W=1 DTC warnings 2019-06-22 19:28:40 -07:00
bcm958622hr.dts ARM: dts: NSP: Fix the bulk of W=1 DTC warnings 2019-06-22 19:28:40 -07:00
bcm958623hr.dts ARM: dts: NSP: Fix the bulk of W=1 DTC warnings 2019-06-22 19:28:40 -07:00
bcm958625hr.dts ARM: dts: NSP: Fix the bulk of W=1 DTC warnings 2019-06-22 19:28:40 -07:00
bcm958625k.dts ARM: dts: NSP: Fix the bulk of W=1 DTC warnings 2019-06-22 19:28:40 -07:00
bcm963138dvt.dts ARM: dts: BCM63xx: Fix DTC W=1 warnings 2019-06-22 19:28:39 -07:00
bcm988312hr.dts ARM: dts: NSP: Fix the bulk of W=1 DTC warnings 2019-06-22 19:28:40 -07:00
berlin2-sony-nsz-gs7.dts
berlin2.dtsi
berlin2cd-google-chromecast.dts
berlin2cd-valve-steamlink.dts
berlin2cd.dtsi
berlin2q-marvell-dmp.dts
berlin2q.dtsi
compulab-sb-som.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
cros-adc-thermistors.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
cros-ec-keyboard.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
cros-ec-sbs.dtsi
cx92755.dtsi ARM: dts: Kill off skeleton{64}.dtsi 2019-01-30 17:30:31 +01:00
cx92755_equinox.dts
da850-enbw-cmc.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 2019-05-30 11:26:32 -07:00
da850-evm.dts ARM: dts: da850-evm: Use generic jedec, spi-nor for flash 2019-08-26 17:50:30 +05:30
da850-lcdk.dts This pull request adds CPUFreq support for DA850 boards in device-tree 2019-06-25 04:37:18 -07:00
da850-lego-ev3.dts This pull request adds CPUFreq support for DA850 boards in device-tree 2019-06-25 04:37:18 -07:00
da850.dtsi This pull request adds CPUFreq support for DA850 boards in device-tree 2019-06-25 04:37:18 -07:00
dm814x-clocks.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
dm814x.dtsi Device tree changes to make CPSW Ethernet use proper phy driver 2019-02-22 14:55:16 +01:00
dm816x-clocks.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
dm816x.dtsi
dm8148-evm.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
dm8148-t410.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
dm8168-evm.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
dove-cm-a510.dtsi
dove-cubox-es.dts
dove-cubox.dts
dove-d2plug.dts
dove-d3plug.dts
dove-dove-db.dts
dove-sbc-a510.dts
dove.dtsi ARM: dts: Kill off skeleton{64}.dtsi 2019-01-30 17:30:31 +01:00
dra7-dspeve-thermal.dtsi
dra7-evm-common.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
dra7-evm.dts ARM: dts: Fix flags for gpio7 2019-07-24 00:51:27 -07:00
dra7-iva-thermal.dtsi
dra7-l4.dtsi ARM: dts: dra7: add dt nodes for new cpsw switch dev driver 2019-11-20 11:25:24 -08:00
dra7-mmc-iodelay.dtsi
dra7.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
dra7xx-clocks.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
dra62x-clocks.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
dra62x-j5eco-evm.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
dra62x.dtsi
dra71-evm.dts SPDX update for 5.2-rc6 2019-06-21 09:58:42 -07:00
dra71x.dtsi ARM: dts: dra71x: Disable usb4_tm target module 2019-05-20 08:28:33 -07:00
dra72-evm-common.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
dra72-evm-revc.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
dra72-evm-tps65917.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
dra72-evm.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
dra72x-mmc-iodelay.dtsi
dra72x.dtsi SPDX update for 5.2-rc6 2019-06-21 09:58:42 -07:00
dra74x-mmc-iodelay.dtsi ARM: dts: dra74x: Fix iodelay configuration for mmc3 2019-08-13 03:21:10 -07:00
dra74x.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
dra76-evm.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
dra76x-mmc-iodelay.dtsi ARM: dts: dra76x: Update MMC2_HS200_MANUAL1 iodelay values 2019-05-02 07:43:36 -07:00
dra76x.dtsi SPDX update for 5.2-rc6 2019-06-21 09:58:42 -07:00
ecx-2000.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201 2019-05-30 11:29:52 -07:00
ecx-common.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201 2019-05-30 11:29:52 -07:00
efm32gg-dk3750.dts
efm32gg.dtsi
elpida_ecb240abacn.dtsi
emev2-kzm9d.dts ARM: dts: renesas: Use ip=on for bootargs 2019-06-21 09:45:29 +02:00
emev2.dtsi
ep7209.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 22 2019-05-21 11:52:38 +02:00
ep7211-edb7211.dts ARM: dts: edb7211: native-mode is part of display-timings 2019-08-12 15:22:57 +02:00
ep7211.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 22 2019-05-21 11:52:38 +02:00
ethernut5.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 191 2019-05-30 11:29:21 -07:00
evk-pro3.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 4 2019-05-21 11:28:40 +02:00
exynos-mfc-reserved-memory.dtsi
exynos-syscon-restart.dtsi
exynos4-cpu-thermal.dtsi
exynos4.dtsi ARM: dts: exynos: Use standard arrays of generic PHYs for EHCI/OHCI devices 2019-07-30 13:00:37 +02:00
exynos5.dtsi
exynos54xx-odroidxu-leds.dtsi
exynos54xx.dtsi ARM: dts: exynos: Use standard arrays of generic PHYs for EHCI/OHCI devices 2019-07-30 13:00:37 +02:00
exynos3250-artik5-eval.dts
exynos3250-artik5.dtsi ARM: dts: exynos: Add GPU/Mali 400 node to Exynos3250 2019-06-24 20:03:42 +02:00
exynos3250-monk.dts ARM: dts: exynos: Add GPU/Mali 400 node to Exynos3250 2019-06-24 20:03:42 +02:00
exynos3250-pinctrl.dtsi
exynos3250-rinato.dts ARM: dts: exynos: Add GPU/Mali 400 node to Exynos3250 2019-06-24 20:03:42 +02:00
exynos3250.dtsi ARM: dts: exynos: Remove not accurate secondary ADC compatible 2019-09-02 17:11:28 +02:00
exynos4210-origen.dts ARM: dts: exynos: Add GPU/Mali 400 node to Exynos4 2019-06-24 20:03:42 +02:00
exynos4210-pinctrl.dtsi
exynos4210-smdkv310.dts ARM: dts: exynos: Remove console argument from bootargs 2019-04-10 18:13:31 +02:00
exynos4210-trats.dts ARM: dts: exynos: Add GPU/Mali 400 node to Exynos4 2019-06-24 20:03:42 +02:00
exynos4210-universal_c210.dts ARM: dts: exynos: Use standard arrays of generic PHYs for EHCI/OHCI devices 2019-07-30 13:00:37 +02:00
exynos4210.dtsi ARM: dts: exynos: Fix imprecise abort on Mali GPU probe on Exynos4210 2019-07-01 20:25:57 +02:00
exynos4412-galaxy-s3.dtsi ARM: dts: exynos: Add flash support to Galaxy S3 boards 2019-06-19 19:14:22 +02:00
exynos4412-i9300.dts
exynos4412-i9305.dts
exynos4412-itop-elite.dts ARM: dts: exynos: Use standard arrays of generic PHYs for EHCI/OHCI devices 2019-07-30 13:00:37 +02:00
exynos4412-itop-scp-core.dtsi ARM: dts: exynos: Use space after '=' in exynos4412-itop-scp-core 2019-08-07 18:56:09 +02:00
exynos4412-midas.dtsi ARM: dts: exynos: Add GPU/Mali 400 node to Exynos4 2019-06-24 20:03:42 +02:00
exynos4412-n710x.dts
exynos4412-odroid-common.dtsi ARM: dts: exynos: Add GPU/Mali 400 node to Exynos4 2019-06-24 20:03:42 +02:00
exynos4412-odroidu3.dts ARM: dts: exynos: Use standard arrays of generic PHYs for EHCI/OHCI devices 2019-07-30 13:00:37 +02:00
exynos4412-odroidx.dts ARM: dts: exynos: Use standard arrays of generic PHYs for EHCI/OHCI devices 2019-07-30 13:00:37 +02:00
exynos4412-odroidx2.dts
exynos4412-origen.dts ARM: dts: exynos: Use standard arrays of generic PHYs for EHCI/OHCI devices 2019-07-30 13:00:37 +02:00
exynos4412-pinctrl.dtsi
exynos4412-ppmu-common.dtsi
exynos4412-prime.dtsi ARM: dts: exynos: Add GPU/Mali 400 node to Exynos4 2019-06-24 20:03:42 +02:00
exynos4412-smdk4412.dts ARM: dts: exynos: Remove console argument from bootargs 2019-04-10 18:13:31 +02:00
exynos4412-tiny4412.dts
exynos4412-trats2.dts ARM: dts: exynos: Use stdout-path property instead of console in bootargs 2019-04-10 18:13:05 +02:00
exynos4412.dtsi ARM: dts: exynos: Fix imprecise abort on Mali GPU probe on Exynos4210 2019-07-01 20:25:57 +02:00
exynos5250-arndale.dts ARM: dts: exynos: Enable GPU/Mali T604 on Arndale board 2019-09-04 19:25:33 +02:00
exynos5250-pinctrl.dtsi
exynos5250-smdk5250.dts ARM: dts: exynos: Use stdout-path property instead of console in bootargs 2019-04-10 18:13:05 +02:00
exynos5250-snow-common.dtsi ARM: dts: exynos: Enable GPU/Mali T604 on Chromebook Snow 2019-09-04 19:25:33 +02:00
exynos5250-snow-rev5.dts
exynos5250-snow.dts
exynos5250-spring.dts
exynos5250.dtsi USB changes for 5.4-rc1 2019-09-18 10:33:46 -07:00
exynos5260-pinctrl.dtsi ARM: dts: exynos: Add interrupts for dedicated EINTs on Exynos5260 2019-03-18 19:54:16 +01:00
exynos5260-xyref5260.dts ARM: dts: exynos: Use stdout-path property instead of console in bootargs 2019-04-10 18:13:05 +02:00
exynos5260.dtsi ARM: dts: exynos: Fix interrupt for shared EINTs on Exynos5260 2019-03-19 21:15:41 +01:00
exynos5410-odroidxu.dts ARM: dts: exynos: Add ADC node to Exynos5410 and Odroid XU 2019-06-11 20:37:21 +02:00
exynos5410-pinctrl.dtsi
exynos5410-smdk5410.dts ARM: dts: exynos: Use stdout-path property instead of console in bootargs 2019-04-10 18:13:05 +02:00
exynos5410.dtsi ARM: dts: exynos: Add ADC node to Exynos5410 and Odroid XU 2019-06-11 20:37:21 +02:00
exynos5420-arndale-octa.dts ARM: dts: exynos: Adjust buck[78] regulators to supported values on Arndale Octa 2019-07-01 20:28:37 +02:00
exynos5420-cpus.dtsi
exynos5420-peach-pit.dts ARM: dts: exynos: Mark LDO10 as always-on on Peach Pit/Pi Chromebooks 2019-09-02 17:12:18 +02:00
exynos5420-pinctrl.dtsi
exynos5420-smdk5420.dts ARM: dts: exynos: Use stdout-path property instead of console in bootargs 2019-04-10 18:13:05 +02:00
exynos5420-trip-points.dtsi
exynos5420.dtsi ARM: dts: exynos: Add G3D power domain to Exynos542x 2019-08-12 19:02:06 +02:00
exynos5422-cpus.dtsi
exynos5422-odroid-core.dtsi ARM: dts: exynos: Adjust buck[78] regulators to supported values on Odroid XU3 family 2019-07-01 20:28:32 +02:00
exynos5422-odroidhc1.dts
exynos5422-odroidxu3-audio.dtsi ARM: dts: exynos: Fix audio (microphone) routing on Odroid XU3 2019-03-20 19:32:24 +01:00
exynos5422-odroidxu3-common.dtsi ARM: dts: exynos: Disable unused buck10 regulator on Odroid HC1 board 2019-06-24 19:07:47 +02:00
exynos5422-odroidxu3-lite.dts ARM: dts: exynos: Disable ARM PMU on Odroid XU3-lite 2019-02-18 18:59:30 +01:00
exynos5422-odroidxu3.dts
exynos5422-odroidxu4.dts ARM: dts: exynos: Add support for secondary DAI to Odroid XU4 2019-02-18 20:52:25 +01:00
exynos5800-peach-pi.dts ARM: dts: exynos: Mark LDO10 as always-on on Peach Pit/Pi Chromebooks 2019-09-02 17:12:18 +02:00
exynos5800.dtsi ARM: dts: exynos: Add CAM power domain to Exynos5422/5800 2019-08-12 19:02:59 +02:00
facebook-bmc-flash-layout.dtsi
ge863-pro3.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 4 2019-05-21 11:28:40 +02:00
gemini-dlink-dir-685.dts ARM: dts: dir685: Drop spi-cpol from the display 2019-09-16 16:31:17 +02:00
gemini-dlink-dns-313.dts ARM: dts: gemini Fix up DNS-313 compatible string 2019-06-19 13:24:03 +02:00
gemini-nas4220b.dts ARM: dts: gemini: Mount root from mtdblock3 2019-07-26 13:42:57 +02:00
gemini-rut1xx.dts ARM: dts: Bump Gemini platforms to use 100ms debounce 2018-12-08 23:21:49 +01:00
gemini-sl93512r.dts ARM: dts: gemini: Mount root from mtdblock3 2019-07-26 13:42:57 +02:00
gemini-sq201.dts ARM: dts: Bump Gemini platforms to use 100ms debounce 2018-12-08 23:21:49 +01:00
gemini-wbd111.dts ARM: dts: Bump Gemini platforms to use 100ms debounce 2018-12-08 23:21:49 +01:00
gemini-wbd222.dts ARM: dts: Bump Gemini platforms to use 100ms debounce 2018-12-08 23:21:49 +01:00
gemini.dtsi ARM: dts: Add the FOTG210 USB host to Gemini boards 2018-12-08 23:20:10 +01:00
gr-peach-audiocamerashield.dtsi
hi3519-demb.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13 2019-05-21 11:28:45 +02:00
hi3519.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13 2019-05-21 11:28:45 +02:00
hi3620-hi4511.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 332 2019-06-05 17:37:06 +02:00
hi3620.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 332 2019-06-05 17:37:06 +02:00
highbank.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201 2019-05-30 11:29:52 -07:00
hip01-ca9x2.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
hip01.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
hip04-d01.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 332 2019-06-05 17:37:06 +02:00
hip04.dtsi ARM: Device-tree updates 2019-07-19 17:19:24 -07:00
hisi-x5hd2-dkb.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 332 2019-06-05 17:37:06 +02:00
hisi-x5hd2.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 332 2019-06-05 17:37:06 +02:00
ibm-power9-dual.dtsi ARM: dts: aspeed: Add Power9 and Power9 CFAM description 2019-05-24 13:55:15 +09:30
imx1-ads.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
imx1-apf9328.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
imx1-pinfunc.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
imx1.dtsi ARM: dts: imx1: Fix memory node duplication 2018-12-10 10:02:51 +08:00
imx6-logicpd-baseboard.dtsi ARM: dts: imx6-logicpd: Re-enable SNVS power key 2019-10-28 10:10:51 +08:00
imx6-logicpd-som.dtsi ARM: dts: imx6q-logicpd: Re-Enable SNVS power key 2019-10-14 17:06:12 +08:00
imx6dl-apf6dev.dts ARM: dts: imx6qdl: Fix memory node duplication 2018-12-10 10:03:07 +08:00
imx6dl-aristainetos2_4.dts ARM: dts: imx6qdl: Fix memory node duplication 2018-12-10 10:03:07 +08:00
imx6dl-aristainetos2_7.dts ARM: dts: imx6qdl: Fix memory node duplication 2018-12-10 10:03:07 +08:00
imx6dl-aristainetos_4.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
imx6dl-aristainetos_7.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
imx6dl-colibri-eval-v3.dts ARM: dts: colibri: use valid range configuration for weim 2019-02-11 09:22:26 +08:00
imx6dl-cubox-i-emmc-som-v15.dts
imx6dl-cubox-i-som-v15.dts
imx6dl-cubox-i.dts
imx6dl-dfi-fs700-m60.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
imx6dl-eckelmann-ci4x10.dts ARM: dts: Add devicetree for Eckelmann ci4x10 2019-03-26 16:30:16 +08:00
imx6dl-emcon-avari.dts ARM: dts: Add support for emtrion emCON-MX6 series 2018-12-10 10:02:24 +08:00
imx6dl-gw51xx.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
imx6dl-gw52xx.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
imx6dl-gw53xx.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
imx6dl-gw54xx.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
imx6dl-gw551x.dts
imx6dl-gw552x.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
imx6dl-gw553x.dts
imx6dl-gw560x.dts
imx6dl-gw5903.dts
imx6dl-gw5904.dts
imx6dl-hummingboard-emmc-som-v15.dts
imx6dl-hummingboard-som-v15.dts
imx6dl-hummingboard.dts
imx6dl-hummingboard2-emmc-som-v15.dts
imx6dl-hummingboard2-som-v15.dts
imx6dl-hummingboard2.dts
imx6dl-icore-mipi.dts
imx6dl-icore-rqs.dts
imx6dl-icore.dts
imx6dl-kontron-samx6i.dtsi ARM: dts: imx6qdl-kontron-samx6i: add Kontron SMARC SoM Support 2019-06-24 23:12:11 +08:00
imx6dl-mamoj.dts ARM: dts: imx6dl-mamoj: Add a memory node 2018-12-10 10:03:07 +08:00
imx6dl-nit6xlite.dts
imx6dl-nitrogen6x.dts
imx6dl-phytec-mira-rdk-nand.dts
imx6dl-phytec-pbab01.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
imx6dl-phytec-pfla02.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
imx6dl-pinfunc.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
imx6dl-rex-basic.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
imx6dl-riotboard.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
imx6dl-sabreauto.dts ARM: dts: imx6dl-sabreauto: update opp table for auto part 2019-04-11 14:59:33 +08:00
imx6dl-sabrelite.dts
imx6dl-sabresd.dts
imx6dl-savageboard.dts
imx6dl-ts4900.dts ARM: dts: imx6qdl: Fix memory node duplication 2018-12-10 10:03:07 +08:00
imx6dl-ts7970.dts ARM: dts: imx6qdl: Fix memory node duplication 2018-12-10 10:03:07 +08:00
imx6dl-tx6dl-comtft.dts
imx6dl-tx6s-8034-mb7.dts
imx6dl-tx6s-8034.dts
imx6dl-tx6s-8035-mb7.dts
imx6dl-tx6s-8035.dts
imx6dl-tx6u-80xx-mb7.dts
imx6dl-tx6u-81xx-mb7.dts
imx6dl-tx6u-801x.dts
imx6dl-tx6u-811x.dts
imx6dl-tx6u-8033-mb7.dts
imx6dl-tx6u-8033.dts
imx6dl-udoo.dts
imx6dl-wandboard-revb1.dts ARM: dts: imx6qdl: Fix memory node duplication 2018-12-10 10:03:07 +08:00
imx6dl-wandboard-revd1.dts ARM: dts: imx6qdl: Fix memory node duplication 2018-12-10 10:03:07 +08:00
imx6dl-wandboard.dts ARM: dts: imx6qdl: Fix memory node duplication 2018-12-10 10:03:07 +08:00
imx6dl-yapp4-common.dtsi ARM: dts: imx6dl-yapp4: Use correct pseudo PHY address for the switch 2019-03-22 09:20:32 +08:00
imx6dl-yapp4-draco.dts ARM: dts: imx: Add Y Soft IOTA Draco, Hydra and Ursa boards 2019-02-11 09:22:25 +08:00
imx6dl-yapp4-hydra.dts ARM: dts: imx: Add Y Soft IOTA Draco, Hydra and Ursa boards 2019-02-11 09:22:25 +08:00
imx6dl-yapp4-ursa.dts ARM: dts: imx: Add Y Soft IOTA Draco, Hydra and Ursa boards 2019-02-11 09:22:25 +08:00
imx6dl.dtsi ARM: dts: imx: Add an cpu0 label for imx6dl devices 2018-12-10 10:02:24 +08:00
imx6q-apalis-eval.dts
imx6q-apalis-ixora-v1.1.dts
imx6q-apalis-ixora.dts
imx6q-apf6dev.dts ARM: dts: imx6qdl: Fix memory node duplication 2018-12-10 10:03:07 +08:00
imx6q-arm2.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
imx6q-b450v3.dts
imx6q-b650v3.dts
imx6q-b850v3.dts
imx6q-ba16.dtsi ARM: dts: imx: Fix the AR803X phy-mode 2019-04-11 10:57:56 +08:00
imx6q-bx50v3.dtsi
imx6q-cm-fx6.dts ARM: dts: imx6qdl: Fix memory node duplication 2018-12-10 10:03:07 +08:00
imx6q-cubox-i-emmc-som-v15.dts
imx6q-cubox-i-som-v15.dts
imx6q-cubox-i.dts
imx6q-dfi-fs700-m60.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
imx6q-dhcom-pdk2.dts
imx6q-dhcom-som.dtsi ARM: dts: imx6qdl: Fix memory node duplication 2018-12-10 10:03:07 +08:00
imx6q-display5-tianma-tm070-1280x768.dts
imx6q-display5.dtsi ARM: dts: imx6qdl: Fix memory node duplication 2018-12-10 10:03:07 +08:00
imx6q-dmo-edmqmx6.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
imx6q-dms-ba16.dts
imx6q-emcon-avari.dts ARM: dts: Add support for emtrion emCON-MX6 series 2018-12-10 10:02:24 +08:00
imx6q-evi.dts ARM: dts: imx6qdl: Fix memory node duplication 2018-12-10 10:03:07 +08:00
imx6q-gk802.dts ARM: dts: imx6qdl: Fix memory node duplication 2018-12-10 10:03:07 +08:00
imx6q-gw51xx.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
imx6q-gw52xx.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
imx6q-gw53xx.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
imx6q-gw54xx.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
imx6q-gw551x.dts
imx6q-gw552x.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
imx6q-gw553x.dts
imx6q-gw560x.dts
imx6q-gw5400-a.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
imx6q-gw5903.dts
imx6q-gw5904.dts
imx6q-h100.dts ARM: dts: imx6qdl: Fix memory node duplication 2018-12-10 10:03:07 +08:00
imx6q-hummingboard-emmc-som-v15.dts
imx6q-hummingboard-som-v15.dts
imx6q-hummingboard.dts
imx6q-hummingboard2-emmc-som-v15.dts
imx6q-hummingboard2-som-v15.dts
imx6q-hummingboard2.dts
imx6q-icore-mipi.dts
imx6q-icore-ofcap10.dts
imx6q-icore-ofcap12.dts
imx6q-icore-rqs.dts
imx6q-icore.dts
imx6q-kontron-samx6i.dtsi ARM: dts: imx6qdl-kontron-samx6i: add Kontron SMARC SoM Support 2019-06-24 23:12:11 +08:00
imx6q-kp-tpc.dts ARM: dts: imx6qdl: Fix memory node duplication 2018-12-10 10:03:07 +08:00
imx6q-kp.dtsi
imx6q-logicpd.dts ARM: dts: imx6q-logicpd: Shutdown LCD regulator during suspend 2019-04-11 13:44:12 +08:00
imx6q-marsboard.dts ARM: dts: imx: Fix the AR803X phy-mode 2019-04-11 10:57:56 +08:00
imx6q-mccmon6.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
imx6q-nitrogen6_max.dts
imx6q-nitrogen6_som2.dts
imx6q-nitrogen6x.dts
imx6q-novena.dts ARM: dts: imx6qdl: Fix memory node duplication 2018-12-10 10:03:07 +08:00
imx6q-phytec-mira-rdk-emmc.dts
imx6q-phytec-mira-rdk-nand.dts
imx6q-phytec-pbab01.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
imx6q-phytec-pfla02.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
imx6q-pinfunc.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
imx6q-pistachio.dts ARM: dts: imx: replace gpio-key,wakeup with wakeup-source property 2019-01-12 10:49:29 +08:00
imx6q-rex-pro.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
imx6q-sabreauto.dts
imx6q-sabrelite.dts
imx6q-sabresd.dts
imx6q-savageboard.dts
imx6q-sbc6x.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 203 2019-05-30 11:29:52 -07:00
imx6q-tbs2910.dts ARM: dts: imx: Fix the AR803X phy-mode 2019-04-11 10:57:56 +08:00
imx6q-ts4900.dts ARM: dts: imx6qdl: Fix memory node duplication 2018-12-10 10:03:07 +08:00
imx6q-ts7970.dts ARM: dts: imx6qdl: Fix memory node duplication 2018-12-10 10:03:07 +08:00
imx6q-tx6q-10x0-mb7.dts
imx6q-tx6q-11x0-mb7.dts
imx6q-tx6q-1010-comtft.dts
imx6q-tx6q-1010.dts
imx6q-tx6q-1020-comtft.dts
imx6q-tx6q-1020.dts
imx6q-tx6q-1036-mb7.dts
imx6q-tx6q-1036.dts
imx6q-tx6q-1110.dts
imx6q-udoo.dts
imx6q-utilite-pro.dts
imx6q-var-dt6customboard.dts
imx6q-wandboard-revb1.dts ARM: dts: imx6qdl: Fix memory node duplication 2018-12-10 10:03:07 +08:00
imx6q-wandboard-revd1.dts ARM: dts: imx6qdl: Fix memory node duplication 2018-12-10 10:03:07 +08:00
imx6q-wandboard.dts ARM: dts: imx6qdl: Fix memory node duplication 2018-12-10 10:03:07 +08:00
imx6q-zii-rdu2.dts ARM: dts: imx: Switch Zii dts to SPDX identifier 2019-04-11 13:50:55 +08:00
imx6q.dtsi
imx6qdl-apalis.dtsi ARM: dts: Add stmpe-adc DT node to Toradex iMX6 modules 2019-02-11 09:22:27 +08:00
imx6qdl-apf6.dtsi ARM: dts: imx: Fix the AR803X phy-mode 2019-04-11 10:57:56 +08:00
imx6qdl-apf6dev.dtsi
imx6qdl-aristainetos.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
imx6qdl-aristainetos2.dtsi
imx6qdl-colibri.dtsi ARM: dts: imx6qdl-colibri: add phy to fec 2019-08-19 13:22:07 +02:00
imx6qdl-cubox-i.dtsi ARM: dts: imx6qdl: Fix memory node duplication 2018-12-10 10:03:07 +08:00
imx6qdl-dfi-fs700-m60.dtsi
imx6qdl-emcon-avari.dtsi ARM: dts: Add support for emtrion emCON-MX6 series 2018-12-10 10:02:24 +08:00
imx6qdl-emcon.dtsi dt-bindings: hwmon (pwm-fan) Remove dead "cooling-*-state" properties 2019-04-28 12:54:31 -07:00
imx6qdl-gw51xx.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
imx6qdl-gw52xx.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
imx6qdl-gw53xx.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
imx6qdl-gw54xx.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
imx6qdl-gw551x.dtsi ARM: dts: imx: Add TDA19971 HDMI Receiver to GW551x 2019-03-19 16:46:22 +08:00
imx6qdl-gw552x.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
imx6qdl-gw553x.dtsi ARM: dts: imx6qdl: Fix memory node duplication 2018-12-10 10:03:07 +08:00
imx6qdl-gw560x.dtsi ARM: dts: imx6qdl: Fix memory node duplication 2018-12-10 10:03:07 +08:00
imx6qdl-gw5903.dtsi ARM: dts: imx6qdl-gw5903: Use new CODEC reset pin name 2019-04-11 10:41:52 +08:00
imx6qdl-gw5904.dtsi ARM: dts: imx6qdl: Fix memory node duplication 2018-12-10 10:03:07 +08:00
imx6qdl-hummingboard.dtsi ARM: dts: imx6qdl: Fix memory node duplication 2018-12-10 10:03:07 +08:00
imx6qdl-hummingboard2-emmc.dtsi
imx6qdl-hummingboard2.dtsi ARM: dts: imx6qdl: Fix memory node duplication 2018-12-10 10:03:07 +08:00
imx6qdl-icore-1.5.dtsi
imx6qdl-icore-rqs.dtsi ARM: dts: imx6qdl: Fix typo in imx6qdl-icore-rqs.dtsi 2019-03-22 08:42:24 +08:00
imx6qdl-icore.dtsi ARM: dts: imx6qdl: Fix memory node duplication 2018-12-10 10:03:07 +08:00
imx6qdl-kontron-samx6i.dtsi ARM: dts: imx6qdl-kontron-samx6i: add Kontron SMARC SoM Support 2019-06-24 23:12:11 +08:00
imx6qdl-nit6xlite.dtsi ARM: dts: imx6qdl-nit6xlite: Remove invalid properties 2019-08-03 14:47:31 +02:00
imx6qdl-nitrogen6_max.dtsi ARM: dts: imx6qdl: Fix memory node duplication 2018-12-10 10:03:07 +08:00
imx6qdl-nitrogen6_som2.dtsi ARM: dts: imx6qdl: Fix memory node duplication 2018-12-10 10:03:07 +08:00
imx6qdl-nitrogen6x.dtsi ARM: dts: imx6qdl: Fix memory node duplication 2018-12-10 10:03:07 +08:00
imx6qdl-phytec-mira.dtsi
imx6qdl-phytec-pbab01.dtsi ARM: dts: pbab01: correct rtc vendor 2019-08-24 20:19:33 +02:00
imx6qdl-phytec-pfla02.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
imx6qdl-phytec-phycore-som.dtsi
imx6qdl-rex.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
imx6qdl-sabreauto.dtsi ARM: dts: imx6qdl-sabreauto: Fix storm of accelerometer interrupts 2019-10-26 16:07:03 +08:00
imx6qdl-sabrelite.dtsi ARM: dts: imx6qdl: Fix memory node duplication 2018-12-10 10:03:07 +08:00
imx6qdl-sabresd.dtsi ARM: dts: imx6qdl: Enable SNVS power key according to board design 2019-06-18 15:14:39 +08:00
imx6qdl-savageboard.dtsi
imx6qdl-sr-som-brcm.dtsi
imx6qdl-sr-som-emmc.dtsi
imx6qdl-sr-som-ti.dtsi
imx6qdl-sr-som.dtsi ARM: dts: imx: Fix the AR803X phy-mode 2019-04-11 10:57:56 +08:00
imx6qdl-ts4900.dtsi
imx6qdl-ts7970.dtsi
imx6qdl-tx6-lcd.dtsi
imx6qdl-tx6-lvds.dtsi
imx6qdl-tx6-mb7.dtsi
imx6qdl-tx6.dtsi ARM: dts: imx6qdl: Fix memory node duplication 2018-12-10 10:03:07 +08:00
imx6qdl-udoo.dtsi ARM: dts: imx6qdl: Fix memory node duplication 2018-12-10 10:03:07 +08:00
imx6qdl-var-dart.dtsi ARM: dts: imx6qdl-var-dart: Use new CODEC reset pin name 2019-04-11 10:41:55 +08:00
imx6qdl-wandboard-revb1.dtsi ARM: dts: imx6qdl-wandboard: Switch to SPDX identifier 2018-12-10 10:02:42 +08:00
imx6qdl-wandboard-revc1.dtsi ARM: dts: imx6qdl-wandboard: Switch to SPDX identifier 2018-12-10 10:02:42 +08:00
imx6qdl-wandboard-revd1.dtsi ARM: dts: imx6qdl-wandboard: Switch to SPDX identifier 2018-12-10 10:02:42 +08:00
imx6qdl-wandboard.dtsi ARM: dts: imx6qdl-wandboard: Add OV5645 camera support 2019-08-03 10:25:03 +02:00
imx6qdl-zii-rdu2.dtsi ARM: dts: imx: Switch Zii dts to SPDX identifier 2019-04-11 13:50:55 +08:00
imx6qdl.dtsi ARM: dts: imx6: drop gpmi-nand address and size cells 2019-08-19 14:01:26 +02:00
imx6qp-nitrogen6_max.dts
imx6qp-nitrogen6_som2.dts
imx6qp-phytec-mira-rdk-nand.dts
imx6qp-sabreauto.dts
imx6qp-sabresd.dts
imx6qp-tx6qp-8037-mb7.dts
imx6qp-tx6qp-8037.dts
imx6qp-tx6qp-8137-mb7.dts
imx6qp-tx6qp-8137.dts
imx6qp-wandboard-revd1.dts ARM: dts: imx6qdl: Fix memory node duplication 2018-12-10 10:03:07 +08:00
imx6qp-zii-rdu2.dts ARM: dts: imx: Switch Zii dts to SPDX identifier 2019-04-11 13:50:55 +08:00
imx6qp.dtsi
imx6sl-evk.dts ARM: dts: imx6sl-evk: Assign corresponding power supply for LDOs 2019-05-20 11:03:40 +08:00
imx6sl-pinfunc.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
imx6sl-warp.dts ARM: dts: imx6sl: Fix memory node duplication 2018-12-10 10:02:34 +08:00
imx6sl.dtsi ARM: dts: imx6sl: move GIC to right location in DT 2019-07-23 15:47:49 +08:00
imx6sll-evk.dts ARM: dts: imx6sll: Enable SNVS poweroff according to board design 2019-06-18 15:15:04 +08:00
imx6sll-pinfunc.h
imx6sll.dtsi ARM: dts: imx: Cleanup style around assignment operator 2019-08-03 16:49:56 +02:00
imx6sx-nitrogen6sx.dts ARM: dts: imx6sx: Fix memory node duplication 2018-12-10 10:02:29 +08:00
imx6sx-pinfunc.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
imx6sx-sabreauto.dts ARM: dts: imx: Fix the AR803X phy-mode 2019-04-11 10:57:56 +08:00
imx6sx-sdb-reva.dts ARM: dts: imx6sx: Enable SNVS power key according to board design 2019-06-18 15:14:54 +08:00
imx6sx-sdb-sai.dts ARM: dts: imx6: Switch NXP board dts to SPDX identifier 2018-12-10 10:02:42 +08:00
imx6sx-sdb.dts ARM: dts: imx6sx: Enable SNVS power key according to board design 2019-06-18 15:14:54 +08:00
imx6sx-sdb.dtsi ARM: dts: imx: Fix the AR803X phy-mode 2019-04-11 10:57:56 +08:00
imx6sx-softing-vining-2000.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
imx6sx-udoo-neo-basic.dts ARM: dts: imx6sx-udoo: Use the correct style for SPDX License Identifier 2019-06-12 16:04:01 +08:00
imx6sx-udoo-neo-extended.dts ARM: dts: imx6sx-udoo-neo: add bluetooth config to uart3 2019-06-12 16:04:01 +08:00
imx6sx-udoo-neo-full.dts ARM: dts: imx6sx-udoo-neo: add bluetooth config to uart3 2019-06-12 16:04:01 +08:00
imx6sx-udoo-neo.dtsi ARM: dts: imx6sx-udoo-neo: add bluetooth config to uart3 2019-06-12 16:04:01 +08:00
imx6sx.dtsi ARM: dts: imx: Cleanup style around assignment operator 2019-08-03 16:49:56 +02:00
imx6ul-14x14-evk.dts
imx6ul-14x14-evk.dtsi ARM: dts: imx6ul: fix clock frequency property name of I2C buses 2019-07-22 15:42:22 +08:00
imx6ul-ccimx6ulsbcexpress.dts
imx6ul-ccimx6ulsbcpro.dts ARM: dts: ccimx6ulsbcpro: Add support for Goodix touch controller 2018-12-10 10:03:03 +08:00
imx6ul-ccimx6ulsom.dtsi ARM: dts: imx6ul-ccimx6ulsom: Add memory node to board dts 2018-12-10 10:02:25 +08:00
imx6ul-geam.dts ARM: dts: imx6ul: fix clock frequency property name of I2C buses 2019-07-22 15:42:22 +08:00
imx6ul-isiot-emmc.dts
imx6ul-isiot-nand.dts
imx6ul-isiot.dtsi ARM: dts: imx6ul: fix clock frequency property name of I2C buses 2019-07-22 15:42:22 +08:00
imx6ul-kontron-n6310-s-43.dts ARM: dts: imx6ul-kontron-n6310: Add Kontron i.MX6UL N6310 SoM and boards 2019-08-24 22:45:47 +02:00
imx6ul-kontron-n6310-s.dts ARM: dts: imx6ul-kontron-n6310: Add Kontron i.MX6UL N6310 SoM and boards 2019-08-24 22:45:47 +02:00
imx6ul-kontron-n6310-som.dtsi ARM: dts: imx6ul-kontron-n6310: Add Kontron i.MX6UL N6310 SoM and boards 2019-08-24 22:45:47 +02:00
imx6ul-liteboard.dts
imx6ul-litesom.dtsi ARM: dts: imx6ul: Fix memory node duplication 2018-12-10 10:02:25 +08:00
imx6ul-opos6ul.dtsi ARM: dts: imx6ul: Fix memory node duplication 2018-12-10 10:02:25 +08:00
imx6ul-opos6uldev.dts ARM: dts: opos6uldev: use OF graph to describe the display 2019-07-22 14:54:52 +08:00
imx6ul-phytec-phycore-som.dtsi ARM: dts: imx: Cleanup style around assignment operator 2019-08-03 16:49:56 +02:00
imx6ul-phytec-segin-ff-rdk-nand.dts ARM: dts: imx6ul: segin: Move machine include to dts files 2019-07-23 13:38:39 +08:00
imx6ul-phytec-segin-peb-eval-01.dtsi ARM: dts: imx6ul: segin: Fix LED naming for phyCORE and PEB-EVAL-01 2019-07-23 13:38:27 +08:00
imx6ul-phytec-segin.dtsi ARM: dts: imx6ul: segin: Move ECSPI interface to board include file 2019-07-23 13:38:37 +08:00
imx6ul-pico-hobbit.dts ARM: dts: imx6ul: fix clock frequency property name of I2C buses 2019-07-22 15:42:22 +08:00
imx6ul-pico-pi.dts ARM: dts: imx6ul: fix clock frequency property name of I2C buses 2019-07-22 15:42:22 +08:00
imx6ul-pico.dtsi ARM: dts: imx6ul-pico: Add the imx6ul-pico-pi variant 2018-12-10 10:03:05 +08:00
imx6ul-pinfunc.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
imx6ul-tx6ul-0010.dts
imx6ul-tx6ul-0011.dts
imx6ul-tx6ul-mainboard.dts
imx6ul-tx6ul.dtsi ARM: dts: imx6ul: Fix memory node duplication 2018-12-10 10:02:25 +08:00
imx6ul.dtsi ARM: dts: imx6ul: Add csi node 2019-08-19 09:38:29 +02:00
imx6ull-14x14-evk.dts ARM: dts: imx6: Switch NXP board dts to SPDX identifier 2018-12-10 10:02:42 +08:00
imx6ull-colibri-eval-v3.dts
imx6ull-colibri-eval-v3.dtsi ARM: dts: imx6ull-colibri: enable UHS-I for USDHC1 2019-06-12 21:15:32 +08:00
imx6ull-colibri-nonwifi.dtsi ARM: dts: imx6ul: Fix memory node duplication 2018-12-10 10:02:25 +08:00
imx6ull-colibri-wifi-eval-v3.dts
imx6ull-colibri-wifi.dtsi ARM: dts: imx6ul: Fix memory node duplication 2018-12-10 10:02:25 +08:00
imx6ull-colibri.dtsi ARM: dts: imx6ull-colibri: enable UHS-I for USDHC1 2019-06-12 21:15:32 +08:00
imx6ull-phytec-phycore-som.dtsi ARM: dts: imx6ull: Add support for PHYTEC phyBOARD-Segin with i.MX 6ULL 2019-07-23 13:38:42 +08:00
imx6ull-phytec-segin-ff-rdk-emmc.dts ARM: dts: imx6ull: Add support for PHYTEC phyBOARD-Segin with i.MX 6ULL 2019-07-23 13:38:42 +08:00
imx6ull-phytec-segin-ff-rdk-nand.dts ARM: dts: imx6ull: Add support for PHYTEC phyBOARD-Segin with i.MX 6ULL 2019-07-23 13:38:42 +08:00
imx6ull-phytec-segin-lc-rdk-nand.dts ARM: dts: imx6ull: Add support for PHYTEC phyBOARD-Segin with i.MX 6ULL 2019-07-23 13:38:42 +08:00
imx6ull-phytec-segin-peb-eval-01.dtsi ARM: dts: imx6ull: Add support for PHYTEC phyBOARD-Segin with i.MX 6ULL 2019-07-23 13:38:42 +08:00
imx6ull-phytec-segin.dtsi ARM: dts: imx6ull: Add support for PHYTEC phyBOARD-Segin with i.MX 6ULL 2019-07-23 13:38:42 +08:00
imx6ull-pinfunc-snvs.h ARM: dts: imx6ull: Use the correct style for SPDX License Identifier 2019-03-21 11:02:40 +08:00
imx6ull-pinfunc.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
imx6ull.dtsi ARM: dts: imx6ul: Add PXP node 2019-06-18 15:18:00 +08:00
imx6ulz-14x14-evk.dts ARM: dts: imx6ul: add flexcan support 2018-12-10 10:03:08 +08:00
imx6ulz.dtsi ARM: dts: imx6ul: add flexcan support 2018-12-10 10:03:08 +08:00
imx7-colibri-eval-v3.dtsi
imx7-colibri.dtsi ARM: dts: imx7-colibri: add recovery for I2C for iMX7 2019-08-19 13:16:05 +02:00
imx7-mba7.dtsi ARM: dts: bugfix tqma7 soft reset issue 2019-04-22 08:51:49 +08:00
imx7-tqma7.dtsi ARM: dts: bugfix tqma7 soft reset issue 2019-04-22 08:51:49 +08:00
imx7d-cl-som-imx7.dts ARM: dts: imx7d: cl-som-imx7: add compatible for phy 2019-08-19 11:00:03 +02:00
imx7d-colibri-emmc-eval-v3.dts
imx7d-colibri-emmc.dtsi ARM: dts: imx7: Fix memory node duplication 2018-12-10 10:02:19 +08:00
imx7d-colibri-eval-v3.dts
imx7d-colibri.dtsi ARM: dts: imx7: Fix memory node duplication 2018-12-10 10:02:19 +08:00
imx7d-mba7.dts ARM: dts: tq imx7d board support 2019-04-11 09:29:07 +08:00
imx7d-meerkat96.dts ARM: dts: Add support for 96Boards Meerkat96 board 2019-06-18 15:52:35 +08:00
imx7d-nitrogen7.dts i.MX fixes for 4.20, round 3: 2018-12-10 10:32:51 +08:00
imx7d-pico-hobbit.dts ARM: dts: imx7d-pico: Add the imx7d-pico-hobbit variant 2018-12-10 10:33:36 +08:00
imx7d-pico-pi.dts ARM: dts: imx7d-pico-pi: Extend peripherals support 2018-12-10 10:33:36 +08:00
imx7d-pico.dtsi ARM: dts: imx: Fix the AR803X phy-mode 2019-04-11 10:57:56 +08:00
imx7d-pinfunc.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
imx7d-sbc-imx7.dts
imx7d-sdb-reva.dts ARM: dts: imx7d-sdb: add rev-a board support 2018-12-10 10:02:25 +08:00
imx7d-sdb-sht11.dts
imx7d-sdb.dts ARM: dts: imx7s: Enable SNVS power key according to board design 2019-06-18 15:15:02 +08:00
imx7d-tqma7.dtsi ARM: dts: tq imx7d board support 2019-04-11 09:29:07 +08:00
imx7d-zii-rmu2.dts ARM: dts: Add ZII support for ZII i.MX7 RMU2 board 2019-07-22 09:37:25 +08:00
imx7d-zii-rpu2.dts ARM: dts: imx7d-zii-rpu2: Remove unneeded snvs_pwrkey node 2019-07-22 09:37:25 +08:00
imx7d.dtsi ARM: dts: imx: Cleanup style around assignment operator 2019-08-03 16:49:56 +02:00
imx7s-colibri-eval-v3.dts
imx7s-colibri.dtsi ARM: dts: imx7: Fix memory node duplication 2018-12-10 10:02:19 +08:00
imx7s-mba7.dts ARM: dts: tq imx7s board support 2019-04-11 09:29:07 +08:00
imx7s-tqma7.dtsi ARM: dts: tq imx7s board support 2019-04-11 09:29:07 +08:00
imx7s-warp.dts ARM: dts: imx7s-warp: add ov2680 sensor node 2019-04-11 10:23:47 +08:00
imx7s.dtsi ARM: dts: imx7s: Correct GPT's ipg clock source 2019-10-14 19:42:17 +08:00
imx7ulp-evk.dts ARM: dts: imx7ulp-evk: enable USBOTG1 support 2019-06-24 23:12:18 +08:00
imx7ulp-pinfunc.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
imx7ulp.dtsi i.MX arm32 device tree changes for 5.4: 2019-09-03 16:08:41 +02:00
imx23-evk.dts ARM: dts: imx23: Fix memory node duplication 2018-12-10 10:02:43 +08:00
imx23-olinuxino.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
imx23-pinfunc.h
imx23-sansa.dts ARM: dts: imx23: Fix memory node duplication 2018-12-10 10:02:43 +08:00
imx23-stmp378x_devb.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
imx23-xfi3.dts ARM: dts: imx23: Fix memory node duplication 2018-12-10 10:02:43 +08:00
imx23.dtsi ARM: dts: imx23: Fix memory node duplication 2018-12-10 10:02:43 +08:00
imx25-eukrea-cpuimx25.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 2019-05-30 11:26:37 -07:00
imx25-eukrea-mbimxsd25-baseboard-cmo-qvga.dts ARM: dts: mbimxsd25: native-mode is part of display-timings 2019-08-12 15:22:49 +02:00
imx25-eukrea-mbimxsd25-baseboard-dvi-svga.dts ARM: dts: imx25: mbimxsd25: native-mode is part of display-timings 2019-08-12 15:22:35 +02:00
imx25-eukrea-mbimxsd25-baseboard-dvi-vga.dts ARM: dts: imx25: mbimxsd25: native-mode is part of display-timings 2019-08-12 15:23:08 +02:00
imx25-eukrea-mbimxsd25-baseboard.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 2019-05-30 11:26:37 -07:00
imx25-karo-tx25.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
imx25-pdk.dts ARM: dts: imx25-pdk: native-mode is part of display-timings 2019-08-03 17:08:35 +02:00
imx25-pinfunc.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
imx25.dtsi ARM: dts: imx25: Fix memory node duplication 2018-12-10 10:02:58 +08:00
imx27-apf27.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
imx27-apf27dev.dts ARM: dts: apf27dev: native-mode is part of display-timings 2019-08-12 15:23:03 +02:00
imx27-eukrea-cpuimx27.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
imx27-eukrea-mbimxsd27-baseboard.dts ARM: dts: eukrea-mbimxsd27: native-mode is part of display-timings 2019-08-12 15:22:42 +02:00
imx27-pdk.dts ARM: dts: imx27: Fix memory node duplication 2018-12-10 10:02:54 +08:00
imx27-phytec-phycard-s-rdk.dts ARM: dts: imx27 phyCARD-S: native-mode is part of display-timings 2019-08-12 15:22:21 +02:00
imx27-phytec-phycard-s-som.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
imx27-phytec-phycore-rdk.dts ARM: dts: imx27-phytec-phycore-rdk: native-mode is part of display-timings 2019-08-12 15:22:52 +02:00
imx27-phytec-phycore-som.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
imx27-pinfunc.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
imx27.dtsi ARM: dts: imx: Change i.MX27 interrupt controller unit name 2019-01-12 11:05:30 +08:00
imx28-apf28.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
imx28-apf28dev.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
imx28-apx4devkit.dts ARM: dts: imx28: Fix memory node duplication 2018-12-10 10:02:47 +08:00
imx28-cfa10036.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
imx28-cfa10037.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
imx28-cfa10049.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
imx28-cfa10055.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
imx28-cfa10056.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
imx28-cfa10057.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
imx28-cfa10058.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
imx28-duckbill-2-485.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
imx28-duckbill-2-enocean.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
imx28-duckbill-2-spi.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
imx28-duckbill-2.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
imx28-duckbill.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
imx28-eukrea-mbmx28lc.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 2019-05-30 11:26:37 -07:00
imx28-eukrea-mbmx283lc.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 2019-05-30 11:26:37 -07:00
imx28-eukrea-mbmx287lc.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 2019-05-30 11:26:37 -07:00
imx28-evk.dts ARM: dts: imx28: Fix memory node duplication 2018-12-10 10:02:47 +08:00
imx28-m28.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
imx28-m28cu3.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
imx28-m28evk.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
imx28-pinfunc.h
imx28-sps1.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
imx28-ts4600.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
imx28-tx28.dts ARM: dts: imx28: Fix memory node duplication 2018-12-10 10:02:47 +08:00
imx28.dtsi ARM: dts: imx28: Fix memory node duplication 2018-12-10 10:02:47 +08:00
imx31-bug.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
imx31-lite.dts ARM: dts: imx31: Fix memory node duplication 2018-12-10 10:02:11 +08:00
imx31.dtsi ARM: dts: imx31: Fix memory node duplication 2018-12-10 10:02:11 +08:00
imx35-eukrea-cpuimx35.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 2019-05-30 11:26:37 -07:00
imx35-eukrea-mbimxsd35-baseboard.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 2019-05-30 11:26:37 -07:00
imx35-pdk.dts ARM: dts: imx35: Fix memory node duplication 2018-12-10 10:02:15 +08:00
imx35-pinfunc.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
imx35.dtsi ARM: dts: i.MX35: Add i2c and mmc aliases 2019-03-22 09:50:36 +08:00
imx50-evk.dts ARM: dts: imx50: Fix memory node duplication 2018-12-10 10:02:38 +08:00
imx50-kobo-aura.dts ARM: dts: imx50: Add Kobo Aura DTS 2019-04-11 11:06:01 +08:00
imx50-pinfunc.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
imx50.dtsi ARM: dts: imx50: Specify IMX5_CLK_IPG as "ahb" clock to SDMA 2019-04-11 10:27:36 +08:00
imx51-apf51.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
imx51-apf51dev.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
imx51-babbage.dts ARM: dts: imx51: Fix memory node duplication 2018-12-10 10:01:57 +08:00
imx51-digi-connectcore-jsk.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
imx51-digi-connectcore-som.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
imx51-eukrea-cpuimx51.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1 2019-05-21 11:28:39 +02:00
imx51-eukrea-mbimxsd51-baseboard.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1 2019-05-21 11:28:39 +02:00
imx51-pinfunc.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
imx51-ts4800.dts ARM: dts: imx51: Fix memory node duplication 2018-12-10 10:01:57 +08:00
imx51-zii-rdu1.dts ARM: dts: imx: Switch Zii dts to SPDX identifier 2019-04-11 13:50:55 +08:00
imx51-zii-scu2-mezz.dts ARM: dts: imx51: Fix memory node duplication 2018-12-10 10:01:57 +08:00
imx51-zii-scu3-esb.dts ARM: dts: imx51: Fix memory node duplication 2018-12-10 10:01:57 +08:00
imx51.dtsi ARM: dts: imx51: Specify IMX5_CLK_IPG as "ahb" clock to SDMA 2019-04-11 10:27:33 +08:00
imx53-ard.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
imx53-cx9020.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
imx53-kp-ddc.dts
imx53-kp-hsc.dts
imx53-kp.dtsi
imx53-m53.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
imx53-m53evk.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
imx53-m53menlo.dts ARM: dts: imx53: Update LCD panel node on M53Menlo 2019-08-03 18:00:40 +02:00
imx53-mba53.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
imx53-pinfunc.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
imx53-ppd.dts
imx53-qsb-common.dtsi ARM: dts: imx53: Fix memory node duplication 2018-12-10 10:02:06 +08:00
imx53-qsb.dts
imx53-qsrb.dts
imx53-smd.dts ARM: dts: imx53-smd: Add OV5642 video capture support 2019-05-23 17:06:07 +08:00
imx53-tqma53.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
imx53-tx53-x03x.dts
imx53-tx53-x13x.dts
imx53-tx53.dtsi ARM: dts: imx53: Fix memory node duplication 2018-12-10 10:02:06 +08:00
imx53-usbarmory.dts ARM: dts: imx53: Fix memory node duplication 2018-12-10 10:02:06 +08:00
imx53-voipac-bsb.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
imx53-voipac-dmm-668.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
imx53.dtsi ARM: dts: imx53: Add capture-subsystem device 2019-05-23 17:05:58 +08:00
integrator.dtsi ARM: dts: integrator: specify AFS partition 2019-05-20 16:40:35 +02:00
integratorap.dts
integratorcp.dts ARM: dts: Augment panel setting for Integrator/CP 2019-01-10 10:03:23 +01:00
intel-ixp4xx.dtsi ARM: dts: Add queue manager and NPE to the IXP4xx DTSI 2019-04-23 16:02:16 +02:00
intel-ixp42x-linksys-nslu2.dts ARM: dts: Add some initial IXP4xx device trees 2019-04-23 16:02:15 +02:00
intel-ixp42x.dtsi ARM: dts: Add some initial IXP4xx device trees 2019-04-23 16:02:15 +02:00
intel-ixp43x-gateworks-gw2358.dts ARM: dts: Add some initial IXP4xx device trees 2019-04-23 16:02:15 +02:00
intel-ixp43x.dtsi ARM: dts: Add some initial IXP4xx device trees 2019-04-23 16:02:15 +02:00
intel-ixp45x-ixp46x.dtsi ARM: dts: Add some initial IXP4xx device trees 2019-04-23 16:02:15 +02:00
iwg20d-q7-common.dtsi ARM: dts: iwg20d-q7-common: Fix SDHI1 VccQ regularor 2019-06-21 09:45:36 +02:00
iwg20d-q7-dbcm-ca.dtsi
keystone-clocks.dtsi
keystone-k2e-clocks.dtsi
keystone-k2e-evm.dts
keystone-k2e-netcp.dtsi
keystone-k2e.dtsi
keystone-k2g-evm.dts
keystone-k2g-ice.dts
keystone-k2g-netcp.dtsi
keystone-k2g.dtsi
keystone-k2hk-clocks.dtsi
keystone-k2hk-evm.dts
keystone-k2hk-netcp.dtsi
keystone-k2hk.dtsi
keystone-k2l-clocks.dtsi
keystone-k2l-evm.dts
keystone-k2l-netcp.dtsi
keystone-k2l.dtsi
keystone.dtsi
kirkwood-98dx4122.dtsi
kirkwood-6192.dtsi
kirkwood-6281.dtsi
kirkwood-6282.dtsi
kirkwood-b3.dts
kirkwood-blackarmor-nas220.dts
kirkwood-cloudbox.dts
kirkwood-d2net.dts
kirkwood-db-88f6281.dts
kirkwood-db-88f6282.dts
kirkwood-db.dtsi
kirkwood-dir665.dts arch: arm: dts: Remove disabled marvell,dsa properties 2019-02-08 18:22:55 +01:00
kirkwood-dns320.dts
kirkwood-dns325.dts
kirkwood-dnskw.dtsi ARM: dts: kirkwood: Fix polarity of GPIO fan lines 2019-01-10 12:23:47 +01:00
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
kirkwood-linkstation-duo-6281.dtsi
kirkwood-linkstation-lsqvl.dts
kirkwood-linkstation-lsvl.dts
kirkwood-linkstation-lswsxl.dts
kirkwood-linkstation-lswvl.dts
kirkwood-linkstation-lswxl.dts
kirkwood-linkstation.dtsi
kirkwood-linksys-viper.dts arch: arm: dts: Remove disabled marvell,dsa properties 2019-02-08 18:22:55 +01:00
kirkwood-lschlv2.dts
kirkwood-lsxhl.dts
kirkwood-lsxl.dtsi
kirkwood-mplcec4.dts
kirkwood-mv88f6281gtw-ge.dts arch: arm: dts: Remove disabled marvell,dsa properties 2019-02-08 18:22:55 +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
kirkwood-openblocks_a7.dts
kirkwood-openrd-base.dts
kirkwood-openrd-client.dts
kirkwood-openrd-ultimate.dts
kirkwood-openrd.dtsi
kirkwood-pogo_e02.dts
kirkwood-pogoplug-series-4.dts
kirkwood-rd88f6192.dts
kirkwood-rd88f6281-a.dts
kirkwood-rd88f6281-z0.dts arch: arm: dts: kirkwood-rd88f6281: Remove disabled marvell,dsa reference 2019-02-20 09:21:27 +01:00
kirkwood-rd88f6281.dtsi arch: arm: dts: Remove disabled marvell,dsa properties 2019-02-08 18:22:55 +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 ARM: dts: kirkwood: ts219: disable the SoC's RTC 2019-08-27 17:05:24 +02:00
kirkwood-ts419-6281.dts
kirkwood-ts419-6282.dts
kirkwood-ts419.dtsi
kirkwood.dtsi ARM: dts: Kill off skeleton{64}.dtsi 2019-01-30 17:30:31 +01:00
logicpd-som-lv-35xx-devkit.dts ARM: dts: omap3: bulk convert compatible to be explicitly ti,omap3430 or ti,omap3630 or ti,am3517 2019-10-10 16:11:50 +05:30
logicpd-som-lv-37xx-devkit.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
logicpd-som-lv-baseboard.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
logicpd-som-lv.dtsi ARM: dts: logicpd-som-lv: Fix i2c2 and i2c3 Pin mux 2019-09-06 09:27:26 -07:00
logicpd-torpedo-35xx-devkit.dts ARM: dts: omap3: bulk convert compatible to be explicitly ti,omap3430 or ti,omap3630 or ti,am3517 2019-10-10 16:11:50 +05:30
logicpd-torpedo-37xx-devkit-28.dts ARM: dts: Add LCD type 28 support to LogicPD Torpedo DM3730 devkit 2019-06-10 05:03:28 -07:00
logicpd-torpedo-37xx-devkit.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
logicpd-torpedo-baseboard.dtsi ARM: dts: logicpd-torpedo-baseboard: Fix missing video 2019-09-06 09:16:00 -07:00
logicpd-torpedo-som.dtsi ARM: dts: logicpd-torpedo-som: Remove twl_keypad 2019-10-04 09:08:31 -07:00
lpc18xx.dtsi
lpc32xx.dtsi ARM: dts: lpc32xx: use SPDX license identifier 2019-04-19 23:57:12 +03:00
lpc3250-ea3250.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
lpc3250-phy3250.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
lpc4337-ciaa.dts
lpc4350-hitex-eval.dts ARM: dts: lpc435x: remove address and size cells from gpio-keys-polled nodes 2019-01-26 15:39:16 +02:00
lpc4350.dtsi
lpc4357-ea4357-devkit.dts ARM: dts: lpc435x: remove address and size cells from gpio-keys-polled nodes 2019-01-26 15:39:16 +02:00
lpc4357-myd-lpc4357.dts ARM: dts: Add DT for MYIR Tech MYD-LPC4357 Development Board 2019-02-03 21:32:19 +02:00
lpc4357.dtsi
ls1021a-moxa-uc-8410a.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
ls1021a-qds.dts ARM: dts: ls1021a-qds: enable esdhc controller 2019-03-19 16:46:23 +08:00
ls1021a-tsn.dts ARM: dts: Introduce the NXP LS1021A-TSN board 2019-06-13 10:34:36 +08:00
ls1021a-twr.dts ARM: dts: ls1021: Fix SGMII PCS link remaining down after PHY disconnect 2019-04-21 15:51:28 +08:00
ls1021a.dtsi ARM: dts: ls1021a: Remove num-lanes property from PCIe nodes 2019-08-22 18:20:47 +01:00
Makefile ARM: SoC: late updates for v5.4 2019-09-20 15:53:02 -07:00
meson.dtsi ARM: dts: meson: update with SPDX Licence identifier 2019-06-03 15:27:06 -07:00
meson6-atv1200.dts ARM: dts: meson6-atv1200: update with SPDX Licence identifier 2019-06-03 15:27:06 -07:00
meson6.dtsi ARM: dts: meson6: update with SPDX Licence identifier 2019-06-03 15:27:06 -07:00
meson8-minix-neo-x8.dts ARM: dts: meson8-minix-neo-x8: update with SPDX Licence identifier 2019-06-03 15:27:06 -07:00
meson8.dtsi ARM: Device-tree updates 2019-07-19 17:19:24 -07:00
meson8b-ec100.dts ARM: dts: meson8b: ec100: add the VDDEE regulator 2019-08-05 14:38:07 -07:00
meson8b-mxq.dts ARM: dts: meson8b: mxq: add the VDDEE regulator 2019-08-05 14:38:07 -07:00
meson8b-odroidc1.dts ARM: dts: meson8b: odroidc1: use the MAC address stored in the eFuse 2019-08-12 13:45:38 -07:00
meson8b.dtsi ARM: dts: meson8b: add the PWM_D output pin 2019-08-05 14:38:06 -07:00
meson8m2-mxiii-plus.dts ARM: dts: meson: switch to the generic Ethernet PHY reset bindings 2019-06-20 13:58:11 -07:00
meson8m2.dtsi ARM: dts: meson8m2: update the offset of the canvas module 2019-05-22 18:18:09 -07:00
milbeaut-m10v-evb.dts ARM: dts: milbeaut: Add device tree set for the Milbeaut M10V board 2019-03-01 15:18:54 +01:00
milbeaut-m10v.dtsi ARM: dts: milbeaut: Add device tree set for the Milbeaut M10V board 2019-03-01 15:18:54 +01:00
mmp2-brownstone.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 332 2019-06-05 17:37:06 +02:00
mmp2-olpc-xo-1-75.dts ARM: dts: mmp2: add OLPC XO 1.75 machine 2019-09-07 21:54:11 +02:00
mmp2.dtsi ARM: dts: mmp2: rename the USB PHY node 2019-09-07 21:54:11 +02:00
motorola-cpcap-mapphone.dtsi power: supply: cpcap-charger: Limit voltage to 4.2V for battery 2019-10-20 19:10:39 +02:00
moxart-uc7112lx.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 4 2019-05-21 11:28:40 +02:00
moxart.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 4 2019-05-21 11:28:40 +02:00
mpa1600.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 190 2019-05-30 11:29:21 -07:00
mps2-an385.dts
mps2-an399.dts
mps2.dtsi ARM: dts: mps2: use list instead of tuple for uart interrupts 2019-01-22 11:59:36 +00:00
mt2701-evb.dts ARM: dts: Kill off skeleton{64}.dtsi 2019-01-30 17:30:31 +01:00
mt2701-pinfunc.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174 2019-05-30 11:26:41 -07:00
mt2701.dtsi ARM: dts: Kill off skeleton{64}.dtsi 2019-01-30 17:30:31 +01:00
mt6323.dtsi
mt6580-evbp1.dts ARM: dts: Kill off skeleton{64}.dtsi 2019-01-30 17:30:31 +01:00
mt6580.dtsi ARM: dts: Kill off skeleton{64}.dtsi 2019-01-30 17:30:31 +01:00
mt6589-aquaris5.dts ARM: dts: Kill off skeleton{64}.dtsi 2019-01-30 17:30:31 +01:00
mt6589.dtsi ARM: dts: Kill off skeleton{64}.dtsi 2019-01-30 17:30:31 +01:00
mt6592-evb.dts ARM: dts: Kill off skeleton{64}.dtsi 2019-01-30 17:30:31 +01:00
mt6592.dtsi ARM: dts: Kill off skeleton{64}.dtsi 2019-01-30 17:30:31 +01:00
mt7623.dtsi ARM: dts: mt7623: Add all CPUs in cooling maps 2019-01-09 18:17:39 +01:00
mt7623a-rfb-emmc.dts
mt7623a-rfb-nand.dts
mt7623a.dtsi
mt7623n-bananapi-bpi-r2.dts
mt7623n-rfb-emmc.dts
mt7629-rfb.dts arm: dts: mediatek: Update mt7629 dts to reflect the latest dt-binding 2019-10-15 18:03:35 -07:00
mt7629.dtsi arm: dts: mediatek: Update mt7629 dts to reflect the latest dt-binding 2019-10-15 18:03:35 -07:00
mt8127-moose.dts ARM: dts: Kill off skeleton{64}.dtsi 2019-01-30 17:30:31 +01:00
mt8127.dtsi ARM: dts: Kill off skeleton{64}.dtsi 2019-01-30 17:30:31 +01:00
mt8135-evbp1.dts ARM: dts: Kill off skeleton{64}.dtsi 2019-01-30 17:30:31 +01:00
mt8135-pinfunc.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174 2019-05-30 11:26:41 -07:00
mt8135.dtsi ARM: dts: Kill off skeleton{64}.dtsi 2019-01-30 17:30:31 +01:00
mvebu-linkstation-fan.dtsi
mvebu-linkstation-gpio-simple.dtsi
mxs-pinfunc.h
nspire-classic.dtsi ARM: dts: Update the NSPIRE DTS files for DRM 2019-08-13 15:28:34 +02:00
nspire-clp.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
nspire-cx.dts ARM: dts: Update the NSPIRE DTS files for DRM 2019-08-13 15:28:34 +02:00
nspire-tp.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
nspire.dtsi ARM: dts: Update the NSPIRE DTS files for DRM 2019-08-13 15:28:34 +02:00
nuvoton-common-npcm7xx.dtsi
nuvoton-npcm750-evb.dts
nuvoton-npcm750.dtsi
omap-gpmc-smsc911x.dtsi
omap-gpmc-smsc9221.dtsi
omap-zoom-common.dtsi
omap2.dtsi
omap3-beagle-xm-ab.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
omap3-beagle-xm.dts ARM: dts: omap3: bulk convert compatible to be explicitly ti,omap3430 or ti,omap3630 or ti,am3517 2019-10-10 16:11:50 +05:30
omap3-beagle.dts ARM: dts: omap3: bulk convert compatible to be explicitly ti,omap3430 or ti,omap3630 or ti,am3517 2019-10-10 16:11:50 +05:30
omap3-cm-t3x.dtsi
omap3-cm-t3x30.dtsi
omap3-cm-t3517.dts
omap3-cm-t3530.dts ARM: dts: omap3: bulk convert compatible to be explicitly ti,omap3430 or ti,omap3630 or ti,am3517 2019-10-10 16:11:50 +05:30
omap3-cm-t3730.dts ARM: dts: omap3: bulk convert compatible to be explicitly ti,omap3430 or ti,omap3630 or ti,am3517 2019-10-10 16:11:50 +05:30
omap3-cpu-thermal.dtsi
omap3-devkit8000-common.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
omap3-devkit8000-lcd-common.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
omap3-devkit8000-lcd43.dts ARM: dts: omap3: bulk convert compatible to be explicitly ti,omap3430 or ti,omap3630 or ti,am3517 2019-10-10 16:11:50 +05:30
omap3-devkit8000-lcd70.dts ARM: dts: omap3: bulk convert compatible to be explicitly ti,omap3430 or ti,omap3630 or ti,am3517 2019-10-10 16:11:50 +05:30
omap3-devkit8000.dts ARM: dts: omap3: bulk convert compatible to be explicitly ti,omap3430 or ti,omap3630 or ti,am3517 2019-10-10 16:11:50 +05:30
omap3-evm-37xx.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
omap3-evm-common.dtsi ARM: dts: Add wlcore wakeirq for omap3-evm 2018-12-13 15:02:45 -08:00
omap3-evm-processor-common.dtsi ARM: dts: Add wlcore wakeirq for omap3-evm 2018-12-13 15:02:45 -08:00
omap3-evm.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
omap3-gta04.dtsi Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm 2019-11-11 22:09:49 +01:00
omap3-gta04a3.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
omap3-gta04a4.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
omap3-gta04a5.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
omap3-gta04a5one.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
omap3-ha-common.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
omap3-ha-lcd.dts ARM: dts: omap3: bulk convert compatible to be explicitly ti,omap3430 or ti,omap3630 or ti,am3517 2019-10-10 16:11:50 +05:30
omap3-ha.dts ARM: dts: omap3: bulk convert compatible to be explicitly ti,omap3430 or ti,omap3630 or ti,am3517 2019-10-10 16:11:50 +05:30
omap3-igep.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
omap3-igep0020-common.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
omap3-igep0020-rev-f.dts ARM: dts: omap3: bulk convert compatible to be explicitly ti,omap3430 or ti,omap3630 or ti,am3517 2019-10-10 16:11:50 +05:30
omap3-igep0020.dts ARM: dts: omap3: bulk convert compatible to be explicitly ti,omap3430 or ti,omap3630 or ti,am3517 2019-10-10 16:11:50 +05:30
omap3-igep0030-common.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
omap3-igep0030-rev-g.dts ARM: dts: omap3: bulk convert compatible to be explicitly ti,omap3430 or ti,omap3630 or ti,am3517 2019-10-10 16:11:50 +05:30
omap3-igep0030.dts ARM: dts: omap3: bulk convert compatible to be explicitly ti,omap3430 or ti,omap3630 or ti,am3517 2019-10-10 16:11:50 +05:30
omap3-ldp.dts ARM: dts: omap3: bulk convert compatible to be explicitly ti,omap3430 or ti,omap3630 or ti,am3517 2019-10-10 16:11:50 +05:30
omap3-lilly-a83x.dtsi ARM: dts: omap3: bulk convert compatible to be explicitly ti,omap3430 or ti,omap3630 or ti,am3517 2019-10-10 16:11:50 +05:30
omap3-lilly-dbb056.dts ARM: dts: omap3: bulk convert compatible to be explicitly ti,omap3430 or ti,omap3630 or ti,am3517 2019-10-10 16:11:50 +05:30
omap3-n9.dts ARM: dts: omap3: bulk convert compatible to be explicitly ti,omap3430 or ti,omap3630 or ti,am3517 2019-10-10 16:11:50 +05:30
omap3-n900.dts hwrng: omap3-rom - Fix missing clock by probing with device tree 2019-10-05 01:06:10 +10:00
omap3-n950-n9.dtsi ARM: dts: omap34xx & omap36xx: replace opp-v1 tables by opp-v2 for 2019-10-10 16:11:50 +05:30
omap3-n950.dts ARM: dts: omap3: bulk convert compatible to be explicitly ti,omap3430 or ti,omap3630 or ti,am3517 2019-10-10 16:11:50 +05:30
omap3-overo-alto35-common.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
omap3-overo-alto35.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
omap3-overo-base.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
omap3-overo-chestnut43-common.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
omap3-overo-chestnut43.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
omap3-overo-common-dvi.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
omap3-overo-common-lcd35.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
omap3-overo-common-lcd43.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
omap3-overo-common-peripherals.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
omap3-overo-gallop43-common.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
omap3-overo-gallop43.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
omap3-overo-palo35-common.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
omap3-overo-palo35.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
omap3-overo-palo43-common.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
omap3-overo-palo43.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
omap3-overo-storm-alto35.dts ARM: dts: omap3: bulk convert compatible to be explicitly ti,omap3430 or ti,omap3630 or ti,am3517 2019-10-10 16:11:50 +05:30
omap3-overo-storm-chestnut43.dts ARM: dts: omap3: bulk convert compatible to be explicitly ti,omap3430 or ti,omap3630 or ti,am3517 2019-10-10 16:11:50 +05:30
omap3-overo-storm-gallop43.dts ARM: dts: omap3: bulk convert compatible to be explicitly ti,omap3430 or ti,omap3630 or ti,am3517 2019-10-10 16:11:50 +05:30
omap3-overo-storm-palo35.dts ARM: dts: omap3: bulk convert compatible to be explicitly ti,omap3430 or ti,omap3630 or ti,am3517 2019-10-10 16:11:50 +05:30
omap3-overo-storm-palo43.dts ARM: dts: omap3: bulk convert compatible to be explicitly ti,omap3430 or ti,omap3630 or ti,am3517 2019-10-10 16:11:50 +05:30
omap3-overo-storm-summit.dts ARM: dts: omap3: bulk convert compatible to be explicitly ti,omap3430 or ti,omap3630 or ti,am3517 2019-10-10 16:11:50 +05:30
omap3-overo-storm-tobi.dts ARM: dts: omap3: bulk convert compatible to be explicitly ti,omap3430 or ti,omap3630 or ti,am3517 2019-10-10 16:11:50 +05:30
omap3-overo-storm-tobiduo.dts ARM: dts: omap3: bulk convert compatible to be explicitly ti,omap3430 or ti,omap3630 or ti,am3517 2019-10-10 16:11:50 +05:30
omap3-overo-storm.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
omap3-overo-summit-common.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
omap3-overo-summit.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
omap3-overo-tobi-common.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
omap3-overo-tobi.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
omap3-overo-tobiduo-common.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
omap3-overo-tobiduo.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
omap3-overo.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
omap3-pandora-1ghz.dts ARM: dts: omap3: bulk convert compatible to be explicitly ti,omap3430 or ti,omap3630 or ti,am3517 2019-10-10 16:11:50 +05:30
omap3-pandora-600mhz.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
omap3-pandora-common.dtsi ARM: dts: pandora-common: define wl1251 as child node of mmc3 2019-11-15 10:02:17 +01:00
omap3-panel-sharp-ls037v7dw01.dtsi
omap3-sb-t35.dtsi
omap3-sbc-t3517.dts
omap3-sbc-t3530.dts ARM: dts: omap3: bulk convert compatible to be explicitly ti,omap3430 or ti,omap3630 or ti,am3517 2019-10-10 16:11:50 +05:30
omap3-sbc-t3730.dts ARM: dts: omap3: bulk convert compatible to be explicitly ti,omap3430 or ti,omap3630 or ti,am3517 2019-10-10 16:11:50 +05:30
omap3-sniper.dts ARM: dts: omap3: bulk convert compatible to be explicitly ti,omap3430 or ti,omap3630 or ti,am3517 2019-10-10 16:11:50 +05:30
omap3-tao3530.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
omap3-thunder.dts ARM: dts: omap3: bulk convert compatible to be explicitly ti,omap3430 or ti,omap3630 or ti,am3517 2019-10-10 16:11:50 +05:30
omap3-zoom3.dts ARM: dts: omap3: bulk convert compatible to be explicitly ti,omap3430 or ti,omap3630 or ti,am3517 2019-10-10 16:11:50 +05:30
omap3.dtsi
omap3xxx-clocks.dtsi ARM: dts: omap3: fix DPLL4 M4 divider max value 2019-10-31 15:33:26 +02:00
omap4-cpu-thermal.dtsi
omap4-droid4-xt894.dts ARM: dts: Use level interrupt for omap4 & 5 wlcore 2019-10-09 15:11:27 -07:00
omap4-duovero-parlor.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
omap4-duovero.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
omap4-kc1.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
omap4-l4-abe.dtsi ARM: OMAP2+: Drop legacy watchdog platform data for omap4 2019-08-26 08:41:16 -07:00
omap4-l4.dtsi ARM: dts: Configure d2d dts data for omap4 2019-08-26 08:41:16 -07:00
omap4-mcpdm.dtsi ARM: dts: Add l4 abe interconnect hierarchy and ti-sysc data for omap4 2019-04-09 09:00:53 -07:00
omap4-panda-a4.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
omap4-panda-common.dtsi ARM: dts: Use level interrupt for omap4 & 5 wlcore 2019-10-09 15:11:27 -07:00
omap4-panda-es.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
omap4-panda.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
omap4-sdp-es23plus.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
omap4-sdp.dts ARM: dts: Use level interrupt for omap4 & 5 wlcore 2019-10-09 15:11:27 -07:00
omap4-var-dvk-om44.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
omap4-var-om44customboard.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
omap4-var-som-om44-wlan.dtsi ARM: dts: Use level interrupt for omap4 & 5 wlcore 2019-10-09 15:11:27 -07:00
omap4-var-som-om44.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
omap4-var-stk-om44.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
omap4.dtsi ARM: OMAP2+: Drop legacy platform data for omap4 gpu 2019-08-26 08:47:07 -07:00
omap5-board-common.dtsi ARM: dts: Use level interrupt for omap4 & 5 wlcore 2019-10-09 15:11:27 -07:00
omap5-cm-t54.dts ARM: OMAP5+: Fix inverted nirq pin interrupts with irq_set_type 2019-01-23 16:20:20 -08:00
omap5-core-thermal.dtsi
omap5-gpu-thermal.dtsi
omap5-igep0050.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
omap5-l4-abe.dtsi ARM: dts: Add l4 abe interconnect hierarchy and ti-sysc data for omap5 2019-04-09 09:00:54 -07:00
omap5-l4.dtsi ARM: dts: Remove unnecessary idle flags for omap5 uart3 2019-01-07 15:42:56 -08:00
omap5-sbc-t54.dts
omap5-uevm.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
omap5.dtsi ARM: dts: Configure sgx for omap5 2019-08-26 08:47:08 -07:00
omap24xx-clocks.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
omap34xx-omap36xx-clocks.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
omap34xx.dtsi ARM: dts: omap34xx & omap36xx: replace opp-v1 tables by opp-v2 for 2019-10-10 16:11:50 +05:30
omap36xx-am35xx-omap3430es2plus-clocks.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
omap36xx-clocks.dtsi ARM: dts: omap3: fix DPLL4 M4 divider max value 2019-10-31 15:33:26 +02:00
omap36xx-omap3430es2plus-clocks.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
omap36xx.dtsi ARM: dts: omap36xx: using OPP1G needs to control the abb_ldo 2019-10-10 16:11:51 +05:30
omap44xx-clocks.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
omap54xx-clocks.dtsi ARM: dts: omap5: fix gpu_cm clock provider name 2019-10-08 06:44:45 -07:00
omap443x-clocks.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
omap443x.dtsi
omap446x-clocks.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
omap2420-clocks.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
omap2420-h4.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
omap2420-n8x0-common.dtsi
omap2420-n800.dts
omap2420-n810-wimax.dts
omap2420-n810.dts ARM: dts: omap2420-n810: Use new CODEC reset pin name 2019-04-09 08:09:42 -07:00
omap2420.dtsi
omap2430-clocks.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
omap2430-sdp.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
omap2430.dtsi
omap3430-sdp.dts ARM: dts: omap3: bulk convert compatible to be explicitly ti,omap3430 or ti,omap3630 or ti,am3517 2019-10-10 16:11:50 +05:30
omap3430es1-clocks.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
omap4460.dtsi
openbmc-flash-layout.dtsi
orion5x-kuroboxpro.dts
orion5x-lacie-d2-network.dts ARM: dts: Kill off skeleton{64}.dtsi 2019-01-30 17:30:31 +01:00
orion5x-lacie-ethernet-disk-mini-v2.dts ARM: dts: Kill off skeleton{64}.dtsi 2019-01-30 17:30:31 +01:00
orion5x-linkstation-lschl.dts
orion5x-linkstation-lsgl.dts
orion5x-linkstation-lswtgl.dts
orion5x-linkstation.dtsi
orion5x-lswsgl.dts ARM: dts: Kill off skeleton{64}.dtsi 2019-01-30 17:30:31 +01:00
orion5x-maxtor-shared-storage-2.dts ARM: dts: Kill off skeleton{64}.dtsi 2019-01-30 17:30:31 +01:00
orion5x-mv88f5181.dtsi
orion5x-mv88f5182.dtsi
orion5x-netgear-wnr854t.dts ARM: dts: Kill off skeleton{64}.dtsi 2019-01-30 17:30:31 +01:00
orion5x-rd88f5182-nas.dts ARM: dts: Kill off skeleton{64}.dtsi 2019-01-30 17:30:31 +01:00
orion5x.dtsi ARM: dts: Kill off skeleton{64}.dtsi 2019-01-30 17:30:31 +01:00
owl-s500-cubieboard6.dts
owl-s500-guitar-bb-rev-b.dts
owl-s500-guitar.dtsi
owl-s500-sparky.dts
owl-s500.dtsi
ox810se-wd-mbwe.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 4 2019-05-21 11:28:40 +02:00
ox810se.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 4 2019-05-21 11:28:40 +02:00
ox820-cloudengines-pogoplug-series-3.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 4 2019-05-21 11:28:40 +02:00
ox820.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 4 2019-05-21 11:28:40 +02:00
picoxcell-pc3x2.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282 2019-06-05 17:36:37 +02:00
picoxcell-pc3x3.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282 2019-06-05 17:36:37 +02:00
picoxcell-pc7302-pc3x2.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282 2019-06-05 17:36:37 +02:00
picoxcell-pc7302-pc3x3.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282 2019-06-05 17:36:37 +02:00
pm9g45.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 191 2019-05-30 11:29:21 -07:00
prima2-evb.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 4 2019-05-21 11:28:40 +02:00
prima2.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 4 2019-05-21 11:28:40 +02:00
pxa2xx.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 4 2019-05-21 11:28:40 +02:00
pxa3xx.dtsi ARM: pxa3xx: dts: Add defines for pinctrl-single,bias-pull{up,down} 2019-06-24 11:35:01 +02:00
pxa25x.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
pxa27x.dtsi
pxa168-aspenite.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 332 2019-06-05 17:37:06 +02:00
pxa168.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 332 2019-06-05 17:37:06 +02:00
pxa300-raumfeld-common.dtsi ARM: pxa: raumfeld-common: fix comments in gpio_keys pinctrl node 2019-06-24 11:35:01 +02:00
pxa300-raumfeld-connector.dts
pxa300-raumfeld-controller.dts ARM: pxa: raumfeld-controller: add pinctrl for charger pins 2019-06-24 11:35:01 +02:00
pxa300-raumfeld-speaker-l.dts
pxa300-raumfeld-speaker-m.dts
pxa300-raumfeld-speaker-one.dts ARM: dts: pxa300-raumfeld-speaker-one: add channel output mapping for STA320 2019-06-24 11:35:02 +02:00
pxa300-raumfeld-speaker-s.dts
pxa300-raumfeld-tuneable-clock.dtsi
pxa910-dkb.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 332 2019-06-05 17:37:06 +02:00
pxa910.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 332 2019-06-05 17:37:06 +02:00
qcom-apq8060-dragonboard.dts ARM: dts: qcom-apq8060: Fix up interrupt parents 2019-02-13 09:34:28 +01:00
qcom-apq8064-asus-nexus7-flo.dts
qcom-apq8064-cm-qs600.dts
qcom-apq8064-ifc6410.dts
qcom-apq8064-pins.dtsi
qcom-apq8064-sony-xperia-yuga.dts
qcom-apq8064-v2.0.dtsi
qcom-apq8064.dtsi ARM: dts: qcom-apq8064: Update coresight DT bindings 2019-06-08 23:06:28 -05:00
qcom-apq8074-dragonboard.dts
qcom-apq8084-ifc6540.dts
qcom-apq8084-mtp.dts
qcom-apq8084.dtsi ARM: dts: Kill off skeleton{64}.dtsi 2019-01-30 17:30:31 +01:00
qcom-ipq4019-ap.dk01.1-c1.dts
qcom-ipq4019-ap.dk01.1.dtsi
qcom-ipq4019-ap.dk04.1-c1.dts
qcom-ipq4019-ap.dk04.1-c3.dts
qcom-ipq4019-ap.dk04.1.dtsi
qcom-ipq4019-ap.dk07.1-c1.dts
qcom-ipq4019-ap.dk07.1-c2.dts
qcom-ipq4019-ap.dk07.1.dtsi
qcom-ipq4019.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284 2019-06-05 17:36:37 +02:00
qcom-ipq8064-ap148.dts
qcom-ipq8064-v1.0.dtsi
qcom-ipq8064.dtsi ARM: dts: Kill off skeleton{64}.dtsi 2019-01-30 17:30:31 +01:00
qcom-mdm9615-wp8548-mangoh-green.dts
qcom-mdm9615-wp8548.dtsi ARM: dts: Kill off skeleton{64}.dtsi 2019-01-30 17:30:31 +01:00
qcom-mdm9615.dtsi ARM: dts: qcom: mdm9615: add gpio-ranges 2019-04-09 23:25:55 -05:00
qcom-msm8660-surf.dts
qcom-msm8660.dtsi ARM: dts: qcom: msm8660: add gpio-ranges 2019-04-09 23:25:55 -05:00
qcom-msm8960-cdp.dts
qcom-msm8960.dtsi ARM: dts: Kill off skeleton{64}.dtsi 2019-01-30 17:30:31 +01:00
qcom-msm8974-fairphone-fp2.dts ARM: dts: msm8974-FP2: Add vibration motor 2019-06-25 13:29:32 -05:00
qcom-msm8974-lge-nexus5-hammerhead.dts ARM: dts: qcom: msm8974-hammerhead: add support for display 2019-06-16 11:27:45 -07:00
qcom-msm8974-samsung-klte.dts
qcom-msm8974-sony-xperia-amami.dts
qcom-msm8974-sony-xperia-castor.dts
qcom-msm8974-sony-xperia-honami.dts
qcom-msm8974.dtsi ARM: dts: msm8974: add display support 2019-06-16 11:27:28 -07:00
qcom-msm8974pro.dtsi
qcom-pm8841.dtsi
qcom-pm8941.dtsi This is the bulk of GPIO changes for the v5.1 cycle: 2019-03-08 10:09:53 -08:00
qcom-pma8084.dtsi ARM: dts: qcom: pma8084: add gpio-ranges 2019-04-09 23:25:55 -05:00
r7s9210-rza2mevb.dts ARM: dts: rza2mevb: Add input switch 2019-06-21 09:45:35 +02:00
r7s9210.dtsi ARM: dts: r7s9210: Add IRQC device node 2019-06-21 09:45:34 +02:00
r7s72100-genmai.dts ARM: dts: renesas: Use ip=on for bootargs 2019-06-21 09:45:29 +02:00
r7s72100-gr-peach.dts
r7s72100-rskrza1.dts ARM: dts: rskrza1: Add input switches 2019-05-20 13:27:35 +02:00
r7s72100.dtsi ARM: dts: r7s72100: Add IRQC device node 2019-05-20 13:26:45 +02:00
r8a73a4-ape6evm.dts ARM: dts: renesas: Use ip=on for bootargs 2019-06-21 09:45:29 +02:00
r8a73a4.dtsi
r8a77xx-aa104xd12-panel.dtsi
r8a77xx-aa121td01-panel.dtsi
r8a7740-armadillo800eva.dts ARM: dts: renesas: Use ip=on for bootargs 2019-06-21 09:45:29 +02:00
r8a7740.dtsi
r8a7743-iwg20d-q7-dbcm-ca.dts
r8a7743-iwg20d-q7.dts
r8a7743-iwg20m.dtsi ARM: dts: iwg20d-q7-common: Move cmt/rwdt node out of RZ/G1M SOM 2018-12-05 11:18:53 -08:00
r8a7743-sk-rzg1m.dts ARM: dts: renesas: Use ip=on for bootargs 2019-06-21 09:45:29 +02:00
r8a7743.dtsi ARM: SoC device tree updates for 5.1 2019-03-06 09:36:37 -08:00
r8a7744-iwg20d-q7-dbcm-ca.dts ARM: dts: r8a7744-iwg20d-q7-dbcm-ca: Add device tree for camera DB 2018-12-04 06:25:33 -08:00
r8a7744-iwg20d-q7.dts
r8a7744-iwg20m.dtsi ARM: dts: r8a7744-iwg20m: Add SPI NOR support 2018-12-05 11:52:46 -08:00
r8a7744.dtsi ARM: dts: r8a7744: Add LVDS support 2019-02-08 11:48:38 +01:00
r8a7745-iwg22d-sodimm-dbhd-ca.dts
r8a7745-iwg22d-sodimm.dts ARM: dts: renesas: Use ip=on for bootargs 2019-06-21 09:45:29 +02:00
r8a7745-iwg22m.dtsi
r8a7745-sk-rzg1e.dts ARM: dts: renesas: Use ip=on for bootargs 2019-06-21 09:45:29 +02:00
r8a7745.dtsi
r8a7778-bockw.dts ARM: dts: renesas: Use ip=on for bootargs 2019-06-21 09:45:29 +02:00
r8a7778.dtsi ARM: dts: r8a7778: Add HSCIF0/1 support 2019-01-17 14:15:57 +01:00
r8a7779-marzen.dts ARM: dts: renesas: Use ip=on for bootargs 2019-06-21 09:45:29 +02:00
r8a7779.dtsi ARM: dts: r8a7779: Use SYSC "always-on" PM Domain for HSCIF 2019-08-19 14:36:29 +02:00
r8a7790-lager.dts ARM: dts: renesas: Use ip=on for bootargs 2019-06-21 09:45:29 +02:00
r8a7790-stout.dts ARM: dts: renesas: Use ip=on for bootargs 2019-06-21 09:45:29 +02:00
r8a7790.dtsi
r8a7791-koelsch.dts ARM: dts: renesas: Use ip=on for bootargs 2019-06-21 09:45:29 +02:00
r8a7791-porter.dts ARM: dts: renesas: Use ip=on for bootargs 2019-06-21 09:45:29 +02:00
r8a7791.dtsi
r8a7792-blanche.dts ARM: dts: renesas: Use ip=on for bootargs 2019-06-21 09:45:29 +02:00
r8a7792-wheat.dts ARM: dts: renesas: Use ip=on for bootargs 2019-06-21 09:45:29 +02:00
r8a7792.dtsi ARM: dts: r8a7792: Add CMT0 and CMT1 to r8a7792 2019-06-21 09:45:37 +02:00
r8a7793-gose.dts ARM: dts: renesas: Use ip=on for bootargs 2019-06-21 09:45:29 +02:00
r8a7793.dtsi
r8a7794-alt.dts ARM: dts: renesas: Use ip=on for bootargs 2019-06-21 09:45:29 +02:00
r8a7794-silk.dts ARM: dts: renesas: Use ip=on for bootargs 2019-06-21 09:45:29 +02:00
r8a7794.dtsi
r8a77470-iwg23s-sbc.dts ARM: dts: iwg23s-sbc: Fix SDHI2 VccQ regulator 2019-06-21 09:45:36 +02:00
r8a77470.dtsi ARM: dts: r8a77470: Add PMU device node 2019-08-21 10:28:57 +02:00
r9a06g032-rzn1d400-db.dts
r9a06g032.dtsi
rda8810pl-orangepi-2g-iot.dts ARM: dts: Add devicetree for OrangePi 2G IoT board 2018-12-31 13:09:44 -08:00
rda8810pl-orangepi-i96.dts ARM: dts: Add devicetree for OrangePi i96 board 2018-12-31 13:09:46 -08:00
rda8810pl.dtsi ARM: dts: rda8810pl: Add interrupt support for UART 2018-12-31 13:09:58 -08:00
rk3xxx.dtsi
rk322x.dtsi ARM: dts: rockchip: add display nodes for rk322x 2019-06-27 11:57:20 +02:00
rk3036-evb.dts
rk3036-kylin.dts ARM: dts: rockchip: bulk convert gpios to their constant counterparts 2019-04-11 14:38:26 +02:00
rk3036.dtsi ARM: dts: rockchip: Cleanup style around assignment operator 2019-07-27 17:36:42 +02:00
rk3066a-bqcurie2.dts ARM: dts: rockchip: clean up the abuse of disable-wp 2019-01-28 10:51:55 +01:00
rk3066a-marsboard.dts ARM: dts: rockchip: bulk convert gpios to their constant counterparts 2019-04-11 14:38:26 +02:00
rk3066a-mk808.dts ARM: dts: rockchip: bulk convert gpios to their constant counterparts 2019-04-11 14:38:26 +02:00
rk3066a-rayeager.dts ARM: dts: rockchip: bulk convert gpios to their constant counterparts 2019-04-11 14:38:26 +02:00
rk3066a.dtsi ARM: dts: rockchip: bulk convert gpios to their constant counterparts 2019-04-11 14:38:26 +02:00
rk3188-bqedison2qc.dts ARM: dts: rockchip: remove cap-mmc-highspeed from rk3188-bqedison2qc mmc1 node 2019-02-16 00:09:08 +01:00
rk3188-px3-evb.dts ARM: dts: rockchip: bulk convert gpios to their constant counterparts 2019-04-11 14:38:26 +02:00
rk3188-radxarock.dts ARM: dts: rockchip: bulk convert gpios to their constant counterparts 2019-04-11 14:38:26 +02:00
rk3188.dtsi ARM: dts: rockchip: bulk convert gpios to their constant counterparts 2019-04-11 14:38:26 +02:00
rk3228-evb.dts
rk3229-evb.dts ARM: dts: rockchip: clean up the abuse of disable-wp 2019-01-28 10:51:55 +01:00
rk3229-xms6.dts ARM: dts: add device tree for Mecer Xtreme Mini S6 2019-08-16 18:04:43 +02:00
rk3229.dtsi
rk3288-evb-act8846.dts ARM: dts: rockchip: bulk convert gpios to their constant counterparts 2019-04-11 14:38:26 +02:00
rk3288-evb-rk808.dts
rk3288-evb.dtsi ARM: dts: rockchip: Cleanup style around assignment operator 2019-07-27 17:36:42 +02:00
rk3288-firefly-beta.dts ARM: dts: rockchip: bulk convert gpios to their constant counterparts 2019-04-11 14:38:26 +02:00
rk3288-firefly-reload-core.dtsi ARM: dts: rockchip: bulk convert gpios to their constant counterparts 2019-04-11 14:38:26 +02:00
rk3288-firefly-reload.dts ARM: dts: rockchip: bulk convert gpios to their constant counterparts 2019-04-11 14:38:26 +02:00
rk3288-firefly.dts ARM: dts: rockchip: bulk convert gpios to their constant counterparts 2019-04-11 14:38:26 +02:00
rk3288-firefly.dtsi ARM: dts: rockchip: bulk convert gpios to their constant counterparts 2019-04-11 14:38:26 +02:00
rk3288-miqi.dts ARM: dts: rockchip: bulk convert gpios to their constant counterparts 2019-04-11 14:38:26 +02:00
rk3288-phycore-rdk.dts ARM: dts: rockchip: bulk convert gpios to their constant counterparts 2019-04-11 14:38:26 +02:00
rk3288-phycore-som.dtsi ARM: dts: rockchip: bulk convert gpios to their constant counterparts 2019-04-11 14:38:26 +02:00
rk3288-popmetal.dts ARM: dts: rockchip: clean up the abuse of disable-wp 2019-01-28 10:51:55 +01:00
rk3288-r89.dts ARM: dts: rockchip: bulk convert gpios to their constant counterparts 2019-04-11 14:38:26 +02:00
rk3288-rock2-som.dtsi ARM: dts: rockchip: bulk convert gpios to their constant counterparts 2019-04-11 14:38:26 +02:00
rk3288-rock2-square.dts ARM: dts: rockchip: bulk convert gpios to their constant counterparts 2019-04-11 14:38:26 +02:00
rk3288-tinker-s.dts ARM: dts: rockchip: Enable HDMI CEC on rk3288-tinker-s 2019-03-18 08:45:40 +01:00
rk3288-tinker.dts
rk3288-tinker.dtsi ARM: dts: rockchip: Cleanup style around assignment operator 2019-07-27 17:36:42 +02:00
rk3288-veyron-analog-audio.dtsi ARM: dts: rockchip: bulk convert gpios to their constant counterparts 2019-04-11 14:38:26 +02:00
rk3288-veyron-brain.dts ARM: dts: rockchip: bulk convert gpios to their constant counterparts 2019-04-11 14:38:26 +02:00
rk3288-veyron-chromebook.dtsi ARM: dts: rockchip: move rk3288-veryon display settings into a separate file 2019-07-25 22:21:32 +02:00
rk3288-veyron-edp.dtsi Revert "ARM: dts: rockchip: add startup delay to rk3288-veyron panel-regulators" 2019-08-16 13:27:05 +02:00
rk3288-veyron-fievel.dts ARM: dts: rockchip: Add pin names for rk3288-veyron fievel 2019-08-03 00:33:59 +02:00
rk3288-veyron-jaq.dts ARM: dts: rockchip: consolidate veyron panel and backlight settings 2019-07-25 22:38:34 +02:00
rk3288-veyron-jerry.dts ARM: dts: rockchip: consolidate veyron panel and backlight settings 2019-07-25 22:38:34 +02:00
rk3288-veyron-mickey.dts ARM: dts: rockchip: Add pin names for rk3288-veyron jaq, mickey, speedy 2019-06-04 21:34:20 +02:00
rk3288-veyron-mighty.dts ARM: dts: rockchip: bulk convert gpios to their constant counterparts 2019-04-11 14:38:26 +02:00
rk3288-veyron-minnie.dts ARM: dts: rockchip: consolidate veyron panel and backlight settings 2019-07-25 22:38:34 +02:00
rk3288-veyron-pinky.dts ARM: dts: rockchip: consolidate veyron panel and backlight settings 2019-07-25 22:38:34 +02:00
rk3288-veyron-sdmmc.dtsi ARM: dts: rockchip: bulk convert gpios to their constant counterparts 2019-04-11 14:38:26 +02:00
rk3288-veyron-speedy.dts ARM: dts: rockchip: consolidate veyron panel and backlight settings 2019-07-25 22:38:34 +02:00
rk3288-veyron-tiger.dts ARM: dts: rockchip: A few fixes for veyron-{fievel,tiger} 2019-08-03 00:33:45 +02:00
rk3288-veyron.dtsi ARM: dts: rockchip: A few fixes for veyron-{fievel,tiger} 2019-08-03 00:33:45 +02:00
rk3288-vyasa.dts ARM: dts: rockchip: bulk convert gpios to their constant counterparts 2019-04-11 14:38:26 +02:00
rk3288.dtsi ARM: dts: rockchip: Add unwedge pinctrl entries for dw_hdmi on rk3288 2019-06-06 12:27:48 +02:00
rv1108-elgin-r1.dts ARM: dts: rockchip: remove disable-wp from rv1108-elgin-r1 emmc node 2019-03-18 08:45:40 +01:00
rv1108-evb.dts ARM: dts: rockchip: Use the correct regulator properties on rv1108-evb 2019-02-03 09:59:31 +01:00
rv1108.dtsi ARM: dts: rockchip: bulk convert gpios to their constant counterparts 2019-04-11 14:38:26 +02:00
s3c24xx.dtsi
s3c64xx-pinctrl.dtsi
s3c64xx.dtsi
s3c2416-pinctrl.dtsi
s3c2416-smdk2416.dts ARM: dts: s3c2416: Fix xti node's missing reg property warning 2019-01-10 20:51:24 +01:00
s3c2416.dtsi
s3c6400.dtsi
s3c6410-mini6410.dts
s3c6410-smdk6410.dts
s3c6410.dtsi
s5pv210-aquila.dts
s5pv210-aries.dtsi ARM: dts: s5pv210: Add support for more devices present on Aries 2019-01-10 20:48:25 +01:00
s5pv210-fascinate4g.dts ARM: dts: s5pv210: Remove hardcoded bootargs on Galaxy S and Fascinate 4G 2019-01-07 20:20:50 +01:00
s5pv210-galaxys.dts ARM: dts: s5pv210: Remove hardcoded bootargs on Galaxy S and Fascinate 4G 2019-01-07 20:20:50 +01:00
s5pv210-goni.dts ARM: dts: s5pv210: Fix camera clock provider on Goni board 2019-04-24 19:55:14 +02:00
s5pv210-pinctrl.dtsi
s5pv210-smdkc110.dts
s5pv210-smdkv210.dts
s5pv210-torbreck.dts
s5pv210.dtsi ARM: dts: s5pv210: Fix camera clock provider on Goni board 2019-04-24 19:55:14 +02:00
sama5d2-pinfunc.h ARM: dts: at91: Fix typo in ISC_D0 on PC9 2019-03-28 11:16:06 +01:00
sama5d2.dtsi ARM: dts: sama5d{2,4}: use SPDX-License-Identifier 2019-04-08 13:51:34 +02:00
sama5d3.dtsi AT91 DT for 5.3 2019-06-25 04:49:42 -07:00
sama5d3_can.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 191 2019-05-30 11:29:21 -07:00
sama5d3_emac.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 191 2019-05-30 11:29:21 -07:00
sama5d3_gmac.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 191 2019-05-30 11:29:21 -07:00
sama5d3_lcd.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 191 2019-05-30 11:29:21 -07:00
sama5d3_mci2.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 191 2019-05-30 11:29:21 -07:00
sama5d3_tcb1.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 191 2019-05-30 11:29:21 -07:00
sama5d3_uart.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 191 2019-05-30 11:29:21 -07:00
sama5d3xcm.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 4 2019-05-21 11:28:40 +02:00
sama5d3xcm_cmp.dtsi ARM: dts: atmel boards: use SPDX-License-Identifier 2019-04-08 13:52:18 +02:00
sama5d3xdm.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 4 2019-05-21 11:28:40 +02:00
sama5d3xmb.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 4 2019-05-21 11:28:40 +02:00
sama5d3xmb_cmp.dtsi ARM: dts: atmel boards: use SPDX-License-Identifier 2019-04-08 13:52:18 +02:00
sama5d3xmb_emac.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 4 2019-05-21 11:28:40 +02:00
sama5d3xmb_gmac.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 4 2019-05-21 11:28:40 +02:00
sama5d4.dtsi ARM: dts: sama5d{2,4}: use SPDX-License-Identifier 2019-04-08 13:51:34 +02:00
sama5d31.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 4 2019-05-21 11:28:40 +02:00
sama5d31ek.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 4 2019-05-21 11:28:40 +02:00
sama5d33.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 4 2019-05-21 11:28:40 +02:00
sama5d33ek.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 4 2019-05-21 11:28:40 +02:00
sama5d34.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 4 2019-05-21 11:28:40 +02:00
sama5d34ek.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 4 2019-05-21 11:28:40 +02:00
sama5d35.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 4 2019-05-21 11:28:40 +02:00
sama5d35ek.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 4 2019-05-21 11:28:40 +02:00
sama5d36.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 4 2019-05-21 11:28:40 +02:00
sama5d36ek.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 4 2019-05-21 11:28:40 +02:00
sama5d36ek_cmp.dts ARM: dts: atmel boards: use SPDX-License-Identifier 2019-04-08 13:52:18 +02:00
sh73a0-kzm9g.dts ARM: dts: renesas: Use ip=on for bootargs 2019-06-21 09:45:29 +02:00
sh73a0.dtsi
socfpga.dtsi ARM: dts: socfpga: add missing reset-names for dma 2019-07-30 09:09:31 -05:00
socfpga_arria5.dtsi
socfpga_arria5_socdk.dts
socfpga_arria10.dtsi ARM: dts: socfpga: update to new Denali NAND binding 2019-07-30 09:05:14 -05:00
socfpga_arria10_socdk.dtsi ARM: dts: socfpga: add ltc2497 on arria10 devkit 2019-06-10 09:47:01 -05:00
socfpga_arria10_socdk_nand.dts ARM: dts: socfpga: update to new Denali NAND binding 2019-07-30 09:05:14 -05:00
socfpga_arria10_socdk_qspi.dts
socfpga_arria10_socdk_sdmmc.dts ARM: dts: socfpga: enable MMC highspeed support 2019-03-21 10:35:49 -05:00
socfpga_cyclone5.dtsi
socfpga_cyclone5_chameleon96.dts ARM: dts: Add support for 96Boards Chameleon96 board 2019-01-09 10:07:25 -06:00
socfpga_cyclone5_de0_nano_soc.dts
socfpga_cyclone5_mcv.dtsi
socfpga_cyclone5_mcvevk.dts
socfpga_cyclone5_socdk.dts
socfpga_cyclone5_sockit.dts
socfpga_cyclone5_socrates.dts
socfpga_cyclone5_sodia.dts
socfpga_cyclone5_vining_fpga.dts ARM: dts: socfpga: Adjust GMAC1 clock and TXD lines skew on VINING FPGA 2019-07-30 09:05:45 -05:00
socfpga_vt.dts
spear3xx.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
spear13xx.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
spear300-evb.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
spear300.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
spear310-evb.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
spear310.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
spear320-evb.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
spear320-hmi.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
spear320.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
spear600-evb.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
spear600.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
spear1310-evb.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
spear1310.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
spear1340-evb.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
spear1340.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
st-pincfg.h
ste-ab8500.dtsi ARM: dts: ux500: Remove ab8500_ldo_usb regulator from device tree 2019-08-22 17:15:59 +02:00
ste-dbx5x0.dtsi ARM: dts: ux500: Fix up the CPU thermal zone 2019-10-01 11:01:27 -07:00
ste-href-ab8500.dtsi ARM: dts: ux500: Move ab8500 nodes to ste-ab8500.dtsi 2019-08-22 17:13:42 +02:00
ste-href-ab8505.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
ste-href-family-pinctrl.dtsi ARM: dts: ux500: Drop TV-out muxgroup on HREFs 2019-08-21 12:02:20 +02:00
ste-href-stuib.dtsi ARM: dts: ux500: set pull-up on STUIB STMPE IRQ line 2019-07-23 09:24:10 +02:00
ste-href-tvk1281618.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
ste-href.dtsi ARM: dts: ux500: Remove ab8500_ldo_usb regulator from device tree 2019-08-22 17:15:59 +02:00
ste-hrefprev60-stuib.dts ARM: ux500: improve BU21013 touchpad bindings 2019-08-21 14:40:32 +02:00
ste-hrefprev60-tvk.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
ste-hrefprev60.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
ste-hrefv60plus-stuib.dts ARM: ux500: improve BU21013 touchpad bindings 2019-08-21 14:40:32 +02:00
ste-hrefv60plus-tvk.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
ste-hrefv60plus.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
ste-nomadik-nhk15.dts ARM: dts: nomadik: Set up the CS GPIO right 2019-08-13 15:28:33 +02:00
ste-nomadik-pinctrl.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
ste-nomadik-s8815.dts
ste-nomadik-stn8815.dtsi ARM: dts: Kill off skeleton{64}.dtsi 2019-01-30 17:30:31 +01:00
ste-snowball.dts ARM: dts: ux500: Remove ab8500_ldo_usb regulator from device tree 2019-08-22 17:15:59 +02:00
ste-u300.dts ARM: dts: Kill off skeleton{64}.dtsi 2019-01-30 17:30:31 +01:00
stih407-b2120.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
stih407-clock.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
stih407-family.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 332 2019-06-05 17:37:06 +02:00
stih407-pinctrl.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 332 2019-06-05 17:37:06 +02:00
stih407.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 332 2019-06-05 17:37:06 +02:00
stih410-b2120.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
stih410-b2260.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
stih410-clock.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
stih410-pinctrl.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 332 2019-06-05 17:37:06 +02:00
stih410.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 332 2019-06-05 17:37:06 +02:00
stih418-b2199.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
stih418-clock.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
stih418.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 332 2019-06-05 17:37:06 +02:00
stihxxx-b2120.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
stm32f4-pinctrl.dtsi
stm32f7-pinctrl.dtsi
stm32f429-disco.dts ARM: dts: Kill off skeleton{64}.dtsi 2019-01-30 17:30:31 +01:00
stm32f429-pinctrl.dtsi
stm32f429.dtsi ARM: dts: stm32: add pwm cells to stm32f429 2019-08-02 16:17:43 +02:00
stm32f469-disco.dts ARM: dts: Kill off skeleton{64}.dtsi 2019-01-30 17:30:31 +01:00
stm32f469-pinctrl.dtsi
stm32f469.dtsi
stm32f746-disco.dts ARM: dts: Kill off skeleton{64}.dtsi 2019-01-30 17:30:31 +01:00
stm32f746-pinctrl.dtsi
stm32f746.dtsi ARM: dts: stm32: add pwm cells to stm32f746 2019-08-02 16:17:43 +02:00
stm32f769-disco.dts ARM: dts: stm32: Enable STM32F769 clock driver 2019-04-11 11:22:05 +02:00
stm32f769-pinctrl.dtsi
stm32h743-pinctrl.dtsi ARM: dts: stm32: add sdmmc1 support on stm32h743i eval board 2019-04-11 11:21:59 +02:00
stm32h743.dtsi ARM: dts: stm32: add sdmmc1 support on stm32h743 2019-04-11 11:21:59 +02:00
stm32h743i-disco.dts ARM: dts: stm32: add sdmmc1 support on stm32h743i disco board 2019-04-11 11:22:00 +02:00
stm32h743i-eval.dts ARM: dts: stm32: add missing vdda-supply to adc on stm32h743i-eval 2019-08-02 16:17:43 +02:00
stm32mp157-pinctrl.dtsi ARM: dts: stm32: relax qspi pins slew-rate for stm32mp157 2019-11-06 10:32:11 +01:00
stm32mp157a-avenger96.dts ARM: dts: stm32: Add Avenger96 devicetree support based on STM32MP157A 2019-06-21 16:14:33 +02:00
stm32mp157a-dk1.dts ARM: dts: stm32: add audio codec support on stm32mp157a-dk1 board 2019-08-02 16:17:43 +02:00
stm32mp157c-dk2.dts ARM: dts: stm32: add power supply of otm8009a on stm32mp157c-dk2 2019-04-11 11:22:06 +02:00
stm32mp157c-ed1.dts ARM: dts: stm32: enable m4 coprocessor support on STM32MP157c-ed1 2019-08-02 16:17:43 +02:00
stm32mp157c-ev1.dts ARM: dts: stm32: change joystick pinctrl definition on stm32mp157c-ev1 2019-11-06 10:54:39 +01:00
stm32mp157c.dtsi ARM: dts: stm32: Fix CAN RAM mapping on stm32mp157c 2019-11-06 10:54:34 +01:00
stm32mp157xaa-pinctrl.dtsi ARM: dts: stm32: use dedicated files to manage stm32mp157 packages 2019-05-21 09:38:34 +02:00
stm32mp157xab-pinctrl.dtsi ARM: dts: stm32: use dedicated files to manage stm32mp157 packages 2019-05-21 09:38:34 +02:00
stm32mp157xac-pinctrl.dtsi ARM: dts: stm32: use dedicated files to manage stm32mp157 packages 2019-05-21 09:38:34 +02:00
stm32mp157xad-pinctrl.dtsi ARM: dts: stm32: use dedicated files to manage stm32mp157 packages 2019-05-21 09:38:34 +02:00
stm32429i-eval.dts ARM: dts: stm32: add missing vdda-supply to adc on stm32429i-eval 2019-08-02 16:17:43 +02:00
stm32746g-eval.dts ARM: dts: stm32: add orange and blue leds on stm32746g-eval 2019-05-21 09:55:40 +02:00
sun4i-a10-a1000.dts ARM: dts: sunxi: Switch from phy to phy-handle 2019-07-22 09:41:10 +02:00
sun4i-a10-ba10-tvbox.dts ARM: dts: sunxi: Switch from phy to phy-handle 2019-07-22 09:41:10 +02:00
sun4i-a10-chuwi-v7-cw0825.dts ARM: dts: sunxi: Remove pinctrl groups setting bias 2019-04-04 09:25:15 +02:00
sun4i-a10-cubieboard.dts ARM: dts: sunxi: Switch from phy to phy-handle 2019-07-22 09:41:10 +02:00
sun4i-a10-dserve-dsrv9703c.dts ARM: dts: sunxi: Remove pinctrl groups setting bias 2019-04-04 09:25:15 +02:00
sun4i-a10-gemei-g9.dts
sun4i-a10-hackberry.dts ARM: dts: sunxi: Switch from phy to phy-handle 2019-07-22 09:41:10 +02:00
sun4i-a10-hyundai-a7hd.dts ARM: dts: sunxi: Remove pinctrl groups setting bias 2019-04-04 09:25:15 +02:00
sun4i-a10-inet1.dts ARM: dts: sunxi: Remove pinctrl groups setting bias 2019-04-04 09:25:15 +02:00
sun4i-a10-inet9f-rev03.dts ARM: dts: sunxi: Remove pinctrl groups setting bias 2019-04-04 09:25:15 +02:00
sun4i-a10-inet97fv2.dts ARM: dts: sunxi: Remove pinctrl groups setting bias 2019-04-04 09:25:15 +02:00
sun4i-a10-itead-iteaduino-plus.dts ARM: dts: sunxi: Switch from phy to phy-handle 2019-07-22 09:41:10 +02:00
sun4i-a10-jesurun-q5.dts ARM: dts: sunxi: Switch from phy to phy-handle 2019-07-22 09:41:10 +02:00
sun4i-a10-marsboard.dts ARM: dts: sunxi: Switch from phy to phy-handle 2019-07-22 09:41:10 +02:00
sun4i-a10-mini-xplus.dts
sun4i-a10-mk802.dts
sun4i-a10-mk802ii.dts
sun4i-a10-olinuxino-lime.dts ARM: dts: sunxi: Switch from phy to phy-handle 2019-07-22 09:41:10 +02:00
sun4i-a10-pcduino.dts ARM: dts: sunxi: Switch from phy to phy-handle 2019-07-22 09:41:10 +02:00
sun4i-a10-pcduino2.dts
sun4i-a10-pov-protab2-ips9.dts ARM: dts: sun4i: protab2: Remove stale pinctrl-names entry 2019-04-17 16:56:36 +02:00
sun4i-a10.dtsi ARM: dts: sunxi: Revert phy-names removal for ECHI and OHCI 2019-10-04 14:37:03 +02:00
sun5i-a10s-auxtek-t003.dts
sun5i-a10s-auxtek-t004.dts ARM: dts: sunxi: Remove pinctrl groups setting bias 2019-04-04 09:25:15 +02:00
sun5i-a10s-mk802.dts
sun5i-a10s-olinuxino-micro.dts ARM: dts: sunxi: Switch from phy to phy-handle 2019-07-22 09:41:10 +02:00
sun5i-a10s-r7-tv-dongle.dts
sun5i-a10s-wobo-i5.dts ARM: dts: sunxi: Switch from phy to phy-handle 2019-07-22 09:41:10 +02:00
sun5i-a10s.dtsi
sun5i-a13-difrnce-dit4350.dts
sun5i-a13-empire-electronix-d709.dts ARM: dts: sunxi: Remove pinctrl groups setting bias 2019-04-04 09:25:15 +02:00
sun5i-a13-empire-electronix-m712.dts
sun5i-a13-hsg-h702.dts ARM: dts: sunxi: Remove pinctrl groups setting bias 2019-04-04 09:25:15 +02:00
sun5i-a13-inet-98v-rev2.dts
sun5i-a13-licheepi-one.dts ARM: sunxi: Fix the USB PHY VBUS detect GPIO properties 2019-03-25 21:26:27 +01:00
sun5i-a13-olinuxino-micro.dts ARM: dts: sunxi: Remove pinctrl groups setting bias 2019-04-04 09:25:15 +02:00
sun5i-a13-olinuxino.dts ARM: dts: sunxi: Remove pinctrl groups setting bias 2019-04-04 09:25:15 +02:00
sun5i-a13-q8-tablet.dts ARM: dts: sunxi: Remove simple-panel compatible 2019-07-23 11:16:35 +02:00
sun5i-a13-utoo-p66.dts ARM: dts: sunxi: Remove pinctrl groups setting bias 2019-04-04 09:25:15 +02:00
sun5i-a13.dtsi
sun5i-gr8-chip-pro.dts ARM: dts: sunxi: Remove useless address and size cells 2019-04-02 13:11:18 +02:00
sun5i-gr8-evb.dts ARM: dts: gr8-evb: Fix RTC vendor 2019-05-30 13:37:50 +02:00
sun5i-gr8.dtsi
sun5i-r8-chip.dts ARM: dts: sunxi: Remove pinctrl groups setting bias 2019-04-04 09:25:15 +02:00
sun5i-r8.dtsi
sun5i-reference-design-tablet.dtsi ARM: dts: sunxi: Remove pinctrl groups setting bias 2019-04-04 09:25:15 +02:00
sun5i.dtsi ARM: dts: sunxi: Revert phy-names removal for ECHI and OHCI 2019-10-04 14:37:03 +02:00
sun6i-a31-app4-evb1.dts
sun6i-a31-colombus.dts ARM: dts: sunxi: Add mdio bus sub-node to GMAC 2019-08-23 09:14:48 +02:00
sun6i-a31-hummingbird.dts ARM: dts: sunxi: Add mdio bus sub-node to GMAC 2019-08-23 09:14:48 +02:00
sun6i-a31-i7.dts ARM: dts: sunxi: Add mdio bus sub-node to GMAC 2019-08-23 09:14:48 +02:00
sun6i-a31-m9.dts ARM: dts: sunxi: Add mdio bus sub-node to GMAC 2019-08-23 09:14:48 +02:00
sun6i-a31-mele-a1000g-quad.dts ARM: dts: sunxi: Add mdio bus sub-node to GMAC 2019-08-23 09:14:48 +02:00
sun6i-a31.dtsi ARM: dts: sunxi: Revert phy-names removal for ECHI and OHCI 2019-10-04 14:37:03 +02:00
sun6i-a31s-colorfly-e708-q1.dts
sun6i-a31s-cs908.dts ARM: dts: sunxi: Add mdio bus sub-node to GMAC 2019-08-23 09:14:48 +02:00
sun6i-a31s-inet-q972.dts
sun6i-a31s-primo81.dts ARM: sunxi: Fix the USB PHY ID detect GPIO properties 2019-03-25 21:26:27 +01:00
sun6i-a31s-sina31s-core.dtsi
sun6i-a31s-sina31s.dts ARM: dts: sunxi: Add mdio bus sub-node to GMAC 2019-08-23 09:14:48 +02:00
sun6i-a31s-sinovoip-bpi-m2.dts ARM: dts: sunxi: Add mdio bus sub-node to GMAC 2019-08-23 09:14:48 +02:00
sun6i-a31s-yones-toptech-bs1078-v2.dts
sun6i-a31s.dtsi
sun6i-reference-design-tablet.dtsi ARM: dts: sunxi: Remove pinctrl groups setting bias 2019-04-04 09:25:15 +02:00
sun7i-a20-bananapi-m1-plus.dts ARM: dts: sunxi: Add mdio bus sub-node to GMAC 2019-08-23 09:14:48 +02:00
sun7i-a20-bananapi.dts ARM: dts: sunxi: Add mdio bus sub-node to GMAC 2019-08-23 09:14:48 +02:00
sun7i-a20-bananapro.dts ARM: dts: sunxi: Add mdio bus sub-node to GMAC 2019-08-23 09:14:48 +02:00
sun7i-a20-cubieboard2.dts ARM: dts: sunxi: Add mdio bus sub-node to GMAC 2019-08-23 09:14:48 +02:00
sun7i-a20-cubietruck.dts ARM: dts: sunxi: Add mdio bus sub-node to GMAC 2019-08-23 09:14:48 +02:00
sun7i-a20-hummingbird.dts ARM: dts: sunxi: Add mdio bus sub-node to GMAC 2019-08-23 09:14:48 +02:00
sun7i-a20-i12-tvbox.dts ARM: dts: sunxi: Add mdio bus sub-node to GMAC 2019-08-23 09:14:48 +02:00
sun7i-a20-icnova-swac.dts ARM: dts: sunxi: Add mdio bus sub-node to GMAC 2019-08-23 09:14:48 +02:00
sun7i-a20-itead-ibox.dts ARM: dts: sunxi: Add mdio bus sub-node to GMAC 2019-08-23 09:14:48 +02:00
sun7i-a20-lamobo-r1.dts ARM: dts: sunxi: Add mdio bus sub-node to GMAC 2019-08-23 09:14:48 +02:00
sun7i-a20-m3.dts ARM: dts: sunxi: Add mdio bus sub-node to GMAC 2019-08-23 09:14:48 +02:00
sun7i-a20-mk808c.dts
sun7i-a20-olimex-som-evb-emmc.dts
sun7i-a20-olimex-som-evb.dts ARM: dts: sunxi: Add mdio bus sub-node to GMAC 2019-08-23 09:14:48 +02:00
sun7i-a20-olimex-som204-evb-emmc.dts
sun7i-a20-olimex-som204-evb.dts ARM: dts: sunxi: Add mdio bus sub-node to GMAC 2019-08-23 09:14:48 +02:00
sun7i-a20-olinuxino-lime.dts ARM: dts: sunxi: Add mdio bus sub-node to GMAC 2019-08-23 09:14:48 +02:00
sun7i-a20-olinuxino-lime2-emmc.dts
sun7i-a20-olinuxino-lime2.dts ARM: dts: sunxi: Add mdio bus sub-node to GMAC 2019-08-23 09:14:48 +02:00
sun7i-a20-olinuxino-micro-emmc.dts
sun7i-a20-olinuxino-micro.dts ARM: dts: sunxi: Add mdio bus sub-node to GMAC 2019-08-23 09:14:48 +02:00
sun7i-a20-orangepi-mini.dts ARM: dts: sunxi: Add mdio bus sub-node to GMAC 2019-08-23 09:14:48 +02:00
sun7i-a20-orangepi.dts ARM: dts: sunxi: Add mdio bus sub-node to GMAC 2019-08-23 09:14:48 +02:00
sun7i-a20-pcduino3-nano.dts ARM: dts: sunxi: Add mdio bus sub-node to GMAC 2019-08-23 09:14:48 +02:00
sun7i-a20-pcduino3.dts ARM: dts: sunxi: Add mdio bus sub-node to GMAC 2019-08-23 09:14:48 +02:00
sun7i-a20-wexler-tab7200.dts ARM: dts: sunxi: Remove pinctrl groups setting bias 2019-04-04 09:25:15 +02:00
sun7i-a20-wits-pro-a20-dkt.dts ARM: dts: sunxi: Add mdio bus sub-node to GMAC 2019-08-23 09:14:48 +02:00
sun7i-a20.dtsi ARM: SoC fixes 2019-10-25 16:00:47 -04:00
sun8i-a23-a33.dtsi ARM: dts: sunxi: Revert phy-names removal for ECHI and OHCI 2019-10-04 14:37:03 +02:00
sun8i-a23-evb.dts
sun8i-a23-gt90h-v4.dts
sun8i-a23-inet86dz.dts
sun8i-a23-ippo-q8h-v1.2.dts
sun8i-a23-ippo-q8h-v5.dts
sun8i-a23-polaroid-mid2407pxe03.dts
sun8i-a23-polaroid-mid2809pxe04.dts
sun8i-a23-q8-tablet.dts ARM: dts: sunxi: Remove simple-panel compatible 2019-07-23 11:16:35 +02:00
sun8i-a23.dtsi ARM: dts: sun8i-a23: Add compatible strings to display pipeline device nodes 2019-01-25 10:43:12 +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
sun8i-a33-q8-tablet.dts ARM: dts: sun8i: a23/a33: Fix Display Engine DTC warnings 2019-03-25 21:26:23 +01:00
sun8i-a33-sinlinx-sina33.dts ARM: dts: sun8i: a23/a33: Fix Display Engine DTC warnings 2019-03-25 21:26:23 +01:00
sun8i-a33.dtsi ARM: dts: sun8i: a33: Add default address and size cells to the DSI node 2019-03-25 21:26:25 +01:00
sun8i-a83t-allwinner-h8homlet-v2.dts ARM: dts: sun8i: a83t: Enable PMIC power supplies on various boards 2019-02-07 16:51:13 +01:00
sun8i-a83t-bananapi-m3.dts ARM: dts: sun8i: a83t: Enable USB OTG controller on some boards 2019-04-18 17:49:43 +02:00
sun8i-a83t-cubietruck-plus.dts ARM: dts: sun8i: a83t: Enable HDMI output on Cubietruck Plus 2019-08-23 09:14:39 +02:00
sun8i-a83t-tbs-a711.dts ARM: dts: sun8i-a83t-tbs-a711: Fix WiFi resume from suspend 2019-10-29 08:44:13 +01:00
sun8i-a83t.dtsi ARM: dts: sunxi: Revert phy-names removal for ECHI and OHCI 2019-10-04 14:37:03 +02:00
sun8i-h2-plus-bananapi-m2-zero.dts ARM: dts: sunxi: h3/h5: Fix GPIO regulator state array 2019-05-29 09:27:56 +02:00
sun8i-h2-plus-libretech-all-h3-cc.dts
sun8i-h2-plus-orangepi-r1.dts
sun8i-h2-plus-orangepi-zero.dts ARM: dts: sunxi: h3/h5: Fix GPIO regulator state array 2019-05-29 09:27:56 +02:00
sun8i-h3-bananapi-m2-plus-v1.2.dts
sun8i-h3-bananapi-m2-plus.dts
sun8i-h3-beelink-x2.dts ARM: dts: sun8i-h3: Fix wifi in Beelink X2 DT 2019-05-20 09:49:28 +02:00
sun8i-h3-libretech-all-h3-cc.dts
sun8i-h3-mapleboard-mp130.dts ARM: dts: sun8i: mapleboard: Remove cd-inverted 2019-04-17 16:57:48 +02:00
sun8i-h3-nanopi-m1-plus.dts ARM: dts: sun8i: h3: Refactor the pinctrl node names 2019-03-25 21:05:42 +01:00
sun8i-h3-nanopi-m1.dts ARM: dts: sun8i: h3: Refactor the pinctrl node names 2019-03-25 21:05:42 +01:00
sun8i-h3-nanopi-neo-air.dts ARM: dts: sun8i: h3: Refactor the pinctrl node names 2019-03-25 21:05:42 +01:00
sun8i-h3-nanopi-neo.dts
sun8i-h3-nanopi.dtsi Allwinner H3/H5 changes for 5.2 2019-04-28 12:42:35 -07:00
sun8i-h3-orangepi-2.dts Allwinner H3/H5 changes for 5.2 2019-04-28 12:42:35 -07:00
sun8i-h3-orangepi-lite.dts Allwinner H3/H5 changes for 5.2 2019-04-28 12:42:35 -07:00
sun8i-h3-orangepi-one.dts ARM: dts: sunxi: h3/h5: Fix GPIO regulator state array 2019-05-29 09:27:56 +02:00
sun8i-h3-orangepi-pc-plus.dts
sun8i-h3-orangepi-pc.dts Allwinner H3/H5 changes for 5.2 2019-04-28 12:42:35 -07:00
sun8i-h3-orangepi-plus.dts ARM: dts: sunxi: Remove useless pinctrl nodes 2019-04-04 09:25:15 +02:00
sun8i-h3-orangepi-plus2e.dts
sun8i-h3-orangepi-zero-plus2.dts ARM: dts: sun8i: h3: Refactor the pinctrl node names 2019-03-25 21:05:42 +01:00
sun8i-h3-rervision-dvk.dts ARM: dts: sun8i: h3: Refactor the pinctrl node names 2019-03-25 21:05:42 +01:00
sun8i-h3.dtsi ARM: dts: sunxi: h3/h5: Add device node for SID 2019-03-21 16:56:07 +08:00
sun8i-q8-common.dtsi ARM: dts: sun8i: a23/a33: Fix Display Engine DTC warnings 2019-03-25 21:26:23 +01:00
sun8i-r16-bananapi-m2m.dts ARM: dts: sunxi: Enable Broadcom-based Bluetooth for multiple boards 2018-12-19 17:26:14 +08:00
sun8i-r16-nintendo-nes-classic.dts ARM: dts: sunxi: Remove useless address and size cells 2019-04-02 13:11:18 +02:00
sun8i-r16-nintendo-super-nes-classic.dts
sun8i-r16-parrot.dts ARM: dts: sunxi: Remove pinctrl groups setting bias 2019-04-04 09:25:15 +02:00
sun8i-r40-bananapi-m2-ultra.dts ARM: dts: sun8i: r40: bananapi-m2-ultra: Remove regulator-always-on 2019-05-20 09:27:32 +02:00
sun8i-r40.dtsi ARM: dts: sunxi: Revert phy-names removal for ECHI and OHCI 2019-10-04 14:37:03 +02:00
sun8i-reference-design-tablet.dtsi ARM: dts: sunxi: Remove pinctrl groups setting bias 2019-04-04 09:25:15 +02:00
sun8i-s3-lichee-zero-plus.dts ARM: dts: sun8i: s3: add devicetree for Lichee zero plus w/ S3 2019-08-23 09:14:48 +02:00
sun8i-t3-cqa3t-bv3.dts
sun8i-v3.dtsi ARM: sunxi: dts: s3/s3l/v3: add DTSI files for S3/S3L/V3 SoCs 2019-08-23 09:14:48 +02:00
sun8i-v3s-licheepi-zero-dock.dts
sun8i-v3s-licheepi-zero.dts ARM: sunxi: Fix the USB PHY ID detect GPIO properties 2019-03-25 21:26:27 +01:00
sun8i-v3s.dtsi ARM: dts: sunxi: Add missing watchdog clocks 2019-08-23 12:02:07 +02:00
sun8i-v40-bananapi-m2-berry.dts ARM: dts: sun8i: v40: bananapi-m2-berry: Add Bluetooth device node 2019-05-20 09:27:31 +02:00
sun9i-a80-cubieboard4.dts ARM: dts: sunxi: Add mdio bus sub-node to GMAC 2019-08-23 09:14:48 +02:00
sun9i-a80-optimus.dts ARM: dts: sunxi: Add mdio bus sub-node to GMAC 2019-08-23 09:14:48 +02:00
sun9i-a80.dtsi ARM: dts: sunxi: Revert phy-names removal for ECHI and OHCI 2019-10-04 14:37:03 +02:00
suniv-f1c100s-licheepi-nano.dts
suniv-f1c100s.dtsi ARM: dts: suniv: Fix improper bindings include patch 2018-12-20 16:39:38 +01:00
sunxi-bananapi-m2-plus-v1.2.dtsi ARM: dts: sunxi: h3/h5: Fix GPIO regulator state array 2019-05-29 09:27:56 +02:00
sunxi-bananapi-m2-plus.dtsi ARM: dts: sun8i: h3: Refactor the pinctrl node names 2019-03-25 21:05:42 +01:00
sunxi-common-regulators.dtsi
sunxi-h3-h5.dtsi ARM: dts: sunxi: Revert phy-names removal for ECHI and OHCI 2019-10-04 14:37:03 +02:00
sunxi-itead-core-common.dtsi
sunxi-libretech-all-h3-cc.dtsi ARM: dts: sun8i: h3: Refactor the pinctrl node names 2019-03-25 21:05:42 +01:00
sunxi-reference-design-tablet.dtsi
tango4-common.dtsi
tango4-smp8758.dtsi
tango4-vantage-1172.dts
tegra20-colibri-eval-v3.dts
tegra20-colibri-iris.dts
tegra20-colibri.dtsi
tegra20-harmony.dts
tegra20-medcom-wide.dts
tegra20-paz00.dts
tegra20-plutux.dts
tegra20-seaboard.dts
tegra20-tamonten.dtsi
tegra20-tec.dts
tegra20-trimslice.dts ARM: tegra: add "jedec,spi-nor" flash compatible binding 2019-02-06 14:15:19 +01:00
tegra20-ventana.dts
tegra20.dtsi ARM: dts: tegra20: Update Memory Controller node to the new binding 2019-01-16 13:54:11 +01:00
tegra30-apalis-eval.dts
tegra30-apalis-v1.1-eval.dts
tegra30-apalis-v1.1.dtsi
tegra30-apalis.dtsi
tegra30-beaver.dts ARM: tegra: add "jedec,spi-nor" flash compatible binding 2019-02-06 14:15:19 +01:00
tegra30-cardhu-a02.dts
tegra30-cardhu-a04.dts
tegra30-cardhu.dtsi ARM: tegra: add "jedec,spi-nor" flash compatible binding 2019-02-06 14:15:19 +01:00
tegra30-colibri-eval-v3.dts
tegra30-colibri.dtsi
tegra30.dtsi ARM: tegra: Add ACTMON support on Tegra30 2019-04-18 11:37:46 +02:00
tegra114-dalmore.dts ARM: tegra: add "jedec,spi-nor" flash compatible binding 2019-02-06 14:15:19 +01:00
tegra114-roth.dts
tegra114-tn7.dts
tegra114.dtsi
tegra124-apalis-emc.dtsi ARM: tegra: Convert to SPDX license tags for Tegra124 Apalis 2019-04-17 16:29:47 +02:00
tegra124-apalis-eval.dts ARM: tegra: Convert to SPDX license tags for Tegra124 Apalis 2019-04-17 16:29:47 +02:00
tegra124-apalis-v1.2-eval.dts ARM: tegra: Remove gratuitous parentheses in SPDX license identifier 2019-04-17 16:30:21 +02:00
tegra124-apalis-v1.2.dtsi ARM: tegra: apalis: Move PLL power supplies to XUSB pad controller 2019-04-17 16:30:26 +02:00
tegra124-apalis.dtsi ARM: tegra: apalis: Move PLL power supplies to XUSB pad controller 2019-04-17 16:30:26 +02:00
tegra124-jetson-tk1-emc.dtsi
tegra124-jetson-tk1.dts ARM: tegra: jetson-tk1: Move PLL power supplies to XUSB pad controller 2019-04-17 16:30:26 +02:00
tegra124-nyan-big-emc.dtsi
tegra124-nyan-big.dts
tegra124-nyan-blaze-emc.dtsi
tegra124-nyan-blaze.dts
tegra124-nyan.dtsi ARM: tegra: nyan: Move PLL power supplies to XUSB pad controller 2019-04-17 16:30:26 +02:00
tegra124-venice2.dts ARM: tegra: venice2: Move PLL power supplies to XUSB pad controller 2019-04-17 16:30:27 +02:00
tegra124.dtsi
tny_a9g20.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 191 2019-05-30 11:29:21 -07:00
tny_a9260.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 191 2019-05-30 11:29:21 -07:00
tny_a9260_common.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 191 2019-05-30 11:29:21 -07:00
tny_a9263.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 190 2019-05-30 11:29:21 -07:00
tps6507x.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
tps65217.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
tps65910.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
twl4030.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
twl4030_omap3.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
twl6030.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
twl6030_omap4.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
uniphier-ld4-ref.dts ARM: dts: uniphier: update to new Denali NAND binding 2019-06-26 00:06:50 +09:00
uniphier-ld4.dtsi ARM: dts: uniphier: update to new Denali NAND binding 2019-06-26 00:06:50 +09:00
uniphier-ld6b-ref.dts ARM: dts: uniphier: update to new Denali NAND binding 2019-06-26 00:06:50 +09:00
uniphier-ld6b.dtsi
uniphier-pinctrl.dtsi
uniphier-pro4-ace.dts
uniphier-pro4-ref.dts ARM: dts: uniphier: update to new Denali NAND binding 2019-06-26 00:06:50 +09:00
uniphier-pro4-sanji.dts
uniphier-pro4.dtsi ARM: dts: uniphier: update to new Denali NAND binding 2019-06-26 00:06:50 +09:00
uniphier-pro5.dtsi ARM: dts: uniphier: update to new Denali NAND binding 2019-06-26 00:06:50 +09:00
uniphier-pxs2-gentil.dts
uniphier-pxs2-vodka.dts
uniphier-pxs2.dtsi ARM: dts: uniphier: update to new Denali NAND binding 2019-06-26 00:06:50 +09:00
uniphier-ref-daughter.dtsi
uniphier-sld8-ref.dts ARM: dts: uniphier: update to new Denali NAND binding 2019-06-26 00:06:50 +09:00
uniphier-sld8.dtsi ARM: dts: uniphier: update to new Denali NAND binding 2019-06-26 00:06:50 +09:00
uniphier-support-card.dtsi
usb_a9g20-dab-mmx.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 191 2019-05-30 11:29:21 -07:00
usb_a9g20.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 4 2019-05-21 11:28:40 +02:00
usb_a9g20_common.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 4 2019-05-21 11:28:40 +02:00
usb_a9g20_lpw.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 4 2019-05-21 11:28:40 +02:00
usb_a9260.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 4 2019-05-21 11:28:40 +02:00
usb_a9260_common.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 4 2019-05-21 11:28:40 +02:00
usb_a9263.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 190 2019-05-30 11:29:21 -07:00
versatile-ab-ib2.dts
versatile-ab.dts ARM: dts: versatile: specify AFS partition 2019-05-20 16:40:36 +02:00
versatile-pb.dts
vexpress-v2m-rs1.dtsi ARM: dts: vexpress: add missing SPDX GPL-2.0 license identifier 2019-07-31 16:36:05 +01:00
vexpress-v2m.dtsi ARM: dts: vexpress: Add missing newline at end of file 2019-07-31 16:36:05 +01:00
vexpress-v2p-ca5s.dts
vexpress-v2p-ca9.dts
vexpress-v2p-ca15-tc1.dts
vexpress-v2p-ca15_a7.dts arm: dts: vexpress-v2p-ca15_a7: disable NOR flash node by default 2019-05-30 13:39:26 +01:00
vf-colibri-eval-v3.dtsi
vf-colibri.dtsi
vf500-colibri-eval-v3.dts
vf500-colibri.dtsi ARM: dts: vf: Fix memory node duplication 2018-12-10 10:03:04 +08:00
vf500.dtsi ARM: dts: vf: Fix memory node duplication 2018-12-10 10:03:04 +08:00
vf610-bk4.dts ARM: dts: vf610-bk4: Fix qspi node description 2019-08-03 17:53:24 +02:00
vf610-colibri-eval-v3.dts
vf610-colibri.dtsi ARM: dts: vf: Fix memory node duplication 2018-12-10 10:03:04 +08:00
vf610-cosmic.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 2019-05-30 11:26:32 -07:00
vf610-pinfunc.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
vf610-twr.dts ARM: dts: vf: Fix memory node duplication 2018-12-10 10:03:04 +08:00
vf610-zii-cfu1.dts ARM: dts: vf610-zii-cfu1: Slow I2C0 down to 100 kHz 2019-08-24 21:24:45 +02:00
vf610-zii-dev-rev-b.dts ARM: dts: vf610-zii-dev-rev-b: Specify CS as GPIO_ACTIVE_LOW in spi0 2019-04-22 09:16:15 +08:00
vf610-zii-dev-rev-c.dts ARM: dts: imx: Use generic node names for Zii dts 2019-04-11 13:51:09 +08:00
vf610-zii-dev.dtsi ARM: dts: vf610-zii-dev: Add QSPI node 2019-05-23 20:56:34 +08:00
vf610-zii-scu4-aib.dts ARM: dts: vf610-zii-scu4-aib: Specify 'i2c-mux-idle-disconnect' 2019-10-14 19:36:15 +08:00
vf610-zii-spb4.dts ARM: dts: vf610-zii-spb4: Drop unused pinctrl_i2c1 pinmux config 2019-07-23 15:35:33 +08:00
vf610-zii-ssmb-dtu.dts ARM: dts: vf610-zii: Remove 'max-brightness' property 2019-03-21 16:49:11 +08:00
vf610-zii-ssmb-spu3.dts ARM: dts: imx: Use generic node names for Zii dts 2019-04-11 13:51:09 +08:00
vf610.dtsi
vf610m4-colibri.dts i.MX device tree update for 4.21: 2018-12-12 12:54:48 -08:00
vf610m4-cosmic.dts
vf610m4.dtsi ARM: dts: vf: Fix memory node duplication 2018-12-10 10:03:04 +08:00
vfxxx.dtsi
vt8500-bv07.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 4 2019-05-21 11:28:40 +02:00
vt8500.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 4 2019-05-21 11:28:40 +02:00
wm8505-ref.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 4 2019-05-21 11:28:40 +02:00
wm8505.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 4 2019-05-21 11:28:40 +02:00
wm8650-mid.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 4 2019-05-21 11:28:40 +02:00
wm8650.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 4 2019-05-21 11:28:40 +02:00
wm8750-apc8750.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 4 2019-05-21 11:28:40 +02:00
wm8750.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 4 2019-05-21 11:28:40 +02:00
wm8850-w70v2.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 4 2019-05-21 11:28:40 +02:00
wm8850.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 4 2019-05-21 11:28:40 +02:00
xenvm-4.2.dts
zx296702-ad1.dts ARM: dts: Kill off skeleton{64}.dtsi 2019-01-30 17:30:31 +01:00
zx296702.dtsi ARM: dts: Kill off skeleton{64}.dtsi 2019-01-30 17:30:31 +01:00
zynq-7000.dtsi
zynq-cc108.dts
zynq-microzed.dts
zynq-parallella.dts
zynq-zc702.dts
zynq-zc706.dts
zynq-zc770-xm010.dts
zynq-zc770-xm011.dts
zynq-zc770-xm012.dts
zynq-zc770-xm013.dts
zynq-zed.dts
zynq-zturn.dts ARM: dts: zynq: replace gpio-key,wakeup with wakeup-source property 2019-02-12 13:53:33 +01:00
zynq-zybo-z7.dts
zynq-zybo.dts