linux-xiaomi-chiron/arch/arm/boot/dts
Linus Torvalds 3f9df56480 sound updates for 5.9
This became wide and scattered updates all over the sound tree as
 diffstat shows: lots of (still ongoing) refactoring works in ASoC,
 fixes and cleanups caught by static analysis, inclusive term
 conversions as well as lots of new drivers.  Below are highlights:
 
 ASoC core:
 * API cleanups and conversions to the unified mute_stream() call
 * Simplify I/O helper functions
 * Use helper macros to retrieve RTD from substreams
 
 ASoC drivers:
 * Lots of fixes and cleanups in Intel ASoC drivers
 * Lots of new stuff: Freescale MQS and i.MX6sx, Intel KeemBay I2S,
   Maxim MAX98360A and MAX98373 SoundWire, various Mediatek boards,
   nVidia Tegra 186 and 210, RealTek RL6231, Samsung Midas and Aries
   boards, TI J721e EVM
 
 ALSA core:
 * Minor code refacotring for SG-buffer handling
 
 HD-audio:
 * Generalization of mute-LED handling with LED classdev
 * Intel silent stream support for HDMI
 * Device-specific fixes: CA0132, Loongson-3
 
 Others:
 * Usual USB- and HD-audio quirks for various devices
 * Fixes for echoaudio DMA position handling
 * Various documents and trivial fixes for sparse warnings
 * Conversion to adapt inclusive terms
 -----BEGIN PGP SIGNATURE-----
 
 iQJCBAABCAAsFiEEIXTw5fNLNI7mMiVaLtJE4w1nLE8FAl8r2C4OHHRpd2FpQHN1
 c2UuZGUACgkQLtJE4w1nLE892xAAg5LyExJUtC127P5zs5pX03FuHhZ/oftEcbO1
 LUDE6VyWoLrHo7dmIvKANF2ppfu2hooyuYhFbOD/Wk2BtzmQq/cvrkzM/fjokXiu
 G4jPbV6hhyV2bJ/zTAXPjr1rQNXbAAzvuyjKs+IufuWSGa3ktRd89xliqSHHVE/T
 L0us45WpvfsaiCWElUvWaM1Fyex6aOBeKV19WjQYzv213CcgFhQr/0HxI8uN4Uxc
 Fd89PRXFVJvPwb1L6hPw2X8Yj8BK+6xWqsHsQhqECkyprrh7o5m5XwqyEdK5NRms
 f5hrisze5h6jqbY8TlvRpZkrJ495Ek1W85FndvRgOM671Y1mMPtC/2qYb1YU/jBO
 yCFq26JNeM/X1W+KJqvCbMwQn5af33pIQ++P18fn0MF1agnOWNHxWa0vaEuFcFAy
 Du8BQ8ovOzHAxKSWwRCakq/pRKijiBdfizOZIDMgSP0g/4oBVWDfA9eGwgQQ35J9
 RlSx+1bm3v5RigPQa/y8B9/+4W50DSrA/q0eMkwE5bYh7Xh05Vapf7khh/vgEsEu
 m7/tKhC26D/RcdbnHxBRH2UARCBNIcbZdsOlIVveX+/6ObyegFZOOzHbDb4huAdD
 G2Q/sFmPuWM+R0J/C9RuMCjhKRQgPCuXDT0CJXrvgORV6BxpONcfcnXb89QbEWw5
 E+eW+/I=
 =sy7n
 -----END PGP SIGNATURE-----

Merge tag 'sound-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound

Pull sound updates from Takashi Iwai:
 "This became wide and scattered updates all over the sound tree as
  diffstat shows: lots of (still ongoing) refactoring works in ASoC,
  fixes and cleanups caught by static analysis, inclusive term
  conversions as well as lots of new drivers. Below are highlights:

  ASoC core:
   - API cleanups and conversions to the unified mute_stream() call
   - Simplify I/O helper functions
   - Use helper macros to retrieve RTD from substreams

  ASoC drivers:
   - Lots of fixes and cleanups in Intel ASoC drivers
   - Lots of new stuff: Freescale MQS and i.MX6sx, Intel KeemBay I2S,
     Maxim MAX98360A and MAX98373 SoundWire, various Mediatek boards,
     nVidia Tegra 186 and 210, RealTek RL6231, Samsung Midas and Aries
     boards, TI J721e EVM

  ALSA core:
   - Minor code refacotring for SG-buffer handling

  HD-audio:
   - Generalization of mute-LED handling with LED classdev
   - Intel silent stream support for HDMI
   - Device-specific fixes: CA0132, Loongson-3

  Others:
   - Usual USB- and HD-audio quirks for various devices
   - Fixes for echoaudio DMA position handling
   - Various documents and trivial fixes for sparse warnings
   - Conversion to adopt inclusive terms"

* tag 'sound-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound: (479 commits)
  ALSA: pci: delete repeated words in comments
  ALSA: isa: delete repeated words in comments
  ALSA: hda/tegra: Add 100us dma stop delay
  ALSA: hda: Add dma stop delay variable
  ASoC: hda/tegra: Set buffer alignment to 128 bytes
  ALSA: seq: oss: Serialize ioctls
  ALSA: hda/hdmi: Add quirk to force connectivity
  ALSA: usb-audio: add startech usb audio dock name
  ALSA: usb-audio: Add support for Lenovo ThinkStation P620
  Revert "ALSA: hda: call runtime_allow() for all hda controllers"
  ALSA: hda/ca0132 - Fix AE-5 microphone selection commands.
  ALSA: hda/ca0132 - Add new quirk ID for Recon3D.
  ALSA: hda/ca0132 - Fix ZxR Headphone gain control get value.
  ALSA: hda/realtek: Add alc269/alc662 pin-tables for Loongson-3 laptops
  ALSA: docs: fix typo
  ALSA: doc: use correct config variable name
  ASoC: core: Two step component registration
  ASoC: core: Simplify snd_soc_component_initialize declaration
  ASoC: core: Relocate and expose snd_soc_component_initialize
  ASoC: sh: Replace 'select' DMADEVICES 'with depends on'
  ...
2020-08-06 14:27:31 -07: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
alpine-db.dts
alpine.dtsi
am33xx-clocks.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
am33xx-l4.dtsi ARM: SoC DT changes for 5.9 2020-08-03 19:19:34 -07:00
am33xx.dtsi ARM: SoC DT changes for 5.9 2020-08-03 19:19:34 -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 ARM: SoC DT changes for 5.9 2020-08-03 19:19:34 -07:00
am43xx-clocks.dtsi ARM: dts: am43xx: add support for clkout1 clock 2020-01-23 09:27:39 -08:00
am57-pruss.dtsi Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -07:00
am57xx-beagle-x15-common.dtsi Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -07:00
am57xx-beagle-x15-revb1.dts Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -07:00
am57xx-beagle-x15-revc.dts Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -07:00
am57xx-beagle-x15.dts Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -07: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 Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -07: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 Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -07:00
am335x-baltos-ir3220.dts Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -07:00
am335x-baltos-ir5221.dts Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -07:00
am335x-baltos-leds.dtsi Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -07:00
am335x-baltos.dtsi ARM: SoC DT changes for 5.9 2020-08-03 19:19:34 -07: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 Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -07:00
am335x-bone.dts Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -07:00
am335x-boneblack-common.dtsi ARM: SoC DT changes for 5.9 2020-08-03 19:19:34 -07:00
am335x-boneblack-wireless.dts ARM: SoC DT changes for 5.9 2020-08-03 19:19:34 -07:00
am335x-boneblack.dts Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -07:00
am335x-boneblue.dts ARM: SoC DT changes for 5.9 2020-08-03 19:19:34 -07:00
am335x-bonegreen-common.dtsi Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -07:00
am335x-bonegreen-wireless.dts ARM: SoC DT changes for 5.9 2020-08-03 19:19:34 -07:00
am335x-bonegreen.dts Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -07:00
am335x-chiliboard.dts Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -07:00
am335x-chilisom.dtsi Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -07:00
am335x-cm-t335.dts ARM: dts: Drop pointless status changing for am3 musb 2019-10-23 07:46:32 -07:00
am335x-evm.dts ARM: SoC DT changes for 5.9 2020-08-03 19:19:34 -07:00
am335x-evmsk.dts ARM: SoC DT changes for 5.9 2020-08-03 19:19:34 -07:00
am335x-guardian.dts Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -07:00
am335x-icev2.dts Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -07:00
am335x-igep0033.dtsi ARM: dts: Drop pointless status changing for am3 musb 2019-10-23 07:46:32 -07:00
am335x-lxm.dts ARM: SoC DT changes for 5.9 2020-08-03 19:19:34 -07:00
am335x-moxa-uc-2100-common.dtsi ARM: dts: Move am33xx and am43xx mmc nodes to sdhci-omap driver 2020-05-19 08:54:42 -07:00
am335x-moxa-uc-2101.dts 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 ARM: dts: Move am33xx and am43xx mmc nodes to sdhci-omap driver 2020-05-19 08:54:42 -07:00
am335x-nano.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
am335x-netcan-plus-1xx.dts Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -07:00
am335x-netcom-plus-2xx.dts Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -07:00
am335x-netcom-plus-8xx.dts Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -07:00
am335x-osd335x-common.dtsi Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -07:00
am335x-osd3358-sm-red.dts Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -07:00
am335x-pcm-953.dtsi ARM: dts: Drop pointless status changing for am3 musb 2019-10-23 07:46:32 -07:00
am335x-pdu001.dts Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -07:00
am335x-pepper.dts ARM: dts: Move am33xx and am43xx mmc nodes to sdhci-omap driver 2020-05-19 08:54:42 -07:00
am335x-phycore-rdk.dts ARM: Device-tree updates 2019-07-19 17:19:24 -07:00
am335x-phycore-som.dtsi ARM: dts: Move am33xx and am43xx mmc nodes to sdhci-omap driver 2020-05-19 08:54:42 -07:00
am335x-pocketbeagle.dts ARM: SoC DT changes for 5.9 2020-08-03 19:19:34 -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: Drop pointless status changing for am3 musb 2019-10-23 07:46:32 -07:00
am335x-sancloud-bbe.dts Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -07: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: Drop pointless status changing for am3 musb 2019-10-23 07:46:32 -07:00
am335x-sl50.dts ARM: dts: Drop pointless status changing for am3 musb 2019-10-23 07:46:32 -07:00
am335x-wega-rdk.dts ARM: Device-tree updates 2019-07-19 17:19:24 -07:00
am335x-wega.dtsi ARM: dts: Drop pointless status changing for am3 musb 2019-10-23 07:46:32 -07:00
am437x-cm-t43.dts ARM: dts: Move am33xx and am43xx mmc nodes to sdhci-omap driver 2020-05-19 08:54:42 -07:00
am437x-gp-evm.dts ARM: SoC DT changes for 5.9 2020-08-03 19:19:34 -07:00
am437x-idk-evm.dts Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -07:00
am437x-l4.dtsi ARM: SoC DT changes for 5.9 2020-08-03 19:19:34 -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 ARM: SoC DT changes for 5.9 2020-08-03 19:19:34 -07:00
am571x-idk.dts Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -07:00
am572x-idk-common.dtsi Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -07:00
am572x-idk.dts Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -07:00
am574x-idk.dts Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -07:00
am3517-craneboard.dts Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -07:00
am3517-evm-ui.dtsi Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -07:00
am3517-evm.dts Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -07:00
am3517-som.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
am3517.dtsi More dts changes for omaps for v5.9 2020-07-16 22:36:35 +02:00
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
am3703.dtsi ARM: dts: Add dtsi files for AM3703, AM3715 and DM3725 2020-01-13 10:11:34 -08:00
am3715.dtsi ARM: dts: Add dtsi files for AM3703, AM3715 and DM3725 2020-01-13 10:11:34 -08:00
am3874-iceboard.dts Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -07:00
am4372.dtsi ARM: SoC DT changes for 5.9 2020-08-03 19:19:34 -07:00
am5718.dtsi Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -07:00
am5728.dtsi Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -07:00
am5729-beagleboneai.dts ARM: SoC DT changes for 5.9 2020-08-03 19:19:34 -07:00
am5748.dtsi Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -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: dts: arm-realview: Align L2 cache-controller nodename with dtschema 2020-07-07 14:44:35 +02:00
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: arm-realview: Align L2 cache-controller nodename with dtschema 2020-07-07 14:44:35 +02:00
arm-realview-pb1176.dts ARM: dts: arm-realview: Align L2 cache-controller nodename with dtschema 2020-07-07 14:44:35 +02:00
arm-realview-pba8.dts
arm-realview-pbx-a9.dts ARM: dts: arm-realview: Align L2 cache-controller nodename with dtschema 2020-07-07 14:44:35 +02:00
arm-realview-pbx.dtsi ARM: dts: RealView: Fix the name of the SoC node 2020-03-04 15:30:40 +01:00
armada-38x-solidrun-microsom.dtsi ARM: dts: armada-38x-solidrun-microsom: add eeprom 2020-01-08 10:56:40 +01:00
armada-38x.dtsi ARM: dts: armada-38x: fix NETA lockup when repeatedly switching speeds 2020-07-24 09:56:20 +02:00
armada-39x.dtsi ARM: dts: marvell: drop i2c timeout-ms property 2020-05-17 18:26:19 +02:00
armada-370-db.dts
armada-370-dlink-dns327l.dts ARM: dts: dlink-dns327l: fix reg-init PHY 2020-07-18 22:57:06 +02:00
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
armada-370-seagate-nas-2bay.dts
armada-370-seagate-nas-4bay.dts
armada-370-seagate-nas-xbay.dtsi
armada-370-seagate-personal-cloud-2bay.dts
armada-370-seagate-personal-cloud.dts
armada-370-seagate-personal-cloud.dtsi
armada-370-synology-ds213j.dts
armada-370-xp.dtsi ARM: dts: marvell: drop i2c timeout-ms property 2020-05-17 18:26:19 +02:00
armada-370.dtsi
armada-375-db.dts
armada-375.dtsi ARM: dts: marvell: drop i2c timeout-ms property 2020-05-17 18:26:19 +02:00
armada-380.dtsi
armada-385-clearfog-gtr-l8.dts ARM: dts: mvebu: add support for SolidRun Clearfog GTR 2020-01-08 10:46:19 +01:00
armada-385-clearfog-gtr-s4.dts ARM: dts: mvebu: add support for SolidRun Clearfog GTR 2020-01-08 10:46:19 +01:00
armada-385-clearfog-gtr.dtsi ARM: dts: mvebu: add support for SolidRun Clearfog GTR 2020-01-08 10:46:19 +01:00
armada-385-db-88f6820-amc.dts
armada-385-db-ap.dts
armada-385-linksys-caiman.dts
armada-385-linksys-cobra.dts
armada-385-linksys-rango.dts
armada-385-linksys-shelby.dts
armada-385-linksys.dtsi
armada-385-synology-ds116.dts
armada-385-turris-omnia.dts
armada-385.dtsi
armada-388-clearfog-base.dts
armada-388-clearfog-pro.dts
armada-388-clearfog.dts
armada-388-clearfog.dtsi ARM: dts: armada-388-clearfog: add eeprom 2020-01-08 10:56:54 +01:00
armada-388-db.dts
armada-388-gp.dts
armada-388-helios4.dts ARM: armada-38x-solidrun-microsom: move i2c0 to SOM DT 2020-01-08 10:56:20 +01:00
armada-388-rd.dts
armada-388.dtsi
armada-390-db.dts
armada-390.dtsi
armada-395-gp.dts
armada-395.dtsi
armada-398-db.dts
armada-398.dtsi
armada-xp-98dx3236.dtsi ARM: dts: armada-xp: add label to sdram-controller node 2019-10-08 11:49:16 +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 ARM: dts: armada-xp: enable L2 cache parity and ecc on db-xc3-24g4xg 2019-10-08 11:48:52 +02:00
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
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 ARM: dts: armada-xp: add label to sdram-controller node 2019-10-08 11:49:16 +02:00
armv7-m.dtsi
artpec6-devboard.dts
artpec6.dtsi
aspeed-ast2500-evb.dts ARM: dts: aspeed: Add "spi-max-frequency" property 2019-11-01 15:33:21 +10:30
aspeed-ast2600-evb.dts ARM: dts: aspeed: ast2600evb: Enable FSI master 2020-05-05 16:37:15 +09:30
aspeed-bmc-amd-ethanolx.dts ARM: dts: aspeed: Initial device tree for AMD EthanolX 2020-07-28 09:02:14 +09:30
aspeed-bmc-arm-centriq2400-rep.dts
aspeed-bmc-arm-stardragon4800-rep2.dts ARM: dts: aspeed: Add RCLK to MAC clocks for RMII interfaces 2019-11-01 20:54:45 +10:30
aspeed-bmc-facebook-cmm.dts ARM: dts: aspeed: cmm: Fixup I2C tree 2020-07-24 14:49:07 +09:30
aspeed-bmc-facebook-minipack.dts ARM: dts: aspeed: minipack: Use common dtsi 2019-11-01 20:54:46 +10:30
aspeed-bmc-facebook-tiogapass.dts ARM: dts: aspeed: Change KCS nodes to v2 binding 2020-05-05 16:37:17 +09:30
aspeed-bmc-facebook-wedge40.dts ARM: dts: aspeed: wedge40: Enable pwm_tacho device 2020-07-24 14:49:52 +09:30
aspeed-bmc-facebook-wedge100.dts ARM: dts: aspeed: AST2400 disables hw checksum 2019-12-17 13:38:26 +11:00
aspeed-bmc-facebook-yamp.dts ARM: dts: aspeed: yamp: Delete no-hw-checksum 2019-12-17 13:38:29 +11:00
aspeed-bmc-facebook-yosemitev2.dts ARM: dts: aspeed: Adding Facebook Yosemite V2 BMC 2020-05-05 16:37:17 +09:30
aspeed-bmc-ibm-rainier.dts ARM: dts: aspeed: rainier: Enable EHCI controller 2020-07-28 09:02:43 +09:30
aspeed-bmc-inspur-fp5280g2.dts ARM: dts: fp5280g2: Cleanup gpio-keys-polled properties 2019-12-17 13:38:16 +11:00
aspeed-bmc-inspur-on5263m5.dts ARM: dts: aspeed: Add RCLK to MAC clocks for RMII interfaces 2019-11-01 20:54:45 +10:30
aspeed-bmc-intel-s2600wf.dts ARM: dts: aspeed: Add RCLK to MAC clocks for RMII interfaces 2019-11-01 20:54:45 +10:30
aspeed-bmc-lenovo-hr630.dts ARM: dts: aspeed: Add RCLK to MAC clocks for RMII interfaces 2019-11-01 20:54:45 +10:30
aspeed-bmc-lenovo-hr855xg2.dts ARM: dts: aspeed: Add RCLK to MAC clocks for RMII interfaces 2019-11-01 20:54:45 +10:30
aspeed-bmc-microsoft-olympus.dts ARM: dts: aspeed: Add Microsoft Olympus BMC 2019-05-24 13:57:34 +09:30
aspeed-bmc-opp-lanyang.dts ARM: dts: aspeed: Add RCLK to MAC clocks for RMII interfaces 2019-11-01 20:54:45 +10:30
aspeed-bmc-opp-mihawk.dts ARM: dts: aspeed: mihawk: Add 8 tmp401 thermal sensors 2020-06-15 11:59:19 +09:30
aspeed-bmc-opp-nicole.dts ARM: dts: aspeed: Add YADRO Nicole BMC 2020-05-05 16:37:17 +09:30
aspeed-bmc-opp-palmetto.dts ARM: dts: aspeed: Add "spi-max-frequency" property 2019-11-01 15:33:21 +10:30
aspeed-bmc-opp-romulus.dts ARM: dts: aspeed: romulus: Add gpio line names 2020-05-05 16:37:16 +09:30
aspeed-bmc-opp-swift.dts ARM: dts: swift: Cleanup gpio-keys-polled properties 2019-12-17 13:38:18 +11:00
aspeed-bmc-opp-tacoma.dts ARM: dts: Aspeed: tacoma: Enable EHCI controller 2020-07-28 09:02:45 +09:30
aspeed-bmc-opp-vesnin.dts ARM: dts: aspeed: Add SD card for Vesnin 2019-12-17 13:38:35 +11:00
aspeed-bmc-opp-witherspoon.dts ARM: dts: aspeed: witherspoon: Enable XDMA engine 2020-07-20 14:28:08 +09:30
aspeed-bmc-opp-zaius.dts ARM: dts: aspeed: zaius: Add gpio line names 2020-05-05 16:37:16 +09:30
aspeed-bmc-portwell-neptune.dts ARM: dts: aspeed: Add RCLK to MAC clocks for RMII interfaces 2019-11-01 20:54:45 +10:30
aspeed-bmc-quanta-q71l.dts ARM: dts: aspeed: quanta-q71: Enable p2a node 2019-05-24 13:55:16 +09:30
aspeed-g4.dtsi ARM: dts: aspeed: ast2400: Add video engine support 2020-05-05 16:37:04 +09:30
aspeed-g5.dtsi ARM: dts: aspeed: ast2500: Update XDMA engine node 2020-07-20 14:28:02 +09:30
aspeed-g6-pinctrl.dtsi ARM: dts: aspeed-g6: add usb functions 2020-03-15 12:11:49 +02:00
aspeed-g6.dtsi ARM: dts: aspeed: ast2600: Update XDMA engine node 2020-07-20 14:28:06 +09:30
ast2500-facebook-netbmc-common.dtsi ARM: dts: aspeed: netbmc: Delete no-hw-checksum 2019-12-17 13:38:28 +11:00
at91-ariag25.dts 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 ARM: dts: at91: sama5d3: switch to new clock bindings 2020-04-13 13:00:08 +02:00
at91-dvk_su60_somc_lcm.dtsi ARM: dts: at91: Kill off "simple-panel" compatibles 2020-03-09 22:13:07 +01:00
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 ARM: dts: at91: rearrange kizbox dts using aliases nodes 2019-12-10 11:59:57 +01:00
at91-kizbox2-2.dts ARM: dts: at91: add a dts and dtsi file for kizbox2 based boards 2019-11-07 00:38:15 +01:00
at91-kizbox2-common.dtsi ARM: dts: at91: add a dts and dtsi file for kizbox2 based boards 2019-11-07 00:38:15 +01:00
at91-kizbox3-hs.dts ARM: dts: at91: sama5d2: Fix the label numbering for flexcom functions 2020-05-15 16:49:34 +02:00
at91-kizbox3_common.dtsi ARM: dts: at91: sama5d2: Move flx0 definitions in the SoC dtsi 2020-05-15 16:50:33 +02:00
at91-kizboxmini-base.dts ARM: dts: at91: add smartkiz support and a common kizboxmini dtsi file 2019-12-20 17:46:49 +01:00
at91-kizboxmini-common.dtsi ARM: dts: at91: add smartkiz support and a common kizboxmini dtsi file 2019-12-20 17:46:49 +01:00
at91-kizboxmini-mb.dts ARM: dts: at91: add smartkiz support and a common kizboxmini dtsi file 2019-12-20 17:46:49 +01:00
at91-kizboxmini-rd.dts ARM: dts: at91: add smartkiz support and a common kizboxmini dtsi file 2019-12-20 17:46:49 +01:00
at91-linea.dtsi 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: nattis 2: remove unnecessary include 2020-01-10 18:21:33 +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-sam9x60ek.dts ARM: dts: sam9x60: add rtt 2020-06-26 22:40:22 +02:00
at91-sama5d2_icp.dts ARM: dts: at91: sama5d2: Add DMA bindings for the SPI and I2C flx0 functions 2020-05-15 16:50:34 +02:00
at91-sama5d2_ptc_ek.dts ARM: dts: at91: Configure I2C SCL gpio as open drain 2020-05-15 17:38:54 +02:00
at91-sama5d2_xplained.dts ARM: dts: at91: sama5d2_xplained: Remove pdmic node 2020-06-26 22:44:57 +02:00
at91-sama5d3_xplained.dts ARM: dts: at91: sama5d3_xplained: change phy-mode 2020-07-20 11:15:35 +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 ARM: dts: at91: Kill off "simple-panel" compatibles 2020-03-09 22:13:07 +01:00
at91-sama5d4_xplained.dts ARM: dts: at91: sama5d4_xplained: add digital filter for i2c 2019-10-25 11:31:21 +02:00
at91-sama5d4ek.dts ARM: dts: atmel boards: use SPDX-License-Identifier 2019-04-08 13:52:18 +02:00
at91-sama5d27_som1.dtsi ARM: dts: at91: at91-sama5d27_som1: Enable eeprom device 2020-04-13 13:00:09 +02:00
at91-sama5d27_som1_ek.dts ARM: dts: at91: sama5d2: Add DMA bindings for the flx1 I2C function 2020-05-15 16:50:34 +02:00
at91-sama5d27_wlsom1.dtsi ARM: dts: at91: sama5d2: Move flx1 definitions in the SoC dtsi 2020-05-15 16:50:33 +02:00
at91-sama5d27_wlsom1_ek.dts ARM: dts: at91: sama5d2: Move flx0 definitions in the SoC dtsi 2020-05-15 16:50:33 +02:00
at91-smartkiz.dts ARM: dts: at91: add smartkiz support and a common kizboxmini dtsi file 2019-12-20 17:46:49 +01:00
at91-som60.dtsi
at91-tse850-3.dts 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
at91-wb45n.dtsi
at91-wb50n.dts
at91-wb50n.dtsi ARM: dts: at91: sama5d3: switch to new clock bindings 2020-04-13 13:00:08 +02:00
at91rm9200.dtsi ARM: dts: at91: rm9200: switch to new clock bindings 2020-04-13 13:00:08 +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 USB/PHY driver updates for 5.8-rc1 2020-06-07 09:42:16 -07:00
at91sam9m10g45ek.dts ARM: dts: at91: at91sam9g45: switch to new clock bindings 2020-04-13 13:00:08 +02:00
at91sam9n12.dtsi ARM: dts: at91: at91sam9n12: switch to new clock bindings 2020-04-13 13:00:08 +02:00
at91sam9n12ek.dts ARM: dts: at91: at91sam9n12: switch to new clock bindings 2020-04-13 13:00:08 +02:00
at91sam9rl.dtsi ARM: dts: at91: Remove the USB EP child node 2020-05-25 11:09:42 +03:00
at91sam9rlek.dts ARM: dts: at91: Avoid colliding 'display' node and property names 2019-07-21 23:42:22 +02:00
at91sam9x5.dtsi ARM: dts: at91: Remove the USB EP child node 2020-05-25 11:09:42 +03: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: Kill off "simple-panel" compatibles 2020-03-09 22:13:07 +01: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 ARM: dts: at91: rearrange kizbox dts using aliases nodes 2019-12-10 11:59:57 +01:00
at91sam9260ek.dts ARM: dts: atmel boards: use SPDX-License-Identifier 2019-04-08 13:52:18 +02:00
at91sam9261.dtsi ARM: dts: at91: Reenable UART TX pull-ups 2019-12-10 11:57:08 +01:00
at91sam9261ek.dts ARM: dts: at91: Avoid colliding 'display' node and property names 2019-07-21 23:42:22 +02:00
at91sam9263.dtsi ARM: dts: at91: Reenable UART TX pull-ups 2019-12-10 11:57:08 +01: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 ARM: dts: atlas7: Fix "debounce-interval" property misspelling 2019-11-03 17:06:55 -08: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: bcm: Align L2 cache-controller nodename with dtschema 2020-07-06 21:55:57 -07:00
bcm-hr2.dtsi ARM: dts: bcm: Align L2 cache-controller nodename with dtschema 2020-07-06 21:55:57 -07:00
bcm-nsp.dtsi ARM: SoC DT changes for 5.9 2020-08-03 19:19:34 -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-rpi-usb-peripheral.dtsi ARM: dts: Add minimal Raspberry Pi 4 support 2019-10-10 19:14:13 +02:00
bcm283x.dtsi ARM: dts: bcm283x: Disable dsi0 node 2020-04-16 13:58:02 -07:00
bcm2711-rpi-4-b.dts ARM: dts: bcm2711: Add firmware clocks node 2020-06-25 10:16:08 +02:00
bcm2711.dtsi ARM: dts: bcm2711: Add HDMI DVP 2020-07-06 18:52:01 +02:00
bcm2835-common.dtsi ARM: dts: bcm283x: Use firmware PM driver for V3D 2020-03-27 21:25:35 +01:00
bcm2835-rpi-a-plus.dts 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-common.dtsi ARM: dts: bcm283x: Use firmware PM driver for V3D 2020-03-27 21:25:35 +01:00
bcm2835-rpi-zero-w.dts ARM: dts: bcm2835-rpi-zero-w: Fix led polarity 2020-05-20 17:09:35 -07:00
bcm2835-rpi-zero.dts ARM: dts: bcm283x: Enable HDMI at board level 2019-08-15 19:35:15 +02:00
bcm2835-rpi.dtsi ARM: dts: bcm283x: Add cells encoding format to firmware bus 2020-03-27 21:36:17 +01:00
bcm2835.dtsi ARM: dts: bcm283x: Use firmware PM driver for V3D 2020-03-27 21:25:35 +01:00
bcm2836-rpi-2-b.dts ARM: dts: bcm283x: Enable HDMI at board level 2019-08-15 19:35:15 +02:00
bcm2836-rpi.dtsi
bcm2836.dtsi ARM: dts: bcm283x: Use firmware PM driver for V3D 2020-03-27 21:25:35 +01:00
bcm2837-rpi-3-a-plus.dts ARM: dts: bcm283x: Add missing properties to the PWR LED 2020-02-27 11:29:27 -08:00
bcm2837-rpi-3-b-plus.dts ARM: dts: bcm283x: Add missing properties to the PWR LED 2020-02-27 11:29:27 -08:00
bcm2837-rpi-3-b.dts 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 ARM: dts: bcm283x: Use firmware PM driver for V3D 2020-03-27 21:25:35 +01:00
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: Specify switch ports for Luxul devices 2020-07-06 21:55:57 -07:00
bcm4708-luxul-xwc-1000.dts ARM: dts: BCM5301X: Specify switch ports for Luxul devices 2020-07-06 21:55:57 -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 MDIO node address/size cells 2019-12-09 09:46:12 -08: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: Align L2 cache-controller nodename with dtschema 2020-07-06 21:55:57 -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: Specify switch ports for Luxul devices 2020-07-06 21:55:57 -07:00
bcm47081-luxul-xwr-1200.dts ARM: dts: BCM5301X: Specify switch ports for Luxul devices 2020-07-06 21:55:57 -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: Specify switch ports for Luxul devices 2020-07-06 21:55:57 -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-xwc-2000.dts ARM: SoC DT changes for 5.9 2020-08-03 19:19:34 -07:00
bcm47094-luxul-xwr-3100.dts ARM: dts: BCM5301X: Specify switch ports for Luxul devices 2020-07-06 21:55:57 -07:00
bcm47094-luxul-xwr-3150-v1.dts ARM: dts: BCM5301X: Specify switch ports for Luxul devices 2020-07-06 21:55:57 -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
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
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: Disable PL330 by default, add dma-coherent property 2020-06-15 21:17:31 -07:00
bcm958525er.dts ARM: dts: NSP: Disable PL330 by default, add dma-coherent property 2020-06-15 21:17:31 -07:00
bcm958525xmc.dts ARM: dts: NSP: Disable PL330 by default, add dma-coherent property 2020-06-15 21:17:31 -07:00
bcm958622hr.dts ARM: dts: NSP: Disable PL330 by default, add dma-coherent property 2020-06-15 21:17:31 -07:00
bcm958623hr.dts ARM: dts: NSP: Disable PL330 by default, add dma-coherent property 2020-06-15 21:17:31 -07:00
bcm958625hr.dts ARM: dts: NSP: Disable PL330 by default, add dma-coherent property 2020-06-15 21:17:31 -07:00
bcm958625k.dts ARM: dts: NSP: Disable PL330 by default, add dma-coherent property 2020-06-15 21:17:31 -07:00
bcm963138dvt.dts 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 ARM: dts: berlin: Align L2 cache-controller nodename with dtschema 2020-07-28 09:31:39 +02:00
berlin2cd-google-chromecast.dts
berlin2cd-valve-steamlink.dts
berlin2cd.dtsi ARM: dts: berlin: Align L2 cache-controller nodename with dtschema 2020-07-28 09:31:39 +02:00
berlin2q-marvell-dmp.dts
berlin2q.dtsi ARM: dts: berlin: Align L2 cache-controller nodename with dtschema 2020-07-28 09:31:39 +02:00
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
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: davinci: Replace HTTP links with HTTPS ones 2020-07-21 20:21:33 +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 clk: ti: Fix dm814x clkctrl for ethernet 2020-03-17 09:45:24 -07:00
dm814x.dtsi ARM: SoC changes for v5.8 2020-06-04 19:47:11 -07:00
dm816x-clocks.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
dm816x.dtsi ARM: dts: Configure system timers for ti81xx 2020-05-19 09:38:04 -07:00
dm3725.dtsi ARM: dts: Add dtsi files for AM3703, AM3715 and DM3725 2020-01-13 10:11:34 -08:00
dm8148-evm.dts ARM: dts: Fix dm814x Ethernet by changing to use rgmii-id mode 2020-03-03 13:25:47 -08:00
dm8148-t410.dts ARM: dts: Fix dm814x Ethernet by changing to use rgmii-id mode 2020-03-03 13:25:47 -08:00
dm8168-evm.dts 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: dove: Fix interrupt controller node name 2020-05-21 23:31:41 +02:00
dra7-dspeve-thermal.dtsi Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -07:00
dra7-evm-common.dtsi ARM: SoC DT changes for 5.9 2020-08-03 19:19:34 -07:00
dra7-evm.dts Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -07:00
dra7-ipu-dsp-common.dtsi ARM: dts: dra7-ipu-dsp-common: Add watchdog timers to IPU and DSP nodes 2020-05-05 11:13:29 -07:00
dra7-iva-thermal.dtsi Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -07:00
dra7-l4.dtsi ARM: SoC DT changes for 5.9 2020-08-03 19:19:34 -07:00
dra7-mmc-iodelay.dtsi
dra7.dtsi Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -07:00
dra7xx-clocks.dtsi ARM: dts: dra7xx-clocks: Fixup IPU1 mux clock parent source 2020-02-20 09:52:31 -08:00
dra62x-clocks.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
dra62x-j5eco-evm.dts ARM: dts: Fix dm814x Ethernet by changing to use rgmii-id mode 2020-03-03 13:25:47 -08:00
dra62x.dtsi ARM: dts: Configure interconnect target module for dm814x cpsw 2020-03-17 09:48:52 -07:00
dra71-evm.dts Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -07:00
dra71x.dtsi Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -07:00
dra72-evm-common.dtsi Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -07:00
dra72-evm-revc.dts Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -07:00
dra72-evm-tps65917.dtsi Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -07:00
dra72-evm.dts Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -07:00
dra72x-mmc-iodelay.dtsi Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -07:00
dra72x.dtsi Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -07:00
dra74-ipu-dsp-common.dtsi ARM: dts: dra7-ipu-dsp-common: Add watchdog timers to IPU and DSP nodes 2020-05-05 11:13:29 -07:00
dra74x-mmc-iodelay.dtsi Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -07:00
dra74x.dtsi More dts changes for omaps for v5.9 2020-07-16 22:36:35 +02:00
dra76-evm.dts Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -07:00
dra76x-mmc-iodelay.dtsi ARM: dts: dra76x: Update MMC2_HS200_MANUAL1 iodelay values 2019-05-02 07:43:36 -07:00
dra76x.dtsi Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -07:00
e60k02.dtsi ARM: dts: e60k02: add interrupt for PMIC 2020-04-25 08:46:59 +08:00
ecx-2000.dts arm: dts: calxeda: Fix interrupt grouping 2020-03-26 10:52:28 +01:00
ecx-common.dtsi arm: dts: calxeda: Group port-phys and sgpio-gpio items 2020-03-26 10:52:37 +01:00
efm32gg-dk3750.dts
efm32gg.dtsi
elpida_ecb240abacn.dtsi
emev2-kzm9d.dts ARM: dts: renesas: Use ip=on for bootargs 2019-06-21 09:45:29 +02:00
emev2.dtsi ARM: dts: emev2: Add whitespace for GPIO nodes 2019-10-01 09:51:42 +02:00
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: Remove DMA controller bus node name to fix dtschema warnings 2020-07-07 08:48:58 +02:00
exynos5.dtsi ARM: dts: exynos: Remove syscon compatible from chipid node on Exynos5 2019-12-11 19:12:00 +01:00
exynos54xx-odroidxu-leds.dtsi
exynos54xx.dtsi ARM: dts: exynos: Rename children of SysRAM node to "sram" 2019-10-23 17:48:20 +02:00
exynos3250-artik5-eval.dts
exynos3250-artik5.dtsi ARM: dts: exynos: Enable Bluetooth support for Artik5 board 2020-06-15 08:51:29 +02:00
exynos3250-monk.dts ARM: dts: exynos: Convert to new i2c-gpio bindings 2020-04-13 11:42:36 +02:00
exynos3250-pinctrl.dtsi
exynos3250-rinato.dts ARM: dts: exynos: Enable WLAN support for the Rinato board 2020-04-13 11:42:36 +02:00
exynos3250.dtsi ARM: dts: exynos: Remove DMA controller bus node name to fix dtschema warnings 2020-07-07 08:48:58 +02:00
exynos4210-i9100.dts ARM: dts: exynos: Convert to new i2c-gpio bindings 2020-04-13 11:42:36 +02:00
exynos4210-origen.dts ARM: dts: exynos: Correct regulator names 2020-04-13 11:42:36 +02:00
exynos4210-pinctrl.dtsi
exynos4210-smdkv310.dts ARM: dts: exynos: Remove console argument from bootargs 2019-04-10 18:13:31 +02:00
exynos4210-trats.dts ARM: dts: exynos: Fix missing empty reg/ranges property regulators on Trats 2020-07-03 19:57:51 +02:00
exynos4210-universal_c210.dts ARM: dts: exynos: Remove DMA controller bus node name to fix dtschema warnings 2020-07-07 08:48:58 +02:00
exynos4210.dtsi ARM: dts: exynos: Align L2 cache-controller nodename with dtschema 2020-06-26 09:11:12 +02:00
exynos4412-galaxy-s3.dtsi ARM: dts: exynos: Convert to new i2c-gpio bindings 2020-04-13 11:42:36 +02:00
exynos4412-i9300.dts
exynos4412-i9305.dts
exynos4412-itop-elite.dts 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: Correct regulator names 2020-04-13 11:42:36 +02:00
exynos4412-n710x.dts ARM: dts: exynos: Fix regulator node aliasing on Midas-based boards 2020-03-25 14:27:18 +01:00
exynos4412-odroid-common.dtsi ARM: dts: exynos: Correct regulator names 2020-04-13 11:42:36 +02:00
exynos4412-odroidu3.dts 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: Define fixed regulators in root node for consistency in Origen 2020-07-07 08:50:36 +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 ARM: dts: exynos: Enable FIMD node and add proper panel node to Tiny4412 2020-01-08 21:17:38 +01:00
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: Align L2 cache-controller nodename with dtschema 2020-06-26 09:11:12 +02:00
exynos5250-arndale.dts ARM: dts: exynos: Define fixed regulators in root node for consistency in Arndale 2020-07-07 08:50:37 +02:00
exynos5250-pinctrl.dtsi
exynos5250-smdk5250.dts ARM: dts: samsung: Rename Samsung and Exynos to lowercase 2020-01-07 20:45:13 +01:00
exynos5250-snow-common.dtsi 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 ARM: dts: exynos: Remove DMA controller bus node name to fix dtschema warnings 2020-07-07 08:48:58 +02: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: samsung: Rename Samsung and Exynos to lowercase 2020-01-07 20:45:13 +01:00
exynos5260.dtsi ARM: dts: samsung: Rename Samsung and Exynos to lowercase 2020-01-07 20:45:13 +01:00
exynos5410-odroidxu.dts ARM: dts: exynos: Correct USB3503 GPIOs polarity 2019-12-12 21:18:36 +01:00
exynos5410-pinctrl.dtsi ARM: dts: exynos: Replace HTTP links with HTTPS ones 2020-07-20 16:43:28 +02:00
exynos5410-smdk5410.dts ARM: dts: samsung: Rename Samsung and Exynos to lowercase 2020-01-07 20:45:13 +01:00
exynos5410.dtsi ARM: dts: exynos: Remove DMA controller bus node name to fix dtschema warnings 2020-07-07 08:48:58 +02:00
exynos5420-arndale-octa.dts ARM: dts: exynos: Correct regulator names 2020-04-13 11:42:36 +02:00
exynos5420-cpus.dtsi ARM: dts: samsung: Rename Samsung and Exynos to lowercase 2020-01-07 20:45:13 +01:00
exynos5420-peach-pit.dts ARM: dts: exynos: Add support ARM architected timers on Exynos5 2019-10-02 17:39:57 +02:00
exynos5420-pinctrl.dtsi
exynos5420-smdk5420.dts ARM: dts: exynos: Define fixed regulators in root node for consistency in SMDK5420 2020-07-07 08:50:37 +02:00
exynos5420-trip-points.dtsi
exynos5420.dtsi ARM: dts: exynos: Remove DMA controller bus node name to fix dtschema warnings 2020-07-07 08:48:58 +02:00
exynos5422-cpus.dtsi ARM: dts: exynos: Add dynamic-power-coefficient to Exynos5422 CPUs 2020-02-20 18:56:05 +01:00
exynos5422-odroid-core.dtsi ARM: dts: exynos: Disable frequency scaling for FSYS bus on Odroid XU3 family 2020-07-20 09:59:04 +02:00
exynos5422-odroidhc1.dts ARM: dts: exynos: Add GPU thermal zone cooling maps for Odroid XU3/XU4/HC1 2020-02-10 20:24:01 +01:00
exynos5422-odroidxu3-audio.dtsi 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: Add GPU thermal zone cooling maps for Odroid XU3/XU4/HC1 2020-02-10 20:24:01 +01:00
exynos5422-odroidxu3-lite.dts ARM: dts: exynos: Add missing CPU frequencies for Exynos5422/5800 2019-12-11 19:18:03 +01:00
exynos5422-odroidxu3.dts
exynos5422-odroidxu4.dts 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: Add missing CPU frequencies for Exynos5422/5800 2019-12-11 19:18:03 +01:00
exynos5800.dtsi ARM: dts: exynos: Extend all Exynos5800 A15's OPPs with max voltage data 2020-06-15 08:41:15 +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: gemini: Add thermal zone to DIR-685 2020-03-20 23:20:31 +01:00
gemini-dlink-dns-313.dts ARM: dts: gemini: Rename IDE nodes 2020-03-20 23:20:26 +01:00
gemini-nas4220b.dts ARM: dts: gemini: Rename IDE nodes 2020-03-20 23:20:26 +01:00
gemini-rut1xx.dts
gemini-sl93512r.dts ARM: dts: gemini: Rename IDE nodes 2020-03-20 23:20:26 +01:00
gemini-sq201.dts ARM: dts: gemini: Rename IDE nodes 2020-03-20 23:20:26 +01:00
gemini-wbd111.dts
gemini-wbd222.dts
gemini.dtsi ARM: dts: gemini: Rename IDE nodes 2020-03-20 23:20:26 +01:00
gr-peach-audiocamerashield.dtsi
hi3519-demb.dts 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 ARM: dts: hisilicon: Align L2 cache-controller nodename with dtschema 2020-07-17 10:09:21 +08:00
highbank.dts arm: dts: calxeda: Fix interrupt grouping 2020-03-26 10:52:28 +01: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 ARM: dts: hisilicon: Align L2 cache-controller nodename with dtschema 2020-07-17 10:09:21 +08:00
ibm-power9-dual.dtsi ARM: dts: ibm-power9-dual: Add a unit address for OCC nodes 2019-12-17 13:38:25 +11:00
imx1-ads.dts 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: imx: default to #pwm-cells = <3> in the SoC dtsi files 2020-07-13 19:48:53 +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-{apf6, apf6dev}: switch boards to SPDX identifier 2019-10-28 14:48:19 +08:00
imx6dl-aristainetos2_4.dts
imx6dl-aristainetos2_7.dts
imx6dl-aristainetos_4.dts ARM: dts: imx: default to #pwm-cells = <3> in the SoC dtsi files 2020-07-13 19:48:53 +08:00
imx6dl-aristainetos_7.dts ARM: dts: imx: default to #pwm-cells = <3> in the SoC dtsi files 2020-07-13 19:48:53 +08:00
imx6dl-colibri-eval-v3.dts ARM: devicetree updates for v5.7 2020-04-03 15:22:05 -07:00
imx6dl-colibri-v1_1-eval-v3.dts ARM: dts: colibri: introduce device trees with UHS-I support 2020-04-14 21:49:41 +08:00
imx6dl-cubox-i-emmc-som-v15.dts
imx6dl-cubox-i-som-v15.dts
imx6dl-cubox-i.dts
imx6dl-dfi-fs700-m60.dts 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
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-gw5907.dts ARM: dts: imx: Add GW5907 board support 2020-01-12 14:22:09 +08:00
imx6dl-gw5910.dts ARM: dts: imx: Add GW5910 board support 2020-01-12 14:22:24 +08:00
imx6dl-gw5912.dts ARM: dts: imx: Add GW5912 board support 2020-01-12 14:22:35 +08:00
imx6dl-gw5913.dts ARM: dts: imx: Add GW5913 board support 2020-01-12 14:22:32 +08:00
imx6dl-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 ARM: dts: imx6q-icore-mipi: Use 1.5 version of i.Core MX6DL 2020-01-09 15:46:05 +08:00
imx6dl-icore-rqs.dts
imx6dl-icore.dts
imx6dl-kontron-samx6i.dtsi ARM: dts: imx6qdl-kontron-samx6i: add Kontron SMARC SoM Support 2019-06-24 23:12:11 +08:00
imx6dl-mamoj.dts ARM: dts: imx: default to #pwm-cells = <3> in the SoC dtsi files 2020-07-13 19:48:53 +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-pico-dwarf.dts ARM: dts: imx6qdl: Add imx6qdl-pico support 2020-03-16 09:07:31 +08:00
imx6dl-pico-hobbit.dts ARM: dts: imx6qdl: Add imx6qdl-pico support 2020-03-16 09:07:31 +08:00
imx6dl-pico-nymph.dts ARM: dts: imx6qdl: Add imx6qdl-pico support 2020-03-16 09:07:31 +08:00
imx6dl-pico-pi.dts ARM: dts: imx6qdl: Add imx6qdl-pico support 2020-03-16 09:07:31 +08:00
imx6dl-pinfunc.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
imx6dl-prtrvt.dts ARM: dts: add Protonic RVT board 2020-07-13 19:48:53 +08:00
imx6dl-prtvt7.dts ARM: dts: add Protonic VT7 board 2020-07-13 19:48:53 +08: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 ARM: dts: imx6dl-riotboard: properly define rgmii PHY 2020-03-16 10:47:03 +08: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
imx6dl-ts7970.dts
imx6dl-tx6dl-comtft.dts
imx6dl-tx6s-8034-mb7.dts
imx6dl-tx6s-8034.dts
imx6dl-tx6s-8035-mb7.dts
imx6dl-tx6s-8035.dts
imx6dl-tx6u-80xx-mb7.dts
imx6dl-tx6u-81xx-mb7.dts
imx6dl-tx6u-801x.dts
imx6dl-tx6u-811x.dts
imx6dl-tx6u-8033-mb7.dts
imx6dl-tx6u-8033.dts
imx6dl-udoo.dts
imx6dl-wandboard-revb1.dts
imx6dl-wandboard-revd1.dts
imx6dl-wandboard.dts
imx6dl-yapp4-common.dtsi ARM: dts: imx: default to #pwm-cells = <3> in the SoC dtsi files 2020-07-13 19:48:53 +08:00
imx6dl-yapp4-draco.dts
imx6dl-yapp4-hydra.dts ARM: dts: imx6dl-yapp4: Enable the I2C3 bus on all board variants 2019-10-28 10:03:00 +08:00
imx6dl-yapp4-ursa.dts ARM: dts: imx6dl-yapp4: Fix Ursa board Ethernet connection 2020-04-14 21:58:39 +08:00
imx6dl.dtsi ARM: dts: imx: add nvmem property for cpu0 2020-03-16 09:18:29 +08:00
imx6q-apalis-eval.dts ARM: dts: imx6: toradex: use SPDX-License-Identifier 2020-03-16 10:03:01 +08:00
imx6q-apalis-ixora-v1.1.dts ARM: dts: imx6: toradex: use SPDX-License-Identifier 2020-03-16 10:03:01 +08:00
imx6q-apalis-ixora.dts ARM: dts: imx6: toradex: use SPDX-License-Identifier 2020-03-16 10:03:01 +08:00
imx6q-apf6dev.dts ARM: dts: imx6qdl-{apf6, apf6dev}: switch boards to SPDX identifier 2019-10-28 14:48:19 +08:00
imx6q-arm2.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
imx6q-b450v3.dts ARM: dts/imx6q-bx50v3: Set display interface clock parents 2020-05-20 10:48:02 +08:00
imx6q-b650v3.dts ARM: dts/imx6q-bx50v3: Set display interface clock parents 2020-05-20 10:48:02 +08:00
imx6q-b850v3.dts ARM: dts/imx6q-bx50v3: Set display interface clock parents 2020-05-20 10:48:02 +08:00
imx6q-ba16.dtsi ARM: dts: imx: default to #pwm-cells = <3> in the SoC dtsi files 2020-07-13 19:48:53 +08:00
imx6q-bx50v3.dtsi ARM: dts/imx6q-bx50v3: Set display interface clock parents 2020-05-20 10:48:02 +08:00
imx6q-cm-fx6.dts
imx6q-cubox-i-emmc-som-v15.dts
imx6q-cubox-i-som-v15.dts
imx6q-cubox-i.dts
imx6q-dfi-fs700-m60.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
imx6q-dhcom-pdk2.dts ARM: dts: imx: default to #pwm-cells = <3> in the SoC dtsi files 2020-07-13 19:48:53 +08:00
imx6q-dhcom-som.dtsi ARM: dts: imx6q-dhcom: fix rtc compatible 2019-12-23 14:34:22 +08:00
imx6q-display5-tianma-tm070-1280x768.dts
imx6q-display5.dtsi ARM: dts: imx: default to #pwm-cells = <3> in the SoC dtsi files 2020-07-13 19:48:53 +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
imx6q-evi.dts
imx6q-gk802.dts
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 ARM: dts: imx6q-gw54xx: Do not use 'simple-audio-card,dai-link' 2019-10-25 14:02:05 +08:00
imx6q-gw551x.dts
imx6q-gw552x.dts 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-gw5907.dts ARM: dts: imx: Add GW5907 board support 2020-01-12 14:22:09 +08:00
imx6q-gw5910.dts ARM: dts: imx: Add GW5910 board support 2020-01-12 14:22:24 +08:00
imx6q-gw5912.dts ARM: dts: imx: Add GW5912 board support 2020-01-12 14:22:35 +08:00
imx6q-gw5913.dts ARM: dts: imx: Add GW5913 board support 2020-01-12 14:22:32 +08:00
imx6q-h100.dts
imx6q-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
imx6q-kp.dtsi ARM: dts: imx: default to #pwm-cells = <3> in the SoC dtsi files 2020-07-13 19:48:53 +08:00
imx6q-logicpd.dts ARM: dts: imx6q-logicpd: Enable ili2117a Touchscreen 2019-12-09 08:28:06 +08:00
imx6q-marsboard.dts ARM: dts: imx6q-marsboard: properly define rgmii PHY 2020-03-16 10:47:20 +08:00
imx6q-mccmon6.dts ARM: dts: imx: default to #pwm-cells = <3> in the SoC dtsi files 2020-07-13 19:48:53 +08:00
imx6q-nitrogen6_max.dts
imx6q-nitrogen6_som2.dts
imx6q-nitrogen6x.dts
imx6q-novena.dts ARM: dts: imx: default to #pwm-cells = <3> in the SoC dtsi files 2020-07-13 19:48:53 +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-pico-dwarf.dts ARM: dts: imx6qdl: Add imx6qdl-pico support 2020-03-16 09:07:31 +08:00
imx6q-pico-hobbit.dts ARM: dts: imx6qdl: Add imx6qdl-pico support 2020-03-16 09:07:31 +08:00
imx6q-pico-nymph.dts ARM: dts: imx6qdl: Add imx6qdl-pico support 2020-03-16 09:07:31 +08:00
imx6q-pico-pi.dts ARM: dts: imx6qdl: Add imx6qdl-pico support 2020-03-16 09:07:31 +08:00
imx6q-pinfunc.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
imx6q-pistachio.dts ARM: dts: imx: default to #pwm-cells = <3> in the SoC dtsi files 2020-07-13 19:48:53 +08:00
imx6q-prti6q.dts ARM: dts: add Protonic PRTI6Q board 2020-07-13 19:48:53 +08:00
imx6q-prtwd2.dts ARM: dts: add Protonic WD2 board 2020-07-13 19:48:53 +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: imx6q-tbs2910: Pass reset-assert-us 2020-07-20 10:22:12 +08:00
imx6q-ts4900.dts
imx6q-ts7970.dts
imx6q-tx6q-10x0-mb7.dts
imx6q-tx6q-11x0-mb7.dts
imx6q-tx6q-1010-comtft.dts
imx6q-tx6q-1010.dts
imx6q-tx6q-1020-comtft.dts
imx6q-tx6q-1020.dts
imx6q-tx6q-1036-mb7.dts
imx6q-tx6q-1036.dts
imx6q-tx6q-1110.dts
imx6q-udoo.dts
imx6q-utilite-pro.dts
imx6q-var-dt6customboard.dts ARM: dts: imx: default to #pwm-cells = <3> in the SoC dtsi files 2020-07-13 19:48:53 +08:00
imx6q-wandboard-revb1.dts
imx6q-wandboard-revd1.dts
imx6q-wandboard.dts
imx6q-zii-rdu2.dts ARM: dts: imx: Switch Zii dts to SPDX identifier 2019-04-11 13:50:55 +08:00
imx6q.dtsi ARM: dts: imx: add nvmem property for cpu0 2020-03-16 09:18:29 +08:00
imx6qdl-apalis.dtsi ARM: dts: imx: default to #pwm-cells = <3> in the SoC dtsi files 2020-07-13 19:48:53 +08:00
imx6qdl-apf6.dtsi ARM: dts: imx6qdl-apf6: fix WiFi 2019-10-28 14:48:43 +08:00
imx6qdl-apf6dev.dtsi ARM: dts: imx: default to #pwm-cells = <3> in the SoC dtsi files 2020-07-13 19:48:53 +08:00
imx6qdl-aristainetos.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
imx6qdl-aristainetos2.dtsi ARM: dts: imx: default to #pwm-cells = <3> in the SoC dtsi files 2020-07-13 19:48:53 +08:00
imx6qdl-colibri-v1_1-uhs.dtsi ARM: dts: colibri: introduce device trees with UHS-I support 2020-04-14 21:49:41 +08:00
imx6qdl-colibri.dtsi ARM: dts: colibri-imx6: remove pinctrl-names orphan 2020-07-13 19:48:53 +08:00
imx6qdl-cubox-i.dtsi ARM: dts: imx: default to #pwm-cells = <3> in the SoC dtsi files 2020-07-13 19:48:53 +08:00
imx6qdl-dfi-fs700-m60.dtsi
imx6qdl-emcon-avari.dtsi
imx6qdl-emcon.dtsi ARM: dts: imx: default to #pwm-cells = <3> in the SoC dtsi files 2020-07-13 19:48:53 +08:00
imx6qdl-gw51xx.dtsi ARM: dts: imx6qdl-gw: add Gateworks System Controller support 2020-07-20 09:47:29 +08:00
imx6qdl-gw52xx.dtsi ARM: dts: imx6qdl-gw: add Gateworks System Controller support 2020-07-20 09:47:29 +08:00
imx6qdl-gw53xx.dtsi ARM: dts: imx6qdl-gw: add Gateworks System Controller support 2020-07-20 09:47:29 +08:00
imx6qdl-gw54xx.dtsi ARM: dts: imx6qdl-gw: add Gateworks System Controller support 2020-07-20 09:47:29 +08:00
imx6qdl-gw551x.dtsi ARM: SoC DT changes for 5.9 2020-08-03 19:19:34 -07:00
imx6qdl-gw552x.dtsi ARM: dts: imx6qdl-gw: add Gateworks System Controller support 2020-07-20 09:47:29 +08:00
imx6qdl-gw553x.dtsi ARM: dts: imx6qdl-gw: add Gateworks System Controller support 2020-07-20 09:47:29 +08:00
imx6qdl-gw560x.dtsi ARM: dts: imx6qdl-gw: add Gateworks System Controller support 2020-07-20 09:47:29 +08:00
imx6qdl-gw5903.dtsi ARM: dts: imx6qdl-gw: add Gateworks System Controller support 2020-07-20 09:47:29 +08:00
imx6qdl-gw5904.dtsi ARM: dts: imx6qdl-gw: add Gateworks System Controller support 2020-07-20 09:47:29 +08:00
imx6qdl-gw5907.dtsi ARM: dts: imx6qdl-gw: add Gateworks System Controller support 2020-07-20 09:47:29 +08:00
imx6qdl-gw5910.dtsi ARM: dts: imx6qdl-gw: add Gateworks System Controller support 2020-07-20 09:47:29 +08:00
imx6qdl-gw5912.dtsi ARM: dts: imx6qdl-gw: add Gateworks System Controller support 2020-07-20 09:47:29 +08:00
imx6qdl-gw5913.dtsi ARM: dts: imx6qdl-gw: add Gateworks System Controller support 2020-07-20 09:47:29 +08:00
imx6qdl-hummingboard.dtsi
imx6qdl-hummingboard2-emmc.dtsi
imx6qdl-hummingboard2.dtsi
imx6qdl-icore-1.5.dtsi ARM: dts: imx6qdl-icore-1.5: Remove duplicate phy reset methods 2020-01-09 15:43:48 +08:00
imx6qdl-icore-rqs.dtsi ARM: dts: imx6qdl: Fix typo in imx6qdl-icore-rqs.dtsi 2019-03-22 08:42:24 +08:00
imx6qdl-icore.dtsi ARM: SoC DT changes for 5.9 2020-08-03 19:19:34 -07: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: imx: default to #pwm-cells = <3> in the SoC dtsi files 2020-07-13 19:48:53 +08:00
imx6qdl-nitrogen6_max.dtsi ARM: dts: imx: default to #pwm-cells = <3> in the SoC dtsi files 2020-07-13 19:48:53 +08:00
imx6qdl-nitrogen6_som2.dtsi ARM: dts: imx: default to #pwm-cells = <3> in the SoC dtsi files 2020-07-13 19:48:53 +08:00
imx6qdl-nitrogen6x.dtsi ARM: dts: imx: default to #pwm-cells = <3> in the SoC dtsi files 2020-07-13 19:48:53 +08:00
imx6qdl-phytec-mira.dtsi ARM: dts: imx: default to #pwm-cells = <3> in the SoC dtsi files 2020-07-13 19:48:53 +08:00
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 ARM: devicetree updates for v5.7 2020-04-03 15:22:05 -07:00
imx6qdl-pico-dwarf.dtsi ARM: dts: imx6qdl: Add imx6qdl-pico support 2020-03-16 09:07:31 +08:00
imx6qdl-pico-hobbit.dtsi ARM: dts: imx6qdl: Add imx6qdl-pico support 2020-03-16 09:07:31 +08:00
imx6qdl-pico-nymph.dtsi ARM: dts: imx6qdl: Add imx6qdl-pico support 2020-03-16 09:07:31 +08:00
imx6qdl-pico-pi.dtsi ARM: dts: imx6qdl: Add imx6qdl-pico support 2020-03-16 09:07:31 +08:00
imx6qdl-pico.dtsi ARM: dts: imx6qdl: Add imx6qdl-pico support 2020-03-16 09:07:31 +08:00
imx6qdl-prti6q.dtsi ARM: dts: add Protonic PRTI6Q board 2020-07-13 19:48:53 +08:00
imx6qdl-rex.dtsi ARM: dts: imx6qdl-rex: add gpio expander pca9535 2019-10-26 20:23:31 +08:00
imx6qdl-sabreauto.dtsi ARM: dts: imx: default to #pwm-cells = <3> in the SoC dtsi files 2020-07-13 19:48:53 +08:00
imx6qdl-sabrelite.dtsi ARM: dts: imx: default to #pwm-cells = <3> in the SoC dtsi files 2020-07-13 19:48:53 +08:00
imx6qdl-sabresd.dtsi ARM: dts: imx6qdl-sabresd: Pass reset-assert-us 2020-07-20 10:19:30 +08:00
imx6qdl-savageboard.dtsi ARM: dts: imx: default to #pwm-cells = <3> in the SoC dtsi files 2020-07-13 19:48:53 +08:00
imx6qdl-sr-som-brcm.dtsi
imx6qdl-sr-som-emmc.dtsi
imx6qdl-sr-som-ti.dtsi ARM: dts: imx6qdl-sr-som-ti: indicate powering off wifi is safe 2020-03-11 15:46:01 +08:00
imx6qdl-sr-som.dtsi ARM: dts: imx6-sr-som: add ethernet PHY configuration 2020-04-29 10:43:33 +08:00
imx6qdl-ts4900.dtsi
imx6qdl-ts7970.dtsi
imx6qdl-tx6-lcd.dtsi
imx6qdl-tx6-lvds.dtsi
imx6qdl-tx6-mb7.dtsi
imx6qdl-tx6.dtsi ARM: dts: imx: default to #pwm-cells = <3> in the SoC dtsi files 2020-07-13 19:48:53 +08:00
imx6qdl-udoo.dtsi ARM: dts: imx6qdl-udoo: Add Pincfgs for OTG 2019-10-02 09:09:51 +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
imx6qdl-wandboard-revc1.dtsi
imx6qdl-wandboard-revd1.dtsi
imx6qdl-wandboard.dtsi ARM: dts: imx6qdl-wandboard: add ethernet PHY description 2019-10-07 20:38:10 +08:00
imx6qdl-zii-rdu2.dtsi ARM: dts: ZII: update MDIO speed and preamble 2020-07-13 19:48:53 +08:00
imx6qdl.dtsi ARM: dts: imx: default to #pwm-cells = <3> in the SoC dtsi files 2020-07-13 19:48:53 +08:00
imx6qp-nitrogen6_max.dts
imx6qp-nitrogen6_som2.dts
imx6qp-phytec-mira-rdk-nand.dts
imx6qp-sabreauto.dts ARM: dts: imx6qp-sabreauto: enable sata 2020-07-13 19:48:53 +08:00
imx6qp-sabresd.dts ARM: dts: imx6qp-sabresd: enable sata 2020-07-13 19:48:53 +08:00
imx6qp-tx6qp-8037-mb7.dts
imx6qp-tx6qp-8037.dts
imx6qp-tx6qp-8137-mb7.dts
imx6qp-tx6qp-8137.dts
imx6qp-wandboard-revd1.dts
imx6qp-zii-rdu2.dts ARM: dts: imx: Switch Zii dts to SPDX identifier 2019-04-11 13:50:55 +08:00
imx6qp.dtsi ARM: dts: imx6: Use gpc for FEC interrupt controller to fix wake on LAN. 2020-04-07 18:23:38 -07:00
imx6sl-evk.dts ARM: dts: imx: default to #pwm-cells = <3> in the SoC dtsi files 2020-07-13 19:48:53 +08:00
imx6sl-pinfunc.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
imx6sl-tolino-shine3.dts ARM: dts: imx6sl-tolino-shine3: Remove incorrect power supply assignment 2020-01-09 18:34:35 +08:00
imx6sl-warp.dts
imx6sl.dtsi ARM: dts: imx: default to #pwm-cells = <3> in the SoC dtsi files 2020-07-13 19:48:53 +08:00
imx6sll-evk.dts ARM: dts: imx: default to #pwm-cells = <3> in the SoC dtsi files 2020-07-13 19:48:53 +08:00
imx6sll-kobo-clarahd.dts ARM: dts: imx: add devicetree for Kobo Clara HD 2019-11-04 09:50:52 +08:00
imx6sll-pinfunc.h
imx6sll.dtsi ARM: dts: imx: default to #pwm-cells = <3> in the SoC dtsi files 2020-07-13 19:48:53 +08:00
imx6sx-nitrogen6sx.dts ARM: dts: imx: default to #pwm-cells = <3> in the SoC dtsi files 2020-07-13 19:48:53 +08:00
imx6sx-pinfunc.h ARM: dts: imx6sx: Add missing UART RTS/CTS pins mux 2020-02-18 17:43:19 +08:00
imx6sx-sabreauto.dts ARM: SoC DT changes for 5.9 2020-08-03 19:19:34 -07:00
imx6sx-sdb-mqs.dts ARM: dts: imx6sx-sdb: Add MQS support 2020-07-13 19:48:53 +08:00
imx6sx-sdb-reva.dts ARM: Device-tree updates 2020-02-08 13:58:44 -08:00
imx6sx-sdb-sai.dts
imx6sx-sdb.dts ARM: dts: imx6sx-sdb: Remove incorrect power supply assignment 2020-01-09 18:32:10 +08:00
imx6sx-sdb.dtsi ARM: SoC DT changes for 5.9 2020-08-03 19:19:34 -07:00
imx6sx-softing-vining-2000.dts ARM: dts: imx: default to #pwm-cells = <3> in the SoC dtsi files 2020-07-13 19:48:53 +08: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: Use new pin names with DCE/DTE for UART pins 2020-02-18 17:43:33 +08:00
imx6sx.dtsi ARM: dts: imx: default to #pwm-cells = <3> in the SoC dtsi files 2020-07-13 19:48:53 +08:00
imx6ul-14x14-evk.dts
imx6ul-14x14-evk.dtsi ARM: dts: imx: default to #pwm-cells = <3> in the SoC dtsi files 2020-07-13 19:48:53 +08:00
imx6ul-ccimx6ulsbcexpress.dts
imx6ul-ccimx6ulsbcpro.dts ARM: dts: imx: default to #pwm-cells = <3> in the SoC dtsi files 2020-07-13 19:48:53 +08:00
imx6ul-ccimx6ulsom.dtsi
imx6ul-geam.dts ARM: dts: imx: default to #pwm-cells = <3> in the SoC dtsi files 2020-07-13 19:48:53 +08:00
imx6ul-imx6ull-opos6ul.dtsi ARM: dts: opos6ul/opos6uldev: rework device tree to support i.MX6ULL 2019-10-02 09:09:48 +08:00
imx6ul-imx6ull-opos6uldev.dtsi ARM: dts: imx: default to #pwm-cells = <3> in the SoC dtsi files 2020-07-13 19:48:53 +08:00
imx6ul-isiot-emmc.dts
imx6ul-isiot-nand.dts
imx6ul-isiot.dtsi ARM: dts: imx: default to #pwm-cells = <3> in the SoC dtsi files 2020-07-13 19:48:53 +08:00
imx6ul-kontron-n6x1x-s.dtsi ARM: SoC DT changes for 5.9 2020-08-03 19:19:34 -07:00
imx6ul-kontron-n6x1x-som-common.dtsi ARM: dts: imx6ul-kontron: Change WDOG_ANY signal from push-pull to open-drain 2020-06-23 11:39:35 +08:00
imx6ul-kontron-n6310-s-43.dts ARM: dts: imx: default to #pwm-cells = <3> in the SoC dtsi files 2020-07-13 19:48:53 +08:00
imx6ul-kontron-n6310-s.dts ARM: dts: imx6ul-kontron-n6310-s: Move common nodes to a separate file 2019-11-04 22:34:01 +08:00
imx6ul-kontron-n6310-som.dtsi ARM: dts: imx6ul-kontron-n6310: Move common SoM nodes to a separate file 2019-11-04 22:33:23 +08:00
imx6ul-kontron-n6311-s.dts ARM: dts: Add support for two more Kontron evalkit boards 'N6311 S' and 'N6411 S' 2019-11-04 22:34:03 +08:00
imx6ul-kontron-n6311-som.dtsi ARM: dts: Add support for two more Kontron SoMs N6311 and N6411 2019-11-04 22:33:55 +08:00
imx6ul-liteboard.dts
imx6ul-litesom.dtsi
imx6ul-opos6ul.dtsi ARM: dts: opos6ul/opos6uldev: rework device tree to support i.MX6ULL 2019-10-02 09:09:48 +08:00
imx6ul-opos6uldev.dts ARM: dts: opos6ul/opos6uldev: rework device tree to support i.MX6ULL 2019-10-02 09:09:48 +08:00
imx6ul-phytec-phycore-som.dtsi ARM: dts: imx6ul-phytec-phycore-som: Add missing unit name 2019-10-06 16:00:49 +08: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-dwarf.dts ARM: dts: imx6ul-pico: Add support for the dwarf baseboard 2020-03-16 09:07:28 +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: imx: default to #pwm-cells = <3> in the SoC dtsi files 2020-07-13 19:48:53 +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: imx: default to #pwm-cells = <3> in the SoC dtsi files 2020-07-13 19:48:53 +08:00
imx6ul.dtsi ARM: dts: imx: default to #pwm-cells = <3> in the SoC dtsi files 2020-07-13 19:48:53 +08:00
imx6ull-14x14-evk.dts
imx6ull-colibri-eval-v3.dts
imx6ull-colibri-eval-v3.dtsi ARM: dts: imx6ull-colibri: Add general wakeup key used on Colibri 2019-10-02 09:09:51 +08:00
imx6ull-colibri-nonwifi.dtsi ARM: dts: imx6ull: improve can templates 2019-10-02 09:09:51 +08:00
imx6ull-colibri-wifi-eval-v3.dts
imx6ull-colibri-wifi.dtsi ARM: dts: imx6ull: improve can templates 2019-10-02 09:09:51 +08:00
imx6ull-colibri.dtsi ARM: dts: imx: default to #pwm-cells = <3> in the SoC dtsi files 2020-07-13 19:48:53 +08:00
imx6ull-kontron-n6411-s.dts ARM: dts: Add support for two more Kontron evalkit boards 'N6311 S' and 'N6411 S' 2019-11-04 22:34:03 +08:00
imx6ull-kontron-n6411-som.dtsi ARM: dts: Add support for two more Kontron SoMs N6311 and N6411 2019-11-04 22:33:55 +08:00
imx6ull-myir-mys-6ulx-eval.dts ARM: dts: imx6ull: add MYiR MYS-6ULX SBC 2020-07-13 19:48:53 +08:00
imx6ull-myir-mys-6ulx.dtsi ARM: dts: imx6ull: add MYiR MYS-6ULX SBC 2020-07-13 19:48:53 +08:00
imx6ull-opos6ul.dtsi ARM: dts: opos6ul/opos6uldev: rework device tree to support i.MX6ULL 2019-10-02 09:09:48 +08:00
imx6ull-opos6uldev.dts ARM: dts: opos6ul/opos6uldev: rework device tree to support i.MX6ULL 2019-10-02 09:09:48 +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: imx: use generic name bus 2020-02-17 14:39:34 +08:00
imx6ulz-14x14-evk.dts
imx6ulz.dtsi
imx7-colibri-aster.dtsi ARM: dts: imx7-colibri: add support for Toradex Aster carrier board 2020-02-24 14:22:34 +08:00
imx7-colibri-eval-v3.dtsi ARM: dts: imx7: toradex: use SPDX-License-Identifier 2020-03-16 10:26:28 +08:00
imx7-colibri.dtsi ARM: devicetree updates for v5.7 2020-04-03 15:22:05 -07:00
imx7-mba7.dtsi ARM: dts: bugfix tqma7 soft reset issue 2019-04-22 08:51:49 +08:00
imx7-tqma7.dtsi ARM: dts: imx7: Correct CPU supply name 2020-04-14 20:53:33 +08:00
imx7d-cl-som-imx7.dts ARM: dts: imx7d: Add cpu1 supply 2020-04-14 20:53:44 +08:00
imx7d-colibri-aster.dts ARM: dts: imx7-colibri: add support for Toradex Aster carrier board 2020-02-24 14:22:34 +08:00
imx7d-colibri-emmc-aster.dts ARM: dts: imx7-colibri: add support for Toradex Aster carrier board 2020-02-24 14:22:34 +08:00
imx7d-colibri-emmc-eval-v3.dts
imx7d-colibri-emmc.dtsi ARM: dts: imx7-colibri: add gpio-line-names 2020-02-14 11:10:34 +08:00
imx7d-colibri-eval-v3.dts ARM: dts: imx7: toradex: use SPDX-License-Identifier 2020-03-16 10:26:28 +08:00
imx7d-colibri.dtsi ARM: dts: imx7d: Add cpu1 supply 2020-04-14 20:53:44 +08:00
imx7d-mba7.dts 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 ARM: dts: imx7d: Add cpu1 supply 2020-04-14 20:53:44 +08:00
imx7d-pico-dwarf.dts ARM: dts: imx7d-pico: Add support for the dwarf baseboard 2020-03-16 09:07:15 +08:00
imx7d-pico-hobbit.dts
imx7d-pico-nymph.dts ARM: dts: imx7d-pico: Add support for the nymph baseboard 2020-03-16 09:07:26 +08:00
imx7d-pico-pi.dts
imx7d-pico.dtsi ARM: dts: imx7d-pico: Add LCD support 2020-01-09 17:17:42 +08:00
imx7d-pinfunc.h ARM: dts: imx7d-pinfunc: add input mux for ENET2 mdio 2020-05-20 10:49:43 +08:00
imx7d-sbc-imx7.dts
imx7d-sdb-reva.dts ARM: dts: imx7d-sdb-reva: Add revision in board compatible string 2019-12-09 08:28:06 +08:00
imx7d-sdb-sht11.dts
imx7d-sdb.dts ARM: dts: imx7d: Add cpu1 supply 2020-04-14 20:53:44 +08:00
imx7d-tqma7.dtsi ARM: dts: imx7d: Add cpu1 supply 2020-04-14 20:53:44 +08:00
imx7d-zii-rmu2.dts ARM: dts: imx7: Correct CPU supply name 2020-04-14 20:53:33 +08:00
imx7d-zii-rpu2.dts ARM: dts: imx7: Correct CPU supply name 2020-04-14 20:53:33 +08:00
imx7d.dtsi ARM: dts: imx: add ethernet stop mode property 2020-05-26 20:21:43 -07:00
imx7s-colibri-aster.dts ARM: dts: imx7-colibri: add support for Toradex Aster carrier board 2020-02-24 14:22:34 +08:00
imx7s-colibri-eval-v3.dts ARM: dts: imx7: toradex: use SPDX-License-Identifier 2020-03-16 10:26:28 +08:00
imx7s-colibri.dtsi ARM: dts: imx7: toradex: use SPDX-License-Identifier 2020-03-16 10:26:28 +08:00
imx7s-mba7.dts 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: imx: Change usdhc node name on i.MX6/i.MX7 SoCs 2020-07-13 18:44:42 +08:00
imx7ulp-com.dts ARM: dts: imx7ulp-com: Add initial support for i.MX7UP COM board 2019-12-11 10:28:03 +08:00
imx7ulp-evk.dts ARM: dts: imx7ulp-evk: disable usbotg1 overcurrent function 2020-02-14 10:26:21 +08:00
imx7ulp-pinfunc.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
imx7ulp.dtsi ARM: dts: imx: change ocotp node name on i.MX6/7 SoCs 2020-07-13 18:44:42 +08:00
imx23-evk.dts
imx23-olinuxino.dts ARM: dts: imx23: introduce mmc0_sck_cfg 2020-03-16 08:49:55 +08:00
imx23-pinfunc.h
imx23-sansa.dts
imx23-stmp378x_devb.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
imx23-xfi3.dts
imx23.dtsi ARM: dts: imx: change ocotp node name on MXS SoCs 2020-07-13 18:44:42 +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 ARM: dts: imx25: consolidate properties of usbhost1 in dtsi file 2019-12-09 08:28:07 +08: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: consolidate properties of usbhost1 in dtsi file 2019-12-09 08:28:07 +08:00
imx25-pinfunc.h ARM: dts: imx25-pinfunc: add config for kpp rows 4 to 7 2020-03-11 16:55:19 +08:00
imx25.dtsi ARM: dts: imx: default to #pwm-cells = <3> in the SoC dtsi files 2020-07-13 19:48:53 +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
imx27-phytec-phycard-s-rdk.dts ARM: dts: imx27-phytec-phycard-s-rdk: Fix the I2C1 pinctrl entries 2020-04-23 22:48:56 +08:00
imx27-phytec-phycard-s-som.dtsi 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: default to #pwm-cells = <3> in the SoC dtsi files 2020-07-13 19:48:53 +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: mxs: Enable usbphy1 and usb1 on apx4devkit DTS 2020-02-12 15:42:50 +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
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
imx28.dtsi ARM: dts: imx: change ocotp node name on MXS SoCs 2020-07-13 18:44:42 +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
imx31.dtsi ARM: dts: imx: default to #pwm-cells = <3> in the SoC dtsi files 2020-07-13 19:48:53 +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
imx35-pinfunc.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
imx35.dtsi ARM: dts: imx: Align L2 cache-controller nodename with dtschema 2020-07-13 19:48:53 +08:00
imx50-evk.dts
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: imx: default to #pwm-cells = <3> in the SoC dtsi files 2020-07-13 19:48:53 +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-babbage: Fix the DVI output description 2019-12-23 15:00:50 +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: imx: default to #pwm-cells = <3> in the SoC dtsi files 2020-07-13 19:48:53 +08:00
imx51-zii-rdu1.dts ARM: dts: imx51-zii-rdu1: set name prefix for TPA6130A2 2020-03-16 10:44:53 +08:00
imx51-zii-scu2-mezz.dts
imx51-zii-scu3-esb.dts
imx51.dtsi ARM: dts: imx: default to #pwm-cells = <3> in the SoC dtsi files 2020-07-13 19:48:53 +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 ARM: dts: imx53-cx9020: Group port definitions for the dvi-converter 2020-05-20 10:57:14 +08:00
imx53-kp-ddc.dts
imx53-kp-hsc.dts
imx53-kp.dtsi ARM: dts: imx: default to #pwm-cells = <3> in the SoC dtsi files 2020-07-13 19:48:53 +08:00
imx53-m53.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 2019-05-30 11:26:37 -07:00
imx53-m53evk.dts ARM: dts: imx: default to #pwm-cells = <3> in the SoC dtsi files 2020-07-13 19:48:53 +08: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 ARM: dts: imx: default to #pwm-cells = <3> in the SoC dtsi files 2020-07-13 19:48:53 +08:00
imx53-qsb-common.dtsi ARM: dts: imx53-qsb: Use DRM bindings for the Seiko 43WVF1G panel 2019-10-28 19:54:17 +08:00
imx53-qsb.dts
imx53-qsrb.dts
imx53-smd.dts ARM: dts: imx53-smd: Add OV5642 video capture support 2019-05-23 17:06:07 +08:00
imx53-tqma53.dtsi ARM: dts: imx: default to #pwm-cells = <3> in the SoC dtsi files 2020-07-13 19:48:53 +08:00
imx53-tx53-x03x.dts
imx53-tx53-x13x.dts
imx53-tx53.dtsi ARM: dts: imx: default to #pwm-cells = <3> in the SoC dtsi files 2020-07-13 19:48:53 +08:00
imx53-usbarmory.dts ARM: dts: imx53: Spelling s/configration/configuration/ 2019-10-28 19:52:16 +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: imx: default to #pwm-cells = <3> in the SoC dtsi files 2020-07-13 19:48:53 +08:00
infinity-msc313-breadbee_crust.dts ARM: mstar: Add dts for msc313(e) based BreadBee boards 2020-07-28 11:13:50 +02:00
infinity-msc313.dtsi ARM: mstar: Add infinity/infinity3 family dtsis 2020-07-28 11:13:49 +02:00
infinity.dtsi ARM: mstar: Adjust IMI size of infinity 2020-07-28 13:15:47 +02:00
infinity3-msc313e-breadbee.dts ARM: mstar: Add dts for msc313(e) based BreadBee boards 2020-07-28 11:13:50 +02:00
infinity3-msc313e.dtsi ARM: mstar: Add infinity/infinity3 family dtsis 2020-07-28 11:13:49 +02:00
infinity3.dtsi ARM: mstar: Adjust IMI size for infinity3 2020-07-28 13:15:47 +02:00
integrator.dtsi ARM: dts: integrator: specify AFS partition 2019-05-20 16:40:35 +02:00
integratorap-im-pd1.dts ARM: dts: Add devicetree for Integrator/AP with IM-PD1 2020-04-28 21:59:38 +02:00
integratorap.dts ARM: dts: Add devicetree for Integrator/AP with IM-PD1 2020-04-28 21:59:38 +02:00
integratorcp.dts
intel-ixp4xx.dtsi 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: renesas: Group tuples in regulator-gpio states properties 2019-12-20 16:36:47 +01:00
iwg20d-q7-dbcm-ca.dtsi ARM: dts: iwg20d-q7-dbcm-ca: Remove unneeded properties in hdmi@39 2020-05-15 10:41:35 +02:00
keystone-clocks.dtsi ARM: dts: keystone-clocks: add input fixed clocks 2019-10-07 10:59:08 -07:00
keystone-k2e-clocks.dtsi ARM: dts: k2e-clocks: add input ext. fixed clocks tsipclka/b 2019-10-07 10:59:08 -07:00
keystone-k2e-evm.dts
keystone-k2e-netcp.dtsi ARM: dts: k2e-netcp: add cpts refclk_mux node 2019-10-07 10:59:09 -07:00
keystone-k2e.dtsi ARM: dts: keystone: Rename "msmram" node to "sram" 2020-05-27 20:36:32 -07:00
keystone-k2g-evm.dts ARM: dts: keystone-k2g-evm: fix rgmii phy-mode for ksz9031 phy 2020-07-25 09:38:14 +02:00
keystone-k2g-ice.dts
keystone-k2g-netcp.dtsi
keystone-k2g.dtsi ARM: Keystone DTS updates for 5.7 2020-06-02 19:12:35 +02:00
keystone-k2hk-clocks.dtsi
keystone-k2hk-evm.dts
keystone-k2hk-netcp.dtsi ARM: dts: k2hk-netcp: add cpts refclk_mux node 2019-10-07 10:59:09 -07:00
keystone-k2hk.dtsi ARM: dts: keystone: Rename "msmram" node to "sram" 2020-05-27 20:36:32 -07:00
keystone-k2l-clocks.dtsi
keystone-k2l-evm.dts
keystone-k2l-netcp.dtsi ARM: dts: k2l-netcp: add cpts refclk_mux node 2019-10-07 10:59:10 -07:00
keystone-k2l.dtsi ARM: dts: keystone: Rename "msmram" node to "sram" 2020-05-27 20:36:32 -07:00
keystone.dtsi
kirkwood-98dx4122.dtsi
kirkwood-6192.dtsi
kirkwood-6281.dtsi
kirkwood-6282.dtsi
kirkwood-b3.dts ARM: dts: kirkwood: Replace HTTP links with HTTPS ones 2020-07-18 22:39:13 +02:00
kirkwood-blackarmor-nas220.dts
kirkwood-cloudbox.dts
kirkwood-d2net.dts
kirkwood-db-88f6281.dts
kirkwood-db-88f6282.dts
kirkwood-db.dtsi
kirkwood-dir665.dts
kirkwood-dns320.dts
kirkwood-dns325.dts
kirkwood-dnskw.dtsi
kirkwood-dockstar.dts
kirkwood-dreamplug.dts
kirkwood-ds109.dts
kirkwood-ds110jv10.dts
kirkwood-ds111.dts
kirkwood-ds112.dts
kirkwood-ds209.dts
kirkwood-ds210.dts
kirkwood-ds212.dts
kirkwood-ds212j.dts
kirkwood-ds409.dts
kirkwood-ds409slim.dts
kirkwood-ds411.dts
kirkwood-ds411j.dts
kirkwood-ds411slim.dts
kirkwood-goflexnet.dts
kirkwood-guruplug-server-plus.dts
kirkwood-ib62x0.dts
kirkwood-iconnect.dts
kirkwood-iomega_ix2_200.dts
kirkwood-is2.dts
kirkwood-km_common.dtsi
kirkwood-km_fixedeth.dts
kirkwood-km_kirkwood.dts
kirkwood-l-50.dts ARM: dts: kirkwood: Add Check Point L-50 board 2020-05-17 18:26:40 +02:00
kirkwood-laplug.dts
kirkwood-linkstation-6282.dtsi
kirkwood-linkstation-duo-6281.dtsi
kirkwood-linkstation-lsqvl.dts
kirkwood-linkstation-lsvl.dts
kirkwood-linkstation-lswsxl.dts
kirkwood-linkstation-lswvl.dts
kirkwood-linkstation-lswxl.dts
kirkwood-linkstation.dtsi
kirkwood-linksys-viper.dts
kirkwood-lschlv2.dts
kirkwood-lsxhl.dts
kirkwood-lsxl.dtsi
kirkwood-mplcec4.dts
kirkwood-mv88f6281gtw-ge.dts
kirkwood-nas2big.dts
kirkwood-net2big.dts
kirkwood-net5big.dts
kirkwood-netgear_readynas_duo_v2.dts
kirkwood-netgear_readynas_nv+_v2.dts ARM: dts: kirkwood: ReadyNAS NV+v2: Add LCD panel 2020-05-17 18:51:46 +02:00
kirkwood-netxbig.dtsi
kirkwood-ns2-common.dtsi
kirkwood-ns2.dts
kirkwood-ns2lite.dts
kirkwood-ns2max.dts
kirkwood-ns2mini.dts
kirkwood-nsa3x0-common.dtsi
kirkwood-nsa310.dts
kirkwood-nsa310a.dts
kirkwood-nsa320.dts
kirkwood-nsa325.dts
kirkwood-openblocks_a6.dts
kirkwood-openblocks_a7.dts
kirkwood-openrd-base.dts
kirkwood-openrd-client.dts
kirkwood-openrd-ultimate.dts
kirkwood-openrd.dtsi
kirkwood-pogo_e02.dts
kirkwood-pogoplug-series-4.dts
kirkwood-rd88f6192.dts
kirkwood-rd88f6281-a.dts
kirkwood-rd88f6281-z0.dts arch: arm: dts: kirkwood-rd88f6281: Remove disabled marvell,dsa reference 2019-02-20 09:21:27 +01:00
kirkwood-rd88f6281.dtsi
kirkwood-rs212.dts
kirkwood-rs409.dts
kirkwood-rs411.dts
kirkwood-sheevaplug-common.dtsi
kirkwood-sheevaplug-esata.dts
kirkwood-sheevaplug.dts
kirkwood-synology.dtsi ARM: dts: kirkwood: synology: Fix rs5c372 RTC entry 2019-10-08 11:40:13 +02:00
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: kirkwood: Fix interrupt controller node name 2020-05-21 23:31:41 +02: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: logicpd-torpedo: Remove unnecessary notes/comments 2019-11-14 08:57:52 -08:00
logicpd-torpedo-37xx-devkit.dts ARM: dts: logicpd-torpedo-37xx-devkit: Increase camera pixel clock 2019-10-22 09:33:34 -07:00
logicpd-torpedo-baseboard.dtsi ARM: dts: Add 32KHz clock as default clock source 2020-05-05 10:56:42 -07:00
logicpd-torpedo-som.dtsi ARM: Device-tree updates 2019-12-05 12:09:47 -08:00
lpc18xx.dtsi
lpc32xx.dtsi 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
lpc4350.dtsi
lpc4357-ea4357-devkit.dts
lpc4357-myd-lpc4357.dts
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: ls1021a-tsn: Use interrupts for the SGMII PHYs 2019-12-09 08:28:07 +08:00
ls1021a-twr.dts arm: dts: ls1021atwr: Add QSPI node properties 2020-04-25 09:16:28 +08:00
ls1021a.dtsi ARM: dts: ls1021a: add ftm_alarm0 DT node 2020-07-13 19:48:53 +08:00
Makefile ARM: new SoC support for v5.9 2020-08-03 19:38:30 -07:00
mercury5-ssc8336n-midrived08.dts ARM: mstar: Add dts for 70mai midrive d08 2020-07-28 11:13:50 +02:00
mercury5-ssc8336n.dtsi ARM: mstar: Add mercury5 series dtsis 2020-07-28 11:13:50 +02:00
mercury5.dtsi ARM: mstar: Adjust IMI size for mercury5 2020-07-28 13:15:47 +02:00
meson.dtsi arm64: dts: amlogic: updates for v5.9 (round 2) 2020-07-24 21:42:57 +02: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: meson: provide the XTAL clock using a fixed-clock 2019-12-11 11:26:26 -08: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: dts: meson: add the SDHC MMC controller 2020-07-13 11:58:15 -07:00
meson8b-ec100.dts ARM: dts: meson8b: ec100: enable the SDHC controller 2020-07-13 11:58:15 -07:00
meson8b-mxq.dts ARM: dts: meson: provide the XTAL clock using a fixed-clock 2019-12-11 11:26:26 -08:00
meson8b-odroidc1.dts ARM: dts: meson8b: odroidc1: enable the SDHC controller 2020-07-13 11:58:15 -07:00
meson8b.dtsi ARM: dts: meson: add the SDHC MMC controller 2020-07-13 11:58:15 -07:00
meson8m2-mxiii-plus.dts ARM: dts: meson: Switch existing boards with RGMII PHY to "rgmii-id" 2020-05-19 16:18:59 -07:00
meson8m2.dtsi ARM: dts: meson: add the SDHC MMC controller 2020-07-13 11:58:15 -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 ARM: dts: mmp2-brownstone: Don't redeclare phandle references 2020-03-24 12:27:29 +01:00
mmp2-olpc-xo-1-75.dts ARM: dts: mmp2-olpc-xo-1-75: Enable the GPU 2020-07-22 22:05:20 +02:00
mmp2.dtsi ARM: dts: mmp2: Add the GPU 2020-07-22 22:05:17 +02:00
mmp3-dell-ariel.dts ARM: dts: mmp3-dell-ariel: Enable the GPU 2020-07-22 22:05:25 +02:00
mmp3.dtsi ARM: dts: mmp3: Add the GPU 2020-07-22 22:05:22 +02:00
motorola-cpcap-mapphone.dtsi ARM: dts: omap4-droid4: Fix spi configuration and increase rate 2020-06-02 09:26:25 -07:00
motorola-mapphone-common.dtsi ARM: dts: motorola-mapphone-common: remove unneeded "simple-graph-card" 2020-07-01 17:21:08 +01: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
mstar-v7.dtsi ARM: mstar: Correct the compatible string for pmsleep 2020-07-31 10:58:39 +02:00
mt2701-evb.dts arm: dts: mt2701: Add usb2 device nodes 2020-05-16 21:03:06 +02: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: mt2701: Add usb2 device nodes 2020-05-16 21:03:06 +02:00
mt6323.dtsi arm: dts: mt6323: add keys, power-controller, rtc and codec 2019-11-10 21:39:44 +01:00
mt6580-evbp1.dts
mt6580.dtsi
mt6589-aquaris5.dts
mt6589.dtsi
mt6592-evb.dts
mt6592.dtsi
mt7623.dtsi arm: dts: mt7623: add Mali-450 device node 2020-05-16 21:03:06 +02:00
mt7623a-rfb-emmc.dts
mt7623a-rfb-nand.dts
mt7623a.dtsi
mt7623n-bananapi-bpi-r2.dts
mt7623n-rfb-emmc.dts arm: dts: mt7623: add phy-mode property for gmac2 2020-04-13 18:23:02 +02:00
mt7629-rfb.dts 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: add mt7629 pwm support 2020-03-04 19:02:31 +01:00
mt8127-moose.dts
mt8127.dtsi
mt8135-evbp1.dts
mt8135-pinfunc.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174 2019-05-30 11:26:41 -07:00
mt8135.dtsi
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 Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -07:00
omap3-beagle-xm-ab.dts Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -07:00
omap3-beagle-xm.dts Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -07:00
omap3-beagle.dts Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -07:00
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 Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -07:00
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: Configure system timers for omap3 2020-05-19 09:38:04 -07:00
omap3-echo.dts ARM: dts: Add omap3-echo 2020-01-13 10:11:40 -08:00
omap3-evm-37xx.dts Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -07:00
omap3-evm-common.dtsi
omap3-evm-processor-common.dtsi
omap3-evm.dts Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -07:00
omap3-gta04.dtsi ARM: dts: Add 32KHz clock as default clock source 2020-05-05 10:56:42 -07: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 Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -07:00
omap3-ha-lcd.dts Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -07:00
omap3-ha.dts Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -07:00
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: Device-tree updates 2019-12-05 12:09:47 -08:00
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: Device-tree updates 2019-12-05 12:09:47 -08:00
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 Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -07:00
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 ARM: SoC DT changes for 5.9 2020-08-03 19:19:34 -07:00
omap3-n950-n9.dtsi ARM: dts: OMAP3: disable RNG on N950/N9 2020-03-26 10:04:56 -07:00
omap3-n950.dts 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 More dts changes for omaps for v5.9 2020-07-16 22:36:35 +02:00
omap3-thunder.dts Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -07:00
omap3-zoom3.dts Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -07:00
omap3.dtsi More dts changes for omaps for v5.9 2020-07-16 22:36:35 +02:00
omap3xxx-clocks.dtsi ARM: dts: omap3: fix DPLL4 M4 divider max value 2019-10-31 15:33:26 +02:00
omap4-cpu-thermal.dtsi Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -07:00
omap4-droid-bionic-xt875.dts ARM: dts: Add minimal support for Droid Bionic xt875 2019-10-09 15:27:13 -07:00
omap4-droid4-xt894.dts ARM: dts: Add minimal support for Droid Bionic xt875 2019-10-09 15:27:13 -07:00
omap4-duovero-parlor.dts ARM: dts: Fix duovero smsc interrupt for suspend 2020-06-16 09:11:06 -07: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: dts: omap4: Add timer_sys_ck clocks for timers 2020-07-13 11:11:36 -07:00
omap4-l4.dtsi More dts changes for omaps for v5.9 2020-07-16 22:36:35 +02: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 Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -07:00
omap4-panda-common.dtsi Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -07:00
omap4-panda-es.dts Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -07:00
omap4-panda.dts Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -07:00
omap4-sdp-es23plus.dts Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -07:00
omap4-sdp.dts Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -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 Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -07: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: SoC DT changes for 5.9 2020-08-03 19:19:34 -07:00
omap5-board-common.dtsi Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -07:00
omap5-cm-t54.dts
omap5-core-thermal.dtsi Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -07:00
omap5-gpu-thermal.dtsi Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -07:00
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: omap5: Add timer_sys_ck clocks for timers 2020-07-13 11:11:37 -07:00
omap5-l4.dtsi More dts changes for omaps for v5.9 2020-07-16 22:36:35 +02:00
omap5-sbc-t54.dts
omap5-uevm.dts Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -07:00
omap5.dtsi Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -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 ARM: dts: Configure omap3 rng 2019-10-30 08:14:03 -07:00
omap34xx.dtsi Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -07:00
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 Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -07:00
omap44xx-clocks.dtsi ARM: dts: Add missing omap4 secure clocks 2020-01-23 08:20:17 -08:00
omap54xx-clocks.dtsi ARM: dts: Add missing omap5 secure clocks 2020-01-23 08:22:57 -08:00
omap443x-clocks.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
omap443x.dtsi Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -07:00
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 Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -07: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 Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -07:00
omap2430-clocks.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
omap2430-sdp.dts Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -07:00
omap2430.dtsi Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -07:00
omap3430-sdp.dts Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -07:00
omap3430es1-clocks.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
omap4460.dtsi Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -07:00
openbmc-flash-layout-128.dtsi ARM: dts: Add 128MiB OpenBMC flash layout 2019-11-01 15:33:20 +10:30
openbmc-flash-layout.dtsi
orion5x-kuroboxpro.dts
orion5x-lacie-d2-network.dts
orion5x-lacie-ethernet-disk-mini-v2.dts
orion5x-linkstation-lschl.dts
orion5x-linkstation-lsgl.dts
orion5x-linkstation-lswtgl.dts
orion5x-linkstation.dtsi
orion5x-lswsgl.dts
orion5x-maxtor-shared-storage-2.dts
orion5x-mv88f5181.dtsi
orion5x-mv88f5182.dtsi
orion5x-netgear-wnr854t.dts
orion5x-rd88f5182-nas.dts
orion5x.dtsi
owl-s500-cubieboard6.dts
owl-s500-guitar-bb-rev-b.dts
owl-s500-guitar.dtsi
owl-s500-sparky.dts
owl-s500.dtsi
ox810se-wd-mbwe.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 4 2019-05-21 11:28:40 +02:00
ox810se.dtsi ARM: dts: oxnas: Fix clear-mask property 2020-03-23 09:34:09 +01: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 ARM: dts: oxnas: Fix clear-mask property 2020-03-23 09:34:09 +01: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: dts: pxa3xx: Fix up encoding of the /gpio interrupts property 2020-05-21 23:31:43 +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 ARM: dts: pxa*: Don't redeclare phandle references 2020-03-24 12:26:11 +01:00
pxa168.dtsi ARM: dts: pxa*: Fix up encoding of the /rtc interrupts property 2020-05-21 23:31:44 +02:00
pxa300-raumfeld-common.dtsi 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 ARM: dts: pxa*: Don't redeclare phandle references 2020-03-24 12:26:11 +01:00
pxa910.dtsi ARM: dts: pxa*: Fix up encoding of the /rtc interrupts property 2020-05-21 23:31:44 +02:00
qcom-apq8060-dragonboard.dts
qcom-apq8064-asus-nexus7-flo.dts
qcom-apq8064-cm-qs600.dts
qcom-apq8064-ifc6410.dts
qcom-apq8064-pins.dtsi
qcom-apq8064-sony-xperia-yuga.dts
qcom-apq8064-v2.0.dtsi
qcom-apq8064.dtsi ARM: dts: qcom: add gpio-ranges property 2020-02-24 20:54:29 -08:00
qcom-apq8074-dragonboard.dts
qcom-apq8084-ifc6540.dts
qcom-apq8084-mtp.dts
qcom-apq8084.dtsi ARM: dts: qcom: add gpio-ranges property 2020-02-24 20:54:29 -08:00
qcom-ipq4019-ap.dk01.1-c1.dts
qcom-ipq4019-ap.dk01.1.dtsi
qcom-ipq4019-ap.dk04.1-c1.dts
qcom-ipq4019-ap.dk04.1-c3.dts
qcom-ipq4019-ap.dk04.1.dtsi
qcom-ipq4019-ap.dk07.1-c1.dts
qcom-ipq4019-ap.dk07.1-c2.dts
qcom-ipq4019-ap.dk07.1.dtsi
qcom-ipq4019.dtsi ARM: DT changes for v5.8 2020-06-04 20:02:14 -07:00
qcom-ipq8064-ap148.dts
qcom-ipq8064-rb3011.dts ARM: dts: qcom: Add MikroTik RB3011 2020-05-28 20:19:36 -07:00
qcom-ipq8064-v1.0.dtsi
qcom-ipq8064.dtsi ARM: dts: qcom: add qfprom definition to ipq806x 2020-06-21 00:31:15 -07:00
qcom-mdm9615-wp8548-mangoh-green.dts ARM: dts: qcom: Correct USB3503 GPIOs polarity 2019-12-30 20:40:19 +01:00
qcom-mdm9615-wp8548.dtsi
qcom-mdm9615.dtsi ARM: dts: qcom: add gpio-ranges property 2020-02-24 20:54:29 -08:00
qcom-msm8660-surf.dts
qcom-msm8660.dtsi ARM: dts: qcom: add gpio-ranges property 2020-02-24 20:54:29 -08:00
qcom-msm8960-cdp.dts
qcom-msm8960.dtsi ARM: dts: qcom: add gpio-ranges property 2020-02-24 20:54:29 -08:00
qcom-msm8974-fairphone-fp2.dts ARM: dts: msm8974-FP2: Introduce the wcnss remoteproc node 2019-12-10 09:43:18 -08:00
qcom-msm8974-lge-nexus5-hammerhead.dts ARM: dts: qcom: msm8974-hammerhead: add support for bluetooth 2020-02-11 22:16:09 -08:00
qcom-msm8974-samsung-klte.dts ARM: dts: qcom: msm8974-klte: Add max77826 pmic node 2020-04-21 00:23:27 -07:00
qcom-msm8974-sony-xperia-amami.dts
qcom-msm8974-sony-xperia-castor.dts
qcom-msm8974-sony-xperia-honami.dts ARM: dts: qcom: msm8974-honami: Add USB node. 2020-02-11 22:16:09 -08:00
qcom-msm8974.dtsi ARM: dts: qcom: msm8974-klte: Add max77826 pmic node 2020-04-21 00:23:27 -07:00
qcom-msm8974pro.dtsi
qcom-pm8841.dtsi
qcom-pm8941.dtsi ARM: dts: qcom: pm8941: add 5vs2 regulator node 2019-10-06 22:45:21 -07: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: renesas: Fix SD Card/eMMC interface device node names 2020-07-17 10:58:23 +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 ARM: dts: r7s72100: Add SPIBSC clocks 2020-02-10 13:53:20 +01:00
r7s72100-rskrza1.dts ARM: dts: rskrza1: Add input switches 2019-05-20 13:27:35 +02:00
r7s72100.dtsi ARM: dts: renesas: Fix SD Card/eMMC interface device node names 2020-07-17 10:58:23 +02:00
r8a73a4-ape6evm.dts ARM: dts: renesas: Group tuples in operating-points properties 2020-02-10 13:45:58 +01:00
r8a73a4.dtsi ARM: dts: renesas: Fix SD Card/eMMC interface device node names 2020-07-17 10:58:23 +02:00
r8a77xx-aa104xd12-panel.dtsi
r8a77xx-aa121td01-panel.dtsi
r8a7740-armadillo800eva.dts ARM: dts: renesas: Group tuples in regulator-gpio states properties 2019-12-20 16:36:47 +01:00
r8a7740.dtsi ARM: dts: renesas: Fix SD Card/eMMC interface device node names 2020-07-17 10:58:23 +02:00
r8a7742-iwg21d-q7-dbcm-ca.dts ARM: dts: r8a7742-iwg21d-q7-dbcm-ca: Add device tree for camera DB 2020-06-15 10:33:46 +02:00
r8a7742-iwg21d-q7.dts ARM: dts: r8a7742-iwg21d-q7: Sound DMA support via DVC on DTS 2020-06-15 10:28:46 +02:00
r8a7742-iwg21m.dtsi ARM: dts: r8a7742-iwg21m: Add iWave RZ/G1H Qseven SOM 2020-05-05 09:44:49 +02:00
r8a7742.dtsi ARM: dts: renesas: Fix SD Card/eMMC interface device node names 2020-07-17 10:58:23 +02:00
r8a7743-iwg20d-q7-dbcm-ca.dts
r8a7743-iwg20d-q7.dts
r8a7743-iwg20m.dtsi
r8a7743-sk-rzg1m.dts ARM: dts: renesas: Use ip=on for bootargs 2019-06-21 09:45:29 +02:00
r8a7743.dtsi ARM: dts: renesas: Fix SD Card/eMMC interface device node names 2020-07-17 10:58:23 +02:00
r8a7744-iwg20d-q7-dbcm-ca.dts
r8a7744-iwg20d-q7.dts
r8a7744-iwg20m.dtsi
r8a7744.dtsi ARM: dts: renesas: Fix SD Card/eMMC interface device node names 2020-07-17 10:58:23 +02:00
r8a7745-iwg22d-sodimm-dbhd-ca.dts ARM: dts: renesas: Make hdmi encoder nodes compliant with DT bindings 2020-05-15 10:42:27 +02:00
r8a7745-iwg22d-sodimm.dts ARM: dts: iwg22d-sodimm: Enable touchscreen 2020-03-11 09:01:09 +01:00
r8a7745-iwg22m.dtsi
r8a7745-sk-rzg1e.dts ARM: dts: renesas: Use ip=on for bootargs 2019-06-21 09:45:29 +02:00
r8a7745.dtsi ARM: dts: renesas: Fix SD Card/eMMC interface device node names 2020-07-17 10:58:23 +02:00
r8a7778-bockw.dts ARM: dts: renesas: Use ip=on for bootargs 2019-06-21 09:45:29 +02:00
r8a7778.dtsi ARM: dts: renesas: Fix SD Card/eMMC interface device node names 2020-07-17 10:58:23 +02:00
r8a7779-marzen.dts ARM: dts: renesas: Group tuples in regulator-gpio states properties 2019-12-20 16:36:47 +01:00
r8a7779.dtsi ARM: dts: renesas: Fix SD Card/eMMC interface device node names 2020-07-17 10:58:23 +02:00
r8a7790-lager.dts ARM: dts: renesas: Remove unused remote property from adv7180 nodes 2020-07-16 10:21:47 +02:00
r8a7790-stout.dts ARM: dts: renesas: Make hdmi encoder nodes compliant with DT bindings 2020-05-15 10:42:27 +02:00
r8a7790.dtsi ARM: dts: renesas: Fix SD Card/eMMC interface device node names 2020-07-17 10:58:23 +02:00
r8a7791-koelsch.dts ARM: dts: renesas: Remove unused remote property from adv7180 nodes 2020-07-16 10:21:47 +02:00
r8a7791-porter.dts ARM: dts: renesas: Remove unused remote property from adv7180 nodes 2020-07-16 10:21:47 +02:00
r8a7791.dtsi ARM: dts: renesas: Fix SD Card/eMMC interface device node names 2020-07-17 10:58:23 +02:00
r8a7792-blanche.dts ARM: dts: renesas: Make hdmi encoder nodes compliant with DT bindings 2020-05-15 10:42:27 +02:00
r8a7792-wheat.dts ARM: dts: renesas: Make hdmi encoder nodes compliant with DT bindings 2020-05-15 10:42:27 +02:00
r8a7792.dtsi ARM: dts: renesas: Fix SD Card/eMMC interface device node names 2020-07-17 10:58:23 +02:00
r8a7793-gose.dts ARM: dts: gose: Fix ports node name for adv7612 2020-07-17 10:58:23 +02:00
r8a7793.dtsi ARM: dts: renesas: Fix SD Card/eMMC interface device node names 2020-07-17 10:58:23 +02:00
r8a7794-alt.dts ARM: dts: renesas: Remove unused remote property from adv7180 nodes 2020-07-16 10:21:47 +02:00
r8a7794-silk.dts ARM: dts: renesas: Remove unused remote property from adv7180 nodes 2020-07-16 10:21:47 +02:00
r8a7794.dtsi ARM: dts: renesas: Fix SD Card/eMMC interface device node names 2020-07-17 10:58:23 +02:00
r8a77470-iwg23s-sbc.dts ARM: dts: renesas: Group tuples in regulator-gpio states properties 2019-12-20 16:36:47 +01:00
r8a77470.dtsi ARM: dts: renesas: Fix SD Card/eMMC interface device node names 2020-07-17 10:58:23 +02:00
r9a06g032-rzn1d400-db.dts
r9a06g032.dtsi ARM: dts: r9a06g032: Correct GIC compatible value order 2020-06-15 10:28:46 +02:00
rda8810pl-orangepi-2g-iot.dts
rda8810pl-orangepi-i96.dts
rda8810pl.dtsi ARM: dts: Add RDA8810PL GPIO controllers 2019-11-03 16:59:28 -08:00
rk3xxx.dtsi ARM: dts: rockchip: Add 'arm,pl330-periph-burst' for dmac 2020-07-18 16:38:25 +02:00
rk322x.dtsi ARM: dts: rockchip: Add 'arm,pl330-periph-burst' for dmac 2020-07-18 16:38:25 +02:00
rk3036-evb.dts
rk3036-kylin.dts ARM: dts: rockchip: rename and label gpio-led subnodes 2020-05-19 00:26:03 +02:00
rk3036.dtsi ARM: dts: rockchip: Add 'arm,pl330-periph-burst' for dmac 2020-07-18 16:38:25 +02:00
rk3066a-bqcurie2.dts
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: rename and label gpio-led subnodes 2020-05-19 00:26:03 +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: remove #address-cells and #size-cells from i2s nodes 2020-03-17 01:24:06 +01:00
rk3188-bqedison2qc.dts ARM: dts: rockchip: fix lvds-encoder ports subnode for rk3188-bqedison2qc 2020-03-17 01:19:24 +01:00
rk3188-px3-evb.dts ARM: dts: rockchip: bulk convert gpios to their constant counterparts 2019-04-11 14:38:26 +02:00
rk3188-radxarock.dts ARM: dts: rockchip: rename and label gpio-led subnodes 2020-05-19 00:26:03 +02:00
rk3188.dtsi ARM: dts: rockchip: remove #address-cells and #size-cells from i2s nodes 2020-03-17 01:24:06 +01:00
rk3228-evb.dts ARM: dts: rockchip: fix phy nodename for rk3228-evb 2020-04-27 21:30:37 +02:00
rk3229-evb.dts
rk3229-xms6.dts ARM: DT changes for v5.8 2020-06-04 20:02:14 -07:00
rk3229.dtsi
rk3288-evb-act8846.dts ARM: dts: rockchip: add missing model properties 2020-03-05 22:33:49 +01:00
rk3288-evb-rk808.dts ARM: dts: rockchip: add missing model properties 2020-03-05 22:33:49 +01:00
rk3288-evb.dtsi ARM: dts: rockchip: Kill off "simple-panel" compatibles 2020-01-18 23:57:39 +01:00
rk3288-firefly-beta.dts 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: rename and label gpio-led subnodes 2020-05-19 00:26:03 +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: rename and label gpio-led subnodes 2020-05-19 00:26:03 +02:00
rk3288-miqi.dts ARM: dts: rockchip: rename and label gpio-led subnodes 2020-05-19 00:26:03 +02:00
rk3288-phycore-rdk.dts 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: rename and label gpio-led subnodes 2020-05-19 00:26:03 +02:00
rk3288-popmetal.dts
rk3288-r89.dts ARM: dts: rockchip: add missing model properties 2020-03-05 22:33:49 +01:00
rk3288-rock-pi-n8.dts ARM: dts: rockchip: Add Radxa Rock Pi N8 initial support 2020-07-18 17:06:13 +02:00
rk3288-rock2-som.dtsi ARM: dts: rockchip: remove some tabs and spaces from dtsi files 2019-10-16 21:26:03 +02:00
rk3288-rock2-square.dts ARM: dts: rockchip: rename and label gpio-led subnodes 2020-05-19 00:26:03 +02:00
rk3288-tinker-s.dts 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: rename and label gpio-led subnodes 2020-05-19 00:26:03 +02:00
rk3288-veyron-analog-audio.dtsi ARM: dts: rockchip: Add HDMI support to rk3288-veyron-analog-audio 2019-10-31 11:48:27 +01:00
rk3288-veyron-brain.dts ARM: dts: rockchip: Add brcm bluetooth for rk3288-veyron 2019-12-10 23:31:48 +01:00
rk3288-veyron-broadcom-bluetooth.dtsi ARM: dts: rockchip: Add brcm bluetooth for rk3288-veyron 2019-12-10 23:31:48 +01:00
rk3288-veyron-chromebook.dtsi ARM: dts: rockchip: Add brcm bluetooth for rk3288-veyron 2019-12-10 23:31:48 +01:00
rk3288-veyron-edp.dtsi ARM: dts: rockchip: Kill off "simple-panel" compatibles 2020-01-18 23:57:39 +01:00
rk3288-veyron-fievel.dts ARM: dts: rockchip: Use ABI name for recovery mode pin on veyron fievel/tiger 2020-01-09 00:22:26 +01:00
rk3288-veyron-jaq.dts ARM: dts: rockchip: Add marvell BT irq config 2020-06-17 10:41:08 +02:00
rk3288-veyron-jerry.dts ARM: dts: rockchip: rename label and nodename pinctrl subnodes that end with gpio 2020-06-17 10:39:33 +02:00
rk3288-veyron-mickey.dts ARM: dts: rockchip: Add brcm bluetooth for rk3288-veyron 2019-12-10 23:31:48 +01:00
rk3288-veyron-mighty.dts ARM: dts: rockchip: rename label and nodename pinctrl subnodes that end with gpio 2020-06-17 10:39:33 +02:00
rk3288-veyron-minnie.dts ARM: dts: rockchip: rename label and nodename pinctrl subnodes that end with gpio 2020-06-17 10:39:33 +02:00
rk3288-veyron-pinky.dts ARM: dts: rockchip: rename label and nodename pinctrl subnodes that end with gpio 2020-06-17 10:39:33 +02:00
rk3288-veyron-sdmmc.dtsi ARM: dts: rockchip: rename label and nodename pinctrl subnodes that end with gpio 2020-06-17 10:39:33 +02:00
rk3288-veyron-speedy.dts ARM: dts: rockchip: rename label and nodename pinctrl subnodes that end with gpio 2020-06-17 10:39:33 +02:00
rk3288-veyron-tiger.dts ARM: dts: rockchip: Kill off "simple-panel" compatibles 2020-01-18 23:57:39 +01:00
rk3288-veyron.dtsi ARM: dts: rockchip: Add brcm bluetooth for rk3288-veyron 2019-12-10 23:31:48 +01:00
rk3288-vmarc-som.dtsi ARM: dts: rockchip: Add HDMI out for RockPI N8/N10 2020-07-22 21:19:06 +02:00
rk3288-vyasa.dts ARM: dts: rockchip: Fix VBUS on rk3288-vyasa 2020-07-18 17:13:43 +02:00
rk3288.dtsi ARM: dts: rockchip: Add usb host0 ohci node for rk3288 2020-07-22 21:08:29 +02:00
rockchip-radxa-dalang-carrier.dtsi ARM: dts: rockchip: Add HDMI out for RockPI N8/N10 2020-07-22 21:19:06 +02:00
rtd1195-horseradish.dts ARM: dts: rtd1195: Add Realtek Horseradish EVB 2020-04-12 23:24:24 +02:00
rtd1195-mele-x1000.dts ARM: dts: rtd1195: Exclude boot ROM from memory ranges 2020-04-12 23:24:11 +02:00
rtd1195.dtsi ARM: dts: rtd1195: Add SB2 and SCPU Wrapper syscon nodes 2020-04-12 23:59:27 +02:00
rv1108-elgin-r1.dts ARM: dts: rockchip: remove disable-wp from rv1108-elgin-r1 emmc node 2019-03-18 08:45:40 +01:00
rv1108-evb.dts
rv1108.dtsi ARM: dts: rockchip: Add 'arm,pl330-periph-burst' for dmac 2020-07-18 16:38:25 +02:00
s3c24xx.dtsi
s3c64xx-pinctrl.dtsi
s3c64xx.dtsi
s3c2416-pinctrl.dtsi
s3c2416-smdk2416.dts ARM: dts: samsung: Rename Samsung and Exynos to lowercase 2020-01-07 20:45:13 +01:00
s3c2416.dtsi
s3c6400.dtsi
s3c6410-mini6410.dts ARM: dts: s3c64xx: Fix init order of clock providers 2019-10-08 22:45:20 +02:00
s3c6410-smdk6410.dts ARM: dts: samsung: Rename Samsung and Exynos to lowercase 2020-01-07 20:45:13 +01:00
s3c6410.dtsi
s5pv210-aquila.dts
s5pv210-aries.dtsi ARM: dts: s5pv210: Correct BCM4329 bluetooth node 2020-06-15 09:00:41 +02:00
s5pv210-fascinate4g.dts ARM: dts: s5pv210: Correct fuelgauge definition on Aries 2020-06-15 09:00:39 +02:00
s5pv210-galaxys.dts ARM: dts: s5pv210: Assign clocks to MMC devices on Aries boards 2020-05-04 17:13:04 +02:00
s5pv210-goni.dts ARM: dts: s5pv210: Fix camera clock provider on Goni board 2019-04-24 19:55:14 +02:00
s5pv210-pinctrl.dtsi ARM: dts: s5pv210: Add interrupt-controller property to gph3 2020-06-15 09:00:05 +02:00
s5pv210-smdkc110.dts
s5pv210-smdkv210.dts
s5pv210-torbreck.dts
s5pv210.dtsi ARM: dts: s5pv210: Correct FIMC definitions 2020-05-04 17:13:04 +02:00
sam9x60.dtsi ARM: dts: sam9x60: add rtt 2020-06-26 22:40:22 +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 - Add sama5d2 support and rework the 32kHz clock handling (Alexandre Belloni) 2020-07-23 21:04:05 +02:00
sama5d3.dtsi USB/PHY driver updates for 5.8-rc1 2020-06-07 09:42:16 -07:00
sama5d3_can.dtsi ARM: dts: at91: sama5d3: switch to new clock bindings 2020-04-13 13:00:08 +02:00
sama5d3_emac.dtsi ARM: dts: at91: sama5d3: switch to new clock bindings 2020-04-13 13:00:08 +02:00
sama5d3_gmac.dtsi ARM: dts: at91: sama5d3: switch to new clock bindings 2020-04-13 13:00:08 +02:00
sama5d3_lcd.dtsi ARM: dts: at91: sama5d3: switch to new clock bindings 2020-04-13 13:00:08 +02:00
sama5d3_mci2.dtsi ARM: dts: at91: sama5d3: switch to new clock bindings 2020-04-13 13:00:08 +02:00
sama5d3_tcb1.dtsi ARM: dts: at91: sama5d3: switch to new clock bindings 2020-04-13 13:00:08 +02:00
sama5d3_uart.dtsi ARM: dts: at91: sama5d3: switch to new clock bindings 2020-04-13 13:00:08 +02:00
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 ARM: dts: at91: sama5d3: switch to new clock bindings 2020-04-13 13:00:08 +02:00
sama5d3xmb_cmp.dtsi ARM: dts: at91: sama5d3: switch to new clock bindings 2020-04-13 13:00:08 +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 USB/PHY driver updates for 5.8-rc1 2020-06-07 09:42:16 -07: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: Group tuples in operating-points properties 2020-02-10 13:45:58 +01:00
sh73a0.dtsi ARM: dts: sh73a0: Add missing clocks to sound node 2020-07-17 10:58:24 +02:00
socfpga.dtsi ARM: SoC DT changes for 5.9 2020-08-03 19:19:34 -07:00
socfpga_arria5.dtsi
socfpga_arria5_socdk.dts
socfpga_arria10.dtsi ARM: SoC DT changes for 5.9 2020-08-03 19:19:34 -07:00
socfpga_arria10_socdk.dtsi ARM: dts: socfpga: add the temperature sensor to the Arria10 devkit 2020-07-18 20:12:07 -05:00
socfpga_arria10_socdk_nand.dts ARM: dts: socfpga: arria10: Increase boot partition size for NAND 2020-02-14 07:47:05 -06:00
socfpga_arria10_socdk_qspi.dts ARM: dts: arria10: Modify QSPI read_delay for Arria10 2019-10-14 10:25:09 -05:00
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
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: Supply nodes for the other 2 AB8500 PWM devices 2020-07-07 14:11:24 +02:00
ste-ab8505.dtsi ARM: dts: ux500: Fix missing node renames 2020-03-27 15:26:09 +01:00
ste-db8500.dtsi ARM: dts: ux500: Break out DB8500 DTSI 2019-12-09 14:45:02 +01:00
ste-db8520.dtsi ARM: dts: ux500: Add devicetree for HREF520 2019-12-09 14:45:02 +01:00
ste-dbx5x0-pinctrl.dtsi ARM: dts: ux500: Drop pulls on I2C buses 2019-12-09 14:45:01 +01:00
ste-dbx5x0.dtsi ARM: dts: ste: Align L2 cache-controller nodename with dtschema 2020-07-07 14:45:39 +02: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-family-pinctrl.dtsi ARM: dts: ux500: Move generic pin configs out of ste-href-family-pinctrl.dtsi 2019-12-09 14:45:01 +01:00
ste-href-stuib.dtsi ARM: dts: ux500: Fix missing node renames 2020-03-27 15:26:09 +01:00
ste-href-tvk1281618-r2.dtsi ARM: dts: ux500: Fix up DSI controller nodes 2020-02-10 15:43:12 +01:00
ste-href-tvk1281618-r3.dtsi ARM: dts: ux500: Fix up DSI controller nodes 2020-02-10 15:43:12 +01:00
ste-href-tvk1281618.dtsi ARM: dts: ux500: Split TVK DTSI files in two 2019-12-09 14:45:02 +01:00
ste-href.dtsi ARM: dts: ux500: Break out DB8500 DTSI 2019-12-09 14:45:02 +01:00
ste-href520-tvk.dts ARM: dts: ux500: Add devicetree for HREF520 2019-12-09 14:45:02 +01:00
ste-hrefprev60-stuib.dts ARM: dts: ux500: Break out DB8500 DTSI 2019-12-09 14:45:02 +01:00
ste-hrefprev60-tvk.dts ARM: dts: ux500: Split TVK DTSI files in two 2019-12-09 14:45:02 +01:00
ste-hrefprev60.dtsi ARM: dts: ux500: Break out DB8500 DTSI 2019-12-09 14:45:02 +01:00
ste-hrefv60plus-stuib.dts ARM: dts: ux500: Break out DB8500 DTSI 2019-12-09 14:45:02 +01:00
ste-hrefv60plus-tvk.dts ARM: dts: ux500: Split TVK DTSI files in two 2019-12-09 14:45:02 +01:00
ste-hrefv60plus.dtsi ARM: dts: ux500: Break out DB8500 DTSI 2019-12-09 14:45:02 +01:00
ste-nomadik-nhk15.dts ARM: dts: nomadik: Set up the CS GPIO right 2019-08-13 15:28:33 +02:00
ste-nomadik-pinctrl.dtsi ARM: dts: ux500: nomadik-pinctrl: Add &gpio_in_nopull 2019-12-09 14:45:01 +01:00
ste-nomadik-s8815.dts
ste-nomadik-stn8815.dtsi ARM: dts: ste: Align L2 cache-controller nodename with dtschema 2020-07-07 14:45:39 +02:00
ste-snowball.dts ARM: dts: ux500: Break out DB8500 DTSI 2019-12-09 14:45:02 +01:00
ste-u300.dts
ste-ux500-samsung-golden.dts ARM: dts: ux500: samsung-golden: Add touchkey 2020-07-07 14:09:06 +02:00
ste-ux500-samsung-skomer.dts ARM: dts: ux500-skomer: Correct accel mounting matrix 2020-07-20 10:47:27 +02: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 dts: arm: stih407-family: remove duplicated rng nodes 2020-04-17 10:17:54 +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 ARM: dts: sti: Remove deprecated snps PHY properties for stih410-b2260 2020-02-11 17:24:54 +01: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 dts: arm: stih418: Fix complain about IRQ_TYPE_NONE usage 2020-04-17 10:17:28 +02:00
stihxxx-b2120.dtsi ARM: dts: sti: fixup sound frame-inversion for stihxxx-b2120.dtsi 2020-02-11 17:24:54 +01:00
stm32f4-pinctrl.dtsi ARM: dts: stm32: update pwm pinctrl node names for stm32f4 2020-06-15 11:46:09 +02:00
stm32f7-pinctrl.dtsi ARM: dts: stm32: remove "@" and "_" from stm32f7 pinmux groups 2019-12-09 11:33:09 +01:00
stm32f429-disco.dts ARM: dts: stm32: update led nodes names for stm32f249-disco 2020-06-15 11:46:09 +02:00
stm32f429-pinctrl.dtsi
stm32f429.dtsi ARM: dts: stm32: Add compatibles for syscon for stm32f426 2020-07-21 10:39:11 +02:00
stm32f469-disco.dts ARM: dts: stm32: update led nodes names for stm32f469-disco 2020-06-15 11:46:09 +02:00
stm32f469-pinctrl.dtsi
stm32f469.dtsi ARM: dts: stm32: remove useless interrupt from dsi node for stm32f469 2019-10-25 14:28:42 +02:00
stm32f746-disco.dts ARM: dts: stm32: fix memory nodes to match with DT validation tool 2019-10-25 14:28:42 +02:00
stm32f746-pinctrl.dtsi
stm32f746.dtsi ARM: dts: stm32: Add compatibles for syscon for stm32f746 2020-07-21 10:39:11 +02:00
stm32f769-disco.dts ARM: dts: stm32: update led nodes names for stm32f769-disco 2020-06-15 11:46:09 +02:00
stm32f769-pinctrl.dtsi
stm32h743-pinctrl.dtsi ARM: dts: stm32: Update nodes names for stm32h743 pinctrl 2020-06-15 11:46:09 +02:00
stm32h743.dtsi ARM: dts: stm32: Add compatibles for syscon for stm32h743 2020-07-21 10:39:11 +02:00
stm32h743i-disco.dts ARM: dts: stm32: fix memory nodes to match with DT validation tool 2019-10-25 14:28:42 +02:00
stm32h743i-eval.dts ARM: dts: stm32: fix memory nodes to match with DT validation tool 2019-10-25 14:28:42 +02:00
stm32mp15-pinctrl.dtsi ARM: dts: stm32: Fix spi4 pins in stm32mp15-pinctrl 2020-07-21 10:31:07 +02:00
stm32mp15xc.dtsi ARM: dts: stm32: Manage security diversity for STM32M15x SOCs 2019-12-09 09:19:15 +01:00
stm32mp15xx-dhcom-pdk2.dtsi ARM: dts: stm32: Split SoC-independent parts of DHCOM SOM and PDK2 2020-05-14 16:22:40 +02:00
stm32mp15xx-dhcom-som.dtsi ARM: dts: stm32: Split SoC-independent parts of DHCOM SOM and PDK2 2020-05-14 16:22:40 +02:00
stm32mp15xx-dhcor-avenger96.dtsi ARM: dts: stm32: Split Avenger96 into DHCOR SoM and Avenger96 board 2020-05-14 16:24:54 +02:00
stm32mp15xx-dhcor-io1v8.dtsi ARM: dts: stm32: Split Avenger96 into DHCOR SoM and Avenger96 board 2020-05-14 16:24:54 +02:00
stm32mp15xx-dhcor-som.dtsi ARM: dts: stm32: Split Avenger96 into DHCOR SoM and Avenger96 board 2020-05-14 16:24:54 +02:00
stm32mp15xx-dkx.dtsi ARM: dts: stm32: enable usb-role-switch on USB OTG on stm32mp15xx-dkx 2020-07-21 10:53:17 +02:00
stm32mp15xx-osd32.dtsi ARM: dts: stm32: add STM32MP1-based Linux Automation MC-1 board 2020-04-20 12:15:23 +02:00
stm32mp15xxaa-pinctrl.dtsi ARM: dts: stm32: Update stm32mp157 pinctrl files 2019-12-09 09:19:15 +01:00
stm32mp15xxab-pinctrl.dtsi ARM: dts: stm32: Update stm32mp157 pinctrl files 2019-12-09 09:19:15 +01:00
stm32mp15xxac-pinctrl.dtsi ARM: dts: stm32: Update stm32mp157 pinctrl files 2019-12-09 09:19:15 +01:00
stm32mp15xxad-pinctrl.dtsi ARM: dts: stm32: Update stm32mp157 pinctrl files 2019-12-09 09:19:15 +01:00
stm32mp151.dtsi ARM: dts: stm32: Add compatibles for syscon for stm32mp151 2020-07-21 10:39:11 +02:00
stm32mp153.dtsi ARM: dts: stm32: add cpu clock-frequency property on stm32mp15x 2020-03-13 17:03:06 +01:00
stm32mp157.dtsi ARM: dts: stm32: preset stm32mp15x video #address- and #size-cells 2020-04-20 12:15:23 +02:00
stm32mp157a-avenger96.dts ARM: dts: stm32: Split Avenger96 into DHCOR SoM and Avenger96 board 2020-05-14 16:24:54 +02:00
stm32mp157a-dhcor-avenger96.dts ARM: dts: stm32: Split Avenger96 into DHCOR SoM and Avenger96 board 2020-05-14 16:24:54 +02:00
stm32mp157a-dk1.dts ARM: dts: stm32: add uart7 support to stm32mp15xx-dkx boards 2020-07-21 09:54:19 +02:00
stm32mp157a-iot-box.dts ARM: dts: stm32: Add IoT Box board support 2020-05-14 14:34:14 +02:00
stm32mp157a-stinger96.dts ARM: dts: stm32: Add Stinger96 board support 2020-05-14 14:34:14 +02:00
stm32mp157a-stinger96.dtsi ARM: dts: stm32: Add Stinger96 board support 2020-05-14 14:34:14 +02:00
stm32mp157c-dhcom-pdk2.dts ARM: dts: stm32: Split SoC-independent parts of DHCOM SOM and PDK2 2020-05-14 16:22:40 +02:00
stm32mp157c-dk2.dts ARM: dts: stm32: add usart2 node to stm32mp157c-dk2 2020-07-21 09:54:19 +02:00
stm32mp157c-ed1.dts ARM: dts: stm32: Update pin states for uart4 on stm32mp157c-ed1 2020-06-15 12:10:13 +02:00
stm32mp157c-ev1.dts ARM: dts: stm32: add usart3 node to stm32mp157c-ev1 2020-07-21 09:54:19 +02:00
stm32mp157c-lxa-mc1.dts ARM: dts: stm32: add STM32MP1-based Linux Automation MC-1 board 2020-04-20 12:15:23 +02:00
stm32429i-eval.dts ARM: dts: stm32: update led nodes names for stm32f429-eval 2020-06-15 11:46:09 +02:00
stm32746g-eval.dts ARM: dts: stm32: update led nodes names for stm32f746-eval 2020-06-15 11:46:09 +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: Relax a bit the CMA pool allocation range 2020-07-06 15:09:40 +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: sun5i: olinuxino micro: Fix AT24 node name 2019-10-21 13:20:49 +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-pocketbook-touch-lux-3.dts ARM: dts: sun5i: Add PocketBook Touch Lux 3 support 2020-02-24 10:17:36 +01:00
sun5i-a13-q8-tablet.dts 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: Relax a bit the CMA pool allocation range 2020-07-06 15:09:40 +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: Remove redundant assigned-clocks 2020-02-20 18:16:58 +01: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-linutronix-testbox-v2.dts ARM: dts: sun7i: Add Linutronix Testbox v2 board 2020-02-14 14:25:50 +01: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-emmc.dts ARM: dts: sun7i: Add A20-OLinuXino-LIME-eMMC 2020-04-14 09:21:23 +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: dts sunxi: Relax a bit the CMA pool allocation range 2020-07-06 15:09:40 +02:00
sun8i-a23-a33.dtsi ARM: dts: sunxi: Remove redundant assigned-clocks 2020-02-20 18:16:58 +01:00
sun8i-a23-evb.dts
sun8i-a23-gt90h-v4.dts
sun8i-a23-inet86dz.dts
sun8i-a23-ippo-q8h-v1.2.dts
sun8i-a23-ippo-q8h-v5.dts
sun8i-a23-polaroid-mid2407pxe03.dts
sun8i-a23-polaroid-mid2809pxe04.dts
sun8i-a23-q8-tablet.dts ARM: dts: sunxi: Remove simple-panel compatible 2019-07-23 11:16:35 +02:00
sun8i-a23.dtsi
sun8i-a33-et-q8-v1.6.dts
sun8i-a33-ga10h-v1.1.dts
sun8i-a33-inet-d978-rev2.dts
sun8i-a33-ippo-q8h-v1.2.dts
sun8i-a33-olinuxino.dts
sun8i-a33-q8-tablet.dts 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: devicetree updates for v5.7 2020-04-03 15:22:05 -07:00
sun8i-a83t-allwinner-h8homlet-v2.dts
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: Correct USB3503 GPIOs polarity 2019-12-17 09:37:14 +01:00
sun8i-a83t-tbs-a711.dts ARM: devicetree updates for v5.7 2020-04-03 15:22:05 -07:00
sun8i-a83t.dtsi ARM: dts: sunxi: a83t: Add msgbox node 2020-04-14 09:21:25 +02:00
sun8i-h2-plus-bananapi-m2-zero.dts ARM: dts: sun8i-h2-plus-bananapi-m2-zero: Fix led polarity 2020-04-14 09:29:59 +02:00
sun8i-h2-plus-libretech-all-h3-cc.dts
sun8i-h2-plus-orangepi-r1.dts
sun8i-h2-plus-orangepi-zero.dts 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: Add rc map for Beelink X2 2019-12-10 10:43:34 +01:00
sun8i-h3-emlid-neutis-n5h3-devboard.dts ARM: dts: sunxi: Add Neutis N5H3 support 2019-12-10 10:43:34 +01:00
sun8i-h3-emlid-neutis-n5h3.dtsi ARM: dts: sunxi: Add Neutis N5H3 support 2019-12-10 10:43:34 +01:00
sun8i-h3-libretech-all-h3-cc.dts
sun8i-h3-mapleboard-mp130.dts ARM: dts: sun8i: mapleboard: Remove cd-inverted 2019-04-17 16:57:48 +02:00
sun8i-h3-nanopi-duo2.dts ARM: dts: sun8i: nanopi-duo2: Fix GPIO regulator state array 2019-12-20 08:57:27 +01:00
sun8i-h3-nanopi-m1-plus.dts 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: orange-pi-zero-plus2: add leds configuration 2020-06-16 12:35:37 +02: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: sun8i-h3: add opp table for mali gpu 2020-04-14 09:21:25 +02: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
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: devicetree updates for v5.7 2020-04-03 15:22:05 -07: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: Fix DE2 clocks register range 2020-03-12 00:24:29 +08: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: Add missing LVDS resets and clocks 2020-01-04 10:51:21 +01:00
suniv-f1c100s-licheepi-nano.dts
suniv-f1c100s.dtsi
sunxi-bananapi-m2-plus-v1.2.dtsi ARM: dts: sunxi: bananapi-m2-plus-v1.2: Fix CPU supply voltages 2020-07-20 15:29:38 +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-emlid-neutis.dtsi ARM: dts: allwinner: Split out non-SoC specific parts of Neutis N5 2019-12-10 10:43:33 +01:00
sunxi-h3-h5.dtsi ARM: dts: sunxi: h3/h5: Add msgbox node 2020-04-14 09:21:26 +02:00
sunxi-itead-core-common.dtsi
sunxi-libretech-all-h3-cc.dtsi ARM: dts: sunxi: libretech-all-h3-cc: Add regulator supply to all CPU cores 2020-07-20 15:28:31 +02:00
sunxi-libretech-all-h3-it.dtsi ARM: dts: sunxi: Add Libre Computer ALL-H3-IT H5 board 2019-12-26 10:54:53 +01:00
sunxi-reference-design-tablet.dtsi
tango4-common.dtsi ARM: dts: tango4: Make /serial compatible with ns16550a 2020-03-24 12:27:29 +01:00
tango4-smp8758.dtsi
tango4-vantage-1172.dts
tegra20-acer-a500-picasso.dts ARM: tegra: Add device-tree for Acer Iconia Tab A500 2020-07-16 14:20:45 +02:00
tegra20-colibri-eval-v3.dts ARM: tegra: Rename sdhci nodes to mmc 2020-06-25 09:29:41 +02:00
tegra20-colibri-iris.dts ARM: tegra: Rename sdhci nodes to mmc 2020-06-25 09:29:41 +02:00
tegra20-colibri.dtsi
tegra20-cpu-opp-microvolt.dtsi ARM: tegra: Use proper unit-addresses for OPPs 2020-06-25 09:29:44 +02:00
tegra20-cpu-opp.dtsi ARM: tegra: Use proper unit-addresses for OPPs 2020-06-25 09:29:44 +02:00
tegra20-harmony.dts ARM: tegra: Rename sdhci nodes to mmc 2020-06-25 09:29:41 +02:00
tegra20-medcom-wide.dts ARM: tegra: medcom-wide: Remove extra panel power supply 2020-06-25 09:29:44 +02:00
tegra20-paz00.dts ARM: tegra: Use standard names for LED nodes 2020-06-25 09:29:45 +02:00
tegra20-plutux.dts ARM: tegra: Remove simple regulators bus 2020-06-23 18:16:18 +02:00
tegra20-seaboard.dts ARM: tegra: seaboard: Use standard battery bindings 2020-06-25 09:29:45 +02:00
tegra20-tamonten.dtsi ARM: tegra: Rename sdhci nodes to mmc 2020-06-25 09:29:41 +02:00
tegra20-tec.dts ARM: tegra: Remove simple regulators bus 2020-06-23 18:16:18 +02:00
tegra20-trimslice.dts ARM: tegra: Rename sdhci nodes to mmc 2020-06-25 09:29:41 +02:00
tegra20-ventana.dts ARM: tegra: Rename sdhci nodes to mmc 2020-06-25 09:29:41 +02:00
tegra20.dtsi ARM: tegra: Add parent clock to DSI output 2020-06-25 09:29:46 +02:00
tegra30-apalis-eval.dts ARM: tegra: Rename sdhci nodes to mmc 2020-06-25 09:29:41 +02:00
tegra30-apalis-v1.1-eval.dts ARM: tegra: Use proper tuple notation 2020-06-25 09:29:43 +02:00
tegra30-apalis-v1.1.dtsi ARM: tegra: Use standard name for Ethernet devices 2020-06-25 09:29:43 +02:00
tegra30-apalis.dtsi ARM: tegra: Use standard name for Ethernet devices 2020-06-25 09:29:43 +02:00
tegra30-asus-nexus7-grouper-common.dtsi ARM: tegra: Add device-tree for ASUS Google Nexus 7 2020-07-16 14:21:31 +02:00
tegra30-asus-nexus7-grouper-E1565.dts ARM: tegra: Add device-tree for ASUS Google Nexus 7 2020-07-16 14:21:31 +02:00
tegra30-asus-nexus7-grouper-maxim-pmic.dtsi ARM: tegra: Add device-tree for ASUS Google Nexus 7 2020-07-16 14:21:31 +02:00
tegra30-asus-nexus7-grouper-memory-timings.dtsi ARM: tegra: Add device-tree for ASUS Google Nexus 7 2020-07-16 14:21:31 +02:00
tegra30-asus-nexus7-grouper-PM269.dts ARM: tegra: Add device-tree for ASUS Google Nexus 7 2020-07-16 14:21:31 +02:00
tegra30-asus-nexus7-grouper-ti-pmic.dtsi ARM: tegra: Add device-tree for ASUS Google Nexus 7 2020-07-16 14:21:31 +02:00
tegra30-asus-nexus7-grouper.dtsi ARM: tegra: Add device-tree for ASUS Google Nexus 7 2020-07-16 14:21:31 +02:00
tegra30-asus-nexus7-tilapia-E1565.dts ARM: tegra: Add device-tree for ASUS Google Nexus 7 2020-07-16 14:21:31 +02:00
tegra30-asus-nexus7-tilapia-memory-timings.dtsi ARM: tegra: Add device-tree for ASUS Google Nexus 7 2020-07-16 14:21:31 +02:00
tegra30-asus-nexus7-tilapia.dtsi ARM: tegra: Add device-tree for ASUS Google Nexus 7 2020-07-16 14:21:31 +02:00
tegra30-beaver.dts ARM: tegra: Rename sdhci nodes to mmc 2020-06-25 09:29:41 +02:00
tegra30-cardhu-a02.dts ARM: tegra: Rename sdhci nodes to mmc 2020-06-25 09:29:41 +02:00
tegra30-cardhu-a04.dts ARM: tegra: Rename sdhci nodes to mmc 2020-06-25 09:29:41 +02:00
tegra30-cardhu.dtsi ARM: tegra: Rename sdhci nodes to mmc 2020-06-25 09:29:41 +02:00
tegra30-colibri-eval-v3.dts ARM: tegra: Rename sdhci nodes to mmc 2020-06-25 09:29:41 +02:00
tegra30-colibri.dtsi ARM: tegra: Remove spurious comma from node name 2020-06-25 09:29:46 +02:00
tegra30-cpu-opp-microvolt.dtsi ARM: tegra: Use proper unit-addresses for OPPs 2020-06-25 09:29:44 +02:00
tegra30-cpu-opp.dtsi ARM: tegra: Use proper unit-addresses for OPPs 2020-06-25 09:29:44 +02:00
tegra30.dtsi ARM: tegra: Add missing DSI controller on Tegra30 2020-07-15 11:55:58 +02:00
tegra114-dalmore.dts ARM: tegra: Rename sdhci nodes to mmc 2020-06-25 09:29:41 +02:00
tegra114-roth.dts ARM: tegra: Rename sdhci nodes to mmc 2020-06-25 09:29:41 +02:00
tegra114-tn7.dts ARM: tegra: Rename sdhci nodes to mmc 2020-06-25 09:29:41 +02:00
tegra114.dtsi ARM: tegra: Use proper tuple notation 2020-06-25 09:29:43 +02:00
tegra124-apalis-emc.dtsi ARM: tegra: Rename EMC on Tegra124 2020-01-09 19:06:58 +01:00
tegra124-apalis-eval.dts ARM: tegra: Rename sdhci nodes to mmc 2020-06-25 09:29:41 +02:00
tegra124-apalis-v1.2-eval.dts ARM: tegra: Rename sdhci nodes to mmc 2020-06-25 09:29:41 +02:00
tegra124-apalis-v1.2.dtsi ARM: tegra: Use standard name for Ethernet devices 2020-06-25 09:29:43 +02:00
tegra124-apalis.dtsi ARM: tegra: Use standard name for Ethernet devices 2020-06-25 09:29:43 +02:00
tegra124-jetson-tk1-emc.dtsi ARM: tegra: Rename EMC on Tegra124 2020-01-09 19:06:58 +01:00
tegra124-jetson-tk1.dts ARM: tegra: Add micro-USB A/B port on Jetson TK1 2020-06-25 09:29:43 +02:00
tegra124-nyan-big-emc.dtsi ARM: tegra: Rename EMC on Tegra124 2020-01-09 19:06:58 +01:00
tegra124-nyan-big.dts ARM: tegra: Add missing panel power supplies 2020-06-25 09:29:43 +02:00
tegra124-nyan-blaze-emc.dtsi ARM: tegra: Rename EMC on Tegra124 2020-01-09 19:06:58 +01:00
tegra124-nyan-blaze.dts ARM: tegra: Add missing panel power supplies 2020-06-25 09:29:43 +02:00
tegra124-nyan.dtsi ARM: tegra: Add HDMI supplies on Nyan boards 2020-07-15 11:56:00 +02:00
tegra124-venice2.dts ARM: tegra: Add missing panel power supplies 2020-06-25 09:29:43 +02:00
tegra124.dtsi ARM: tegra: Add i2c-bus subnode for DPAUX controllers 2020-07-15 11:55:56 +02:00
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 Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT 2020-07-13 11:25:29 -07:00
uniphier-ld4-ref.dts ARM: dts: uniphier: give fixed port number to support card serial 2020-07-07 19:45:03 +09:00
uniphier-ld4.dtsi ARM: dts: uniphier: add #address-cells and #size-cells to SPI nodes 2020-05-04 10:07:22 +09:00
uniphier-ld6b-ref.dts ARM: dts: uniphier: Rename ethphy node to ethernet-phy 2020-07-10 10:31:44 +09:00
uniphier-ld6b.dtsi
uniphier-pinctrl.dtsi ARM: dts: uniphier: Add PCIe endpoint and PHY node for Pro5 2020-07-10 10:31:44 +09:00
uniphier-pro4-ace.dts ARM: dts: uniphier: Rename ethphy node to ethernet-phy 2020-07-10 10:31:44 +09:00
uniphier-pro4-ref.dts ARM: dts: uniphier: Rename ethphy node to ethernet-phy 2020-07-10 10:31:44 +09:00
uniphier-pro4-sanji.dts ARM: dts: uniphier: Rename ethphy node to ethernet-phy 2020-07-10 10:31:44 +09:00
uniphier-pro4.dtsi ARM: dts: uniphier: add #address-cells and #size-cells to SPI nodes 2020-05-04 10:07:22 +09:00
uniphier-pro5.dtsi ARM: dts: uniphier: Add PCIe endpoint and PHY node for Pro5 2020-07-10 10:31:44 +09:00
uniphier-pxs2-gentil.dts ARM: dts: uniphier: Rename ethphy node to ethernet-phy 2020-07-10 10:31:44 +09:00
uniphier-pxs2-vodka.dts ARM: dts: uniphier: Rename ethphy node to ethernet-phy 2020-07-10 10:31:44 +09:00
uniphier-pxs2.dtsi ARM: dts: uniphier: add #address-cells and #size-cells to SPI nodes 2020-05-04 10:07:22 +09:00
uniphier-ref-daughter.dtsi ARM: dts: uniphier: Add one more generic compatible string for I2C EEPROM 2020-02-29 15:03:15 +09:00
uniphier-sld8-ref.dts ARM: dts: uniphier: give fixed port number to support card serial 2020-07-07 19:45:03 +09:00
uniphier-sld8.dtsi ARM: dts: uniphier: add #address-cells and #size-cells to SPI nodes 2020-05-04 10:07:22 +09:00
uniphier-support-card.dtsi ARM: dts: uniphier: simplify support-card node structure 2020-07-10 17:13:20 +09:00
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 ARM: dts: Versatile: Use syscon as node name for IB2 2020-03-04 15:30:38 +01:00
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: Move mcc node back into motherboard node 2020-06-04 13:52:21 +01:00
vexpress-v2m.dtsi ARM/arm64: dts: Rename SMB bus to just bus 2020-03-04 15:31:30 +01:00
vexpress-v2p-ca5s.dts ARM/arm64: dts: Rename SMB bus to just bus 2020-03-04 15:31:30 +01:00
vexpress-v2p-ca9.dts ARM/arm64: dts: Rename SMB bus to just bus 2020-03-04 15:31:30 +01:00
vexpress-v2p-ca15-tc1.dts ARM/arm64: dts: Rename SMB bus to just bus 2020-03-04 15:31:30 +01:00
vexpress-v2p-ca15_a7.dts ARM/arm64: dts: Rename SMB bus to just bus 2020-03-04 15:31:30 +01:00
vf-colibri-eval-v3.dtsi ARM: dts: vf: toradex: SPDX tags and copyright cleanup 2020-03-16 10:26:36 +08:00
vf-colibri.dtsi ARM: dts: vf: toradex: SPDX tags and copyright cleanup 2020-03-16 10:26:36 +08:00
vf500-colibri-eval-v3.dts ARM: dts: vf: toradex: SPDX tags and copyright cleanup 2020-03-16 10:26:36 +08:00
vf500-colibri.dtsi ARM: dts: vf: toradex: SPDX tags and copyright cleanup 2020-03-16 10:26:36 +08:00
vf500.dtsi ARM: dts: imx: use generic name bus 2020-02-17 14:39:34 +08:00
vf610-bk4.dts ARM: dts: Disable DMA support on the BK4 vf610 device's fsl_lpuart 2019-10-25 16:52:13 +08:00
vf610-colibri-eval-v3.dts ARM: dts: vf: toradex: SPDX tags and copyright cleanup 2020-03-16 10:26:36 +08:00
vf610-colibri.dtsi ARM: dts: vf: toradex: SPDX tags and copyright cleanup 2020-03-16 10:26:36 +08:00
vf610-cosmic.dts 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
vf610-zii-cfu1.dts ARM: dts: ZII: update MDIO speed and preamble 2020-07-13 19:48:53 +08:00
vf610-zii-dev-rev-b.dts ARM: dts: vf610-zii-dev-rev-b: Drop redundant I2C properties 2019-12-12 10:25:47 +08:00
vf610-zii-dev-rev-c.dts ARM: dts: vf610-zii-dev-rev-c: Configure fiber port to 1000BaseX 2020-07-13 19:48:53 +08:00
vf610-zii-dev.dtsi ARM: dts: ZII: update MDIO speed and preamble 2020-07-13 19:48:53 +08:00
vf610-zii-scu4-aib.dts ARM: dts: vf610-zii-scu4-aib: Configure fibre ports to 1000BaseX 2020-07-13 19:48:53 +08:00
vf610-zii-spb4.dts ARM: dts: vf610-zii-spb4: Add node for switch watchdog 2020-07-13 19:48:53 +08:00
vf610-zii-ssmb-dtu.dts ARM: dts: vf610-zii-ssmb-dtu: Add no-sdio/no-sd properties 2020-07-20 11:17:23 +08:00
vf610-zii-ssmb-spu3.dts ARM: dts: vf610-zii-ssmb-spu3: Add node for switch watchdog 2020-07-20 11:21:05 +08:00
vf610.dtsi ARM: dts: vf610: Align L2 cache-controller nodename with dtschema 2020-07-13 19:48:53 +08:00
vf610m4-colibri.dts ARM: dts: vf: toradex: SPDX tags and copyright cleanup 2020-03-16 10:26:36 +08:00
vf610m4-cosmic.dts
vf610m4.dtsi
vfxxx.dtsi ARM: dts: vfxxx: Add node for CAAM 2020-07-13 19:48:53 +08:00
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
zx296702.dtsi
zynq-7000.dtsi ARM: dts: zynq: enablement of coresight topology 2019-12-18 15:31:21 +01:00
zynq-cc108.dts
zynq-microzed.dts
zynq-parallella.dts
zynq-zc702.dts
zynq-zc706.dts
zynq-zc770-xm010.dts
zynq-zc770-xm011.dts
zynq-zc770-xm012.dts
zynq-zc770-xm013.dts
zynq-zed.dts
zynq-zturn.dts
zynq-zybo-z7.dts
zynq-zybo.dts