linux/arch/arm/boot/dts
Greg Kroah-Hartman b24413180f License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Many source files in the tree are missing licensing information, which
makes it harder for compliance tools to determine the correct license.

By default all files without license information are under the default
license of the kernel, which is GPL version 2.

Update the files which contain no license information with the 'GPL-2.0'
SPDX license identifier.  The SPDX identifier is a legally binding
shorthand, which can be used instead of the full boiler plate text.

This patch is based on work done by Thomas Gleixner and Kate Stewart and
Philippe Ombredanne.

How this work was done:

Patches were generated and checked against linux-4.14-rc6 for a subset of
the use cases:
 - file had no licensing information it it.
 - file was a */uapi/* one with no licensing information in it,
 - file was a */uapi/* one with existing licensing information,

Further patches will be generated in subsequent months to fix up cases
where non-standard license headers were used, and references to license
had to be inferred by heuristics based on keywords.

The analysis to determine which SPDX License Identifier to be applied to
a file was done in a spreadsheet of side by side results from of the
output of two independent scanners (ScanCode & Windriver) producing SPDX
tag:value files created by Philippe Ombredanne.  Philippe prepared the
base worksheet, and did an initial spot review of a few 1000 files.

The 4.13 kernel was the starting point of the analysis with 60,537 files
assessed.  Kate Stewart did a file by file comparison of the scanner
results in the spreadsheet to determine which SPDX license identifier(s)
to be applied to the file. She confirmed any determination that was not
immediately clear with lawyers working with the Linux Foundation.

Criteria used to select files for SPDX license identifier tagging was:
 - Files considered eligible had to be source code files.
 - Make and config files were included as candidates if they contained >5
   lines of source
 - File already had some variant of a license header in it (even if <5
   lines).

All documentation files were explicitly excluded.

The following heuristics were used to determine which SPDX license
identifiers to apply.

 - when both scanners couldn't find any license traces, file was
   considered to have no license information in it, and the top level
   COPYING file license applied.

   For non */uapi/* files that summary was:

   SPDX license identifier                            # files
   ---------------------------------------------------|-------
   GPL-2.0                                              11139

   and resulted in the first patch in this series.

   If that file was a */uapi/* path one, it was "GPL-2.0 WITH
   Linux-syscall-note" otherwise it was "GPL-2.0".  Results of that was:

   SPDX license identifier                            # files
   ---------------------------------------------------|-------
   GPL-2.0 WITH Linux-syscall-note                        930

   and resulted in the second patch in this series.

 - if a file had some form of licensing information in it, and was one
   of the */uapi/* ones, it was denoted with the Linux-syscall-note if
   any GPL family license was found in the file or had no licensing in
   it (per prior point).  Results summary:

   SPDX license identifier                            # files
   ---------------------------------------------------|------
   GPL-2.0 WITH Linux-syscall-note                       270
   GPL-2.0+ WITH Linux-syscall-note                      169
   ((GPL-2.0 WITH Linux-syscall-note) OR BSD-2-Clause)    21
   ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause)    17
   LGPL-2.1+ WITH Linux-syscall-note                      15
   GPL-1.0+ WITH Linux-syscall-note                       14
   ((GPL-2.0+ WITH Linux-syscall-note) OR BSD-3-Clause)    5
   LGPL-2.0+ WITH Linux-syscall-note                       4
   LGPL-2.1 WITH Linux-syscall-note                        3
   ((GPL-2.0 WITH Linux-syscall-note) OR MIT)              3
   ((GPL-2.0 WITH Linux-syscall-note) AND MIT)             1

   and that resulted in the third patch in this series.

 - when the two scanners agreed on the detected license(s), that became
   the concluded license(s).

 - when there was disagreement between the two scanners (one detected a
   license but the other didn't, or they both detected different
   licenses) a manual inspection of the file occurred.

 - In most cases a manual inspection of the information in the file
   resulted in a clear resolution of the license that should apply (and
   which scanner probably needed to revisit its heuristics).

 - When it was not immediately clear, the license identifier was
   confirmed with lawyers working with the Linux Foundation.

 - If there was any question as to the appropriate license identifier,
   the file was flagged for further research and to be revisited later
   in time.

In total, over 70 hours of logged manual review was done on the
spreadsheet to determine the SPDX license identifiers to apply to the
source files by Kate, Philippe, Thomas and, in some cases, confirmation
by lawyers working with the Linux Foundation.

Kate also obtained a third independent scan of the 4.13 code base from
FOSSology, and compared selected files where the other two scanners
disagreed against that SPDX file, to see if there was new insights.  The
Windriver scanner is based on an older version of FOSSology in part, so
they are related.

Thomas did random spot checks in about 500 files from the spreadsheets
for the uapi headers and agreed with SPDX license identifier in the
files he inspected. For the non-uapi files Thomas did random spot checks
in about 15000 files.

In initial set of patches against 4.14-rc6, 3 files were found to have
copy/paste license identifier errors, and have been fixed to reflect the
correct identifier.

Additionally Philippe spent 10 hours this week doing a detailed manual
inspection and review of the 12,461 patched files from the initial patch
version early this week with:
 - a full scancode scan run, collecting the matched texts, detected
   license ids and scores
 - reviewing anything where there was a license detected (about 500+
   files) to ensure that the applied SPDX license was correct
 - reviewing anything where there was no detection but the patch license
   was not GPL-2.0 WITH Linux-syscall-note to ensure that the applied
   SPDX license was correct

This produced a worksheet with 20 files needing minor correction.  This
worksheet was then exported into 3 different .csv files for the
different types of files to be modified.

These .csv files were then reviewed by Greg.  Thomas wrote a script to
parse the csv files and add the proper SPDX tag to the file, in the
format that the file expected.  This script was further refined by Greg
based on the output to detect more types of files automatically and to
distinguish between header and source .c files (which need different
comment types.)  Finally Greg ran the script using the .csv files to
generate the patches.

Reviewed-by: Kate Stewart <kstewart@linuxfoundation.org>
Reviewed-by: Philippe Ombredanne <pombredanne@nexb.com>
Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-11-02 11:10:55 +01:00
..
aks-cdu.dts ARM: dts: at91: Switch to the new NAND bindings 2017-05-31 11:55:41 +02:00
alphascale-asm9260-devkit.dts
alphascale-asm9260.dtsi
alpine-db.dts
alpine.dtsi
am33xx-clocks.dtsi
am33xx.dtsi ARM: dts: am33xx: Add spi alias to match SOC schematics 2017-09-19 10:59:26 -07:00
am35xx-clocks.dtsi
am43x-epos-evm.dts ARM: dts: am43xx-epos-evm: Remove extra CPSW EMAC entry 2017-09-19 10:59:26 -07:00
am43xx-clocks.dtsi ARM: dts: am43xx-clocks: Add support for CLKOUT2 2017-05-31 10:19:56 -07:00
am57xx-beagle-x15-common.dtsi ARM: dts: am57xx-beagle-x15: Add pinmux configuration for MMC 2017-08-16 07:54:09 -07:00
am57xx-beagle-x15-revb1.dts ARM: dts: am57xx-beagle-x15: Add pinmux configuration for MMC 2017-08-16 07:54:09 -07:00
am57xx-beagle-x15-revc.dts ARM: dts: am57xx-beagle-x15: Add support for rev C 2017-08-17 09:21:58 -07:00
am57xx-beagle-x15.dts ARM: dts: am57xx-beagle-x15: Add pinmux configuration for MMC 2017-08-16 07:54:09 -07:00
am57xx-cl-som-am57x.dts
am57xx-commercial-grade.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
am57xx-idk-common.dtsi ARM: dts: am57xx-idk: Move common MMC/SD properties to common file 2017-08-16 07:54:09 -07:00
am57xx-industrial-grade.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
am57xx-sbc-am57x.dts
am335x-baltos-ir2110.dts
am335x-baltos-ir3220.dts
am335x-baltos-ir5221.dts
am335x-baltos-leds.dtsi
am335x-baltos.dtsi ARM: dts: omap: Add generic compatible string for I2C EEPROM 2017-05-26 08:50:45 -07:00
am335x-base0033.dts ARM: dts: omap: Add generic compatible string for I2C EEPROM 2017-05-26 08:50:45 -07:00
am335x-bone-common.dtsi ARM: dts: tps65217: Add power button interrupt to the common tps65217.dtsi file 2017-08-10 09:24:07 -07:00
am335x-bone.dts
am335x-boneblack-common.dtsi
am335x-boneblack-wireless.dts arm: dts: boneblack-wireless: add WL1835 Bluetooth device node 2017-05-26 08:47:29 -07:00
am335x-boneblack.dts
am335x-boneblue.dts ARM: dts: Add am335x-boneblue 2017-06-06 00:25:36 -07:00
am335x-bonegreen-common.dtsi
am335x-bonegreen-wireless.dts ARM: dts: bonegreen-wireless: add WL1835 Bluetooth device node 2017-06-06 00:32:59 -07:00
am335x-bonegreen.dts
am335x-chiliboard.dts ARM: dts: tps65217: Add power button interrupt to the common tps65217.dtsi file 2017-08-10 09:24:07 -07:00
am335x-chilisom.dtsi
am335x-cm-t335.dts
am335x-evm.dts ARM: dts: am335x-evm: Enable NAND dma prefetch by default 2017-08-14 11:34:24 -07:00
am335x-evmsk.dts
am335x-icev2.dts
am335x-igep0033.dtsi
am335x-lxm.dts
am335x-moxa-uc-8100-me-t.dts ARM: dts: am335x: add support for Moxa UC-8100-ME-T open platform 2017-08-14 11:34:24 -07:00
am335x-nano.dts ARM: dts: omap: Add generic compatible string for I2C EEPROM 2017-05-26 08:50:45 -07:00
am335x-pcm-953.dtsi
am335x-pepper.dts ARM: dts: omap: Add generic compatible string for I2C EEPROM 2017-05-26 08:50:45 -07:00
am335x-phycore-rdk.dts
am335x-phycore-som.dtsi
am335x-sbc-t335.dts
am335x-shc.dts ARM: dts: omap: Add generic compatible string for I2C EEPROM 2017-05-26 08:50:45 -07:00
am335x-sl50.dts ARM: Device-tree updates 2017-07-04 14:37:25 -07:00
am335x-wega-rdk.dts
am335x-wega.dtsi
am437x-cm-t43.dts
am437x-gp-evm.dts ARM: dts: am437xx: Enable NAND dma prefetch by default 2017-08-14 11:34:24 -07:00
am437x-idk-evm.dts ARM: dts: omap: Add generic compatible string for I2C EEPROM 2017-05-26 08:50:45 -07:00
am437x-sbc-t43.dts
am437x-sk-evm.dts ARM: dts: AM43XX: Remove min and max voltage values for dcdc3 2017-06-06 00:31:41 -07:00
am571x-idk.dts ARM: dts: am571x-idk: Add pinmux configuration for MMC 2017-08-16 07:54:10 -07:00
am572x-idk.dts ARM: dts: am572x-idk: Add pinmux configuration for MMC 2017-08-16 07:54:10 -07:00
am3517_mt_ventoux.dts
am3517-craneboard.dts
am3517-evm.dts
am3517.dtsi
am4372.dtsi
animeo_ip.dts ARM: dts: at91: Switch to the new NAND bindings 2017-05-31 11:55:41 +02:00
arm-realview-eb-11mp-bbrevd-ctrevb.dts
arm-realview-eb-11mp-bbrevd.dts
arm-realview-eb-11mp-ctrevb.dts
arm-realview-eb-11mp.dts
arm-realview-eb-a9mp-bbrevd.dts
arm-realview-eb-a9mp.dts
arm-realview-eb-bbrevd.dts
arm-realview-eb-bbrevd.dtsi
arm-realview-eb-mp.dtsi
arm-realview-eb.dts
arm-realview-eb.dtsi
arm-realview-pb11mp.dts
arm-realview-pb1176.dts
arm-realview-pba8.dts
arm-realview-pbx-a9.dts
arm-realview-pbx.dtsi
armada-38x-solidrun-microsom.dtsi
armada-38x.dtsi ARM: dts: Fix I2C repeated start issue on Armada-38x 2017-10-02 16:21:01 +02:00
armada-39x.dtsi ARM: dts: marvell: fix PCI bus dtc warnings 2017-08-03 14:29:22 +02:00
armada-370-db.dts
armada-370-dlink-dns327l.dts
armada-370-mirabox.dts
armada-370-netgear-rn102.dts
armada-370-netgear-rn104.dts
armada-370-rd.dts
armada-370-seagate-nas-2bay.dts
armada-370-seagate-nas-4bay.dts
armada-370-seagate-nas-xbay.dtsi
armada-370-seagate-personal-cloud-2bay.dts
armada-370-seagate-personal-cloud.dts
armada-370-seagate-personal-cloud.dtsi
armada-370-synology-ds213j.dts
armada-370-xp.dtsi
armada-370.dtsi ARM: dts: marvell: fix PCI bus dtc warnings 2017-08-03 14:29:22 +02:00
armada-375-db.dts
armada-375.dtsi ARM: dts: marvell: fix PCI bus dtc warnings 2017-08-03 14:29:22 +02:00
armada-380.dtsi ARM: dts: marvell: fix PCI bus dtc warnings 2017-08-03 14:29:22 +02:00
armada-385-db-ap.dts ARM: dts: marvell: fix PCI bus dtc warnings 2017-08-03 14:29:22 +02:00
armada-385-linksys-caiman.dts ARM: dts: armada-385-linksys: partition layout is board specific 2017-06-17 08:16:46 +02:00
armada-385-linksys-cobra.dts ARM: dts: armada-385-linksys: partition layout is board specific 2017-06-17 08:16:46 +02:00
armada-385-linksys-rango.dts ARM: dts: mvebu: add support for Linksys WRT3200ACM (Rango) 2017-06-17 08:16:46 +02:00
armada-385-linksys-shelby.dts ARM: dts: armada-385-linksys: partition layout is board specific 2017-06-17 08:16:46 +02:00
armada-385-linksys.dtsi ARM: dts: armada-385-linksys: fixup button node names 2017-06-17 08:16:46 +02:00
armada-385-synology-ds116.dts
armada-385-turris-omnia.dts ARM: dts: marvell: fix PCI bus dtc warnings 2017-08-03 14:29:22 +02:00
armada-385.dtsi ARM: dts: marvell: fix PCI bus dtc warnings 2017-08-03 14:29:22 +02:00
armada-388-clearfog-base.dts
armada-388-clearfog-pro.dts
armada-388-clearfog.dts ARM: dts: marvell: fix PCI bus dtc warnings 2017-08-03 14:29:22 +02:00
armada-388-clearfog.dtsi ARM: dts: marvell: fix PCI bus dtc warnings 2017-08-03 14:29:22 +02:00
armada-388-db.dts ARM: dts: marvell: fix PCI bus dtc warnings 2017-08-03 14:29:22 +02:00
armada-388-gp.dts mvebu dt for 4.14 (part 1) 2017-08-16 23:22:41 +02:00
armada-388-rd.dts ARM: dts: marvell: fix PCI bus dtc warnings 2017-08-03 14:29:22 +02:00
armada-388.dtsi
armada-390-db.dts ARM: dts: marvell: fix PCI bus dtc warnings 2017-08-03 14:29:22 +02:00
armada-390.dtsi
armada-395-gp.dts ARM: dts: marvell: fix PCI bus dtc warnings 2017-08-03 14:29:22 +02:00
armada-395.dtsi
armada-398-db.dts ARM: dts: marvell: fix PCI bus dtc warnings 2017-08-03 14:29:22 +02:00
armada-398.dtsi
armada-xp-98dx3236.dtsi ARM: dts: marvell: fix PCI bus dtc warnings 2017-08-03 14:29:22 +02:00
armada-xp-98dx3336.dtsi
armada-xp-98dx4251.dtsi ARM: dts: mvebu: add missing interrupt to 98dx4251 switch 2017-06-17 08:16:45 +02:00
armada-xp-axpwifiap.dts
armada-xp-db-dxbc2.dts
armada-xp-db-xc3-24g4xg.dts
armada-xp-db.dts ARM: dts: marvell: fix PCI bus dtc warnings 2017-08-03 14:29:22 +02:00
armada-xp-gp.dts ARM: dts: marvell: fix PCI bus dtc warnings 2017-08-03 14:29:22 +02:00
armada-xp-lenovo-ix4-300d.dts
armada-xp-linksys-mamba.dts ARM: dts: armada-xp: Use pwm-fan rather than gpio-fan 2017-06-17 08:16:45 +02:00
armada-xp-matrix.dts
armada-xp-mv78230.dtsi ARM: dts: marvell: fix PCI bus dtc warnings 2017-08-03 14:29:22 +02:00
armada-xp-mv78260.dtsi ARM: dts: marvell: fix PCI bus dtc warnings 2017-08-03 14:29:22 +02:00
armada-xp-mv78460.dtsi ARM: dts: marvell: fix PCI bus dtc warnings 2017-08-03 14:29:22 +02:00
armada-xp-netgear-rn2120.dts
armada-xp-openblocks-ax3-4.dts
armada-xp-synology-ds414.dts
armada-xp.dtsi
armv7-m.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
artpec6-devboard.dts
artpec6.dtsi
aspeed-ast2500-evb.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
aspeed-bmc-opp-palmetto.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
aspeed-bmc-opp-romulus.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
aspeed-g4.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
aspeed-g5.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
at91-ariag25.dts
at91-ariettag25.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
at91-cosino_mega2560.dts
at91-cosino.dtsi ARM: dts: at91: Switch to the new NAND bindings 2017-05-31 11:55:41 +02:00
at91-foxg20.dts
at91-kizbox2.dts ARM: dts: at91: Switch to the new NAND bindings 2017-05-31 11:55:41 +02:00
at91-kizbox.dts ARM: dts: at91: Switch to the new NAND bindings 2017-05-31 11:55:41 +02:00
at91-kizboxmini.dts ARM: dts: at91: Switch to the new NAND bindings 2017-05-31 11:55:41 +02:00
at91-linea.dtsi ARM: dts: at91: Switch to the new NAND bindings 2017-05-31 11:55:41 +02:00
at91-qil_a9260.dts ARM: dts: at91: Switch to the new NAND bindings 2017-05-31 11:55:41 +02:00
at91-sam9_l9260.dts
at91-sama5d2_xplained.dts ARM: dts: at91: sama5d2_xplained: enable ADTRG pin 2017-10-09 15:33:53 +02:00
at91-sama5d3_xplained.dts ARM: dts: at91: Switch to the new NAND bindings 2017-05-31 11:55:41 +02:00
at91-sama5d4_ma5d4.dtsi ARM: dts: at91-sama5d4: use IRQ_TYPE_* to specify irq flags 2017-05-31 11:52:01 +02:00
at91-sama5d4_ma5d4evk.dts
at91-sama5d4_xplained.dts ARM: dts: at91: Switch to the new NAND bindings 2017-05-31 11:55:41 +02:00
at91-sama5d4ek.dts ARM: dts: at91: Switch to the new NAND bindings 2017-05-31 11:55:41 +02:00
at91-sama5d27_som1_ek.dts ARM: dts: at91: sama5d27_som1_ek: fix USB host vbus 2017-09-18 09:58:18 +02:00
at91-sama5d27_som1.dtsi ARM: dts: at91: at91-sama5d27_som1: fix PHY ID 2017-10-09 10:08:25 +02:00
at91-tse850-3.dts ARM: dts: at91: Switch to the new NAND bindings 2017-05-31 11:55:41 +02:00
at91-vinco.dts
at91rm9200_pqfp.dtsi
at91rm9200.dtsi
at91rm9200ek.dts
at91sam9g15.dtsi
at91sam9g15ek.dts
at91sam9g20.dtsi
at91sam9g20ek_2mmc.dts
at91sam9g20ek_common.dtsi ARM: dts: at91: Switch to the new NAND bindings 2017-05-31 11:55:41 +02:00
at91sam9g20ek.dts
at91sam9g25.dtsi
at91sam9g25ek.dts
at91sam9g35.dtsi
at91sam9g35ek.dts
at91sam9g45.dtsi ARM: dts: at91: at91sam9g45: add AC97 2017-08-30 18:30:56 +02:00
at91sam9m10g45ek.dts ARM: dts: at91: at91sam9g45: add AC97 2017-08-30 18:30:56 +02:00
at91sam9n12.dtsi ARM: dts: at91: Switch to the new NAND bindings 2017-05-31 11:55:41 +02:00
at91sam9n12ek.dts ARM: dts: at91: Switch to the new NAND bindings 2017-05-31 11:55:41 +02:00
at91sam9rl.dtsi ARM: dts: at91: Switch to the new NAND bindings 2017-05-31 11:55:41 +02:00
at91sam9rlek.dts ARM: dts: at91: Switch to the new NAND bindings 2017-05-31 11:55:41 +02:00
at91sam9x5_can.dtsi
at91sam9x5_isi.dtsi
at91sam9x5_lcd.dtsi
at91sam9x5_macb0.dtsi
at91sam9x5_macb1.dtsi
at91sam9x5_usart3.dtsi
at91sam9x5.dtsi ARM: dts: at91: Switch to the new NAND bindings 2017-05-31 11:55:41 +02:00
at91sam9x5cm.dtsi ARM: dts: at91: Switch to the new NAND bindings 2017-05-31 11:55:41 +02:00
at91sam9x5dm.dtsi
at91sam9x5ek.dtsi
at91sam9x25.dtsi
at91sam9x25ek.dts
at91sam9x35.dtsi
at91sam9x35ek.dts
at91sam9xe.dtsi
at91sam9260.dtsi ARM: dts: at91: Switch to the new NAND bindings 2017-05-31 11:55:41 +02:00
at91sam9260ek.dts
at91sam9261.dtsi ARM: dts: at91: Switch to the new NAND bindings 2017-05-31 11:55:41 +02:00
at91sam9261ek.dts ARM: dts: at91: Switch to the new NAND bindings 2017-05-31 11:55:41 +02:00
at91sam9263.dtsi ARM: dts: at91: Switch to the new NAND bindings 2017-05-31 11:55:41 +02:00
at91sam9263ek.dts ARM: dts: at91: Switch to the new NAND bindings 2017-05-31 11:55:41 +02:00
atlas6-evb.dts
atlas6.dtsi
atlas7-evb.dts
atlas7.dtsi
axm55xx.dtsi
axm5516-amarillo.dts
axm5516-cpus.dtsi
axp22x.dtsi
axp152.dtsi
axp209.dtsi
axp223.dtsi
axp809.dtsi
bcm9hmidc.dtsi
bcm283x-rpi-smsc9512.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
bcm283x-rpi-smsc9514.dtsi
bcm283x-rpi-usb-host.dtsi
bcm283x-rpi-usb-otg.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
bcm283x.dtsi ARM: dts: bcm283x: Fix console path on RPi3 2017-10-06 13:04:56 -07:00
bcm2835-rpi-a-plus.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
bcm2835-rpi-a.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
bcm2835-rpi-b-plus.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
bcm2835-rpi-b-rev2.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
bcm2835-rpi-b.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
bcm2835-rpi-zero-w.dts ARM: dts: bcm283x: Fix console path on RPi3 2017-10-06 13:04:56 -07:00
bcm2835-rpi-zero.dts ARM: bcm283x: Define UART pinmuxing on board level 2017-08-02 15:17:36 -07:00
bcm2835-rpi.dtsi ARM: bcm283x: Define UART pinmuxing on board level 2017-08-02 15:17:36 -07:00
bcm2835.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
bcm2836-rpi-2-b.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
bcm2836.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
bcm2837-rpi-3-b.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
bcm2837.dtsi ARM: dts: bcm283x: Add 32-bit enable method for SMP 2017-08-14 20:09:44 +02:00
bcm4708-asus-rt-ac56u.dts
bcm4708-asus-rt-ac68u.dts
bcm4708-buffalo-wzr-1750dhp.dts ARM: dts: BCM5301X: Specify USB ports for USB LEDs of few devices 2017-08-07 10:38:54 -07:00
bcm4708-linksys-ea6300-v1.dts
bcm4708-luxul-xap-1510.dts
bcm4708-luxul-xwc-1000.dts
bcm4708-netgear-r6250.dts ARM: dts: BCM5301X: Specify USB ports for USB LEDs of few devices 2017-08-07 10:38:54 -07:00
bcm4708-netgear-r6300-v2.dts
bcm4708-smartrg-sr400ac.dts ARM: dts: BCM5301X: Specify USB ports for USB LEDs of few devices 2017-08-07 10:38:54 -07:00
bcm4708.dtsi
bcm4709-asus-rt-ac87u.dts
bcm4709-buffalo-wxr-1900dhp.dts
bcm4709-linksys-ea9200.dts
bcm4709-netgear-r7000.dts
bcm4709-netgear-r8000.dts
bcm4709-tplink-archer-c9-v1.dts ARM: dts: BCM5301X: Specify USB ports for USB LEDs of few devices 2017-08-07 10:38:54 -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: Specify USB ports for each controller 2017-08-01 18:05:42 -07:00
bcm7445-bcm97445svmb.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
bcm7445.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
bcm11351.dtsi
bcm21664-garnet.dts
bcm21664.dtsi
bcm23550-sparrow.dts
bcm23550.dtsi
bcm28155-ap.dts
bcm47081-asus-rt-n18u.dts
bcm47081-buffalo-wzr-600dhp2.dts
bcm47081-buffalo-wzr-900dhp.dts
bcm47081-luxul-xap-1410.dts
bcm47081-luxul-xwr-1200.dts
bcm47081-tplink-archer-c5-v2.dts ARM: dts: BCM5301X: Specify USB ports for USB LEDs of few devices 2017-08-07 10:38:54 -07:00
bcm47081.dtsi
bcm47094-dlink-dir-885l.dts ARM: dts: BCM5301X: Specify USB ports for USB LEDs of few devices 2017-08-07 10:38:54 -07:00
bcm47094-linksys-panamera.dts
bcm47094-luxul-xwr-3100.dts ARM: dts: BCM5301X: Specify USB ports for USB LEDs of few devices 2017-08-07 10:38:54 -07:00
bcm47094-netgear-r8500.dts
bcm47094.dtsi
bcm47189-tenda-ac9.dts ARM: BCM53573: Specify ports for USB LED for Tenda AC9 2017-08-17 10:18:07 -07:00
bcm53573.dtsi ARM: BCM53573: Specify ports for USB LED for Tenda AC9 2017-08-17 10:18:07 -07:00
bcm59056.dtsi
bcm63138.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
bcm94708.dts
bcm94709.dts
bcm911360_entphn.dts ARM: dts: cygnus: add serial0 alias for uart3 on bcm91130_entphn 2017-08-17 10:13:34 -07:00
bcm911360k.dts
bcm947189acdbmr.dts ARM: dts: BCM53573: Add Broadcom BCM947189ACDBMR board support 2017-08-07 10:39:21 -07:00
bcm953012er.dts
bcm953012hr.dts
bcm953012k.dts
bcm958300k.dts
bcm958305k.dts
bcm958522er.dts ARM: dts: NSP: Add USB3 and USB3 PHY to NSP 2017-08-07 10:32:20 -07:00
bcm958525er.dts ARM: dts: NSP: Add USB3 and USB3 PHY to NSP 2017-08-07 10:32:20 -07:00
bcm958525xmc.dts ARM: dts: NSP: Add USB3 and USB3 PHY to NSP 2017-08-07 10:32:20 -07:00
bcm958622hr.dts ARM: dts: NSP: Add USB3 and USB3 PHY to NSP 2017-08-07 10:32:20 -07:00
bcm958623hr.dts ARM: dts: NSP: Add USB3 and USB3 PHY to NSP 2017-08-07 10:32:20 -07:00
bcm958625hr.dts ARM: dts: NSP: Add USB3 and USB3 PHY to NSP 2017-08-07 10:32:20 -07:00
bcm958625k.dts ARM: dts: NSP: Add USB3 and USB3 PHY to NSP 2017-08-07 10:32:20 -07:00
bcm963138dvt.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
bcm988312hr.dts
bcm-cygnus-clock.dtsi
bcm-cygnus.dtsi ARM: dts: cygnus: Add generic-ehci/ohci nodes 2017-08-17 10:13:39 -07:00
bcm-nsp.dtsi ARM: dts: NSP: Add USB3 and USB3 PHY to NSP 2017-08-07 10:32:20 -07:00
berlin2-sony-nsz-gs7.dts
berlin2.dtsi
berlin2cd-google-chromecast.dts
berlin2cd.dtsi
berlin2q-marvell-dmp.dts
berlin2q.dtsi
cloudengines-pogoplug-series-3.dts
compulab-sb-som.dtsi
cros-adc-thermistors.dtsi
cros-ec-keyboard.dtsi
cros-ec-sbs.dtsi
cx92755_equinox.dts
cx92755.dtsi
da850-enbw-cmc.dts
da850-evm.dts ARM: dts: da850-evm: add serial and ethernet aliases 2017-09-20 13:33:41 +05:30
da850-lcdk.dts ARM: dts: da850-lcdk: drop unused VPIF endpoints 2017-07-27 16:29:44 +05:30
da850-lego-ev3.dts ARM: dts: da850-lego-ev3: Add node for LCD display 2017-08-21 16:45:11 +05:30
da850.dtsi ARM: dts: da850: Add interrupt-controller property to gpio node 2017-05-30 16:17:25 +05:30
dm814x-clocks.dtsi
dm814x.dtsi
dm816x-clocks.dtsi
dm816x.dtsi ARM: dts: dm816x: Correct NAND support nodes 2017-07-05 00:54:36 -07:00
dm8148-evm.dts
dm8148-t410.dts
dm8168-evm.dts ARM: dts: dm816x: Correct the state of the write protect pin 2017-07-05 00:54:45 -07:00
dove-cm-a510.dtsi
dove-cubox-es.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
dove-cubox.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
dove-d2plug.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
dove-d3plug.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
dove-dove-db.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
dove-sbc-a510.dts
dove.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
dra7-dspeve-thermal.dtsi
dra7-evm-common.dtsi ARM: dts: Add support for dra76-evm 2017-08-14 11:34:25 -07:00
dra7-evm.dts ARM: dts: dra7-evm: Add pinmux configuration for MMC 2017-08-16 07:54:08 -07:00
dra7-iva-thermal.dtsi
dra7.dtsi ARM: dts: DRA7: Add pcie1 dt node for EP mode 2017-08-14 11:34:24 -07:00
dra7xx-clocks.dtsi ARM: dts: dra7: Set a default parent to mcasp3_ahclkx_mux 2017-09-19 10:59:26 -07:00
dra62x-clocks.dtsi
dra62x-j5eco-evm.dts
dra62x.dtsi
dra71-evm.dts ARM: arm64: Devicetree updates for v4.14 2017-09-10 20:54:48 -07:00
dra72-evm-common.dtsi ARM: dts: DRA7: Add pcie1 dt node for EP mode 2017-08-14 11:34:24 -07:00
dra72-evm-revc.dts ARM: arm64: Devicetree updates for v4.14 2017-09-10 20:54:48 -07:00
dra72-evm-tps65917.dtsi ARM: dts: omap*: Replace deprecated "vmmc_aux" with "vqmmc" 2017-08-10 09:06:39 -07:00
dra72-evm.dts ARM: dts: dra72-evm: Add pinmux configuration for MMC 2017-08-16 07:54:11 -07:00
dra72x-mmc-iodelay.dtsi ARM: dts: dra72x: Create a common file with MMC/SD IOdelay data 2017-08-16 07:54:07 -07:00
dra72x.dtsi
dra74x-mmc-iodelay.dtsi ARM: dts: dra74x: Create a common file with MMC/SD IOdelay data 2017-08-16 07:54:08 -07:00
dra74x.dtsi
dra76-evm.dts ARM: dts: Add support for dra76-evm 2017-08-14 11:34:25 -07:00
dra76x.dtsi ARM: dts: Add support for dra76x family of devices 2017-08-14 11:34:25 -07:00
ecx-2000.dts
ecx-common.dtsi
efm32gg-dk3750.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
efm32gg.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
elpida_ecb240abacn.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
emev2-kzm9d.dts
emev2.dtsi
ep7209.dtsi
ep7211-edb7211.dts
ep7211.dtsi
ethernut5.dts ARM: dts: at91: Switch to the new NAND bindings 2017-05-31 11:55:41 +02:00
evk-pro3.dts
exynos4-cpu-thermal.dtsi
exynos4.dtsi ARM: dts: exynos: Add clocks to audss block to fix silent hang on Exynos4412 2017-07-27 12:53:15 +02:00
exynos5.dtsi ARM: dts: exynos: Use human-friendly symbols for GIC interrupt properties 2017-06-07 20:56:06 +02:00
exynos54xx-odroidxu-leds.dtsi
exynos54xx.dtsi
exynos3250-artik5-eval.dts ARM: dts: exynos: Remove num-slots from exynos platforms 2017-07-18 07:14:22 +02:00
exynos3250-artik5.dtsi ARM: dts: exynos: Remove num-slots from exynos platforms 2017-07-18 07:14:22 +02:00
exynos3250-monk.dts ARM: dts: exynos: Remove num-slots from exynos platforms 2017-07-18 07:14:22 +02:00
exynos3250-pinctrl.dtsi
exynos3250-rinato.dts ARM: dts: exynos: Remove num-slots from exynos platforms 2017-07-18 07:14:22 +02:00
exynos3250.dtsi
exynos4210-origen.dts ARM: dts: exynos: Use human-friendly symbols for interrupt flags in board sources 2017-06-07 20:51:24 +02:00
exynos4210-pinctrl.dtsi
exynos4210-smdkv310.dts
exynos4210-trats.dts ARM: dts: exynos: Remove the OF graph from DSI node 2017-07-18 07:14:11 +02:00
exynos4210-universal_c210.dts
exynos4210.dtsi
exynos4412-itop-elite.dts
exynos4412-itop-scp-core.dtsi ARM: dts: exynos: Remove num-slots from exynos platforms 2017-07-18 07:14:22 +02:00
exynos4412-odroid-common.dtsi ARM: dts: exynos: Remove num-slots from exynos platforms 2017-07-18 07:14:22 +02:00
exynos4412-odroidu3.dts ARM: dts: exynos: add needs-hpd to &hdmicec for Odroid-U3 2017-06-15 15:16:41 +02:00
exynos4412-odroidx2.dts
exynos4412-odroidx.dts ARM: dts: exynos: Use human-friendly symbols for interrupt flags in board sources 2017-06-07 20:51:24 +02:00
exynos4412-origen.dts ARM: dts: exynos: Remove num-slots from exynos platforms 2017-07-18 07:14:22 +02:00
exynos4412-pinctrl.dtsi
exynos4412-ppmu-common.dtsi
exynos4412-prime.dtsi
exynos4412-smdk4412.dts
exynos4412-tiny4412.dts
exynos4412-tmu-sensor-conf.dtsi
exynos4412-trats2.dts ARM: dts: exynos: Remove num-slots from exynos platforms 2017-07-18 07:14:22 +02:00
exynos4412.dtsi
exynos5250-arndale.dts ARM: dts: exynos: Remove num-slots from exynos platforms 2017-07-18 07:14:22 +02:00
exynos5250-pinctrl.dtsi ARM: dts: exynos: Add HDMI CEC device to Exynos5 SoC family 2017-06-02 17:18:30 +02:00
exynos5250-smdk5250.dts ARM: dts: exynos: Remove num-slots from exynos platforms 2017-07-18 07:14:22 +02:00
exynos5250-snow-common.dtsi ARM: dts: exynos: Remove num-slots from exynos platforms 2017-07-18 07:14:22 +02:00
exynos5250-snow-rev5.dts
exynos5250-snow.dts
exynos5250-spring.dts ARM: dts: exynos: Remove num-slots from exynos platforms 2017-07-18 07:14:22 +02:00
exynos5250.dtsi ARM: dts: exynos: Use human-friendly symbols for GIC interrupt properties 2017-06-07 20:56:06 +02:00
exynos5260-pinctrl.dtsi
exynos5260-xyref5260.dts ARM: dts: exynos: Remove num-slots from exynos platforms 2017-07-18 07:14:22 +02:00
exynos5260.dtsi
exynos5410-odroidxu.dts
exynos5410-pinctrl.dtsi
exynos5410-smdk5410.dts ARM: dts: exynos: Remove num-slots from exynos platforms 2017-07-18 07:14:22 +02:00
exynos5410.dtsi
exynos5420-arndale-octa.dts
exynos5420-cpus.dtsi
exynos5420-peach-pit.dts ARM: dts: exynos: Remove num-slots from exynos platforms 2017-07-18 07:14:22 +02:00
exynos5420-pinctrl.dtsi ARM: dts: exynos: Add HDMI CEC device to Exynos5 SoC family 2017-06-02 17:18:30 +02:00
exynos5420-smdk5420.dts
exynos5420-tmu-sensor-conf.dtsi
exynos5420-trip-points.dtsi
exynos5420.dtsi ARM: dts: exynos: Use human-friendly symbols for GIC interrupt properties 2017-06-07 20:56:06 +02:00
exynos5422-cpus.dtsi
exynos5422-odroidxu3-audio.dtsi ARM: dts: exynos: Use human-friendly symbols for interrupt flags in board sources 2017-06-07 20:51:24 +02:00
exynos5422-odroidxu3-common.dtsi ARM: dts: exynos: add needs-hpd for Odroid-XU3/4 2017-08-23 21:43:29 +02:00
exynos5422-odroidxu3-lite.dts
exynos5422-odroidxu3.dts
exynos5422-odroidxu4.dts
exynos5440-sd5v1.dts
exynos5440-ssdk5440.dts
exynos5440-tmu-sensor-conf.dtsi
exynos5440-trip-points.dtsi
exynos5440.dtsi ARM: dts: exynos: fix PCI bus dtc warnings 2017-07-28 07:49:14 +02:00
exynos5800-peach-pi.dts ARM: dts: exynos: Remove num-slots from exynos platforms 2017-07-18 07:14:22 +02:00
exynos5800.dtsi
exynos-mfc-reserved-memory.dtsi
exynos-syscon-restart.dtsi
ge863-pro3.dtsi ARM: dts: at91: Switch to the new NAND bindings 2017-05-31 11:55:41 +02:00
gemini-dlink-dir-685.dts ARM: dts: gemini: add pin control set-up for the SoC 2017-08-08 14:20:00 +02:00
gemini-nas4220b.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
gemini-rut1xx.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
gemini-sq201.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
gemini-wbd111.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
gemini-wbd222.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
gemini.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
hi3519-demb.dts
hi3519.dtsi
hi3620-hi4511.dts
hi3620.dtsi
highbank.dts
hip01-ca9x2.dts
hip01.dtsi
hip04-d01.dts
hip04.dtsi
hisi-x5hd2-dkb.dts
hisi-x5hd2.dtsi
imx1-ads.dts
imx1-apf9328.dts
imx1-pinfunc.h
imx1.dtsi
imx6dl-apf6dev.dts
imx6dl-aristainetos2_4.dts
imx6dl-aristainetos2_7.dts
imx6dl-aristainetos_4.dts
imx6dl-aristainetos_7.dts
imx6dl-colibri-eval-v3.dts
imx6dl-cubox-i.dts
imx6dl-dfi-fs700-m60.dts
imx6dl-gw51xx.dts
imx6dl-gw52xx.dts ARM: dts: imx: ventana: add ADV1780 analog video decoder 2017-07-16 09:42:13 +08:00
imx6dl-gw53xx.dts ARM: dts: imx: ventana: add ADV1780 analog video decoder 2017-07-16 09:42:13 +08:00
imx6dl-gw54xx.dts ARM: dts: imx: ventana: add ADV1780 analog video decoder 2017-07-16 09:42:13 +08:00
imx6dl-gw551x.dts
imx6dl-gw552x.dts
imx6dl-gw553x.dts
imx6dl-gw560x.dts
imx6dl-gw5903.dts
imx6dl-gw5904.dts
imx6dl-hummingboard.dts
imx6dl-icore-rqs.dts
imx6dl-icore.dts
imx6dl-nit6xlite.dts
imx6dl-nitrogen6x.dts
imx6dl-phytec-pbab01.dts
imx6dl-phytec-pfla02.dtsi
imx6dl-pinfunc.h
imx6dl-rex-basic.dts
imx6dl-riotboard.dts ARM: dts: imx6: RIoTboard provide gpio-line-names 2017-07-25 17:09:14 +08:00
imx6dl-sabreauto.dts
imx6dl-sabrelite.dts ARM: dts: imx6-sabrelite: add OV5642 and OV5640 camera sensors 2017-06-14 23:08:23 +08:00
imx6dl-sabresd.dts ARM: dts: imx6-sabresd: add OV5642 and OV5640 camera sensors 2017-06-14 23:08:27 +08:00
imx6dl-savageboard.dts
imx6dl-ts4900.dts
imx6dl-tx6dl-comtft.dts
imx6dl-tx6s-8034.dts
imx6dl-tx6s-8035.dts
imx6dl-tx6u-81xx-mb7.dts
imx6dl-tx6u-801x.dts
imx6dl-tx6u-811x.dts
imx6dl-tx6u-8033.dts
imx6dl-udoo.dts
imx6dl-wandboard-revb1.dts
imx6dl-wandboard.dts
imx6dl.dtsi ARM: dts: imx6qdl: add capture-subsystem device 2017-06-14 23:07:43 +08:00
imx6q-apalis-eval.dts ARM: dts: imx6q-apalis-eval: add support for Apalis Evaluation Board 2017-08-14 09:29:43 +08:00
imx6q-apalis-ixora-v1.1.dts ARM: dts: imx6: add support for Toradex Ixora V1.1 carrier board 2017-08-14 09:29:40 +08:00
imx6q-apalis-ixora.dts ARM: dts: imx6qdl-apalis: imx6q-apalis-ixora: use i2c from dwc hdmi 2017-08-14 09:29:36 +08:00
imx6q-apf6dev.dts
imx6q-arm2.dts
imx6q-b450v3.dts
imx6q-b650v3.dts
imx6q-b850v3.dts ARM: dts: imx: Correct B850v3 clock assignment 2017-07-16 09:42:14 +08:00
imx6q-ba16.dtsi ARM: dts: imx6: Fix PCI GPIO reset polarity 2017-06-07 11:36:44 +08:00
imx6q-bx50v3.dtsi ARM: dts: imx6q-bx50v3: Enable i2c recovery mechanism 2017-08-14 09:45:13 +08:00
imx6q-cm-fx6.dts ARM: dts: imx6q-cm-fx6: add sdio wifi/bt nodes 2017-06-17 21:17:04 +08:00
imx6q-cubox-i.dts
imx6q-dfi-fs700-m60.dts
imx6q-dmo-edmqmx6.dts ARM: dts: imx6: Fix PCI GPIO reset polarity 2017-06-07 11:36:44 +08:00
imx6q-evi.dts ARM: dts: imx6q-evi: support altera-ps-spi 2017-07-17 17:26:14 +02:00
imx6q-gk802.dts
imx6q-gw51xx.dts
imx6q-gw52xx.dts ARM: dts: imx: ventana: add ADV1780 analog video decoder 2017-07-16 09:42:13 +08:00
imx6q-gw53xx.dts ARM: dts: imx: ventana: add ADV1780 analog video decoder 2017-07-16 09:42:13 +08:00
imx6q-gw54xx.dts ARM: dts: imx: ventana: add ADV1780 analog video decoder 2017-07-16 09:42:13 +08:00
imx6q-gw551x.dts
imx6q-gw552x.dts
imx6q-gw553x.dts
imx6q-gw560x.dts
imx6q-gw5400-a.dts ARM: dts: imx: Fix Ethernet PHY reset polarity 2017-06-05 23:24:13 +08:00
imx6q-gw5903.dts
imx6q-gw5904.dts
imx6q-h100.dts
imx6q-hummingboard.dts
imx6q-icore-ofcap10.dts
imx6q-icore-ofcap12.dts
imx6q-icore-rqs.dts
imx6q-icore.dts
imx6q-marsboard.dts
imx6q-mccmon6.dts
imx6q-nitrogen6_max.dts
imx6q-nitrogen6_som2.dts
imx6q-nitrogen6x.dts
imx6q-novena.dts ARM: dts: imx6: Fix PCI GPIO reset polarity 2017-06-07 11:36:44 +08:00
imx6q-phytec-pbab01.dts
imx6q-phytec-pfla02.dtsi
imx6q-pinfunc.h
imx6q-rex-pro.dts
imx6q-sabreauto.dts
imx6q-sabrelite.dts ARM: dts: imx6-sabrelite: add OV5642 and OV5640 camera sensors 2017-06-14 23:08:23 +08:00
imx6q-sabresd.dts ARM: dts: imx6-sabresd: add OV5642 and OV5640 camera sensors 2017-06-14 23:08:27 +08:00
imx6q-savageboard.dts
imx6q-sbc6x.dts
imx6q-tbs2910.dts
imx6q-ts4900.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.dts
imx6q-tx6q-1110.dts
imx6q-udoo.dts
imx6q-utilite-pro.dts ARM: dts: imx: Add generic compatible string for I2C EEPROM 2017-05-25 15:27:08 +08:00
imx6q-wandboard-revb1.dts
imx6q-wandboard.dts
imx6q-zii-rdu2.dts ARM: dts: imx6: use #include "..." to include local DT 2017-05-25 09:27:11 +08:00
imx6q.dtsi ARM: dts: imx6qdl: add capture-subsystem device 2017-06-14 23:07:43 +08:00
imx6qdl-apalis.dtsi ARM: dts: imx6qdl-apalis: imx6q-apalis-ixora: use i2c from dwc hdmi 2017-08-14 09:29:36 +08:00
imx6qdl-apf6.dtsi
imx6qdl-apf6dev.dtsi ARM: dts: imx6: Fix PCI GPIO reset polarity 2017-06-07 11:36:44 +08:00
imx6qdl-aristainetos2.dtsi ARM: dts: imx6: Fix PCI GPIO reset polarity 2017-06-07 11:36:44 +08:00
imx6qdl-aristainetos.dtsi ARM: dts: imx: Fix Ethernet PHY reset polarity 2017-06-05 23:24:13 +08:00
imx6qdl-colibri.dtsi
imx6qdl-cubox-i.dtsi
imx6qdl-dfi-fs700-m60.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
imx6qdl-gw51xx.dtsi ARM: dts: imx: ventana: add ADV1780 analog video decoder 2017-07-16 09:42:13 +08:00
imx6qdl-gw52xx.dtsi ARM: dts: imx6qdl-gw5xxx: Remove the 'uart-has-rtscts' property 2017-07-25 16:14:27 +08:00
imx6qdl-gw53xx.dtsi ARM: dts: imx6qdl-gw5xxx: Remove the 'uart-has-rtscts' property 2017-07-25 16:14:27 +08:00
imx6qdl-gw54xx.dtsi ARM: dts: imx6qdl-gw5xxx: Remove the 'uart-has-rtscts' property 2017-07-25 16:14:27 +08:00
imx6qdl-gw551x.dtsi
imx6qdl-gw552x.dtsi
imx6qdl-gw553x.dtsi ARM: dts: imx: ventana: add ADV1780 analog video decoder 2017-07-16 09:42:13 +08:00
imx6qdl-gw560x.dtsi
imx6qdl-gw5903.dtsi
imx6qdl-gw5904.dtsi
imx6qdl-hummingboard.dtsi
imx6qdl-icore-rqs.dtsi ARM: dts: imx6qdl-icore-rqs: Remove unneeded 'fsl,mode' property 2017-07-16 09:42:15 +08:00
imx6qdl-icore.dtsi
imx6qdl-microsom-ar8035.dtsi ARM: dts: imx: Fix Ethernet PHY reset polarity 2017-06-05 23:24:13 +08:00
imx6qdl-microsom.dtsi
imx6qdl-nit6xlite.dtsi
imx6qdl-nitrogen6_max.dtsi
imx6qdl-nitrogen6_som2.dtsi ARM: dts: imx6qdl-nitrogen6_som2: fix PCIe reset 2017-08-18 09:40:40 +08:00
imx6qdl-nitrogen6x.dtsi ARM: dts: imx6qdl-nitrogen6x: fix USB PHY reset 2017-07-26 10:39:28 +08:00
imx6qdl-phytec-pbab01.dtsi
imx6qdl-phytec-pfla02.dtsi ARM: dts: imx6: Fix PCI GPIO reset polarity 2017-06-07 11:36:44 +08:00
imx6qdl-rex.dtsi
imx6qdl-sabreauto.dtsi ARM: dts: imx6-sabreauto: add the ADV7180 video decoder 2017-06-14 23:08:41 +08:00
imx6qdl-sabrelite.dtsi ARM: dts: imx6qdl-sabrelite: fix USB PHY reset 2017-07-26 10:39:10 +08:00
imx6qdl-sabresd.dtsi ARM: dts: imx6-sabresd: add OV5642 and OV5640 camera sensors 2017-06-14 23:08:27 +08:00
imx6qdl-savageboard.dtsi
imx6qdl-ts4900.dtsi
imx6qdl-tx6.dtsi ARM: dts: imx: Fix Ethernet PHY reset polarity 2017-06-05 23:24:13 +08:00
imx6qdl-udoo.dtsi
imx6qdl-wandboard-revb1.dtsi
imx6qdl-wandboard-revc1.dtsi
imx6qdl-wandboard.dtsi ARM: dts: imx: Fix Ethernet PHY reset polarity 2017-06-05 23:24:13 +08:00
imx6qdl-zii-rdu2.dtsi ARM: dts: imx6: RDU2: Add Micrel PHY interrupt 2017-07-25 17:05:29 +08:00
imx6qdl.dtsi ARM: dts: imx: update snvs-poweroff mask 2017-07-16 09:42:15 +08:00
imx6qp-nitrogen6_max.dts
imx6qp-nitrogen6_som2.dts
imx6qp-sabreauto.dts
imx6qp-sabresd.dts
imx6qp-zii-rdu2.dts ARM: dts: imx6: use #include "..." to include local DT 2017-05-25 09:27:11 +08:00
imx6qp.dtsi
imx6sl-evk.dts
imx6sl-pinfunc.h
imx6sl-warp.dts
imx6sl.dtsi ARM: dts: imx: update snvs-poweroff mask 2017-07-16 09:42:15 +08:00
imx6sx-nitrogen6sx.dts ARM: dts: imx6: Fix PCI GPIO reset polarity 2017-06-07 11:36:44 +08:00
imx6sx-pinfunc.h
imx6sx-sabreauto.dts
imx6sx-sdb-reva.dts
imx6sx-sdb-sai.dts
imx6sx-sdb.dts The i.MX device tree updates for 4.13: 2017-06-18 23:06:36 -07:00
imx6sx-sdb.dtsi
imx6sx-udoo-neo-basic.dts
imx6sx-udoo-neo-extended.dts
imx6sx-udoo-neo-full.dts
imx6sx-udoo-neo.dtsi
imx6sx.dtsi ARM: dts: imx: update snvs-poweroff mask 2017-07-16 09:42:15 +08:00
imx6ul-14x14-evk.dts ARM: dts: imx6ul-14x14-evk: Remove unrelated pin from ENET group 2017-08-03 09:52:23 +08:00
imx6ul-geam.dts ARM: dts: imx6ul-geam: Add Sound card with codec node 2017-07-16 09:42:13 +08:00
imx6ul-isiot-emmc.dts ARM: dts: imx6ul-isiot: Move common nodes in imx6ul-isiot.dtsi 2017-07-16 09:42:11 +08:00
imx6ul-isiot-nand.dts ARM: dts: imx6ul-isiot: Move common nodes in imx6ul-isiot.dtsi 2017-07-16 09:42:11 +08:00
imx6ul-isiot.dtsi ARM: dts: imx6ul-isiot: Add FEC node support 2017-07-16 09:42:12 +08:00
imx6ul-liteboard.dts ARM: dts: imx6ul-liteboard: Support poweroff 2017-08-05 13:32:20 +08:00
imx6ul-litesom.dtsi
imx6ul-opos6ul.dtsi ARM: dts: imx6: Fix BCM43xx node name 2017-05-22 08:16:47 +08:00
imx6ul-opos6uldev.dts
imx6ul-pico-hobbit.dts
imx6ul-pinfunc.h
imx6ul-tx6ul-0010.dts
imx6ul-tx6ul-0011.dts
imx6ul-tx6ul-mainboard.dts ARM: dts: imx: Fix Ethernet PHY reset polarity 2017-06-05 23:24:13 +08:00
imx6ul-tx6ul.dtsi ARM: dts: imx: Fix Ethernet PHY reset polarity 2017-06-05 23:24:13 +08:00
imx6ul.dtsi ARM: dts: imx: update snvs-poweroff mask 2017-07-16 09:42:15 +08:00
imx6ull-14x14-evk.dts
imx6ull-pinfunc.h
imx6ull.dtsi
imx7-colibri-eval-v3.dtsi
imx7-colibri.dtsi ARM: dts: imx7-colibri: add NAND support 2017-08-03 09:13:15 +08:00
imx7d-cl-som-imx7.dts
imx7d-colibri-eval-v3.dts
imx7d-colibri.dtsi
imx7d-nitrogen7.dts ARM: dts: imx7: Fix typo in watchdog pin name 2017-06-04 11:51:06 +08:00
imx7d-pico.dts ARM: dts: imx7: Fix typo in watchdog pin name 2017-06-04 11:51:06 +08:00
imx7d-pinfunc.h ARM: dts: imx7: Fix typo in watchdog pin name 2017-06-04 11:51:06 +08:00
imx7d-sbc-imx7.dts
imx7d-sdb-sht11.dts
imx7d-sdb.dts ARM: arm64: Devicetree updates for v4.14 2017-09-10 20:54:48 -07:00
imx7d.dtsi ARM: dts: imx7d: Invert legacy PCI irq mapping 2017-10-14 23:32:51 +08:00
imx7s-colibri-eval-v3.dts
imx7s-colibri.dtsi
imx7s-warp.dts ARM: dts: imx7: Fix typo in watchdog pin name 2017-06-04 11:51:06 +08:00
imx7s.dtsi ARM: dts: imx7: add GPMI NAND and APBH DMA 2017-08-03 09:06:44 +08:00
imx7ulp-pinfunc.h dt-bindings: pinctrl: add imx7ulp pinctrl binding doc 2017-08-14 15:01:00 +02:00
imx23-evk.dts
imx23-olinuxino.dts
imx23-pinfunc.h
imx23-sansa.dts ARM: dts: imx23-sansa: Remove 'enable-active-low' property 2017-05-25 15:52:01 +08:00
imx23-stmp378x_devb.dts
imx23-xfi3.dts
imx23.dtsi
imx25-eukrea-cpuimx25.dtsi
imx25-eukrea-mbimxsd25-baseboard-cmo-qvga.dts
imx25-eukrea-mbimxsd25-baseboard-dvi-svga.dts
imx25-eukrea-mbimxsd25-baseboard-dvi-vga.dts
imx25-eukrea-mbimxsd25-baseboard.dts
imx25-karo-tx25.dts ARM: dts: imx: Fix Ethernet PHY reset polarity 2017-06-05 23:24:13 +08:00
imx25-pdk.dts ARM: dts: imx: Fix Ethernet PHY reset polarity 2017-06-05 23:24:13 +08:00
imx25-pinfunc.h
imx25.dtsi ARM: arm64: Devicetree updates for v4.14 2017-09-10 20:54:48 -07:00
imx27-apf27.dts
imx27-apf27dev.dts
imx27-eukrea-cpuimx27.dtsi
imx27-eukrea-mbimxsd27-baseboard.dts
imx27-pdk.dts
imx27-phytec-phycard-s-rdk.dts
imx27-phytec-phycard-s-som.dtsi ARM: dts: imx: Add generic compatible string for I2C EEPROM 2017-05-25 15:27:08 +08:00
imx27-phytec-phycore-rdk.dts
imx27-phytec-phycore-som.dtsi ARM: dts: imx: Add generic compatible string for I2C EEPROM 2017-05-25 15:27:08 +08:00
imx27-pinfunc.h
imx27.dtsi
imx28-apf28.dts
imx28-apf28dev.dts
imx28-apx4devkit.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
imx28-cfa10036.dts
imx28-cfa10037.dts ARM: dts: imx: Fix Ethernet PHY reset polarity 2017-06-05 23:24:13 +08:00
imx28-cfa10049.dts ARM: dts: imx: Fix Ethernet PHY reset polarity 2017-06-05 23:24:13 +08:00
imx28-cfa10055.dts
imx28-cfa10056.dts
imx28-cfa10057.dts ARM: dts: imx: Fix Ethernet PHY reset polarity 2017-06-05 23:24:13 +08:00
imx28-cfa10058.dts ARM: dts: imx: Fix Ethernet PHY reset polarity 2017-06-05 23:24:13 +08:00
imx28-duckbill-2-485.dts
imx28-duckbill-2-enocean.dts
imx28-duckbill-2-spi.dts
imx28-duckbill-2.dts
imx28-duckbill.dts
imx28-eukrea-mbmx28lc.dtsi
imx28-eukrea-mbmx283lc.dts
imx28-eukrea-mbmx287lc.dts ARM: dts: imx: Fix Ethernet PHY reset polarity 2017-06-05 23:24:13 +08:00
imx28-evk.dts ARM: dts: imx: Fix Ethernet PHY reset polarity 2017-06-05 23:24:13 +08:00
imx28-m28.dtsi
imx28-m28cu3.dts ARM: dts: imx: Fix Ethernet PHY reset polarity 2017-06-05 23:24:13 +08:00
imx28-m28evk.dts
imx28-pinfunc.h
imx28-sps1.dts
imx28-tx28.dts
imx28.dtsi
imx31-bug.dts
imx31.dtsi
imx35-eukrea-cpuimx35.dtsi
imx35-eukrea-mbimxsd35-baseboard.dts
imx35-pdk.dts
imx35-pinfunc.h
imx35.dtsi
imx50-evk.dts ARM: dts: imx: Fix Ethernet PHY reset polarity 2017-06-05 23:24:13 +08:00
imx50-pinfunc.h
imx50.dtsi ARM: dts: imx: Fix Ethernet PHY reset polarity 2017-06-05 23:24:13 +08:00
imx51-apf51.dts ARM: dts: imx: Fix Ethernet PHY reset polarity 2017-06-05 23:24:13 +08:00
imx51-apf51dev.dts
imx51-babbage.dts
imx51-digi-connectcore-jsk.dts
imx51-digi-connectcore-som.dtsi
imx51-eukrea-cpuimx51.dtsi
imx51-eukrea-mbimxsd51-baseboard.dts
imx51-pinfunc.h
imx51-ts4800.dts
imx51.dtsi
imx53-ard.dts
imx53-cx9020.dts ARM: dts: imx: add CX9020 Embedded PC device tree 2017-08-05 11:07:52 +08:00
imx53-m53.dtsi
imx53-m53evk.dts
imx53-mba53.dts ARM: dts: imx: Fix Ethernet PHY reset polarity 2017-06-05 23:24:13 +08:00
imx53-pinfunc.h ARM: dts: imx53: add alternative UART2 configuration 2017-08-05 11:07:51 +08:00
imx53-qsb-common.dtsi ARM: dts: imx: Fix Ethernet PHY reset polarity 2017-06-05 23:24:13 +08:00
imx53-qsb.dts
imx53-qsrb.dts
imx53-smd.dts ARM: dts: imx: Fix Ethernet PHY reset polarity 2017-06-05 23:24:13 +08:00
imx53-tqma53.dtsi ARM: dts: imx: Add generic compatible string for I2C EEPROM 2017-05-25 15:27:08 +08:00
imx53-tx53-x03x.dts
imx53-tx53-x13x.dts
imx53-tx53.dtsi ARM: dts: imx: Fix Ethernet PHY reset polarity 2017-06-05 23:24:13 +08:00
imx53-usbarmory.dts
imx53-voipac-bsb.dts
imx53-voipac-dmm-668.dtsi ARM: dts: imx: Fix Ethernet PHY reset polarity 2017-06-05 23:24:13 +08:00
imx53.dtsi ARM: dts: imx53: add srtc node 2017-08-05 11:07:51 +08:00
integrator.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
integratorap.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
integratorcp.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
keystone-clocks.dtsi
keystone-k2e-clocks.dtsi
keystone-k2e-evm.dts ARM: dts: keystone-k2e-evm: Add and enable DSP CMA memory pool 2017-07-30 20:50:06 -07:00
keystone-k2e-netcp.dtsi
keystone-k2e.dtsi ARM: dts: keystone-k2e: Add DSP node 2017-07-30 20:50:05 -07:00
keystone-k2g-evm.dts ARM: dts: keystone-k2g-evm: Add and enable DSP CMA memory pool 2017-08-12 10:58:10 -07:00
keystone-k2g-ice.dts ARM: dts: keystone-k2g-ice: Add and enable DSP CMA memory pool 2017-08-12 10:58:11 -07:00
keystone-k2g.dtsi ARM: dts: keystone-k2g: Add DSP node 2017-08-12 10:58:10 -07:00
keystone-k2hk-clocks.dtsi
keystone-k2hk-evm.dts ARM: dts: keystone-k2hk-evm: Add and enable common DSP CMA memory pool 2017-07-30 20:50:05 -07:00
keystone-k2hk-netcp.dtsi
keystone-k2hk.dtsi ARM: dts: keystone-k2hk: Add DSP nodes 2017-07-30 20:50:05 -07:00
keystone-k2l-clocks.dtsi
keystone-k2l-evm.dts ARM: dts: keystone-k2l-evm: Add and enable common DSP CMA memory pool 2017-07-30 20:50:06 -07:00
keystone-k2l-netcp.dtsi ARM: dts: keystone-k2l: fix broken Ethernet due to disabled OSR 2017-05-26 10:10:50 +02:00
keystone-k2l.dtsi ARM: dts: keystone-k2l: Add DSP nodes 2017-07-30 20:50:05 -07:00
keystone.dtsi
kirkwood-98dx4122.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-6192.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-6281.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-6282.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-b3.dts
kirkwood-blackarmor-nas220.dts
kirkwood-cloudbox.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-d2net.dts
kirkwood-db-88f6281.dts
kirkwood-db-88f6282.dts
kirkwood-db.dtsi
kirkwood-dir665.dts
kirkwood-dns320.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-dns325.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-dnskw.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-dockstar.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-dreamplug.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-ds109.dts
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 License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-guruplug-server-plus.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-ib62x0.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-iconnect.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-iomega_ix2_200.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-is2.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-km_common.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-km_fixedeth.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-km_kirkwood.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-laplug.dts
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 License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-lsxhl.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-lsxl.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-mplcec4.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-mv88f6281gtw-ge.dts
kirkwood-nas2big.dts
kirkwood-net2big.dts
kirkwood-net5big.dts
kirkwood-netgear_readynas_duo_v2.dts
kirkwood-netgear_readynas_nv+_v2.dts
kirkwood-netxbig.dtsi
kirkwood-ns2-common.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-ns2.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-ns2lite.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-ns2max.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-ns2mini.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-nsa3x0-common.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-nsa310.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-nsa310a.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-nsa320.dts
kirkwood-nsa325.dts
kirkwood-openblocks_a6.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-openblocks_a7.dts
kirkwood-openrd-base.dts
kirkwood-openrd-client.dts
kirkwood-openrd-ultimate.dts
kirkwood-openrd.dtsi
kirkwood-pogo_e02.dts
kirkwood-pogoplug-series-4.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-rd88f6192.dts
kirkwood-rd88f6281-a.dts
kirkwood-rd88f6281-z0.dts
kirkwood-rd88f6281.dtsi
kirkwood-rs212.dts
kirkwood-rs409.dts
kirkwood-rs411.dts
kirkwood-sheevaplug-common.dtsi
kirkwood-sheevaplug-esata.dts
kirkwood-sheevaplug.dts
kirkwood-synology.dtsi
kirkwood-t5325.dts
kirkwood-topkick.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-ts219-6281.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-ts219-6282.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-ts219.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kirkwood-ts419-6281.dts
kirkwood-ts419-6282.dts
kirkwood-ts419.dtsi
kirkwood.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
logicpd-som-lv-37xx-devkit.dts
logicpd-som-lv.dtsi
logicpd-torpedo-37xx-devkit.dts ARM: dts: omap3: logicpd-torpedo-37xx-devkit: Fix MMC1 cd-gpio 2017-08-17 09:23:13 -07:00
logicpd-torpedo-som.dtsi ARM: dts: Enable earlycon stdout path for LogicPD torpedo 2017-05-26 08:49:38 -07:00
lpc18xx.dtsi
lpc32xx.dtsi
lpc3250-ea3250.dts
lpc3250-phy3250.dts
lpc4337-ciaa.dts
lpc4350-hitex-eval.dts
lpc4350.dtsi
lpc4357-ea4357-devkit.dts
lpc4357.dtsi
ls1021a-qds.dts
ls1021a-twr.dts
ls1021a.dtsi arm: dts: ls1021a: Share all MSIs 2017-08-31 16:19:13 +01:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
meson6-atv1200.dts ARM: dts: meson: use C preprocessor friendly include syntax 2017-06-16 12:07:09 -07:00
meson6.dtsi ARM: dts: meson6: use stable UART bindings 2017-08-08 14:49:12 -07:00
meson8-minix-neo-x8.dts
meson8.dtsi ARM: dts: meson: mark the clock controller also as reset controller 2017-08-01 12:33:47 -07:00
meson8b-mxq.dts
meson8b-odroidc1.dts
meson8b.dtsi ARM: dts: meson: mark the clock controller also as reset controller 2017-08-01 12:33:47 -07:00
meson.dtsi ARM: dts: meson6: use stable UART bindings 2017-08-08 14:49:12 -07:00
mmp2-brownstone.dts
mmp2.dtsi
motorola-cpcap-mapphone.dtsi ARM: dts: motorola-cpcap-mapphone: set initial mode for vaudio 2017-08-14 11:34:24 -07:00
moxart-uc7112lx.dts
moxart.dtsi ARM: dts: fix PCLK name on Gemini and MOXA ART 2017-10-19 17:45:22 +02:00
mpa1600.dts
mps2-an385.dts
mps2-an399.dts
mps2.dtsi
mt2701-evb.dts arm: dts: mediatek: Add audio driver node for MT2701 2017-06-07 10:47:25 +02:00
mt2701-pinfunc.h
mt2701.dtsi arm: dts: mediatek: add larbid property for larb 2017-08-04 16:25:09 +02:00
mt6323.dtsi arm: dts: mt7623: add mt6323.dtsi file 2017-07-31 13:31:28 +02:00
mt6580-evbp1.dts
mt6580.dtsi
mt6589-aquaris5.dts
mt6589.dtsi
mt6592-evb.dts
mt6592.dtsi
mt7623.dtsi arm: dts: mt7623: cleanup binding file 2017-08-14 17:17:02 +02:00
mt7623n-bananapi-bpi-r2.dts arm: dts: mt7623: cleanup binding file 2017-08-14 17:17:02 +02:00
mt7623n-rfb-nand.dts arm: dts: mt7623: cleanup binding file 2017-08-14 17:17:02 +02:00
mt7623n-rfb.dtsi arm: dts: mt7623: cleanup binding file 2017-08-14 17:17:02 +02:00
mt8127-moose.dts
mt8127.dtsi
mt8135-evbp1.dts
mt8135-pinfunc.h
mt8135.dtsi
mvebu-linkstation-fan.dtsi
mvebu-linkstation-gpio-simple.dtsi
mxs-pinfunc.h
nspire-classic.dtsi
nspire-clp.dts
nspire-cx.dts
nspire-tp.dts
nspire.dtsi
omap2.dtsi
omap3-beagle-xm-ab.dts
omap3-beagle-xm.dts ARM: dts: omap*: Replace deprecated "vmmc_aux" with "vqmmc" 2017-08-10 09:06:39 -07:00
omap3-beagle.dts ARM: dts: omap*: Replace deprecated "vmmc_aux" with "vqmmc" 2017-08-10 09:06:39 -07:00
omap3-cm-t3x30.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
omap3-cm-t3x.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
omap3-cm-t3517.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
omap3-cm-t3530.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
omap3-cm-t3730.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
omap3-cpu-thermal.dtsi
omap3-devkit8000-common.dtsi ARM: dts: omap*: Replace deprecated "vmmc_aux" with "vqmmc" 2017-08-10 09:06:39 -07:00
omap3-devkit8000-lcd43.dts
omap3-devkit8000-lcd70.dts
omap3-devkit8000-lcd-common.dtsi
omap3-devkit8000.dts
omap3-evm-37xx.dts ARM: dts: Configure USB host for 37xx-evm 2017-05-26 08:52:27 -07:00
omap3-evm-common.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
omap3-evm.dts
omap3-gta04.dtsi Device tree changes for omaps for v4.13 merge window. 2017-06-18 18:56:35 -07:00
omap3-gta04a3.dts
omap3-gta04a4.dts
omap3-gta04a5.dts
omap3-ha-common.dtsi
omap3-ha-lcd.dts
omap3-ha.dts
omap3-igep0020-common.dtsi
omap3-igep0020-rev-f.dts
omap3-igep0020.dts
omap3-igep0030-common.dtsi
omap3-igep0030-rev-g.dts
omap3-igep0030.dts
omap3-igep.dtsi
omap3-ldp.dts
omap3-lilly-a83x.dtsi
omap3-lilly-dbb056.dts
omap3-n9.dts
omap3-n900.dts ARM: dts: nokia n900: drop unneeded/undocumented parts of the dts 2017-09-19 10:39:19 -07:00
omap3-n950-n9.dtsi as3645a: Use integer numbers for parsing LEDs 2017-09-23 21:17:12 +02:00
omap3-n950.dts
omap3-overo-alto35-common.dtsi
omap3-overo-alto35.dts
omap3-overo-base.dtsi ARM: dts: omap*: Replace deprecated "vmmc_aux" with "vqmmc" 2017-08-10 09:06:39 -07:00
omap3-overo-chestnut43-common.dtsi
omap3-overo-chestnut43.dts
omap3-overo-common-dvi.dtsi
omap3-overo-common-lcd35.dtsi
omap3-overo-common-lcd43.dtsi
omap3-overo-common-peripherals.dtsi
omap3-overo-gallop43-common.dtsi
omap3-overo-gallop43.dts
omap3-overo-palo35-common.dtsi
omap3-overo-palo35.dts
omap3-overo-palo43-common.dtsi
omap3-overo-palo43.dts
omap3-overo-storm-alto35.dts
omap3-overo-storm-chestnut43.dts
omap3-overo-storm-gallop43.dts
omap3-overo-storm-palo35.dts
omap3-overo-storm-palo43.dts
omap3-overo-storm-summit.dts
omap3-overo-storm-tobi.dts
omap3-overo-storm-tobiduo.dts
omap3-overo-storm.dtsi
omap3-overo-summit-common.dtsi
omap3-overo-summit.dts
omap3-overo-tobi-common.dtsi
omap3-overo-tobi.dts
omap3-overo-tobiduo-common.dtsi
omap3-overo-tobiduo.dts
omap3-overo.dtsi
omap3-pandora-1ghz.dts
omap3-pandora-600mhz.dts
omap3-pandora-common.dtsi
omap3-panel-sharp-ls037v7dw01.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
omap3-sb-t35.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
omap3-sbc-t3517.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
omap3-sbc-t3530.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
omap3-sbc-t3730.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
omap3-sniper.dts
omap3-tao3530.dtsi ARM: dts: omap*: Replace deprecated "vmmc_aux" with "vqmmc" 2017-08-10 09:06:39 -07:00
omap3-thunder.dts
omap3-zoom3.dts ARM: dts: omap*: Replace deprecated "vmmc_aux" with "vqmmc" 2017-08-10 09:06:39 -07:00
omap3.dtsi ARM: dts: omap3: Remove needless interrupt-parent property 2017-08-14 11:34:24 -07:00
omap3xxx-clocks.dtsi
omap4-cpu-thermal.dtsi
omap4-droid4-xt894.dts ARM: dts: omap4-droid4: Add vibrator 2017-08-14 11:34:24 -07:00
omap4-duovero-parlor.dts ARM: dts: Disable HDMI CEC internal pull-ups 2017-08-14 11:34:23 -07:00
omap4-duovero.dtsi ARM: dts: Enable earlycon stdout path for duovero 2017-05-26 08:49:20 -07:00
omap4-kc1.dts
omap4-panda-a4.dts
omap4-panda-common.dtsi ARM: dts: Disable HDMI CEC internal pull-ups 2017-08-14 11:34:23 -07:00
omap4-panda-es.dts
omap4-panda.dts
omap4-sdp-es23plus.dts ARM: dts: Disable HDMI CEC internal pull-ups 2017-08-14 11:34:23 -07:00
omap4-sdp.dts ARM: dts: Disable HDMI CEC internal pull-ups 2017-08-14 11:34:23 -07:00
omap4-var-dvk-om44.dts
omap4-var-om44customboard.dtsi ARM: dts: Disable HDMI CEC internal pull-ups 2017-08-14 11:34:23 -07:00
omap4-var-som-om44-wlan.dtsi
omap4-var-som-om44.dtsi ARM: dts: omap: Add generic compatible string for I2C EEPROM 2017-05-26 08:50:45 -07:00
omap4-var-stk-om44.dts
omap4.dtsi ARM: dts: omap4: add SHAM node 2017-06-14 00:46:01 -07:00
omap5-board-common.dtsi ARM: dts: Disable HDMI CEC internal pull-ups 2017-08-14 11:34:23 -07:00
omap5-cm-t54.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
omap5-core-thermal.dtsi
omap5-gpu-thermal.dtsi
omap5-igep0050.dts
omap5-sbc-t54.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
omap5-uevm.dts
omap5.dtsi
omap24xx-clocks.dtsi
omap34xx-omap36xx-clocks.dtsi
omap34xx.dtsi
omap36xx-am35xx-omap3430es2plus-clocks.dtsi
omap36xx-clocks.dtsi
omap36xx-omap3430es2plus-clocks.dtsi
omap36xx.dtsi
omap44xx-clocks.dtsi ARM: dts: omap4.dtsi: remove aes[12]_fck 2017-06-14 00:45:43 -07:00
omap54xx-clocks.dtsi ARM: dts: omap54xx-clocks: Set IVA DPLL and its output clock rates 2017-06-12 03:04:23 -07:00
omap443x-clocks.dtsi
omap443x.dtsi
omap446x-clocks.dtsi
omap2420-clocks.dtsi
omap2420-h4.dts
omap2420-n8x0-common.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
omap2420-n800.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
omap2420-n810-wimax.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
omap2420-n810.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
omap2420.dtsi
omap2430-clocks.dtsi
omap2430-sdp.dts
omap2430.dtsi
omap3430-sdp.dts ARM: dts: omap*: Replace deprecated "vmmc_aux" with "vqmmc" 2017-08-10 09:06:39 -07:00
omap3430es1-clocks.dtsi
omap4460.dtsi
omap-gpmc-smsc911x.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
omap-gpmc-smsc9221.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
omap-zoom-common.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
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-guitar-bb-rev-b.dts ARM: dts: Add Actions Semi S500 and LeMaker Guitar 2017-06-19 03:57:35 +02:00
owl-s500-guitar.dtsi ARM: dts: Add Actions Semi S500 and LeMaker Guitar 2017-06-19 03:57:35 +02:00
owl-s500.dtsi ARM: dts: owl-s500: Add SPS node 2017-06-19 18:36:44 +02:00
ox810se.dtsi
ox820.dtsi
picoxcell-pc3x2.dtsi
picoxcell-pc3x3.dtsi
picoxcell-pc7302-pc3x2.dts
picoxcell-pc7302-pc3x3.dts
pm9g45.dts ARM: dts: at91: Switch to the new NAND bindings 2017-05-31 11:55:41 +02:00
prima2-evb.dts
prima2.dtsi
pxa2xx.dtsi
pxa3xx.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
pxa25x.dtsi ARM: pxa: Use - instead of @ for DT OPP entries 2017-06-21 14:09:52 +02:00
pxa27x.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
pxa168-aspenite.dts
pxa168.dtsi
pxa910-dkb.dts
pxa910.dtsi
qcom-apq8060-dragonboard.dts ARM: dts: add core I2C devices to the APQ8060 Dragonboard 2017-06-13 12:23:57 -04:00
qcom-apq8064-arrow-sd-600eval-pins.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
qcom-apq8064-arrow-sd-600eval.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
qcom-apq8064-asus-nexus7-flo.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
qcom-apq8064-cm-qs600.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
qcom-apq8064-ifc6410.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
qcom-apq8064-pins.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
qcom-apq8064-sony-xperia-yuga.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
qcom-apq8064-v2.0.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
qcom-apq8064.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
qcom-apq8074-dragonboard.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
qcom-apq8084-ifc6540.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
qcom-apq8084-mtp.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
qcom-apq8084.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
qcom-ipq4019-ap.dk01.1-c1.dts
qcom-ipq4019-ap.dk01.1.dtsi ARM: dts: qcom: add and enable both wifi blocks on the IPQ4019 2017-08-08 14:53:12 -05:00
qcom-ipq4019.dtsi ARM: dts: qcom: add and enable both wifi blocks on the IPQ4019 2017-08-08 14:53:12 -05:00
qcom-ipq8064-ap148.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
qcom-ipq8064-v1.0.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
qcom-ipq8064.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
qcom-mdm9615-wp8548-mangoh-green.dts
qcom-mdm9615-wp8548.dtsi
qcom-mdm9615.dtsi
qcom-msm8660-surf.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
qcom-msm8660.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
qcom-msm8960-cdp.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
qcom-msm8960.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
qcom-msm8974-lge-nexus5-hammerhead.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
qcom-msm8974-sony-xperia-honami.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
qcom-msm8974.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
qcom-pm8841.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
qcom-pm8941.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
qcom-pma8084.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
r7s72100-genmai.dts ARM: dts: genmai: Add ethernet pin group 2017-07-31 17:09:56 +02:00
r7s72100-gr-peach.dts ARM: dts: r7s72100: Add support for GR-Peach 2017-06-12 11:18:22 +02:00
r7s72100-rskrza1.dts ARM: dts: rskrza1: Add LED0 pin support 2017-07-31 17:10:11 +02:00
r7s72100.dtsi ARM: dts: r7s72100: Add pin controller node 2017-07-31 17:09:40 +02:00
r8a73a4-ape6evm.dts
r8a73a4.dtsi
r8a77xx-aa104xd12-panel.dtsi
r8a77xx-aa121td01-panel.dtsi
r8a7740-armadillo800eva.dts ARM: dts: armadillo800eva: Split LCD mux and gpio 2017-06-08 15:44:55 +02:00
r8a7740.dtsi
r8a7743-iwg20d-q7.dts ARM: dts: iwg20d-q7: Add Ethernet AVB support 2017-07-27 16:28:34 +02:00
r8a7743-iwg20m.dtsi ARM: dts: iwg20m: Correct indentation of mmcif0 properties 2017-07-31 17:10:14 +02:00
r8a7743-sk-rzg1m.dts ARM: dts: sk-rzg1m: add Ether pins 2017-07-27 16:28:32 +02:00
r8a7743.dtsi ARM: dts: r8a7743: Add OPP table for frequency scaling 2017-08-17 10:33:01 +02:00
r8a7745-sk-rzg1e.dts ARM: dts: sk-rzg1e: add Ether pins 2017-08-15 18:00:17 +02:00
r8a7745.dtsi ARM: dts: r8a7745: add PFC support 2017-08-15 17:59:41 +02:00
r8a7778-bockw.dts
r8a7778.dtsi
r8a7779-marzen.dts
r8a7779.dtsi
r8a7790-lager.dts
r8a7790.dtsi ARM: dts: r8a7790: Use R-Car SATA Gen2 fallback compat string 2017-08-17 11:02:50 +02:00
r8a7791-koelsch.dts ARM: dts: koelsch: Add CEC clock for HDMI transmitter 2017-08-17 10:13:05 +02:00
r8a7791-porter.dts
r8a7791.dtsi ARM: dts: r8a7791: Use R-Car SATA Gen2 fallback compat string 2017-08-17 11:02:51 +02:00
r8a7792-blanche.dts
r8a7792-wheat.dts
r8a7792.dtsi ARM: dts: r8a7792: Reserve SRAM for the SMP jump stub 2017-07-27 16:28:38 +02:00
r8a7793-gose.dts ARM: dts: gose: add composite video input 2017-06-12 11:18:26 +02:00
r8a7793.dtsi ARM: dts: r8a7793: Reserve SRAM for the SMP jump stub 2017-07-27 16:28:38 +02:00
r8a7794-alt.dts
r8a7794-silk.dts
r8a7794.dtsi ARM: dts: r8a7794: Use R-Car Gen 2 fallback binding for vin nodes 2017-07-27 17:39:13 +02:00
rk3xxx.dtsi
rk322x.dtsi ARM: dts: rockchip: add rk322x iommu nodes 2017-08-21 23:16:36 +02:00
rk3036-evb.dts
rk3036-kylin.dts ARM: dts: rockchip: remove num-slots from all platforms 2017-07-16 17:08:58 +02:00
rk3036.dtsi ARM: dts: rockchip: remove num-slots from all platforms 2017-07-16 17:08:58 +02:00
rk3066a-bqcurie2.dts ARM: dts: rockchip: remove num-slots from all platforms 2017-07-16 17:08:58 +02:00
rk3066a-marsboard.dts
rk3066a-mk808.dts ARM: dts: rockchip: remove num-slots from all platforms 2017-07-16 17:08:58 +02:00
rk3066a-rayeager.dts ARM: dts: rockchip: remove num-slots from all platforms 2017-07-16 17:08:58 +02:00
rk3066a.dtsi
rk3188-px3-evb.dts ARM: dts: rockchip: remove num-slots from all platforms 2017-07-16 17:08:58 +02:00
rk3188-radxarock.dts ARM: dts: rockchip: remove num-slots from all platforms 2017-07-16 17:08:58 +02:00
rk3188.dtsi
rk3228-evb.dts ARM: dts: rk3228-evb: Fix the compiling error 2017-08-27 17:04:23 -07:00
rk3229-evb.dts ARM: dts: rockchip: add gpio power-key for rk3229-evb 2017-07-16 17:08:58 +02:00
rk3229.dtsi ARM: dts: rockchip: add basic dtsi file for RK3229 SoC 2017-07-16 17:08:58 +02:00
rk3288-evb-act8846.dts
rk3288-evb-rk808.dts
rk3288-evb.dtsi ARM: dts: rockchip: convert rk3288 device tree files to 64 bits 2017-08-06 12:54:04 +02:00
rk3288-fennec.dts ARM: dts: rockchip: convert rk3288 device tree files to 64 bits 2017-08-06 12:54:04 +02:00
rk3288-firefly-beta.dts
rk3288-firefly-reload-core.dtsi ARM: dts: rockchip: convert rk3288 device tree files to 64 bits 2017-08-06 12:54:04 +02:00
rk3288-firefly-reload.dts ARM: dts: rockchip: remove num-slots from all platforms 2017-07-16 17:08:58 +02:00
rk3288-firefly.dts
rk3288-firefly.dtsi ARM: dts: rockchip: convert rk3288 device tree files to 64 bits 2017-08-06 12:54:04 +02:00
rk3288-miqi.dts ARM: dts: rockchip: convert rk3288 device tree files to 64 bits 2017-08-06 12:54:04 +02:00
rk3288-phycore-rdk.dts ARM: dts: rockchip: remove num-slots from all platforms 2017-07-16 17:08:58 +02:00
rk3288-phycore-som.dtsi ARM: dts: rockchip: convert rk3288 device tree files to 64 bits 2017-08-06 12:54:04 +02:00
rk3288-popmetal.dts ARM: dts: rockchip: convert rk3288 device tree files to 64 bits 2017-08-06 12:54:04 +02:00
rk3288-r89.dts ARM: dts: rockchip: convert rk3288 device tree files to 64 bits 2017-08-06 12:54:04 +02:00
rk3288-rock2-som.dtsi ARM: dts: rockchip: convert rk3288 device tree files to 64 bits 2017-08-06 12:54:04 +02:00
rk3288-rock2-square.dts ARM: dts: rockchip: remove num-slots from all platforms 2017-07-16 17:08:58 +02:00
rk3288-tinker.dts ARM: dts: rockchip: convert rk3288 device tree files to 64 bits 2017-08-06 12:54:04 +02:00
rk3288-veyron-analog-audio.dtsi
rk3288-veyron-brain.dts
rk3288-veyron-chromebook.dtsi
rk3288-veyron-jaq.dts
rk3288-veyron-jerry.dts
rk3288-veyron-mickey.dts
rk3288-veyron-minnie.dts
rk3288-veyron-pinky.dts
rk3288-veyron-sdmmc.dtsi ARM: dts: rockchip: remove num-slots from all platforms 2017-07-16 17:08:58 +02:00
rk3288-veyron-speedy.dts
rk3288-veyron.dtsi ARM: dts: rockchip: convert rk3288 device tree files to 64 bits 2017-08-06 12:54:04 +02:00
rk3288.dtsi A lot of attention for the rv1108 soc targetted at media-processing 2017-08-24 15:49:06 +02:00
rv1108-evb.dts ARM: dts: rockchip: enable usb for rv1108-evb 2017-08-23 09:24:51 +02:00
rv1108.dtsi ARM: dts: rockchip: add usb nodes for rv1108 SoCs 2017-08-23 09:24:04 +02:00
s3c24xx.dtsi
s3c64xx-pinctrl.dtsi
s3c64xx.dtsi
s3c2416-pinctrl.dtsi
s3c2416-smdk2416.dts
s3c2416.dtsi
s3c6400.dtsi
s3c6410-mini6410.dts
s3c6410-smdk6410.dts
s3c6410.dtsi
s5pv210-aquila.dts
s5pv210-goni.dts
s5pv210-pinctrl.dtsi
s5pv210-smdkc110.dts
s5pv210-smdkv210.dts
s5pv210-torbreck.dts
s5pv210.dtsi
sama5d2-pinfunc.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
sama5d2.dtsi ARM: dts: at91: sama5d2: add ADC hw trigger edge type 2017-10-09 15:34:22 +02:00
sama5d3_can.dtsi
sama5d3_emac.dtsi
sama5d3_gmac.dtsi
sama5d3_lcd.dtsi
sama5d3_mci2.dtsi
sama5d3_tcb1.dtsi
sama5d3_uart.dtsi
sama5d3.dtsi ARM: dts: at91: Switch to the new NAND bindings 2017-05-31 11:55:41 +02:00
sama5d3xcm_cmp.dtsi ARM: dts: at91: Switch to the new NAND bindings 2017-05-31 11:55:41 +02:00
sama5d3xcm.dtsi ARM: dts: at91: Add the NOR flash available on sama5d3 dev kits 2017-05-31 11:56:14 +02:00
sama5d3xdm.dtsi
sama5d3xmb_cmp.dtsi
sama5d3xmb_emac.dtsi
sama5d3xmb_gmac.dtsi
sama5d3xmb.dtsi
sama5d4.dtsi ARM: dts: at91: Switch to the new NAND bindings 2017-05-31 11:55:41 +02:00
sama5d31.dtsi
sama5d31ek.dts
sama5d33.dtsi
sama5d33ek.dts
sama5d34.dtsi
sama5d34ek.dts
sama5d35.dtsi
sama5d35ek.dts
sama5d36.dtsi
sama5d36ek_cmp.dts
sama5d36ek.dts
samsung_k3pe0e000b.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
sh73a0-kzm9g.dts
sh73a0.dtsi
skeleton64.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
skeleton.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
socfpga_arria5_socdk.dts
socfpga_arria5.dtsi
socfpga_arria10_socdk_nand.dts
socfpga_arria10_socdk_qspi.dts
socfpga_arria10_socdk_sdmmc.dts
socfpga_arria10_socdk.dtsi ARM: dts: socfpga: set the i2c frequency 2017-06-23 09:29:13 -05:00
socfpga_arria10.dtsi
socfpga_cyclone5_de0_sockit.dts ARM: dts: socfpga: set the i2c frequency 2017-06-23 09:29:13 -05:00
socfpga_cyclone5_mcv.dtsi
socfpga_cyclone5_mcvevk.dts ARM: dts: socfpga: set the i2c frequency 2017-06-23 09:29:13 -05:00
socfpga_cyclone5_socdk.dts
socfpga_cyclone5_sockit.dts
socfpga_cyclone5_socrates.dts
socfpga_cyclone5_sodia.dts
socfpga_cyclone5_vining_fpga.dts ARM: dts: socfpga: Add second ethernet alias to VINING FPGA 2017-06-23 09:29:12 -05:00
socfpga_cyclone5.dtsi
socfpga_vt.dts
socfpga.dtsi ARM: dts: socfpga: Fix the ethernet clock phandle 2017-06-23 09:29:08 -05:00
spear3xx.dtsi
spear13xx.dtsi
spear300-evb.dts
spear300.dtsi
spear310-evb.dts
spear310.dtsi
spear320-evb.dts
spear320-hmi.dts
spear320.dtsi
spear600-evb.dts
spear600.dtsi
spear1310-evb.dts
spear1310.dtsi ARM: dts: spear13xx: fix PCI bus dtc warnings 2017-08-18 23:16:12 +02:00
spear1340-evb.dts
spear1340.dtsi ARM: dts: spear13xx: fix PCI bus dtc warnings 2017-08-18 23:16:12 +02:00
st-pincfg.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
ste-ccu8540-pinctrl.dtsi
ste-ccu8540.dts
ste-ccu9540.dts
ste-dbx5x0.dtsi ARM: dts: augment Ux500 to use DT cpufreq 2017-08-22 15:29:15 +02:00
ste-href-ab8500.dtsi
ste-href-ab8505.dtsi
ste-href-family-pinctrl.dtsi
ste-href-stuib.dtsi
ste-href-tvk1281618.dtsi
ste-href.dtsi
ste-hrefprev60-stuib.dts
ste-hrefprev60-tvk.dts
ste-hrefprev60.dtsi ARM: ux500: Add vendor prefix to tps61052 node 2017-07-18 08:27:46 +01:00
ste-hrefv60plus-stuib.dts
ste-hrefv60plus-tvk.dts
ste-hrefv60plus.dtsi
ste-nomadik-nhk15.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
ste-nomadik-pinctrl.dtsi
ste-nomadik-s8815.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
ste-nomadik-stn8815.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
ste-snowball.dts
ste-u300.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
stih407-b2120.dts
stih407-clock.dtsi
stih407-family.dtsi
stih407-pinctrl.dtsi
stih407.dtsi
stih410-b2120.dts
stih410-b2260.dts
stih410-clock.dtsi
stih410-pinctrl.dtsi
stih410.dtsi
stih418-b2199.dts
stih418-clock.dtsi
stih418.dtsi
stihxxx-b2120.dtsi
stm32f4-pinctrl.dtsi ARM: dts: stm32: use right pinctrl compatible for stm32f469 2017-10-04 15:34:48 +02:00
stm32f429-disco.dts ARM: dts: stm32: use right pinctrl compatible for stm32f469 2017-10-04 15:34:48 +02:00
stm32f429-pinctrl.dtsi ARM: dts: stm32: use right pinctrl compatible for stm32f469 2017-10-04 15:34:48 +02:00
stm32f429.dtsi ARM: dts: stm32: use right pinctrl compatible for stm32f469 2017-10-04 15:34:48 +02:00
stm32f469-disco.dts ARM: dts: stm32: use right pinctrl compatible for stm32f469 2017-10-04 15:34:48 +02:00
stm32f469-pinctrl.dtsi ARM: dts: stm32: use right pinctrl compatible for stm32f469 2017-10-04 15:34:48 +02:00
stm32f746-disco.dts ARM: dts: stm32: add stm32f769I & stm32f746 discovery board support 2017-06-07 14:28:54 +02:00
stm32f746.dtsi ARM: dts: stm32: Add DMA support for STM32F746 SoC 2017-07-28 09:37:23 +02:00
stm32f769-disco.dts ARM: dts: stm32: enable CEC for stm32f769 discovery 2017-07-26 18:14:44 +02:00
stm32h743-pinctrl.dtsi ARM: dts: stm32: Add usart2_pins on stm32h743 2017-06-09 16:38:31 +02:00
stm32h743.dtsi ARM: dts: stm32: Add DMA support for STM32H743 SoC 2017-07-28 09:51:23 +02:00
stm32h743i-disco.dts ARM: dts: stm32: Add stm32h743i-disco board 2017-06-09 16:38:42 +02:00
stm32h743i-eval.dts ARM: dts: stm32: enable ADC on stm32h743i-eval board 2017-07-27 09:15:49 +02:00
stm32429i-eval.dts ARM: dts: stm32: use right pinctrl compatible for stm32f469 2017-10-04 15:34:48 +02:00
stm32746g-eval.dts
sun4i-a10-a1000.dts
sun4i-a10-ba10-tvbox.dts
sun4i-a10-chuwi-v7-cw0825.dts
sun4i-a10-cubieboard.dts ARM: sun4i: a10: cubieboard: Enable AXP209's ACIN power supply 2017-05-29 08:51:33 +02:00
sun4i-a10-dserve-dsrv9703c.dts
sun4i-a10-gemei-g9.dts
sun4i-a10-hackberry.dts
sun4i-a10-hyundai-a7hd.dts
sun4i-a10-inet1.dts
sun4i-a10-inet9f-rev03.dts
sun4i-a10-inet97fv2.dts
sun4i-a10-itead-iteaduino-plus.dts
sun4i-a10-jesurun-q5.dts
sun4i-a10-marsboard.dts
sun4i-a10-mini-xplus.dts
sun4i-a10-mk802.dts
sun4i-a10-mk802ii.dts
sun4i-a10-olinuxino-lime.dts
sun4i-a10-pcduino2.dts
sun4i-a10-pcduino.dts
sun4i-a10-pov-protab2-ips9.dts
sun4i-a10.dtsi
sun5i-a10s-auxtek-t003.dts
sun5i-a10s-auxtek-t004.dts
sun5i-a10s-mk802.dts
sun5i-a10s-olinuxino-micro.dts
sun5i-a10s-r7-tv-dongle.dts
sun5i-a10s-wobo-i5.dts
sun5i-a10s.dtsi
sun5i-a13-difrnce-dit4350.dts
sun5i-a13-empire-electronix-d709.dts
sun5i-a13-empire-electronix-m712.dts
sun5i-a13-hsg-h702.dts
sun5i-a13-inet-98v-rev2.dts
sun5i-a13-licheepi-one.dts
sun5i-a13-olinuxino-micro.dts
sun5i-a13-olinuxino.dts
sun5i-a13-q8-tablet.dts
sun5i-a13-utoo-p66.dts
sun5i-a13.dtsi
sun5i-gr8-chip-pro.dts
sun5i-gr8-evb.dts
sun5i-gr8.dtsi
sun5i-r8-chip.dts
sun5i-r8.dtsi
sun5i-reference-design-tablet.dtsi
sun5i.dtsi ARM: sun5i: add a cryptographic engine node 2017-06-07 15:27:37 +02:00
sun6i-a31-app4-evb1.dts
sun6i-a31-colombus.dts
sun6i-a31-hummingbird.dts ARM: sun6i: a31: hummingbird: Enable AXP221's ACIN power supply 2017-05-29 08:51:36 +02:00
sun6i-a31-i7.dts
sun6i-a31-m9.dts
sun6i-a31-mele-a1000g-quad.dts
sun6i-a31.dtsi ARM: dts: sun6i: Fix endpoint IDs in second display pipeline 2017-09-17 12:03:59 +02:00
sun6i-a31s-colorfly-e708-q1.dts
sun6i-a31s-cs908.dts
sun6i-a31s-inet-q972.dts
sun6i-a31s-primo81.dts ARM: sun6i: a31s: primo81: Enable battery power supply 2017-06-14 21:27:19 +02:00
sun6i-a31s-sina31s-core.dtsi
sun6i-a31s-sina31s.dts
sun6i-a31s-sinovoip-bpi-m2.dts ARM: dts: sunxi: Fix BCM43xx node name 2017-05-22 09:18:07 +02:00
sun6i-a31s-yones-toptech-bs1078-v2.dts
sun6i-a31s.dtsi
sun6i-reference-design-tablet.dtsi
sun7i-a20-bananapi-m1-plus.dts ARM: sun7i: a20: bananapi-m1-plus: Enable AXP209's ACIN power supply 2017-05-29 08:51:28 +02:00
sun7i-a20-bananapi.dts
sun7i-a20-bananapro.dts ARM: dts: sunxi: Fix BCM43xx node name 2017-05-22 09:18:07 +02:00
sun7i-a20-cubieboard2.dts ARM: sun7i: a20: cubieboard2: Enable AXP209's ACIN power supply 2017-05-29 08:51:24 +02:00
sun7i-a20-cubietruck.dts ARM: dts: sun7i: enable battery power supply subnode on cubietruck 2017-08-05 22:06:58 +08:00
sun7i-a20-hummingbird.dts
sun7i-a20-i12-tvbox.dts ARM: dts: sunxi: Fix BCM43xx node name 2017-05-22 09:18:07 +02:00
sun7i-a20-icnova-swac.dts
sun7i-a20-itead-ibox.dts
sun7i-a20-lamobo-r1.dts
sun7i-a20-m3.dts
sun7i-a20-mk808c.dts
sun7i-a20-olimex-som-evb.dts
sun7i-a20-olinuxino-lime2-emmc.dts
sun7i-a20-olinuxino-lime2.dts
sun7i-a20-olinuxino-lime.dts
sun7i-a20-olinuxino-micro.dts
sun7i-a20-orangepi-mini.dts
sun7i-a20-orangepi.dts
sun7i-a20-pcduino3-nano.dts
sun7i-a20-pcduino3.dts
sun7i-a20-wexler-tab7200.dts
sun7i-a20-wits-pro-a20-dkt.dts ARM: dts: sunxi: Fix BCM43xx node name 2017-05-22 09:18:07 +02:00
sun7i-a20.dtsi ARM: dts: sunxi: add SoC specific compatibles for the crypto nodes 2017-06-07 15:27:37 +02:00
sun8i-a23-a33.dtsi ARM: dts: sun8i: a23/a33: Use new sun6i-a31-r-intc compatible for NMI/R_INTC 2017-08-05 22:06:58 +08:00
sun8i-a23-evb.dts
sun8i-a23-gt90h-v4.dts
sun8i-a23-inet86dz.dts
sun8i-a23-ippo-q8h-v1.2.dts
sun8i-a23-ippo-q8h-v5.dts
sun8i-a23-polaroid-mid2407pxe03.dts
sun8i-a23-polaroid-mid2809pxe04.dts
sun8i-a23-q8-tablet.dts
sun8i-a23.dtsi
sun8i-a33-et-q8-v1.6.dts
sun8i-a33-ga10h-v1.1.dts
sun8i-a33-inet-d978-rev2.dts
sun8i-a33-ippo-q8h-v1.2.dts
sun8i-a33-olinuxino.dts
sun8i-a33-q8-tablet.dts
sun8i-a33-sinlinx-sina33.dts
sun8i-a33.dtsi
sun8i-a83t-allwinner-h8homlet-v2.dts ARM: sun8i: a83t: h8homlet-v2: Enable USB ports 2017-08-19 00:25:25 +08:00
sun8i-a83t-bananapi-m3.dts ARM: sun8i: a83t: Add device tree for Sinovoip Bananapi BPI-M3 2017-08-19 11:13:25 +08:00
sun8i-a83t-cubietruck-plus.dts ARM: sun8i: a83t: cubietruck-plus: Enable onboard USB peripherals 2017-08-19 00:25:24 +08:00
sun8i-a83t.dtsi ARM: sun8i: a83t: Add device node for USB OTG controller 2017-08-19 00:25:23 +08:00
sun8i-h2-plus-orangepi-zero.dts arm: dts: sunxi: Revert EMAC changes 2017-08-28 11:11:24 +02:00
sun8i-h3-bananapi-m2-plus.dts arm: dts: sunxi: Revert EMAC changes 2017-08-28 11:11:24 +02:00
sun8i-h3-beelink-x2.dts Revert "ARM: dts: sun8i: h3: Enable dwmac-sun8i on the Beelink X2" 2017-08-28 10:56:32 +02:00
sun8i-h3-nanopi-m1-plus.dts ARM: dts: sun8i: h3: Add initial NanoPi M1 Plus support 2017-05-31 21:33:05 +02:00
sun8i-h3-nanopi-m1.dts
sun8i-h3-nanopi-neo-air.dts
sun8i-h3-nanopi-neo.dts arm: dts: sunxi: Revert EMAC changes 2017-08-28 11:11:24 +02:00
sun8i-h3-nanopi.dtsi
sun8i-h3-orangepi-2.dts arm: dts: sunxi: Revert EMAC changes 2017-08-28 11:11:24 +02:00
sun8i-h3-orangepi-lite.dts
sun8i-h3-orangepi-one.dts arm: dts: sunxi: Revert EMAC changes 2017-08-28 11:11:24 +02:00
sun8i-h3-orangepi-pc-plus.dts arm: dts: sunxi: Revert EMAC changes 2017-08-28 11:11:24 +02:00
sun8i-h3-orangepi-pc.dts arm: dts: sunxi: Revert EMAC changes 2017-08-28 11:11:24 +02:00
sun8i-h3-orangepi-plus2e.dts arm: dts: sunxi: Revert EMAC changes 2017-08-28 11:11:24 +02:00
sun8i-h3-orangepi-plus.dts arm: dts: sunxi: Revert EMAC changes 2017-08-28 11:11:24 +02:00
sun8i-h3.dtsi
sun8i-q8-common.dtsi
sun8i-r16-bananapi-m2m.dts ARM: dts: sun8i: Add BananaPI M2-Magic DTS 2017-08-05 22:06:58 +08:00
sun8i-r16-parrot.dts
sun8i-reference-design-tablet.dtsi
sun8i-v3s-licheepi-zero-dock.dts
sun8i-v3s-licheepi-zero.dts
sun8i-v3s.dtsi ARM: sun8i: v3s: add device nodes for DE2 display pipeline 2017-06-07 15:27:37 +02:00
sun9i-a80-cubieboard4.dts
sun9i-a80-optimus.dts
sun9i-a80.dtsi
sunxi-common-regulators.dtsi
sunxi-h3-h5.dtsi arm: dts: sunxi: Revert EMAC changes 2017-08-28 11:11:24 +02:00
sunxi-itead-core-common.dtsi
sunxi-reference-design-tablet.dtsi
tango4-common.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tango4-smp8758.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tango4-vantage-1172.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tegra20-colibri-512.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tegra20-harmony.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tegra20-iris-512.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tegra20-medcom-wide.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tegra20-paz00.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tegra20-plutux.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tegra20-seaboard.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tegra20-tamonten.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tegra20-tec.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tegra20-trimslice.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tegra20-ventana.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tegra20.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tegra30-apalis-eval.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tegra30-apalis.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tegra30-beaver.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tegra30-cardhu-a02.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tegra30-cardhu-a04.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tegra30-cardhu.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tegra30-colibri-eval-v3.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tegra30-colibri.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tegra30.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tegra114-dalmore.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tegra114-roth.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tegra114-tn7.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tegra114.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tegra124-apalis-emc.dtsi
tegra124-apalis-eval.dts ARM: dts: tegra: fix PCI bus dtc warnings 2017-06-13 16:49:57 +02:00
tegra124-apalis.dtsi ARM: dts: tegra: fix PCI bus dtc warnings 2017-06-13 16:49:57 +02:00
tegra124-jetson-tk1-emc.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tegra124-jetson-tk1.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tegra124-nyan-big-emc.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tegra124-nyan-big.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tegra124-nyan-blaze-emc.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tegra124-nyan-blaze.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tegra124-nyan.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tegra124-venice2.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tegra124.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tny_a9g20.dts
tny_a9260_common.dtsi ARM: dts: at91: Switch to the new NAND bindings 2017-05-31 11:55:41 +02:00
tny_a9260.dts
tny_a9263.dts ARM: dts: at91: Switch to the new NAND bindings 2017-05-31 11:55:41 +02:00
tps6507x.dtsi
tps65217.dtsi ARM: dts: tps65217: Add power button interrupt to the common tps65217.dtsi file 2017-08-10 09:24:07 -07:00
tps65910.dtsi
twl4030_omap3.dtsi
twl4030.dtsi ARM: dts: twl4030: Add missing madc reference for bci subnode 2017-06-06 00:23:22 -07:00
twl6030_omap4.dtsi
twl6030.dtsi
uniphier-ld4-ref.dts ARM: dts: uniphier: add Denali NAND controller node 2017-08-16 01:47:01 +09:00
uniphier-ld4.dtsi ARM: dts: uniphier: add AIDET nodes 2017-08-28 23:58:48 +09:00
uniphier-ld6b-ref.dts ARM: dts: uniphier: add Denali NAND controller node 2017-08-16 01:47:01 +09:00
uniphier-ld6b.dtsi ARM: dts: uniphier use #include instead of /include/ 2017-08-16 01:46:54 +09:00
uniphier-pinctrl.dtsi ARM: dts: uniphier: add pinctrl groups of ethernet phy mode 2017-08-29 00:00:43 +09:00
uniphier-pro4-ace.dts ARM: dts: uniphier use #include instead of /include/ 2017-08-16 01:46:54 +09:00
uniphier-pro4-ref.dts ARM: dts: uniphier: add Denali NAND controller node 2017-08-16 01:47:01 +09:00
uniphier-pro4-sanji.dts ARM: dts: uniphier use #include instead of /include/ 2017-08-16 01:46:54 +09:00
uniphier-pro4.dtsi ARM: dts: uniphier: add AIDET nodes 2017-08-28 23:58:48 +09:00
uniphier-pro5.dtsi ARM: dts: uniphier: fix size of sdctrl nodes 2017-08-28 23:58:48 +09:00
uniphier-pxs2-gentil.dts ARM: dts: uniphier use #include instead of /include/ 2017-08-16 01:46:54 +09:00
uniphier-pxs2-vodka.dts ARM: dts: uniphier use #include instead of /include/ 2017-08-16 01:46:54 +09:00
uniphier-pxs2.dtsi ARM: dts: uniphier: fix size of sdctrl nodes 2017-08-28 23:58:48 +09:00
uniphier-ref-daughter.dtsi ARM: dts: uniphier: use SPDX-License-Identifier 2017-06-06 09:22:59 +09:00
uniphier-sld8-ref.dts ARM: dts: uniphier: add Denali NAND controller node 2017-08-16 01:47:01 +09:00
uniphier-sld8.dtsi ARM: dts: uniphier: add AIDET nodes 2017-08-28 23:58:48 +09:00
uniphier-support-card.dtsi ARM: dts: uniphier: use SPDX-License-Identifier 2017-06-06 09:22:59 +09:00
usb_a9g20_common.dtsi
usb_a9g20_lpw.dts
usb_a9g20-dab-mmx.dtsi
usb_a9g20.dts
usb_a9260_common.dtsi ARM: dts: at91: Switch to the new NAND bindings 2017-05-31 11:55:41 +02:00
usb_a9260.dts
usb_a9263.dts ARM: dts: at91: Switch to the new NAND bindings 2017-05-31 11:55:41 +02:00
versatile-ab.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
versatile-pb.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
vexpress-v2m-rs1.dtsi
vexpress-v2m.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
vexpress-v2p-ca5s.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
vexpress-v2p-ca9.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
vexpress-v2p-ca15_a7.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
vexpress-v2p-ca15-tc1.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
vf500-colibri-eval-v3.dts
vf500-colibri.dtsi
vf500.dtsi
vf610-colibri-eval-v3.dts
vf610-colibri.dtsi
vf610-cosmic.dts
vf610-pinfunc.h
vf610-twr.dts
vf610-zii-dev-rev-b.dts ARM: dts: vf610-zii: Add switch eeprom-length properties 2017-05-27 16:09:30 +08:00
vf610-zii-dev-rev-c.dts
vf610-zii-dev.dtsi
vf610.dtsi
vf610m4-colibri.dts
vf610m4-cosmic.dts
vf610m4.dtsi
vf-colibri-eval-v3.dtsi
vf-colibri.dtsi
vfxxx.dtsi
vt8500-bv07.dts
vt8500.dtsi
wd-mbwe.dts
wm8505-ref.dts
wm8505.dtsi
wm8650-mid.dts
wm8650.dtsi
wm8750-apc8750.dts
wm8750.dtsi
wm8850-w70v2.dts
wm8850.dtsi
xenvm-4.2.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
zx296702-ad1.dts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
zx296702.dtsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
zynq-7000.dtsi arm: zynq: Label whole PL part as fpga_full region 2017-08-21 13:52:49 +02:00
zynq-microzed.dts
zynq-parallella.dts arm: zynq: Remove earlycon from bootargs 2017-08-21 13:54:42 +02:00
zynq-zc702.dts arm: zynq: Remove earlycon from bootargs 2017-08-21 13:54:42 +02:00
zynq-zc706.dts arm: zynq: Remove earlycon from bootargs 2017-08-21 13:54:42 +02:00
zynq-zed.dts arm: zynq: Remove earlycon from bootargs 2017-08-21 13:54:42 +02:00
zynq-zybo.dts arm: zynq: Remove earlycon from bootargs 2017-08-21 13:54:42 +02:00