alistair23-linux/arch/arm/boot/dts
Linus Torvalds bc9d8c20ff This is the big bulk of pin control changes for the
v4.4 kernel development cycle:
 
 Infrastructure:
 - Doug Anderson wrote a patch adding an "init" state
   different from the "default" state for pin control
   state handling in the core framework. This is applied
   before the driver's probe() call if defined and takes
   precedence over "default". If both are defined, "init"
   will be applied *before* probe() and "default" will be
   applied *after* probe().
 
 Significant subdriver improvements:
 - SH PFC is switched to getting GPIO ranges from the
   device tree ranges property on DT platforms.
 - Got rid of CONFIG_ARCH_SHMOBILE_LEGACY, we are all
   modernized.
 - Got rid of SH PFC hardcoded IRQ numbers.
 - Allwinner sunxi external interrupt through the "r"
   controller.
 - Moved the Cygnus driver to use DT-provided GPIO
   ranges.
 
 New drivers:
 - Atmel PIO4 pin controller for the SAMA4D2 family
 
 New subdrivers:
 - Rockchip RK3036 subdriver
 - Renesas SH PFC R8A7795 subdriver
 - Allwinner sunxi A83T PIO subdriver
 - Freescale i.MX7d iomux lpsr subdriver
 - Marvell Berlin BG4CT subdriver
 - SiRF Atlas 7 step B SoC subdriver
 - Intel Broxton SoC subdriver
 
 Apart from this, the usual slew if syntactic and semantic
 fixes.
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1
 
 iQIcBAABAgAGBQJWNzaFAAoJEEEQszewGV1zth0QAIWBhrEFeZNw3yewSwtawBin
 Q+5hxxld7YWeYykK/phRw+nru+tRmRKd72uZbiA/OHDFmXdlF7ecQC+D2ByAT/a3
 /d61BPtuT0tzmiZTmYSdbivBZzXjs9UrbEsGe2MXgf2WJuzZU/2EiQwCxklDfiX6
 BWa0lcL9+ikVRh53xGoEps/5KVOkXSlPDq/twXp6Trd6B1k+opPqKHf7UNxb0BvK
 0QoNPDYBTb93Z9iIItQdAGNCD/JMllywpUcqK+tPdQoRdrqlAcdRlUdXI7rdtvGw
 O3O2/MTBrGI7pxCNxBPGi9+niM6qtLrwKeQx8iIe0ieTIrUCCdg3vftUXctxXHkC
 +GxKLQGO/aMqW/4O8J+voAOD5HiGc+heoJsQEWoysoooWos/IxVJiiCKy5RNTk7g
 ECbzQvu7kbwTnwNXbxAc5ocdwhQ6HpJe2X2S52zTpDscfK8HcOow0hmf9m2EI4hV
 ikf47WJQIN9zunJloiJ3oZveK0Eytx1hH/47gcFRwr0KV/DK0KngvxnPWlB2nzlc
 pggkVnkHXczCyqBfDhZomILnTK2aDt6RKUZhz4w1s8ezK2EDn8Vvt3Qm7wOIeWvR
 xiY7XVoO+AYOywuFsbNxkt28Y8h5yQxu/AV6/rYSn+NYCZcLxKbcrVEiY2N6ecCA
 x74epIdnjA8F7S3Xp14q
 =0t3B
 -----END PGP SIGNATURE-----

Merge tag 'pinctrl-v4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl

Pull pin control updates from Linus Walleij:
 "This is the big bulk of pin control changes for the v4.4 kernel
  development cycle.  Development pace is high in pin control again this
  merge window.  28 contributors, 83 patches.

  It hits a few sites outside the pin control subsystem:

   - Device tree bindings in Documentation (as usual)
   - MAINTAINERS
   - drivers/base/* for the "init" state handling by Doug Anderson.
     This has been ACKed by Greg.
   - drivers/usb/renesas_usbhs/rcar2.c, for a dependent Renesas change
     in the USB subsystem.  This has been ACKed by both Greg and Felipe.
   - arch/arm/boot/dts/sama5d2.dtsi - this should ideally have gone
     through the ARM SoC tree but ended up here.

  This time I am using Geert Uytterhoeven as submaintainer for SH PFC
  since the are three-four people working in parallel with new Renesas
  ASICs.

  Summary of changes:

  Infrastructure:

   - Doug Anderson wrote a patch adding an "init" state different from
     the "default" state for pin control state handling in the core
     framework.  This is applied before the driver's probe() call if
     defined and takes precedence over "default".  If both are defined,
     "init" will be applied *before* probe() and "default" will be
     applied *after* probe().

  Significant subdriver improvements:

   - SH PFC is switched to getting GPIO ranges from the device tree
     ranges property on DT platforms.
   - Got rid of CONFIG_ARCH_SHMOBILE_LEGACY, we are all modernized.
   - Got rid of SH PFC hardcoded IRQ numbers.
   - Allwinner sunxi external interrupt through the "r" controller.
   - Moved the Cygnus driver to use DT-provided GPIO ranges.

  New drivers:

   - Atmel PIO4 pin controller for the SAMA4D2 family

  New subdrivers:

   - Rockchip RK3036 subdriver
   - Renesas SH PFC R8A7795 subdriver
   - Allwinner sunxi A83T PIO subdriver
   - Freescale i.MX7d iomux lpsr subdriver
   - Marvell Berlin BG4CT subdriver
   - SiRF Atlas 7 step B SoC subdriver
   - Intel Broxton SoC subdriver

  Apart from this, the usual slew if syntactic and semantic fixes"

* tag 'pinctrl-v4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl: (81 commits)
  pinctrl: pinconf: remove needless loop
  pinctrl: uniphier: guard uniphier directory with CONFIG_PINCTRL_UNIPHIER
  pinctrl: zynq: fix UTF-8 errors
  pinctrl: zynq: Initialize early
  pinctrl: at91: add missing of_node_put
  pinctrl: tegra-xusb: Correct lane mux options
  pinctrl: intel: Add Intel Broxton pin controller support
  pinctrl: intel: Allow requesting pins which are in ACPI mode as GPIOs
  pinctrl: intel: Add support for multiple GPIO chips sharing the interrupt
  drivers/pinctrl: Add the concept of an "init" state
  pinctrl: uniphier: set input-enable before pin-muxing
  pinctrl: cygnus: Add new compatible string for gpio controller driver
  pinctrl: cygnus: Remove GPIO to Pinctrl pin mapping from driver
  pinctrl: cygnus: Optional DT property to support pin mappings
  pinctrl: sunxi: Add irq pinmuxing to sun6i "r" pincontroller
  pinctrl: sunxi: Fix irq_of_xlate for the r_pio pinctrl block
  pinctrl: sh-pfc: Remove obsolete r8a7778 platform_device_id entry
  pinctrl: sh-pfc: Remove obsolete r8a7779 platform_device_id entry
  pinctrl: sh-pfc: Stop including <linux/platform_data/gpio-rcar.h>
  usb: renesas_usbhs: Remove unneeded #include <linux/platform_data/gpio-rcar.h>
  ...
2015-11-02 12:30:39 -08:00
..
include
aks-cdu.dts
alphascale-asm9260-devkit.dts
alphascale-asm9260.dtsi
alpine-db.dts
alpine.dtsi
am33xx-clocks.dtsi
am33xx.dtsi Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next 2015-09-03 08:08:17 -07:00
am35xx-clocks.dtsi
am43x-epos-evm.dts ARM: dts: am43xx-epos-evm: Enable analog audio via simple-card 2015-07-14 04:25:51 -07:00
am43xx-clocks.dtsi ARM: dts: AM437X: add dpll_clksel_mac_clk node 2015-07-31 12:13:18 +03:00
am57xx-beagle-x15.dts ARM: dts: am57xx-beagle-x15: set VDD_SD to always-on 2015-10-12 16:16:34 -07:00
am335x-baltos-ir5221.dts
am335x-base0033.dts
am335x-bone-common.dtsi
am335x-bone.dts
am335x-boneblack.dts ARM: dts: am335x-boneblack: Use new binding for HDMI 2015-07-14 04:15:10 -07:00
am335x-chiliboard.dts
am335x-chilisom.dtsi
am335x-evm.dts ARM: dts: am335x-evm: Switch using simple-audio-card for audio support 2015-07-14 04:28:25 -07:00
am335x-evmsk.dts ARM: dts: am335x-evmsk: Switch using simple-audio-card for audio support 2015-07-14 04:27:34 -07:00
am335x-igep0033.dtsi
am335x-lxm.dts
am335x-nano.dts
am335x-pepper.dts ARM: dts: Correct audio input route & set mic bias for am335x-pepper 2015-07-15 03:03:01 -07:00
am335x-phycore-som.dtsi ARM: dts: am335x-phycore-som: Fix mpu voltage 2015-09-14 12:13:38 -07:00
am335x-sl50.dts
am335x-wega-rdk.dts ARM: dts: Add phyBOARD-WEGA-AM335x rdk 2015-07-21 03:58:26 -07:00
am335x-wega.dtsi ARM: dts: Add phyBOARD-WEGA-AM335x rdk 2015-07-21 03:58:26 -07:00
am437x-gp-evm.dts ARM: dts: AM437x: Add the internal and external clock nodes for rtc 2015-09-05 19:37:20 +02:00
am437x-idk-evm.dts ARM: dts: AM437x: Add the internal and external clock nodes for rtc 2015-09-05 19:37:20 +02:00
am437x-sk-evm.dts ARM: dts: AM437x: Add the internal and external clock nodes for rtc 2015-09-05 19:37:20 +02:00
am3517-craneboard.dts
am3517-evm.dts
am3517.dtsi
am3517_mt_ventoux.dts
am4372.dtsi ARM: dts: AM437x: Add the internal and external clock nodes for rtc 2015-09-05 19:37:20 +02:00
animeo_ip.dts
arm-realview-pb1176.dts
armada-38x.dtsi
armada-39x.dtsi
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-synology-ds213j.dts
armada-370-xp.dtsi
armada-370.dtsi
armada-375-db.dts
armada-375.dtsi
armada-380.dtsi
armada-385-db-ap.dts ARM: mvebu: correct a385-db-ap compatible string 2015-10-15 08:25:09 +02:00
armada-385-linksys-caiman.dts
armada-385-linksys-cobra.dts
armada-385-linksys.dtsi
armada-385.dtsi
armada-388-db.dts
armada-388-gp.dts
armada-388-rd.dts
armada-388.dtsi
armada-390.dtsi
armada-398-db.dts
armada-398.dtsi
armada-xp-axpwifiap.dts
armada-xp-db.dts
armada-xp-gp.dts
armada-xp-lenovo-ix4-300d.dts
armada-xp-linksys-mamba.dts
armada-xp-matrix.dts
armada-xp-mv78230.dtsi
armada-xp-mv78260.dtsi
armada-xp-mv78460.dtsi
armada-xp-netgear-rn2120.dts
armada-xp-openblocks-ax3-4.dts
armada-xp-synology-ds414.dts
armada-xp.dtsi
armv7-m.dtsi
at91-ariag25.dts
at91-ariettag25.dts
at91-cosino.dtsi
at91-cosino_mega2560.dts
at91-foxg20.dts
at91-kizbox.dts
at91-kizbox2.dts
at91-kizboxmini.dts
at91-qil_a9260.dts
at91-sama5d2_xplained.dts ARM: at91/dt: add minimal sama5d2 Xplained board 2015-07-30 18:44:44 +02:00
at91-sama5d3_xplained.dts
at91-sama5d4_xplained.dts ARM: at91/dt: sama5d4: move ADC pinctrl to board device trees 2015-07-28 09:35:10 +02:00
at91-sama5d4ek.dts ARM: at91/dt: sama5d4: move ADC pinctrl to board device trees 2015-07-28 09:35:10 +02:00
at91rm9200.dtsi ARM: at91/dt: at91rm9200: use slow clock where necessary 2015-08-07 11:57:41 +02:00
at91rm9200_pqfp.dtsi
at91rm9200ek.dts
at91sam9g15.dtsi ARM: at91/dt: include lcd dtsi in at91sam9x5 dtsis 2015-08-07 17:33:06 +02:00
at91sam9g15ek.dts ARM: at91/dt: enable lcd support for at91sam9x5 SoCs 2015-08-07 17:33:47 +02:00
at91sam9g20.dtsi
at91sam9g20ek.dts
at91sam9g20ek_2mmc.dts
at91sam9g20ek_common.dtsi
at91sam9g25.dtsi
at91sam9g25ek.dts
at91sam9g35.dtsi ARM: at91/dt: include lcd dtsi in at91sam9x5 dtsis 2015-08-07 17:33:06 +02:00
at91sam9g35ek.dts ARM: at91/dt: enable lcd support for at91sam9x5 SoCs 2015-08-07 17:33:47 +02:00
at91sam9g45.dtsi ARM: at91/dt: at91sam9g45: use slow clock where necessary 2015-08-07 11:58:26 +02:00
at91sam9m10g45ek.dts ARM: at91/dt: add isi & ov2640 dt nodes for at91sam9m10g45ek board 2015-07-30 14:09:21 +02:00
at91sam9n12.dtsi ARM: at91/dt: add drm support for at91sam9n12ek 2015-08-07 17:33:53 +02:00
at91sam9n12ek.dts ARM: at91/dt: add drm support for at91sam9n12ek 2015-08-07 17:33:53 +02:00
at91sam9rl.dtsi ARM: at91/dt: at91sam9rl: use slow clock where necessary 2015-08-07 11:58:35 +02:00
at91sam9rlek.dts
at91sam9x5.dtsi ARM: at91/dt: at91sam9x5: use slow clock where necessary 2015-08-07 11:58:40 +02:00
at91sam9x5_can.dtsi
at91sam9x5_isi.dtsi
at91sam9x5_lcd.dtsi ARM: at91/dt: define hlcdc node in at91sam9x5_lcd.dtsi 2015-08-07 17:32:45 +02:00
at91sam9x5_macb0.dtsi
at91sam9x5_macb1.dtsi
at91sam9x5_usart3.dtsi
at91sam9x5cm.dtsi
at91sam9x5dm.dtsi ARM: at91/dt: at91sam9x5dm: add QT1070 touch button controller 2015-08-07 17:33:54 +02:00
at91sam9x5ek.dtsi
at91sam9x25.dtsi
at91sam9x25ek.dts
at91sam9x35.dtsi ARM: at91/dt: include lcd dtsi in at91sam9x5 dtsis 2015-08-07 17:33:06 +02:00
at91sam9x35ek.dts ARM: at91/dt: enable lcd support for at91sam9x5 SoCs 2015-08-07 17:33:47 +02:00
at91sam9xe.dtsi
at91sam9260.dtsi ARM: at91/dt: at91sam9260: use slow clock where necessary 2015-08-07 11:57:47 +02:00
at91sam9261.dtsi ARM: at91/dt: at91sam9261: use slow clock where necessary 2015-08-07 11:58:16 +02:00
at91sam9261ek.dts
at91sam9263.dtsi ARM: at91/dt: at91sam9263: use slow clock where necessary 2015-08-07 11:58:21 +02:00
at91sam9263ek.dts
atlas6-evb.dts
atlas6.dtsi
atlas7-evb.dts ARM: dts: atlas7: add a GPIO key for rearview button 2015-08-05 22:44:21 +08:00
atlas7.dtsi ARM: dts: atlas7: put pinctl property to get pinmux for NAND 2015-08-05 22:44:21 +08:00
axm55xx.dtsi
axm5516-amarillo.dts
axm5516-cpus.dtsi
axp152.dtsi
axp209.dtsi
bcm-cygnus-clock.dtsi
bcm-cygnus.dtsi
bcm2835-rpi-b-plus.dts
bcm2835-rpi-b.dts
bcm2835-rpi.dtsi ARM: bcm2835: Add the firmware driver information to the RPi DT 2015-08-11 16:56:32 +01:00
bcm2835.dtsi
bcm4708-asus-rt-ac56u.dts
bcm4708-asus-rt-ac68u.dts
bcm4708-buffalo-wzr-1750dhp.dts
bcm4708-luxul-xwc-1000.dts
bcm4708-netgear-r6250.dts
bcm4708-netgear-r6300-v2.dts
bcm4708-smartrg-sr400ac.dts
bcm4708.dtsi
bcm4709-asus-rt-ac87u.dts
bcm4709-buffalo-wxr-1900dhp.dts
bcm4709-netgear-r8000.dts
bcm5301x-nand-cs0-bch8.dtsi
bcm5301x.dtsi ARM: BCM5301X: Add profiling support 2015-08-11 15:17:24 +02:00
bcm7445-bcm97445svmb.dts
bcm7445.dtsi ARM: dts: brcmstb: add BCM7445 GPIO nodes 2015-08-11 15:17:24 +02:00
bcm11351.dtsi
bcm21664-garnet.dts
bcm21664.dtsi
bcm28155-ap.dts
bcm47081-asus-rt-n18u.dts
bcm47081-buffalo-wzr-600dhp2.dts
bcm47081-buffalo-wzr-900dhp.dts
bcm47081.dtsi
bcm59056.dtsi
bcm63138.dtsi
bcm911360_entphn.dts
bcm911360k.dts
bcm958300k.dts
bcm958305k.dts
bcm963138dvt.dts
berlin2-sony-nsz-gs7.dts
berlin2.dtsi
berlin2cd-google-chromecast.dts
berlin2cd.dtsi
berlin2q-marvell-dmp.dts
berlin2q.dtsi ARM: dts: berlin: change BG2Q's USB PHY compatible 2015-10-01 21:07:15 +02:00
cros-adc-thermistors.dtsi
cros-ec-keyboard.dtsi ARM: dts: cros-ec-keyboard: Add support for some Japanese keys 2015-07-13 23:44:44 +02:00
cros-ec-sbs.dtsi ARM: dts: Add sbs-battery dts fragment used by chromebooks 2015-07-15 15:55:19 +02:00
cx92755.dtsi ARM: digicolor: enable watchdog device 2015-07-14 11:20:30 +02:00
cx92755_equinox.dts ARM: digicolor: dts: use stdout-path for console configuration 2015-07-14 11:20:33 +02:00
da850-enbw-cmc.dts
da850-evm.dts
da850.dtsi
dm814x-clocks.dtsi ARM: dts: Add minimal clocks for dm814x 2015-07-23 22:33:18 -07:00
dm814x.dtsi ARM: dts: Fix dm814x control base to properly initialize Ethernet PHY 2015-09-14 12:12:15 -07:00
dm816x-clocks.dtsi
dm816x.dtsi ARM: dts: Remove L3 compatible value for dm816x 2015-07-14 04:15:11 -07:00
dm8148-evm.dts ARM: dts: Fix dm814x control base to properly initialize Ethernet PHY 2015-09-14 12:12:15 -07:00
dm8148-t410.dts ARM: dts: Fixup model name for HP t410 dts 2015-09-14 13:33:47 -07:00
dm8168-evm.dts
dove-cm-a510.dtsi
dove-cubox-es.dts
dove-cubox.dts
dove-d2plug.dts
dove-d3plug.dts
dove-dove-db.dts
dove-sbc-a510.dts
dove.dtsi ARM: dt: dove: add GPU power domain description 2015-08-05 18:34:30 +02:00
dra7-evm.dts ARM: DT updates for v4.3 2015-09-01 13:09:20 -07:00
dra7.dtsi ARM: dts: fix omap2+ address translation for pbias 2015-09-24 16:28:32 -07:00
dra7xx-clocks.dtsi
dra72-evm.dts ARM: DT updates for v4.3 2015-09-01 13:09:20 -07:00
dra72x.dtsi
dra74x.dtsi ARM: dts: dra7: Add named interrupt property for dwc3 2015-08-04 01:46:36 -07:00
ea3250.dts
ecx-2000.dts
ecx-common.dtsi
efm32gg-dk3750.dts
efm32gg.dtsi
elpida_ecb240abacn.dtsi
emev2-kzm9d.dts ARM: dts: fix gpio-keys wakeup-source property 2015-10-22 09:53:57 -07:00
emev2.dtsi ARM: shmobile: emev2: add IIC cores to dtsi 2015-07-15 09:12:00 +09:00
ethernut5.dts
evk-pro3.dts
exynos4-cpu-thermal.dtsi
exynos4.dtsi ARM: dts: add iommu property to JPEG device for exynos4 2015-08-14 02:30:58 +09:00
exynos4x12-pinctrl.dtsi
exynos4x12.dtsi
exynos5.dtsi
exynos3250-monk.dts ARM: dts: Add CPU cooling binding for exynos3250 boards 2015-08-14 02:08:56 +09:00
exynos3250-pinctrl.dtsi
exynos3250-rinato.dts ARM: SoC: late fixes and dependencies 2015-09-10 17:59:04 -07:00
exynos3250.dtsi ARM: dts: Add CPU cooling binding for exynos3250 boards 2015-08-14 02:08:56 +09:00
exynos4210-origen.dts ARM: dts: add CPU OPP and regulator supply property for exynos4210 2015-07-21 12:32:29 +09:00
exynos4210-pinctrl.dtsi
exynos4210-smdkv310.dts
exynos4210-trats.dts ARM: dts: add CPU OPP and regulator supply property for exynos4210 2015-07-21 12:32:29 +09:00
exynos4210-universal_c210.dts ARM: dts: Use labels for overriding nodes for exynos4210-universal_c210 2015-07-21 12:55:12 +09:00
exynos4210.dtsi ARM: dts: add CPU OPP and regulator supply property for exynos4210 2015-07-21 12:32:29 +09:00
exynos4212.dtsi ARM: dts: add CPU OPP and regulator supply property for exynos4x12 2015-08-14 02:06:15 +09:00
exynos4412-odroid-common.dtsi ARM: dts: add CPU OPP and regulator supply property for exynos4x12 2015-08-14 02:06:15 +09:00
exynos4412-odroidu3.dts ARM: dts: enable SPI1 for exynos4412-odroidu3 2015-08-14 02:30:58 +09:00
exynos4412-odroidx.dts
exynos4412-odroidx2.dts
exynos4412-origen.dts ARM: dts: add CPU OPP and regulator supply property for exynos4x12 2015-08-14 02:06:15 +09:00
exynos4412-smdk4412.dts
exynos4412-tiny4412.dts
exynos4412-tmu-sensor-conf.dtsi
exynos4412-trats2.dts ARM: dts: add CPU OPP and regulator supply property for exynos4x12 2015-08-14 02:06:15 +09:00
exynos4412.dtsi ARM: dts: add suspend opp to exynos4412 2015-09-17 07:46:28 +09:00
exynos4415-pinctrl.dtsi
exynos4415.dtsi
exynos5250-arndale.dts ARM: dts: add CPU OPP and regulator supply property for exynos5250 2015-08-14 02:06:02 +09:00
exynos5250-pinctrl.dtsi ARM: dts: Extend exynos5250-pinctrl nodes using labels instead of paths 2015-07-21 12:59:17 +09:00
exynos5250-smdk5250.dts ARM: dts: Fix bootup thermal issue on smdk5250 2015-09-29 15:33:29 +09:00
exynos5250-snow.dts ARM: dts: Add SPI CS on exynos5250-snow 2015-08-14 02:09:05 +09:00
exynos5250-spring.dts ARM: dts: add CPU OPP and regulator supply property for exynos5250 2015-08-14 02:06:02 +09:00
exynos5250.dtsi ARM: dts: add CPU OPP and regulator supply property for exynos5250 2015-08-14 02:06:02 +09:00
exynos5260-pinctrl.dtsi
exynos5260-xyref5260.dts
exynos5260.dtsi
exynos5410-smdk5410.dts ARM: dts: Clean up indentation for exynos5410-smdk5410 2015-07-21 12:55:00 +09:00
exynos5410.dtsi
exynos5420-arndale-octa.dts
exynos5420-peach-pit.dts ARM: dts: Fix audio card detection on Peach boards 2015-10-13 04:40:27 +09:00
exynos5420-pinctrl.dtsi ARM: dts: Extend exynos5420-pinctrl nodes using labels instead of paths 2015-07-21 13:01:23 +09:00
exynos5420-smdk5420.dts
exynos5420-trip-points.dtsi
exynos5420.dtsi ARM: dts: Fix wrong clock binding for sysmmu_fimd1_1 on exynos5420 2015-09-29 15:39:58 +09:00
exynos5422-cpu-thermal.dtsi ARM: dts: Define default thermal-zones for exynos5422 2015-07-21 12:56:59 +09:00
exynos5422-cpus.dtsi ARM: dts: add exynos5422-cpus.dtsi to correct cpu order 2015-08-14 02:08:24 +09:00
exynos5422-odroidxu3-common.dtsi ARM: dts: Fix LEDs on exynos5422-odroidxu3 2015-09-17 07:37:55 +09:00
exynos5422-odroidxu3-lite.dts
exynos5422-odroidxu3.dts
exynos5440-sd5v1.dts
exynos5440-ssdk5440.dts
exynos5440-tmu-sensor-conf.dtsi
exynos5440-trip-points.dtsi
exynos5440.dtsi
exynos5800-peach-pi.dts ARM: dts: Fix audio card detection on Peach boards 2015-10-13 04:40:27 +09:00
exynos5800.dtsi
ge863-pro3.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-cubox-i.dts
imx6dl-dfi-fs700-m60.dts
imx6dl-gw51xx.dts
imx6dl-gw52xx.dts
imx6dl-gw53xx.dts
imx6dl-gw54xx.dts
imx6dl-gw551x.dts
imx6dl-gw552x.dts
imx6dl-hummingboard.dts
imx6dl-nitrogen6x.dts
imx6dl-phytec-pbab01.dts
imx6dl-phytec-pfla02.dtsi
imx6dl-pinfunc.h
imx6dl-rex-basic.dts
imx6dl-riotboard.dts dts: imx6: fix sd card gpio polarity specified in device tree 2015-07-24 10:18:35 +02:00
imx6dl-sabreauto.dts
imx6dl-sabrelite.dts
imx6dl-sabresd.dts
imx6dl-tx6dl-comtft.dts
imx6dl-tx6u-801x.dts
imx6dl-tx6u-811x.dts
imx6dl-udoo.dts
imx6dl-wandboard-revb1.dts
imx6dl-wandboard.dts
imx6dl.dtsi
imx6q-apf6dev.dts
imx6q-arm2.dts dts: imx6: fix sd card gpio polarity specified in device tree 2015-07-24 10:18:35 +02:00
imx6q-cm-fx6.dts
imx6q-cubox-i.dts
imx6q-dfi-fs700-m60.dts
imx6q-dmo-edmqmx6.dts
imx6q-gk802.dts dts: imx6: fix sd card gpio polarity specified in device tree 2015-07-24 10:18:35 +02:00
imx6q-gw51xx.dts
imx6q-gw52xx.dts
imx6q-gw53xx.dts
imx6q-gw54xx.dts
imx6q-gw551x.dts
imx6q-gw552x.dts
imx6q-gw5400-a.dts
imx6q-hummingboard.dts
imx6q-nitrogen6x.dts
imx6q-phytec-pbab01.dts
imx6q-phytec-pfla02.dtsi
imx6q-pinfunc.h
imx6q-rex-pro.dts
imx6q-sabreauto.dts
imx6q-sabrelite.dts
imx6q-sabresd.dts
imx6q-sbc6x.dts
imx6q-tbs2910.dts dts: imx6: fix sd card gpio polarity specified in device tree 2015-07-24 10:18:35 +02:00
imx6q-tx6q-1010-comtft.dts
imx6q-tx6q-1010.dts
imx6q-tx6q-1020-comtft.dts
imx6q-tx6q-1020.dts
imx6q-tx6q-1110.dts
imx6q-udoo.dts
imx6q-wandboard-revb1.dts
imx6q-wandboard.dts
imx6q.dtsi
imx6qdl-apf6.dtsi
imx6qdl-apf6dev.dtsi
imx6qdl-aristainetos.dtsi dts: imx6: fix sd card gpio polarity specified in device tree 2015-07-24 10:18:35 +02:00
imx6qdl-aristainetos2.dtsi dts: imx6: fix sd card gpio polarity specified in device tree 2015-07-24 10:18:35 +02:00
imx6qdl-cubox-i.dtsi dts: imx6: fix sd card gpio polarity specified in device tree 2015-07-24 10:18:35 +02:00
imx6qdl-dfi-fs700-m60.dtsi dts: imx6: fix sd card gpio polarity specified in device tree 2015-07-24 10:18:35 +02:00
imx6qdl-gw51xx.dtsi ARM: dts: ventana: add UHS-I support for Ventana boards 2015-07-15 10:20:33 +08:00
imx6qdl-gw52xx.dtsi ARM: DT updates for v4.3 2015-09-01 13:09:20 -07:00
imx6qdl-gw53xx.dtsi ARM: DT updates for v4.3 2015-09-01 13:09:20 -07:00
imx6qdl-gw54xx.dtsi ARM: DT updates for v4.3 2015-09-01 13:09:20 -07:00
imx6qdl-gw551x.dtsi ARM: dts: ventana: add UHS-I support for Ventana boards 2015-07-15 10:20:33 +08:00
imx6qdl-gw552x.dtsi ARM: dts: ventana: add UHS-I support for Ventana boards 2015-07-15 10:20:33 +08:00
imx6qdl-hummingboard.dtsi dts: imx6: fix sd card gpio polarity specified in device tree 2015-07-24 10:18:35 +02:00
imx6qdl-microsom-ar8035.dtsi
imx6qdl-microsom.dtsi
imx6qdl-nitrogen6x.dtsi ARM: DT updates for v4.3 2015-09-01 13:09:20 -07:00
imx6qdl-phytec-pbab01.dtsi
imx6qdl-phytec-pfla02.dtsi dts: imx6: fix sd card gpio polarity specified in device tree 2015-07-24 10:18:35 +02:00
imx6qdl-rex.dtsi ARM: dts: fix usb pin control for imx-rex dts 2015-09-24 05:13:40 -07:00
imx6qdl-sabreauto.dtsi ARM: DT updates for v4.3 2015-09-01 13:09:20 -07:00
imx6qdl-sabrelite.dtsi ARM: DT updates for v4.3 2015-09-01 13:09:20 -07:00
imx6qdl-sabresd.dtsi ARM: DT updates for v4.3 2015-09-01 13:09:20 -07:00
imx6qdl-tx6.dtsi dts: imx6: fix sd card gpio polarity specified in device tree 2015-07-24 10:18:35 +02:00
imx6qdl-udoo.dtsi
imx6qdl-wandboard-revb1.dtsi
imx6qdl-wandboard-revc1.dtsi
imx6qdl-wandboard.dtsi dts: imx6: fix sd card gpio polarity specified in device tree 2015-07-24 10:18:35 +02:00
imx6qdl.dtsi ARM: DT updates for v4.3 2015-09-01 13:09:20 -07:00
imx6sl-evk.dts dts: imx6: fix sd card gpio polarity specified in device tree 2015-07-24 10:18:35 +02:00
imx6sl-pinfunc.h
imx6sl-warp.dts ARM: dts: imx6sl-warp: Add changes for rev1.12 2015-08-11 23:15:11 +08:00
imx6sl.dtsi ARM: dts: imx: update snvs to use syscon access register 2015-08-11 23:15:17 +08:00
imx6sx-pinfunc.h
imx6sx-sabreauto.dts dts: imx6: fix sd card gpio polarity specified in device tree 2015-07-24 10:18:35 +02:00
imx6sx-sdb-reva.dts
imx6sx-sdb.dts
imx6sx-sdb.dtsi dts: imx6: fix sd card gpio polarity specified in device tree 2015-07-24 10:18:35 +02:00
imx6sx.dtsi ARM: DT updates for v4.3 2015-09-01 13:09:20 -07:00
imx6ul-14x14-evk.dts ARM: dts: imx6ul-14x14-evk: add fec1 and fec2 support 2015-08-11 23:15:24 +08:00
imx6ul-pinfunc.h ARM: dts: imx6ul: fix low case define in imx6ul-pinfunc.h 2015-08-11 23:15:20 +08:00
imx6ul.dtsi ARM: dts: imx6ul: add snvs power key support 2015-08-11 23:15:27 +08:00
imx7d-pinfunc.h
imx7d-sdb.dts dts: imx7: fix sd card gpio polarity specified in device tree 2015-07-24 10:18:36 +02:00
imx7d.dtsi ARM: dts: imx7d: Fix UART2 base address 2015-09-30 09:48:21 +08:00
imx23-evk.dts
imx23-olinuxino.dts
imx23-pinfunc.h
imx23-stmp378x_devb.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
imx25-pdk.dts dts: imx25: fix sd card gpio polarity specified in device tree 2015-07-24 10:18:36 +02:00
imx25-pinfunc.h
imx25.dtsi
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
imx27-phytec-phycore-rdk.dts
imx27-phytec-phycore-som.dtsi
imx27-pinfunc.h
imx27.dtsi ARM: DT updates for v4.3 2015-09-01 13:09:20 -07:00
imx28-apf28.dts
imx28-apf28dev.dts
imx28-apx4devkit.dts
imx28-cfa10036.dts
imx28-cfa10037.dts
imx28-cfa10049.dts
imx28-cfa10055.dts
imx28-cfa10056.dts
imx28-cfa10057.dts
imx28-cfa10058.dts
imx28-duckbill.dts
imx28-eukrea-mbmx28lc.dtsi
imx28-eukrea-mbmx283lc.dts
imx28-eukrea-mbmx287lc.dts
imx28-evk.dts
imx28-m28.dtsi
imx28-m28cu3.dts
imx28-m28evk.dts
imx28-pinfunc.h
imx28-sps1.dts
imx28-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 ARM: dts: i.MX35: Fix can support. 2015-07-25 11:35:08 +08:00
imx50-evk.dts
imx50-pinfunc.h
imx50.dtsi
imx51-apf51.dts
imx51-apf51dev.dts dts: imx51: fix sd card gpio polarity specified in device tree 2015-07-24 10:18:34 +02:00
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.dtsi
imx53-ard.dts dts: imx53: fix sd card gpio polarity specified in device tree 2015-07-24 10:18:35 +02:00
imx53-m53.dtsi
imx53-m53evk.dts dts: imx53: fix sd card gpio polarity specified in device tree 2015-07-24 10:18:35 +02:00
imx53-mba53.dts
imx53-pinfunc.h
imx53-qsb-common.dtsi ARM: DT updates for v4.3 2015-09-01 13:09:20 -07:00
imx53-qsb.dts
imx53-qsrb.dts ARM: imx53: qsrb: fix PMIC interrupt level 2015-09-17 08:54:13 +08:00
imx53-smd.dts dts: imx53: fix sd card gpio polarity specified in device tree 2015-07-24 10:18:35 +02:00
imx53-tqma53.dtsi dts: imx53: fix sd card gpio polarity specified in device tree 2015-07-24 10:18:35 +02:00
imx53-tx53-x03x.dts
imx53-tx53-x13x.dts
imx53-tx53.dtsi dts: imx53: fix sd card gpio polarity specified in device tree 2015-07-24 10:18:35 +02:00
imx53-voipac-bsb.dts dts: imx53: fix sd card gpio polarity specified in device tree 2015-07-24 10:18:35 +02:00
imx53-voipac-dmm-668.dtsi
imx53.dtsi ARM: imx53: include IRQ dt-bindings header 2015-09-17 08:54:13 +08:00
integrator.dtsi
integratorap.dts
integratorcp.dts
k2e-clocks.dtsi ARM: dts: keystone: fix dt bindings to use post div register for mainpll 2015-07-31 22:30:11 +02:00
k2e-evm.dts
k2e-netcp.dtsi
k2e.dtsi ARM: Couple of Keysyone MDIO DTS fixes for 4.2-rc6+ 2015-08-16 21:29:57 +02:00
k2hk-clocks.dtsi ARM: dts: keystone: fix dt bindings to use post div register for mainpll 2015-07-31 22:30:11 +02:00
k2hk-evm.dts
k2hk-netcp.dtsi
k2hk.dtsi ARM: dts: keystone: Fix the mdio bindings by moving it to soc specific file 2015-08-13 10:01:29 -07:00
k2l-clocks.dtsi ARM: dts: keystone: fix dt bindings to use post div register for mainpll 2015-07-31 22:30:11 +02:00
k2l-evm.dts
k2l-netcp.dtsi
k2l.dtsi ARM: dts: keystone: Fix the mdio bindings by moving it to soc specific file 2015-08-13 10:01:29 -07:00
keystone-clocks.dtsi
keystone.dtsi ARM: Couple of Keysyone MDIO DTS fixes for 4.2-rc6+ 2015-08-16 21:29:57 +02:00
kirkwood-98dx4122.dtsi
kirkwood-6192.dtsi
kirkwood-6281.dtsi
kirkwood-6282.dtsi
kirkwood-b3.dts
kirkwood-blackarmor-nas220.dts
kirkwood-cloudbox.dts
kirkwood-d2net.dts ARM: Kirkwood: add modes-map property to ns2-leds nodes 2015-08-28 14:06:16 +02:00
kirkwood-db-88f6281.dts
kirkwood-db-88f6282.dts
kirkwood-db.dtsi
kirkwood-dir665.dts
kirkwood-dns320.dts
kirkwood-dns325.dts
kirkwood-dnskw.dtsi
kirkwood-dockstar.dts
kirkwood-dreamplug.dts
kirkwood-ds109.dts
kirkwood-ds110jv10.dts
kirkwood-ds111.dts
kirkwood-ds112.dts
kirkwood-ds209.dts
kirkwood-ds210.dts
kirkwood-ds212.dts
kirkwood-ds212j.dts
kirkwood-ds409.dts
kirkwood-ds409slim.dts
kirkwood-ds411.dts
kirkwood-ds411j.dts
kirkwood-ds411slim.dts
kirkwood-goflexnet.dts
kirkwood-guruplug-server-plus.dts
kirkwood-ib62x0.dts
kirkwood-iconnect.dts
kirkwood-iomega_ix2_200.dts
kirkwood-is2.dts ARM: Kirkwood: add modes-map property to ns2-leds nodes 2015-08-28 14:06:16 +02:00
kirkwood-km_common.dtsi
kirkwood-km_fixedeth.dts
kirkwood-km_kirkwood.dts
kirkwood-laplug.dts
kirkwood-lschlv2.dts
kirkwood-lswvl.dts
kirkwood-lswxl.dts
kirkwood-lsxhl.dts
kirkwood-lsxl.dtsi
kirkwood-mplcec4.dts
kirkwood-mv88f6281gtw-ge.dts
kirkwood-nas2big.dts
kirkwood-net2big.dts
kirkwood-net5big.dts
kirkwood-netgear_readynas_duo_v2.dts
kirkwood-netgear_readynas_nv+_v2.dts
kirkwood-netxbig.dtsi
kirkwood-ns2-common.dtsi
kirkwood-ns2.dts ARM: Kirkwood: add modes-map property to ns2-leds nodes 2015-08-28 14:06:16 +02:00
kirkwood-ns2lite.dts
kirkwood-ns2max.dts ARM: Kirkwood: add modes-map property to ns2-leds nodes 2015-08-28 14:06:16 +02:00
kirkwood-ns2mini.dts ARM: Kirkwood: add modes-map property to ns2-leds nodes 2015-08-28 14:06:16 +02:00
kirkwood-nsa3x0-common.dtsi
kirkwood-nsa310.dts
kirkwood-nsa310a.dts
kirkwood-nsa320.dts
kirkwood-openblocks_a6.dts
kirkwood-openblocks_a7.dts
kirkwood-openrd-base.dts
kirkwood-openrd-client.dts
kirkwood-openrd-ultimate.dts
kirkwood-openrd.dtsi
kirkwood-pogo_e02.dts
kirkwood-rd88f6192.dts
kirkwood-rd88f6281-a.dts
kirkwood-rd88f6281-z0.dts
kirkwood-rd88f6281.dtsi
kirkwood-rs212.dts
kirkwood-rs409.dts
kirkwood-rs411.dts
kirkwood-sheevaplug-common.dtsi
kirkwood-sheevaplug-esata.dts
kirkwood-sheevaplug.dts
kirkwood-synology.dtsi
kirkwood-t5325.dts
kirkwood-topkick.dts
kirkwood-ts219-6281.dts
kirkwood-ts219-6282.dts
kirkwood-ts219.dtsi
kirkwood-ts419-6281.dts
kirkwood-ts419-6282.dts
kirkwood-ts419.dtsi
kirkwood.dtsi
logicpd-torpedo-37xx-devkit.dts ARM: OMAP2+: Fix imprecise external abort caused by bogus SRAM init 2015-10-19 08:55:46 -07:00
logicpd-torpedo-som.dtsi
lpc18xx.dtsi ARM: dts: lpc18xx: add pl172 memory-controller node 2015-08-05 19:30:16 +02:00
lpc32xx.dtsi
lpc4337-ciaa.dts ARM: dts: add DT for CIAA LPC4337 industrial computer 2015-07-14 15:12:12 +02:00
lpc4350-hitex-eval.dts ARM: dts: lpc4350-hitex-eval: add emc pins and static memory devices 2015-08-05 19:30:33 +02:00
lpc4350.dtsi
lpc4357-ea4357-devkit.dts ARM: dts: lpc4357-ea4357: add mmio-gpio leds 2015-08-05 19:30:24 +02:00
lpc4357.dtsi
ls1021a-qds.dts ARM: dts: ls1021a: Enable the eTSEC ports on QDS and TWR 2015-08-11 23:15:22 +08:00
ls1021a-twr.dts ARM: dts: ls1021a: Enable the eTSEC ports on QDS and TWR 2015-08-11 23:15:22 +08:00
ls1021a.dtsi ARM: dts: ls1021a: Add the eTSEC controller nodes 2015-08-11 23:15:21 +08:00
Makefile ARM: dts: Fix Makefile target for sun4i-a10-itead-iteaduino-plus 2015-09-13 14:20:26 +02:00
meson.dtsi ARM: meson6: DTS: Fix wrong reg mapping and IRQ numbers 2015-10-14 22:13:07 +02:00
meson6-atv1200.dts
meson6.dtsi
meson8-minix-neo-x8.dts
meson8.dtsi
mmp2-brownstone.dts
mmp2.dtsi
moxart-uc7112lx.dts
moxart.dtsi
mpa1600.dts
mt6580-evbp1.dts ARM: dts: mediatek: add mt6580 basic support 2015-07-18 00:22:42 +02:00
mt6580.dtsi ARM: dts: mediatek: add mt6580 basic support 2015-07-18 00:22:42 +02:00
mt6589-aquaris5.dts
mt6589.dtsi
mt6592-evb.dts
mt6592.dtsi
mt8127-moose.dts
mt8127.dtsi
mt8135-evbp1.dts ARM: dts: mt8135-evbp1: Add PMIC support 2015-07-17 21:43:17 +02:00
mt8135-pinfunc.h
mt8135.dtsi ARM: dts: mediatek mt8135: Use real UART clocks 2015-07-17 21:43:27 +02:00
mxs-pinfunc.h
nspire-classic.dtsi
nspire-clp.dts
nspire-cx.dts
nspire-tp.dts
nspire.dtsi
omap-gpmc-smsc911x.dtsi
omap-gpmc-smsc9221.dtsi
omap-zoom-common.dtsi
omap2.dtsi
omap3-beagle-xm-ab.dts
omap3-beagle-xm.dts
omap3-beagle.dts ARM: dts: omap3-beagle: make i2c3, ddc and tfp410 gpio work again 2015-09-14 12:12:15 -07:00
omap3-cm-t3x.dtsi
omap3-cm-t3x30.dtsi
omap3-cm-t3517.dts
omap3-cm-t3530.dts
omap3-cm-t3730.dts
omap3-devkit8000-common.dtsi ARM: dts: omap3-devkit8000: add LCD panels 2015-08-06 00:37:41 -07:00
omap3-devkit8000-lcd-common.dtsi ARM: dts: omap3-devkit8000: Add ADS7846 Touchscreen support 2015-08-06 02:43:09 -07:00
omap3-devkit8000-lcd43.dts ARM: dts: omap3-devkit8000: add LCD panels 2015-08-06 00:37:41 -07:00
omap3-devkit8000-lcd70.dts ARM: dts: omap3-devkit8000: add LCD panels 2015-08-06 00:37:41 -07:00
omap3-devkit8000.dts ARM: dts: omap3-devkit8000: add LCD panels 2015-08-06 00:37:41 -07:00
omap3-evm-37xx.dts ARM: OMAP2+: Fix imprecise external abort caused by bogus SRAM init 2015-10-19 08:55:46 -07:00
omap3-evm-common.dtsi
omap3-evm.dts
omap3-gta04.dtsi
omap3-gta04a3.dts
omap3-gta04a4.dts
omap3-gta04a5.dts
omap3-ha-common.dtsi
omap3-ha-lcd.dts
omap3-ha.dts
omap3-igep.dtsi ARM: dts: omap3-igep: Move eth IRQ pinmux to IGEPv2 common dtsi 2015-09-14 12:13:38 -07:00
omap3-igep0020-common.dtsi ARM: dts: omap3-igep: Move eth IRQ pinmux to IGEPv2 common dtsi 2015-09-14 12:13:38 -07:00
omap3-igep0020-rev-f.dts
omap3-igep0020.dts
omap3-igep0030-common.dtsi
omap3-igep0030-rev-g.dts
omap3-igep0030.dts
omap3-ldp.dts
omap3-lilly-a83x.dtsi ARM: dts: omap3: correct the format of u16 values for tsc2046 node 2015-07-21 03:56:17 -07:00
omap3-lilly-dbb056.dts
omap3-n9.dts
omap3-n900.dts
omap3-n950-n9.dtsi
omap3-n950.dts
omap3-overo-alto35-common.dtsi
omap3-overo-alto35.dts
omap3-overo-base.dtsi ARM: dts: overo: Support PoP NAND 2015-07-14 04:15:11 -07:00
omap3-overo-chestnut43-common.dtsi
omap3-overo-chestnut43.dts
omap3-overo-common-dvi.dtsi
omap3-overo-common-lcd35.dtsi ARM: DT updates for v4.3 2015-09-01 13:09:20 -07:00
omap3-overo-common-lcd43.dtsi ARM: dts: omap3: overo: Update LCD panel names 2015-07-13 23:59:11 -07:00
omap3-overo-common-peripherals.dtsi
omap3-overo-gallop43-common.dtsi
omap3-overo-gallop43.dts
omap3-overo-palo35-common.dtsi ARM: dts: overo: Add device tree for Palo35 board 2015-07-14 04:15:11 -07:00
omap3-overo-palo35.dts ARM: dts: overo: Add device tree for Palo35 board 2015-07-14 04:15:11 -07:00
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 ARM: dts: overo: Add device tree for Palo35 board 2015-07-14 04:15:11 -07:00
omap3-overo-storm-palo43.dts
omap3-overo-storm-summit.dts
omap3-overo-storm-tobi.dts
omap3-overo-storm-tobiduo.dts ARM: dts: Add DTS for Gumstix TobiDuo expansion board 2015-07-14 04:15:10 -07:00
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 ARM: dts: Add DTS for Gumstix TobiDuo expansion board 2015-07-14 04:15:10 -07:00
omap3-overo-tobiduo.dts ARM: dts: Add DTS for Gumstix TobiDuo expansion board 2015-07-14 04:15:10 -07:00
omap3-overo.dtsi ARM: dts: overo: Enable McBSP2 for all Overo COMs 2015-07-14 04:15:10 -07:00
omap3-pandora-1ghz.dts ARM: dts: omap3-pandora: miscellaneous corrections 2015-07-21 04:07:41 -07:00
omap3-pandora-600mhz.dts ARM: dts: omap3-pandora: miscellaneous corrections 2015-07-21 04:07:41 -07:00
omap3-pandora-common.dtsi ARM: OMAP2+: omap3-pandora: add wifi support 2015-07-21 04:07:42 -07:00
omap3-panel-sharp-ls037v7dw01.dtsi
omap3-sb-t35.dtsi
omap3-sbc-t3517.dts
omap3-sbc-t3530.dts
omap3-sbc-t3730.dts
omap3-tao3530.dtsi
omap3-thunder.dts
omap3-zoom3.dts
omap3.dtsi ARM: dts: fix omap2+ address translation for pbias 2015-09-24 16:28:32 -07:00
omap3xxx-clocks.dtsi
omap4-cpu-thermal.dtsi
omap4-duovero-parlor.dts
omap4-duovero.dtsi
omap4-panda-a4.dts
omap4-panda-common.dtsi
omap4-panda-es.dts
omap4-panda.dts
omap4-sdp-es23plus.dts
omap4-sdp.dts
omap4-var-dvk-om44.dts
omap4-var-om44customboard.dtsi
omap4-var-som-om44-wlan.dtsi
omap4-var-som-om44.dtsi
omap4-var-stk-om44.dts
omap4.dtsi ARM: dts: fix omap2+ address translation for pbias 2015-09-24 16:28:32 -07:00
omap5-cm-t54.dts
omap5-core-thermal.dtsi
omap5-gpu-thermal.dtsi
omap5-sbc-t54.dts
omap5-uevm.dts ARM: dts: omap5-uevm.dts: fix i2c5 pinctrl offsets 2015-09-16 17:01:39 -07:00
omap5.dtsi ARM: dts: fix omap2+ address translation for pbias 2015-09-24 16:28:32 -07:00
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
omap54xx-clocks.dtsi
omap443x-clocks.dtsi
omap443x.dtsi
omap446x-clocks.dtsi
omap2420-clocks.dtsi
omap2420-h4.dts
omap2420-n8x0-common.dtsi
omap2420-n800.dts
omap2420-n810-wimax.dts
omap2420-n810.dts
omap2420.dtsi
omap2430-clocks.dtsi
omap2430-sdp.dts
omap2430.dtsi ARM: dts: fix omap2+ address translation for pbias 2015-09-24 16:28:32 -07:00
omap3430-sdp.dts
omap3430es1-clocks.dtsi
omap4460.dtsi
orion5x-lacie-d2-network.dts
orion5x-lacie-ethernet-disk-mini-v2.dts
orion5x-linkstation-lswtgl.dts ARM: dts: orion5x: add buffalo linkstation ls-wtgl 2015-07-25 16:19:20 +02:00
orion5x-lswsgl.dts ARM: dts: Convert Linkstation Mini to Device Tree 2015-08-06 18:51:29 +02:00
orion5x-maxtor-shared-storage-2.dts
orion5x-mv88f5182.dtsi
orion5x-rd88f5182-nas.dts
orion5x.dtsi
phy3250.dts
picoxcell-pc3x2.dtsi
picoxcell-pc3x3.dtsi
picoxcell-pc7302-pc3x2.dts
picoxcell-pc7302-pc3x3.dts
pm9g45.dts
prima2-evb.dts
prima2.dtsi
pxa2xx.dtsi ARM: dts: pxa: add dma pxamci nodes to pxa3xx 2015-07-10 22:29:22 +02:00
pxa3xx.dtsi ARM: dts: pxa: add the usb host controller 2015-07-10 22:29:22 +02:00
pxa27x.dtsi ARM: dts: pxa: fix power i2c definition 2015-07-10 22:29:22 +02:00
pxa168-aspenite.dts
pxa168.dtsi
pxa910-dkb.dts
pxa910.dtsi
qcom-apq8064-cm-qs600.dts ARM: dts: qcom: apq8064-cm-qs600: Use stdout-path 2015-09-09 14:56:50 -05:00
qcom-apq8064-ifc6410.dts ARM: dts: qcom: apq8064-ifc6410: Use stdout-path 2015-09-09 14:56:56 -05:00
qcom-apq8064-v2.0.dtsi
qcom-apq8064.dtsi ARM: dts: apq8064: remove temporary fixed regulator for mmc 2015-07-28 14:57:45 -05:00
qcom-apq8074-dragonboard.dts ARM: dts: qcom: apq8074-dragonboard: Use stdout-path 2015-09-09 14:57:02 -05:00
qcom-apq8084-ifc6540.dts ARM: dts: qcom: apq8084-ifc6540: Use stdout-path 2015-09-09 14:57:17 -05:00
qcom-apq8084-mtp.dts ARM: dts: qcom: apq8084-mtp: Use stdout-path 2015-09-09 14:57:25 -05:00
qcom-apq8084.dtsi ARM: dts: qcom: Label serial nodes for aliasing and stdout-path 2015-09-09 14:56:42 -05:00
qcom-ipq8064-ap148.dts ARM: dts: qcom: ipq8064-ap148: Use stdout-path 2015-09-09 14:57:32 -05:00
qcom-ipq8064-v1.0.dtsi
qcom-ipq8064.dtsi ARM: dts: qcom: Label serial nodes for aliasing and stdout-path 2015-09-09 14:56:42 -05:00
qcom-msm8660-surf.dts ARM: dts: qcom: msm8660-surf: Use stdout-path 2015-09-09 14:57:39 -05:00
qcom-msm8660.dtsi ARM: dts: qcom: Label serial nodes for aliasing and stdout-path 2015-09-09 14:56:42 -05:00
qcom-msm8960-cdp.dts ARM: dts: qcom: msm8960-cdp: Use stdout-path 2015-09-09 14:57:46 -05:00
qcom-msm8960.dtsi ARM: dts: qcom: Label serial nodes for aliasing and stdout-path 2015-09-09 14:56:42 -05:00
qcom-msm8974-sony-xperia-honami.dts ARM: SoC: late fixes and dependencies 2015-09-10 17:59:04 -07:00
qcom-msm8974.dtsi ARM: dts: qcom: Label serial nodes for aliasing and stdout-path 2015-09-09 14:56:42 -05:00
qcom-pm8841.dtsi
qcom-pm8941.dtsi ARM: dts: qcom: Add dts changes for qcom coincell charger 2015-07-29 13:37:18 -07:00
qcom-pma8084.dtsi
r7s72100-genmai.dts
r7s72100.dtsi ARM: shmobile: r7s72100 dtsi: Add CPG/MSTP Clock Domain 2015-08-12 11:15:26 +09:00
r8a73a4-ape6evm.dts
r8a73a4.dtsi ARM: shmobile: r8a73a4 dtsi: Add missing "gpio-ranges" to gpio node 2015-08-05 06:39:27 +09:00
r8a77xx-aa104xd12-panel.dtsi
r8a7740-armadillo800eva.dts
r8a7740.dtsi ARM: shmobile: r8a7740 dtsi: Add missing "gpio-ranges" to gpio node 2015-08-05 06:39:28 +09:00
r8a7778-bockw-reference.dts
r8a7778-bockw.dts
r8a7778.dtsi ARM: shmobile: r8a7778 dtsi: Add CPG/MSTP Clock Domain 2015-08-12 11:15:26 +09:00
r8a7779-marzen.dts
r8a7779.dtsi ARM: shmobile: r8a7779 dtsi: Add CPG/MSTP Clock Domain 2015-08-12 11:15:26 +09:00
r8a7790-lager.dts ARM: shmobile: lager: Fix adv7511 IRQ sensing 2015-07-22 09:31:32 +09:00
r8a7790.dtsi ARM: shmobile: r8a7790 dtsi: Add CPG/MSTP Clock Domain for sound 2015-09-29 09:44:13 +09:00
r8a7791-henninger.dts
r8a7791-koelsch.dts ARM: shmobile: koelsch: add sound label on DTS 2015-07-15 09:15:28 +09:00
r8a7791.dtsi ARM: shmobile: r8a7791 dtsi: Add CPG/MSTP Clock Domain for sound 2015-09-29 09:44:13 +09:00
r8a7793-gose.dts
r8a7793.dtsi ARM: shmobile: r8a7793 dtsi: Add CPG/MSTP Clock Domain 2015-08-12 11:15:27 +09:00
r8a7794-alt.dts
r8a7794-silk.dts ARM: shmobile: silk: add eMMC DT support 2015-08-03 09:52:40 +09:00
r8a7794.dtsi ARM: shmobile: r8a7794 dtsi: Add CPG/MSTP Clock Domain 2015-08-12 11:15:28 +09:00
rk3xxx.dtsi ARM: dts: rockchip: add usb phys to Cortex-A9 socs 2015-08-08 12:25:35 +02:00
rk3066a-bqcurie2.dts ARM: dts: rockchip: add missing device_type = "memory" to boards 2015-07-16 14:21:54 +02:00
rk3066a-marsboard.dts ARM: dts: rockchip: enable usb controller on marsboard 2015-08-08 12:25:38 +02:00
rk3066a-rayeager.dts ARM: dts: rockchip: add usb phys to Cortex-A9 socs 2015-08-08 12:25:35 +02:00
rk3066a.dtsi ARM: dts: rockchip: add usb phys to Cortex-A9 socs 2015-08-08 12:25:35 +02:00
rk3188-radxarock.dts ARM: dts: rockchip: add usb phys to Cortex-A9 socs 2015-08-08 12:25:35 +02:00
rk3188.dtsi ARM: dts: rockchip: add usb phys to Cortex-A9 socs 2015-08-08 12:25:35 +02:00
rk3288-evb-act8846.dts
rk3288-evb-rk808.dts
rk3288-evb.dtsi ARM: dts: rockchip: add missing device_type = "memory" to boards 2015-07-16 14:21:54 +02:00
rk3288-firefly-beta.dts
rk3288-firefly.dts
rk3288-firefly.dtsi ARM: dts: rockchip: add missing device_type = "memory" to boards 2015-07-16 14:21:54 +02:00
rk3288-popmetal.dts ARM: dts: rockchip: add missing device_type = "memory" to boards 2015-07-16 14:21:54 +02:00
rk3288-r89.dts ARM: dts: rockchip: add missing device_type = "memory" to boards 2015-07-16 14:21:54 +02:00
rk3288-thermal.dtsi
rk3288-veyron-chromebook.dtsi ARM: dts: rockchip: add shared rk3288-veyron files 2015-07-16 13:38:43 +02:00
rk3288-veyron-jerry.dts ARM: dts: rockchip: correct regulator power states for suspend 2015-08-21 01:40:35 +02:00
rk3288-veyron-minnie.dts ARM: dts: rockchip: correct regulator PM properties 2015-08-21 01:40:28 +02:00
rk3288-veyron-pinky.dts ARM: dts: rockchip: correct regulator power states for suspend 2015-08-21 01:40:35 +02:00
rk3288-veyron-sdmmc.dtsi ARM: dts: rockchip: add tuning related settings to veyron devices 2015-10-26 16:00:13 +01:00
rk3288-veyron-speedy.dts ARM: dts: rockchip: Add veyron-speedy board 2015-07-23 22:13:46 +02:00
rk3288-veyron.dtsi ARM: dts: rockchip: add tuning related settings to veyron devices 2015-10-26 16:00:13 +01:00
rk3288.dtsi ARM: dts: rockchip: Add drive/sample clocks for rk3288 dw_mmc devices 2015-10-26 16:00:12 +01: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.dtsi ARM: at91/dt: sama5d2: add pio controller node 2015-09-21 11:24:28 -07:00
sama5d3.dtsi ARM: at91/dt: sama5d3: use slow clock where necessary 2015-08-07 11:58:45 +02:00
sama5d3_can.dtsi
sama5d3_emac.dtsi
sama5d3_gmac.dtsi
sama5d3_lcd.dtsi
sama5d3_mci2.dtsi
sama5d3_tcb1.dtsi ARM: at91/dt: sama5d3: use slow clock where necessary 2015-08-07 11:58:45 +02:00
sama5d3_uart.dtsi
sama5d3xcm.dtsi
sama5d3xdm.dtsi
sama5d3xmb.dtsi
sama5d4.dtsi ARM: at91/dt: sama5d4: use slow clock where necessary 2015-08-07 11:58:48 +02:00
sama5d31.dtsi
sama5d31ek.dts
sama5d33.dtsi
sama5d33ek.dts
sama5d34.dtsi
sama5d34ek.dts
sama5d35.dtsi
sama5d35ek.dts
sama5d36.dtsi
sama5d36ek.dts
samsung_k3pe0e000b.dtsi
sh73a0-kzm9g.dts
sh73a0.dtsi ARM: shmobile: sh73a0 dtsi: Add missing "gpio-ranges" to gpio node 2015-08-05 06:39:28 +09:00
skeleton.dtsi
skeleton64.dtsi
socfpga.dtsi SoCFPGA DTS updates for v4.3, take 2 2015-08-13 12:19:38 +02:00
socfpga_arria5.dtsi
socfpga_arria5_socdk.dts ARM: dts: socfpga: use stdout-path for chosen node 2015-07-20 10:07:50 -05:00
socfpga_arria10.dtsi SoCFPGA DTS updates for v4.3, take 2 2015-08-13 12:19:38 +02:00
socfpga_arria10_socdk.dtsi ARM: dts: socfpga: use stdout-path for chosen node 2015-07-20 10:07:50 -05:00
socfpga_arria10_socdk_sdmmc.dts
socfpga_cyclone5.dtsi
socfpga_cyclone5_de0_sockit.dts ARM: dts: socfpga: Add support of Terasic DE0 Atlas board 2015-07-21 15:41:57 -05:00
socfpga_cyclone5_socdk.dts ARM: dts: socfpga: use stdout-path for chosen node 2015-07-20 10:07:50 -05:00
socfpga_cyclone5_sockit.dts ARM: DT updates for v4.3 2015-09-01 13:09:20 -07:00
socfpga_cyclone5_socrates.dts
socfpga_vt.dts
spear3xx.dtsi Update Viresh Kumar's email address 2015-07-17 16:39:53 -07:00
spear13xx.dtsi Update Viresh Kumar's email address 2015-07-17 16:39:53 -07:00
spear300-evb.dts Update Viresh Kumar's email address 2015-07-17 16:39:53 -07:00
spear300.dtsi Update Viresh Kumar's email address 2015-07-17 16:39:53 -07:00
spear310-evb.dts Update Viresh Kumar's email address 2015-07-17 16:39:53 -07:00
spear310.dtsi Update Viresh Kumar's email address 2015-07-17 16:39:53 -07:00
spear320-evb.dts Update Viresh Kumar's email address 2015-07-17 16:39:53 -07:00
spear320-hmi.dts
spear320.dtsi Update Viresh Kumar's email address 2015-07-17 16:39:53 -07:00
spear600-evb.dts
spear600.dtsi
spear1310-evb.dts Update Viresh Kumar's email address 2015-07-17 16:39:53 -07:00
spear1310.dtsi Update Viresh Kumar's email address 2015-07-17 16:39:53 -07:00
spear1340-evb.dts Update Viresh Kumar's email address 2015-07-17 16:39:53 -07:00
spear1340.dtsi Update Viresh Kumar's email address 2015-07-17 16:39:53 -07:00
st-pincfg.h
ste-ccu8540-pinctrl.dtsi
ste-ccu8540.dts ARM: ux500: define serial port aliases 2015-07-14 11:15:42 +02:00
ste-ccu9540.dts ARM: ux500: define serial port aliases 2015-07-14 11:15:42 +02:00
ste-dbx5x0.dtsi This is the bulk of pin control changes for the v4.3 development 2015-09-04 10:22:09 -07:00
ste-href-ab8500.dtsi
ste-href-ab8505.dtsi
ste-href-family-pinctrl.dtsi
ste-href-stuib.dtsi
ste-href-tvk1281618.dtsi
ste-href.dtsi ARM: ux500: fix MMC/SD card regression 2015-07-14 11:15:57 +02:00
ste-hrefprev60-stuib.dts ARM: ux500: define serial port aliases 2015-07-14 11:15:42 +02:00
ste-hrefprev60-tvk.dts ARM: ux500: define serial port aliases 2015-07-14 11:15:42 +02:00
ste-hrefprev60.dtsi ARM: ux500: fix MMC/SD card regression 2015-07-14 11:15:57 +02:00
ste-hrefv60plus-stuib.dts ARM: ux500: define serial port aliases 2015-07-14 11:15:42 +02:00
ste-hrefv60plus-tvk.dts ARM: ux500: define serial port aliases 2015-07-14 11:15:42 +02:00
ste-hrefv60plus.dtsi ARM: ux500: modify initial levelshifter status 2015-10-14 17:14:43 +02:00
ste-nomadik-nhk15.dts ARM: nomadik: push accelerometer down to boards 2015-08-11 15:29:59 +02:00
ste-nomadik-pinctrl.dtsi
ste-nomadik-s8815.dts ARM: nomadik: push accelerometer down to boards 2015-08-11 15:29:59 +02:00
ste-nomadik-stn8815.dtsi This is the bulk of pin control changes for the v4.3 development 2015-09-04 10:22:09 -07:00
ste-snowball.dts ARM: dts: fix gpio-keys wakeup-source property 2015-10-22 09:53:57 -07:00
ste-u300.dts
stih41x-b2000.dtsi
stih41x-b2020.dtsi
stih41x-b2020x.dtsi
stih41x.dtsi
stih407-b2120.dts
stih407-clock.dtsi ARM: STi: DT: Rename st_pll3200c32_407_c0_x into st_pll3200c32_cx_x 2015-07-22 11:41:33 +02:00
stih407-family.dtsi ARM: DT updates for v4.3 2015-09-01 13:09:20 -07:00
stih407-pinctrl.dtsi ARM: STi: DT: Add STiH407 family mtsin0 pinctrl configuration 2015-07-22 11:03:11 +02:00
stih407.dtsi ARM: sti: dt: adapt DT to fix probe/bind issues in DRM driver 2015-09-24 16:50:21 -07:00
stih410-b2120.dts
stih410-clock.dtsi ARM: STi: DT: Rename st_pll3200c32_407_c0_x into st_pll3200c32_cx_x 2015-07-22 11:41:33 +02:00
stih410-pinctrl.dtsi
stih410.dtsi ARM: sti: dt: adapt DT to fix probe/bind issues in DRM driver 2015-09-24 16:50:21 -07:00
stih415-b2000.dts
stih415-b2020.dts
stih415-clock.dtsi
stih415-pinctrl.dtsi
stih415.dtsi ARM: STi: DT: Move reset controller constants into common location 2015-08-03 13:13:44 +02:00
stih416-b2000.dts
stih416-b2020.dts
stih416-b2020e.dts
stih416-clock.dtsi
stih416-pinctrl.dtsi
stih416.dtsi ARM: STi: DT: Move reset controller constants into common location 2015-08-03 13:13:44 +02:00
stih418-b2199.dts
stih418-clock.dtsi ARM: STi: DT: Rename st_pll3200c32_407_c0_x into st_pll3200c32_cx_x 2015-07-22 11:41:33 +02:00
stih418.dtsi ARM: STi: DT: STiH418: Add cpu-release-addr dt property. 2015-07-22 11:11:04 +02:00
stihxxx-b2120.dtsi
stm32f429-disco.dts ARM: dts: Use stdout-path in STM32F429 Discovery board 2015-07-23 07:07:12 +02:00
stm32f429.dtsi
stm32429i-eval.dts ARM: dts: Add STM32429i-EVAL board support 2015-07-23 06:59:50 +02:00
sun4i-a10-a1000.dts
sun4i-a10-ba10-tvbox.dts
sun4i-a10-chuwi-v7-cw0825.dts
sun4i-a10-cubieboard.dts
sun4i-a10-gemei-g9.dts
sun4i-a10-hackberry.dts
sun4i-a10-hyundai-a7hd.dts
sun4i-a10-inet97fv2.dts
sun4i-a10-itead-iteaduino-plus.dts ARM: dts: sun4i: Add Iteaduino Plus A10 2015-07-21 14:36:58 +02:00
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 ARM: dts: sun4i: Enable USB DRC on A10 OLinuxIno Lime 2015-07-31 12:08:44 +02:00
sun4i-a10-pcduino.dts
sun4i-a10.dtsi ARM: DT updates for v4.3 2015-09-01 13:09:20 -07:00
sun5i-a10s-auxtek-t004.dts
sun5i-a10s-mk802.dts
sun5i-a10s-olinuxino-micro.dts ARM: dts: sun5i: Enable USB DRC on A10s OLinuxIno Micro 2015-07-31 18:57:25 +02:00
sun5i-a10s-r7-tv-dongle.dts
sun5i-a10s.dtsi ARM: sun5i: Add clock indices 2015-08-12 00:59:04 -07:00
sun5i-a13-hsg-h702.dts ARM: dts: sun5i: hsg-h702: Enable USB OTG controller 2015-07-31 18:59:51 +02:00
sun5i-a13-olinuxino-micro.dts
sun5i-a13-olinuxino.dts ARM: dts: sun5i: Enable USB DRC on A13 OLinuxIno 2015-07-31 18:57:48 +02:00
sun5i-a13-utoo-p66.dts ARM: sunxi: dt: Convert users to the PIO interrupts binding 2015-07-28 14:41:50 +02:00
sun5i-a13.dtsi ARM: sun5i: Add clock indices 2015-08-12 00:59:04 -07:00
sun5i.dtsi ARM: DT updates for v4.3 2015-09-01 13:09:20 -07:00
sun6i-a31-app4-evb1.dts
sun6i-a31-colombus.dts
sun6i-a31-hummingbird.dts
sun6i-a31-i7.dts
sun6i-a31-m9.dts
sun6i-a31-mele-a1000g-quad.dts
sun6i-a31.dtsi ARM: DT updates for v4.3 2015-09-01 13:09:20 -07:00
sun6i-a31s-cs908.dts
sun6i-a31s.dtsi
sun7i-a20-bananapi.dts
sun7i-a20-bananapro.dts
sun7i-a20-cubieboard2.dts
sun7i-a20-cubietruck.dts ARM: dts: sun7i: Change cubietruck wifi enable pin to use mmc-pwrseq 2015-08-01 11:25:11 +02:00
sun7i-a20-hummingbird.dts
sun7i-a20-i12-tvbox.dts ARM: sunxi: dt: Convert users to the PIO interrupts binding 2015-07-28 14:41:50 +02:00
sun7i-a20-m3.dts
sun7i-a20-mk808c.dts
sun7i-a20-olinuxino-lime.dts
sun7i-a20-olinuxino-lime2.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.dtsi ARM: dts: sunxi: Raise minimum CPU voltage for sun7i-a20 to meet SoC specifications 2015-09-13 14:20:25 +02:00
sun8i-a23-a33.dtsi ARM: DT updates for v4.3 2015-09-01 13:09:20 -07:00
sun8i-a23-evb.dts
sun8i-a23-ippo-q8h-v1.2.dts
sun8i-a23-ippo-q8h-v5.dts
sun8i-a23.dtsi
sun8i-a33-et-q8-v1.6.dts
sun8i-a33-ga10h-v1.1.dts
sun8i-a33-ippo-q8h-v1.2.dts ARM: dts: sun8i: Enable USB DRC on Ippo Q8H-A33 tablet 2015-07-31 18:58:13 +02:00
sun8i-a33-sinlinx-sina33.dts
sun8i-a33.dtsi
sun9i-a80-cubieboard4.dts
sun9i-a80-optimus.dts
sun9i-a80.dtsi ARM: sun9i: Wrap the clock-indices 2015-08-12 00:59:13 -07:00
sunxi-common-regulators.dtsi
tegra20-colibri-512.dtsi
tegra20-harmony.dts
tegra20-iris-512.dts
tegra20-medcom-wide.dts
tegra20-paz00.dts
tegra20-plutux.dts
tegra20-seaboard.dts
tegra20-tamonten.dtsi
tegra20-tec.dts
tegra20-trimslice.dts
tegra20-ventana.dts
tegra20-whistler.dts
tegra20.dtsi ARM: tegra: Comment out gpio-ranges properties 2015-10-15 17:58:43 +02:00
tegra30-apalis-eval.dts
tegra30-apalis.dtsi
tegra30-beaver.dts
tegra30-cardhu-a02.dts
tegra30-cardhu-a04.dts
tegra30-cardhu.dtsi
tegra30-colibri-eval-v3.dts
tegra30-colibri.dtsi
tegra30.dtsi ARM: tegra: Comment out gpio-ranges properties 2015-10-15 17:58:43 +02:00
tegra114-dalmore.dts
tegra114-roth.dts
tegra114-tn7.dts
tegra114.dtsi ARM: tegra: Comment out gpio-ranges properties 2015-10-15 17:58:43 +02:00
tegra124-jetson-tk1-emc.dtsi
tegra124-jetson-tk1.dts ARM: tegra: jetson-tk1: Add GK20A GPU DT node 2015-08-21 18:44:27 +02:00
tegra124-nyan-big-emc.dtsi
tegra124-nyan-big.dts
tegra124-nyan-blaze-emc.dtsi
tegra124-nyan-blaze.dts
tegra124-nyan.dtsi
tegra124-venice2.dts ARM: tegra: venice2: Add GK20A GPU DT node 2015-08-21 18:44:26 +02:00
tegra124.dtsi ARM: tegra: Comment out gpio-ranges properties 2015-10-15 17:58:43 +02:00
tny_a9g20.dts
tny_a9260.dts
tny_a9260_common.dtsi
tny_a9263.dts
tps6507x.dtsi
tps65217.dtsi
tps65910.dtsi
twl4030.dtsi
twl4030_omap3.dtsi
twl6030.dtsi
twl6030_omap4.dtsi
uniphier-ph1-ld4-ref.dts ARM: dts: UniPhier: add reference daughter board 2015-08-11 15:20:56 +02:00
uniphier-ph1-ld4.dtsi ARM: dts: uniphier: add I2C controller device nodes 2015-08-11 15:09:21 +02:00
uniphier-ph1-ld6b-ref.dts ARM: dts: uniphier: fix IRQ number for devices on PH1-LD6b ref board 2015-10-15 17:12:43 +02:00
uniphier-ph1-ld6b.dtsi ARM: dts: uniphier: add ProXstream2 and PH1-LD6b SoC/board support 2015-08-11 15:09:32 +02:00
uniphier-ph1-pro4-ref.dts ARM: dts: UniPhier: add reference daughter board 2015-08-11 15:20:56 +02:00
uniphier-ph1-pro4.dtsi ARM: dts: uniphier: add I2C controller device nodes 2015-08-11 15:09:21 +02:00
uniphier-ph1-pro5.dtsi ARM: dts: uniphier: add PH1-Pro5 SoC support 2015-08-11 15:09:27 +02:00
uniphier-ph1-sld3-ref.dts ARM: dts: UniPhier: add reference daughter board 2015-08-11 15:20:56 +02:00
uniphier-ph1-sld3.dtsi ARM: dts: uniphier: add I2C controller device nodes 2015-08-11 15:09:21 +02:00
uniphier-ph1-sld8-ref.dts ARM: dts: UniPhier: add reference daughter board 2015-08-11 15:20:56 +02:00
uniphier-ph1-sld8.dtsi ARM: dts: uniphier: add I2C controller device nodes 2015-08-11 15:09:21 +02:00
uniphier-pinctrl.dtsi ARM: dts: uniphier: add I2C controller device nodes 2015-08-11 15:09:21 +02:00
uniphier-proxstream2.dtsi ARM: dts: UniPhier: fix PPI interrupt CPU mask of timer nodes 2015-08-20 18:28:39 -07:00
uniphier-ref-daughter.dtsi ARM: dts: UniPhier: add reference daughter board 2015-08-11 15:20:56 +02:00
uniphier-support-card.dtsi
usb_a9g20-dab-mmx.dtsi
usb_a9g20.dts
usb_a9g20_common.dtsi
usb_a9g20_lpw.dts
usb_a9260.dts
usb_a9260_common.dtsi
usb_a9263.dts
versatile-ab.dts
versatile-pb.dts
vexpress-v2m-rs1.dtsi ARM: dts: vexpress: Use assigned-clock-parents for sp810 2015-08-18 13:17:27 -07:00
vexpress-v2m.dtsi ARM: dts: vexpress: Use assigned-clock-parents for sp810 2015-08-18 13:17:27 -07:00
vexpress-v2p-ca5s.dts
vexpress-v2p-ca9.dts
vexpress-v2p-ca15-tc1.dts
vexpress-v2p-ca15_a7.dts
vf-colibri-eval-v3.dtsi ARM: dts: vf-colibri: define stdout-path property 2015-08-11 23:15:22 +08:00
vf-colibri.dtsi
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.dtsi
vf610m4-colibri.dts
vf610m4.dtsi
vfxxx.dtsi ARM: dts: add property for maximum ADC clock frequencies 2015-08-11 23:15:25 +08:00
vt8500-bv07.dts
vt8500.dtsi
wm8505-ref.dts
wm8505.dtsi
wm8650-mid.dts
wm8650.dtsi
wm8750-apc8750.dts
wm8750.dtsi
wm8850-w70v2.dts
wm8850.dtsi
xenvm-4.2.dts
zx296702-ad1.dts
zx296702.dtsi
zynq-7000.dtsi ARM: dts: zynq: Add devicetree entry for Xilinx Zynq reset controller. 2015-08-21 09:10:00 -07:00
zynq-parallella.dts
zynq-zc702.dts ARM: zynq: DT: Add zc702 pushbuttons to DT as gpio-keys 2015-07-31 10:50:06 +02:00
zynq-zc706.dts
zynq-zed.dts
zynq-zybo.dts