linux/arch/arm/boot/dts
Linus Torvalds 44c916d58b ARM: SoC cleanups for 3.17
This merge window brings a good size of cleanups on various
 platforms. Among the bigger ones:
 
 * Removal of Samsung s5pc100 and s5p64xx platforms. Both of these have
   lacked active support for quite a while, and after asking around nobody
   showed interest in keeping them around. If needed, they could be
   resurrected in the future but it's more likely that we would prefer
   reintroduction of them as DT and multiplatform-enabled platforms
   instead.
 * OMAP4 controller code register define diet. They defined a lot of registers
   that were never actually used, etc.
 * Move of some of the Tegra platform code (PMC, APBIO, fuse, powergate)
   to drivers/soc so it can be shared with 64-bit code. This also converts them
   over to traditional driver models where possible.
 * Removal of legacy gpio-samsung driver, since the last users have been
   removed (moved to pinctrl)
 
 Plus a bunch of smaller changes for various platforms that sort of
 dissapear in the diffstat for the above. clps711x cleanups, shmobile
 header file refactoring/moves for multiplatform friendliness, some misc
 cleanups, etc.
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.14 (GNU/Linux)
 
 iQIcBAABAgAGBQJT5DYPAAoJEIwa5zzehBx37egQAIiatNiLLqZnfo3rwGADRz/a
 POfPovktj68aPcobyzoyhFtToMqGvi9PpysyFTIQD2HJFG+5BtiIAuqtg0875zDe
 EpBWgsfugrm0YktJWAtUerj60oAmNPbKfaEm1cOOWuM2lb2mV+QkRrwSTAgsqkT7
 927BzMXKKBRPOVLL0RYhoF8EXa0Eg8kCqAHP8fJrzVYkRp+UrZJDnGiUP1XmWJN+
 VXQMu5SEjcPMtqT7+tfX455RfREHJfBcJ1ZN/dPF8HMWDwClQG0lyc6hifh1MxwO
 8DjIZNkfZeKqgDqVyC17re7pc7p8md5HL8WXbrKpK0A9vQ5bRexbPHxcwJ1T/C2Y
 465H+st5XXbuzV1gbMwjK1/ycsH0tCyffckk8Yl/2e1Fs7GgPNbAELtTdl+5vV1Y
 xmDXkyo/9WlRM3LQ23IGKwW7VzN86EfWVuShssfro0fO7xDdb4OOYLdQI+4bCG+h
 ytQYun1vU32OEyNik5RVNQuZaMrv2c93a3bID4owwuPHPmYOPVUQaqnRX/0E51eA
 aHZYbk2GlUOV3Kq5aSS4iyLg1Yj+I9/NeH9U+A4nc+PQ5FlgGToaVSCuYuw4DqbP
 AAG+sqQHbkBMvDPobQz/yd1qZbAb4eLhGy11XK1t5S65rApWI55GwNXnvbyxqt8x
 wpmxJTASGxcfuZZgKXm7
 =gbcE
 -----END PGP SIGNATURE-----

Merge tag 'cleanup-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc

Pull ARM SoC cleanups from Olof Johansson:
 "This merge window brings a good size of cleanups on various platforms.
  Among the bigger ones:

   - Removal of Samsung s5pc100 and s5p64xx platforms.  Both of these
     have lacked active support for quite a while, and after asking
     around nobody showed interest in keeping them around.  If needed,
     they could be resurrected in the future but it's more likely that
     we would prefer reintroduction of them as DT and
     multiplatform-enabled platforms instead.

   - OMAP4 controller code register define diet.  They defined a lot of
     registers that were never actually used, etc.

   - Move of some of the Tegra platform code (PMC, APBIO, fuse,
     powergate) to drivers/soc so it can be shared with 64-bit code.
     This also converts them over to traditional driver models where
     possible.

   - Removal of legacy gpio-samsung driver, since the last users have
     been removed (moved to pinctrl)

  Plus a bunch of smaller changes for various platforms that sort of
  dissapear in the diffstat for the above.  clps711x cleanups, shmobile
  header file refactoring/moves for multiplatform friendliness, some
  misc cleanups, etc"

* tag 'cleanup-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: (117 commits)
  drivers: CCI: Correct use of ! and &
  video: clcd-versatile: Depend on ARM
  video: fix up versatile CLCD helper move
  MAINTAINERS: Add sdhci-st file to ARCH/STI architecture
  ARM: EXYNOS: Fix build breakge with PM_SLEEP=n
  MAINTAINERS: Remove Kirkwood
  ARM: tegra: Convert PMC to a driver
  soc/tegra: fuse: Set up in early initcall
  ARM: tegra: Always lock the CPU reset vector
  ARM: tegra: Setup CPU hotplug in a pure initcall
  soc/tegra: Implement runtime check for Tegra SoCs
  soc/tegra: fuse: fix dummy functions
  soc/tegra: fuse: move APB DMA into Tegra20 fuse driver
  soc/tegra: Add efuse and apbmisc bindings
  soc/tegra: Add efuse driver for Tegra
  ARM: tegra: move fuse exports to soc/tegra/fuse.h
  ARM: tegra: export apb dma readl/writel
  ARM: tegra: Use a function to get the chip ID
  ARM: tegra: Sort includes alphabetically
  ARM: tegra: Move includes to include/soc/tegra
  ...
2014-08-08 11:00:26 -07:00
..
include
aks-cdu.dts
am33xx-clocks.dtsi ARM: dts: am33xx-clock: Fix ehrpwm tbclk data 2014-05-23 11:50:36 +03:00
am33xx.dtsi Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next 2014-06-12 14:27:40 -07:00
am35xx-clocks.dtsi
am43x-epos-evm.dts ARM: dts: am43x-epos-evm: Add Missing cpsw-phy-sel for am43x-epos-evm 2014-06-16 05:02:27 -07:00
am43xx-clocks.dtsi Merge branch 'for-v3.16/clk-dt' of https://github.com/t-kristo/linux-pm into omap-for-v3.16/dt-v2 2014-05-28 10:14:48 -07:00
am335x-base0033.dts
am335x-bone-common.dtsi ARM: dts: AM33XX: fix ethernet and mdio default state 2014-05-14 14:45:15 -07:00
am335x-bone.dts
am335x-boneblack.dts ARM: dts: am335x-boneblack: remove use of ti,vcc-aux-disable-is-sleep 2014-05-05 17:37:13 -07:00
am335x-evm.dts ARM: dts: am335x-evm: Enable the McASP FIFO for audio 2014-07-07 04:57:17 -07:00
am335x-evmsk.dts ARM: dts: am335x-evmsk: Enable the McASP FIFO for audio 2014-07-07 05:00:53 -07:00
am335x-igep0033.dtsi ARM: dts: Fix TI CPSW Phy mode selection on IGEP COM AQUILA. 2014-07-07 05:01:18 -07:00
am335x-nano.dts ARM: dts: AM33XX: fix ethernet and mdio default state 2014-05-14 14:45:15 -07:00
am437x-gp-evm.dts fbdev changes for 3.16 (omap devicetree) 2014-06-09 18:32:13 -07:00
am3517-craneboard.dts ARM: dts: Add basic devices for AM3517-craneboard 2014-03-02 18:34:14 +01:00
am3517-evm.dts
am3517.dtsi ARM: dts: AM3517: Disable absent IPs inherited from OMAP3 2014-04-25 09:55:00 -07:00
am3517_mt_ventoux.dts
am4372.dtsi Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next 2014-06-12 14:27:40 -07:00
animeo_ip.dts
armada-38x.dtsi ARM: mvebu: Fix the improper use of the compatible string armada38x using a wildcard 2014-06-24 11:33:24 +00:00
armada-370-db.dts ARM: SoC devicetree updates for 3.16 2014-06-02 16:34:00 -07:00
armada-370-mirabox.dts ARM: mvebu: remove clock-frequency of serial port Device Tree nodes 2014-04-26 00:34:44 +00:00
armada-370-netgear-rn102.dts ARM: mvebu: remove clock-frequency of serial port Device Tree nodes 2014-04-26 00:34:44 +00:00
armada-370-netgear-rn104.dts ARM: mvebu: remove clock-frequency of serial port Device Tree nodes 2014-04-26 00:34:44 +00:00
armada-370-rd.dts ARM: mvebu: remove clock-frequency of serial port Device Tree nodes 2014-04-26 00:34:44 +00:00
armada-370-xp.dtsi mvebu DT changes for v3.16 2014-05-19 21:55:03 -07:00
armada-370.dtsi ARM: mvebu: switch to the new PMSU binding in Armada 370/XP Device Tree 2014-04-24 05:28:41 +00:00
armada-375-db.dts ARM: dts: Specify the NAND ECC scheme explicitly on Armada 375 DB board 2014-06-17 17:09:43 +02:00
armada-375.dtsi ARM: mvebu: add Device Tree description for the EHCI controllers on Armada 375 2014-05-16 05:53:20 +00:00
armada-380.dtsi ARM: mvebu: Fix the improper use of the compatible string armada38x using a wildcard 2014-06-24 11:33:24 +00:00
armada-385-db.dts mvebu fixes for v3.16 2014-06-25 20:26:30 +02:00
armada-385-rd.dts ARM: mvebu: Fix the improper use of the compatible string armada38x using a wildcard 2014-06-24 11:33:24 +00:00
armada-385.dtsi ARM: mvebu: Fix the improper use of the compatible string armada38x using a wildcard 2014-06-24 11:33:24 +00:00
armada-xp-axpwifiap.dts ARM: mvebu: remove clock-frequency of serial port Device Tree nodes 2014-04-26 00:34:44 +00:00
armada-xp-db.dts ARM: SoC devicetree updates for 3.16 2014-06-02 16:34:00 -07:00
armada-xp-gp.dts ARM: SoC devicetree updates for 3.16 2014-06-02 16:34:00 -07:00
armada-xp-matrix.dts Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next 2014-06-12 14:27:40 -07:00
armada-xp-mv78230.dtsi ARM: mvebu: add enable-method property for CPUs 2014-04-24 05:50:14 +00:00
armada-xp-mv78260.dtsi ARM: mvebu: add enable-method property for CPUs 2014-04-24 05:50:14 +00:00
armada-xp-mv78460.dtsi ARM: mvebu: add enable-method property for CPUs 2014-04-24 05:50:14 +00:00
armada-xp-netgear-rn2120.dts ARM: mvebu: don't use clocks property in UART node for Netgear RN2120 2014-04-26 00:34:57 +00:00
armada-xp-openblocks-ax3-4.dts ARM: mvebu: DT: fix OpenBlocks AX3-4 RAM size 2014-06-17 17:09:37 +02:00
armada-xp.dtsi ARM: mvebu: use clocks property for serial ports 2014-04-26 00:34:33 +00:00
armv7-m.dtsi
at91-ariag25.dts ARM: at91/dt: at91-ariag25: remove useless adc properties 2014-03-12 19:11:28 +01:00
at91-cosino.dtsi ARM: at91/dt: at91-cosino: remove useless adc properties 2014-03-12 19:11:29 +01:00
at91-cosino_mega2560.dts ARM: at91/dt: at91-cosino_mega2560 remove useless tsadcc node 2014-05-07 18:28:41 +02:00
at91-foxg20.dts
at91-qil_a9260.dts
at91-sama5d3_xplained.dts ARM: SoC updates for 3.16 (part 1) 2014-06-02 16:15:12 -07:00
at91rm9200.dtsi
at91rm9200_pqfp.dtsi
at91rm9200ek.dts
at91sam9g15.dtsi
at91sam9g15ek.dts
at91sam9g20.dtsi
at91sam9g20ek.dts
at91sam9g20ek_2mmc.dts
at91sam9g20ek_common.dtsi
at91sam9g25.dtsi
at91sam9g25ek.dts
at91sam9g35.dtsi
at91sam9g35ek.dts
at91sam9g45.dtsi ARM: at91/dt: sam9g45: improve ADC/touchscreen support 2014-04-18 18:06:41 +02:00
at91sam9m10g45ek.dts ARM: at91/dt: at91sam9m10g45ek PWM leds polarity is inversed 2014-04-18 18:07:54 +02:00
at91sam9n12.dtsi ARM: at91/dt: fix usb0 clocks definition in sam9n12 dtsi 2014-07-18 15:56:35 +02:00
at91sam9n12ek.dts ARM: at91/dt: define sam9n12ek crystal frequencies 2014-05-22 18:03:16 +02:00
at91sam9rl.dtsi ARM: SoC updates for 3.16 (part 1) 2014-06-02 16:15:12 -07:00
at91sam9rlek.dts Merge branch 'at91/cleanup' into next/dt 2014-05-23 23:02:30 +02:00
at91sam9x5.dtsi Second AT91 fixes series for 3.16 2014-07-18 14:39:18 -07:00
at91sam9x5_can.dtsi ARM: at91/dt: define sam9x5 clocks 2014-05-22 18:03:13 +02:00
at91sam9x5_isi.dtsi ARM: at91/dt: define sam9x5 clocks 2014-05-22 18:03:13 +02:00
at91sam9x5_lcd.dtsi ARM: at91/dt: define sam9x5 clocks 2014-05-22 18:03:13 +02:00
at91sam9x5_macb0.dtsi ARM: at91/dt: define sam9x5 clocks 2014-05-22 18:03:13 +02:00
at91sam9x5_macb1.dtsi ARM: at91/dt: define sam9x5 clocks 2014-05-22 18:03:13 +02:00
at91sam9x5_usart3.dtsi ARM: at91/dt: define sam9x5 clocks 2014-05-22 18:03:13 +02:00
at91sam9x5cm.dtsi ARM: at91/dt: define sam9x5ek's crystal frequencies 2014-05-22 18:03:14 +02:00
at91sam9x5ek.dtsi
at91sam9x25.dtsi
at91sam9x25ek.dts
at91sam9x35.dtsi
at91sam9x35ek.dts
at91sam9260.dtsi ARM: at91/dt: sam9260: correct external trigger value 2014-05-13 11:51:52 +02:00
at91sam9261.dtsi ARM: at91/dt: sam9261: remove slow RC osc 2014-06-25 18:00:17 +02:00
at91sam9261ek.dts ARM: at91/dt: define sam9261ek slow crystal frequency 2014-06-25 17:50:08 +02:00
at91sam9263.dtsi
at91sam9263ek.dts
atlas6-evb.dts
atlas6.dtsi ARM: SoC devicetree updates for 3.16 2014-06-02 16:34:00 -07:00
axm55xx.dtsi ARM: dts: axxia: Add reset controller 2014-05-23 18:18:46 +02:00
axm5516-amarillo.dts ARM: dts: Device tree for AXM55xx. 2014-05-23 18:18:45 +02:00
axm5516-cpus.dtsi ARM: dts: Device tree for AXM55xx. 2014-05-23 18:18:45 +02:00
bcm2835-rpi-b.dts
bcm2835.dtsi ARM: bcm2835: fix clock DT node names 2014-02-24 19:40:27 -07:00
bcm4708-netgear-r6250.dts
bcm4708.dtsi
bcm5301x.dtsi
bcm11351.dtsi ARM: dts: Declare the PWM for bcm11351 (bcm281xx) 2014-04-28 11:14:38 -04:00
bcm21664-garnet.dts ARM: dts: bcm21664: Add device tree files. 2014-03-14 12:22:37 -04:00
bcm21664.dtsi ARM: dts: use real clocks for bcm21664 2014-04-30 11:51:45 -07:00
bcm28155-ap.dts ARM: dts: Enable the PWM for bcm28155 AP board 2014-04-28 11:14:47 -04:00
bcm59056.dtsi ARM: dts: bcm590xx: add support for GPLDO and VBUS regulators 2014-05-23 08:07:01 -04:00
berlin2-sony-nsz-gs7.dts
berlin2.dtsi ARM: dts: berlin: add the pinctrl node and muxing setup for uarts 2014-05-19 23:02:31 +02:00
berlin2cd-google-chromecast.dts
berlin2cd.dtsi ARM: dts: berlin: add the pinctrl node and muxing setup for uarts 2014-05-19 23:02:31 +02:00
berlin2q-marvell-dmp.dts ARM: dts: berlin: enable SD card reader and eMMC for the BG2Q DMP 2014-05-19 23:02:34 +02:00
berlin2q.dtsi ARM: dts: berlin: add the SDHCI nodes for the BG2Q 2014-05-19 23:02:33 +02:00
da850-enbw-cmc.dts
da850-evm.dts
da850.dtsi
dove-cm-a510.dts
dove-cubox.dts
dove-d2plug.dts
dove-d3plug.dts
dove-dove-db.dts
dove.dtsi ARM: dove: drop pinctrl PMU reg property 2014-03-06 20:20:33 +00:00
dra7-evm.dts ARM: dts: dra7-evm: Make VDDA_1V8_PHY supply always on 2014-07-07 04:57:06 -07:00
dra7.dtsi ARM: dts: dra7-evm: remove interrupt binding 2014-06-17 01:22:55 -07:00
dra7xx-clocks.dtsi Merge branch 'for-v3.16-rc/clk-dt-fixes' of https://github.com/t-kristo/linux-pm into fixes-rc4 2014-07-07 05:05:42 -07:00
dra72-evm.dts ARM: dts: Add support for DRA72x family of devices 2014-05-06 10:20:14 -07:00
dra72x.dtsi ARM: dts: Add support for DRA72x family of devices 2014-05-06 10:20:14 -07:00
dra74x.dtsi ARM: dts: Add support for DRA72x family of devices 2014-05-06 10:20:14 -07:00
ea3250.dts
ecx-2000.dts
ecx-common.dtsi
efm32gg-dk3750.dts ARM: efm32: properly namespace i2c location property 2014-03-14 16:04:30 +01:00
efm32gg.dtsi ARM: efm32: fix unit address part in USART2 device nodes' names 2014-03-14 16:04:15 +01:00
elpida_ecb240abacn.dtsi
emev2-kzm9d.dts
emev2.dtsi ARM: shmobile: Update EMEV2 DTS to include CPU frequency 2014-06-17 17:27:54 +09:00
ethernut5.dts
evk-pro3.dts
exynos4.dtsi Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux 2014-08-07 17:36:12 -07:00
exynos4x12-pinctrl.dtsi
exynos4x12.dtsi ARM: dts: exynos: Update PMU node with CLKOUT related data 2014-07-26 02:47:10 +02:00
exynos5.dtsi Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux 2014-08-07 17:36:12 -07:00
exynos3250-pinctrl.dtsi ARM: dts: add dts files for exynos3250 SoC 2014-05-31 02:09:17 +09:00
exynos3250.dtsi TTY / Serial driver update for 3.17-rc1 2014-08-04 18:51:19 -07:00
exynos4210-origen.dts ARM: dts: use key code macros on Origen and Arndale boards 2014-05-31 02:06:51 +09:00
exynos4210-pinctrl.dtsi
exynos4210-smdkv310.dts ARM: dts: fix the chip select gpios definition in the SPI nodes 2014-07-17 19:37:50 +01:00
exynos4210-trats.dts ARM: dts: Enable USB gadget functionality for exynos4210-trats 2014-05-23 02:34:11 +09:00
exynos4210-universal_c210.dts ARM: dts: add external sd card node for exynos4210-universal_c210 2014-05-23 02:34:14 +09:00
exynos4210.dtsi ARM: dts: exynos: Update PMU node with CLKOUT related data 2014-07-26 02:47:10 +02:00
exynos4212.dtsi Exynos cleanup for v3.15 2014-03-29 02:03:39 +01:00
exynos4412-odroidx.dts Exynos cleanup for v3.15 2014-03-29 02:03:39 +01:00
exynos4412-origen.dts ARM: dts: use key code macros on Origen and Arndale boards 2014-05-31 02:06:51 +09:00
exynos4412-smdk4412.dts ARM: dts: Update Exynos DT files with generic compatible strings 2014-03-21 02:17:22 +09:00
exynos4412-tiny4412.dts ARM: dts: Update Exynos DT files with generic compatible strings 2014-03-21 02:17:22 +09:00
exynos4412-trats2.dts ARM: dts: fix the chip select gpios definition in the SPI nodes 2014-07-17 19:37:50 +01:00
exynos4412.dtsi ARM: dts: add PMU syscon node for exynos4 2014-05-23 03:31:32 +09:00
exynos5250-arndale.dts ARM: SoC devicetree updates for 3.16 2014-06-02 16:34:00 -07:00
exynos5250-cros-common.dtsi ARM: dts: enable hdmi for exynos5250 based snow board 2014-05-19 22:54:48 +09:00
exynos5250-pinctrl.dtsi ARM: dts: Add pwmX_out pinctrl nodes to exynos5250 2014-05-19 23:14:02 +09:00
exynos5250-smdk5250.dts ARM: dts: fix the chip select gpios definition in the SPI nodes 2014-07-17 19:37:50 +01:00
exynos5250-snow.dts ARM: dts: enable dp-controller for exynos5250-snow board 2014-05-19 23:14:04 +09:00
exynos5250.dtsi ARM: dts: exynos: Update PMU node with CLKOUT related data 2014-07-26 02:47:10 +02:00
exynos5260-pinctrl.dtsi ARM: dts: add dts files for exynos5260 SoC 2014-05-31 02:09:04 +09:00
exynos5260-xyref5260.dts ARM: dts: add dts file for exynos5260-xyref5260 board 2014-05-31 02:09:10 +09:00
exynos5260.dtsi ARM: dts: SAMSUNG: Add aliases of UART nodes 2014-07-09 17:22:55 -07:00
exynos5410-smdk5410.dts ARM: dts: add dts files for exynos5410 and exynos5410-smdk5410 2014-05-31 02:09:18 +09:00
exynos5410.dtsi ARM: dts: SAMSUNG: Add aliases of UART nodes 2014-07-09 17:22:55 -07:00
exynos5420-arndale-octa.dts Samsung 3rd DT updates for v3.16 2014-05-30 21:21:10 -07:00
exynos5420-peach-pit.dts ARM: dts: correct the usb phy node in exynos5420-peach-pit 2014-05-31 02:11:39 +09:00
exynos5420-pinctrl.dtsi ARM: dts: Add pwmX_out pinctrl nodes to exynos5420 2014-05-09 06:06:10 +09:00
exynos5420-smdk5420.dts ARM: dts: Add MFC memory banks to exynos5420 boards 2014-05-20 01:04:13 +09:00
exynos5420.dtsi Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux 2014-08-07 17:36:12 -07:00
exynos5440-sd5v1.dts ARM: dts: Update Exynos DT files with generic compatible strings 2014-03-21 02:17:22 +09:00
exynos5440-ssdk5440.dts ARM: dts: Update Exynos DT files with generic compatible strings 2014-03-21 02:17:22 +09:00
exynos5440.dtsi ARM: dts: SAMSUNG: Add aliases of UART nodes 2014-07-09 17:22:55 -07:00
exynos5800-peach-pi.dts ARM: dts: correct the usb phy node in exynos5800-peach-pi 2014-05-31 02:11:42 +09:00
exynos5800.dtsi ARM: dts: add mfc node for exynos5800 2014-05-31 02:09:17 +09:00
ge863-pro3.dtsi
hi3620-hi4511.dts
hi3620.dtsi ARM: dts: fix L2 address in Hi3620 2014-07-26 12:14:32 +02:00
highbank.dts
imx6dl-cubox-i.dts
imx6dl-dfi-fs700-m60.dts
imx6dl-gw51xx.dts
imx6dl-gw52xx.dts
imx6dl-gw53xx.dts
imx6dl-gw54xx.dts
imx6dl-hummingboard.dts ARM: dts: hummingboard/cubox-i: move usb otg configuration to platform level 2014-06-17 22:00:07 +08:00
imx6dl-nitrogen6x.dts
imx6dl-phytec-pbab01.dts ARM: dts: Add Phytec pbab01 with i.MX6 DualLite/Solo 2014-05-16 23:01:53 +08:00
imx6dl-phytec-pfla02.dtsi ARM: dts: Add Phytec pfla02 with i.MX6 DualLite/Solo 2014-05-16 23:01:52 +08:00
imx6dl-pinfunc.h
imx6dl-riotboard.dts ARM: dts: imx6: add new board RIoTboard 2014-05-16 23:02:12 +08:00
imx6dl-sabreauto.dts
imx6dl-sabrelite.dts
imx6dl-sabresd.dts
imx6dl-wandboard.dts
imx6dl.dtsi ARM: dts: imx6: i2c4 cleanup 2014-05-16 23:02:12 +08:00
imx6q-arm2.dts
imx6q-cm-fx6.dts
imx6q-cubox-i.dts
imx6q-dfi-fs700-m60.dts
imx6q-dmo-edmqmx6.dts ARM: dts: imx6: edmqmx6: add vcc and vio power supplies to stmpe 2014-05-16 23:02:11 +08:00
imx6q-gk802.dts ARM: dts: Add stdout-path property to i.MX boards 2014-05-16 23:02:07 +08:00
imx6q-gw51xx.dts ARM: dts: imx6: ventana: fix include typo 2014-06-17 21:11:19 +08:00
imx6q-gw52xx.dts
imx6q-gw53xx.dts
imx6q-gw54xx.dts
imx6q-gw5400-a.dts ARM: dts: ventana: Add HDMI support 2014-05-16 23:02:03 +08:00
imx6q-nitrogen6x.dts
imx6q-phytec-pbab01.dts ARM: dts: Add stdout-path property to i.MX boards 2014-05-16 23:02:07 +08:00
imx6q-phytec-pfla02.dtsi ARM: dts: Add Phytec pfla02 with i.MX6 DualLite/Solo 2014-05-16 23:01:52 +08:00
imx6q-pinfunc.h
imx6q-sabreauto.dts
imx6q-sabrelite.dts
imx6q-sabresd.dts ARM: dts: imx6qdl: Add IPU DI ports and endpoints, move imx-drm node to dtsi 2014-03-07 16:17:59 +00:00
imx6q-sbc6x.dts
imx6q-udoo.dts ARM: dts: imx6q-udoo: Add HDMI support 2014-05-16 23:02:07 +08:00
imx6q-wandboard.dts
imx6q.dtsi ARM: SoC: device tree changes 2014-04-05 15:29:04 -07:00
imx6qdl-cubox-i.dtsi ARM: dts: hummingboard/cubox-i: move usb otg configuration to platform level 2014-06-17 22:00:07 +08:00
imx6qdl-dfi-fs700-m60.dtsi ARM: dts: Add stdout-path property to i.MX boards 2014-05-16 23:02:07 +08:00
imx6qdl-gw51xx.dtsi ARM: dts: imx6qdl-gw5xxx: Fix Linear Technology vendor prefix 2014-06-17 21:11:19 +08:00
imx6qdl-gw52xx.dtsi ARM: dts: imx6: ventana: correct gw52xx sgtl5000 clock source 2014-06-17 21:11:19 +08:00
imx6qdl-gw53xx.dtsi ARM: dts: imx6qdl-gw5xxx: Fix Linear Technology vendor prefix 2014-06-17 21:11:19 +08:00
imx6qdl-gw54xx.dtsi ARM: dts: imx: add LVDS backlight for Ventana 2014-05-16 23:02:06 +08:00
imx6qdl-microsom-ar8035.dtsi ARM: dt: microsom: don't set bit 7 for ethernet mux settings 2014-04-14 10:22:37 +08:00
imx6qdl-microsom.dtsi ARM: dts: hummingboard/cubox-i: move usb otg configuration to platform level 2014-06-17 22:00:07 +08:00
imx6qdl-nitrogen6x.dtsi ARM: dts: Add stdout-path property to i.MX boards 2014-05-16 23:02:07 +08:00
imx6qdl-phytec-pbab01.dtsi ARM: dts: pbab01: Enable DVI 2014-05-16 23:01:56 +08:00
imx6qdl-phytec-pfla02.dtsi ARM: dts: pfla02: Add UART1 (uart3) 2014-05-16 23:01:55 +08:00
imx6qdl-sabreauto.dtsi
imx6qdl-sabrelite.dtsi ARM: dts: Add stdout-path property to i.MX boards 2014-05-16 23:02:07 +08:00
imx6qdl-sabresd.dtsi ARM: dts: imx6qdl-sabresd: Add USDHC4 support 2014-05-16 23:02:09 +08:00
imx6qdl-wandboard.dtsi ARM: dts: imx6qdl-wandboard: Add HDMI support 2014-05-16 23:02:02 +08:00
imx6qdl.dtsi ARM: dts: imx6: update pcie to bring in line with new binding 2014-05-16 23:02:06 +08:00
imx6sl-evk.dts ARM: dts: imx6sl-evk: Add an entry for MX6SL_PAD_ECSPI1_SS0__GPIO4_IO11 2014-04-14 10:22:38 +08:00
imx6sl-pinfunc.h
imx6sl.dtsi ARM: dts: imx6sl: correct the fec ipg clock source 2014-06-17 21:11:19 +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.dts ARM: dts: mbimxsd25 baseboard: Add USB support 2014-04-30 13:35:20 +08:00
imx25-karo-tx25.dts ARM: dts: Karo TX25: use hardware ecc 2014-05-16 23:02:11 +08:00
imx25-pdk.dts ARM: dts: imx25-pdk: Add USB Host1 support 2014-05-16 23:01:44 +08:00
imx25-pinfunc.h
imx25.dtsi ARM: dts: i.MX25: Add IRAM node 2014-05-16 23:02:10 +08:00
imx27-apf27.dts ARM: dts: imx: add required #clock-cells for fixed-clock 2014-04-14 10:22:39 +08:00
imx27-apf27dev.dts
imx27-pdk.dts ARM: dts: imx: Remove excess entries for PMIC 2014-05-16 23:02:04 +08:00
imx27-phytec-phycard-s-rdk.dts ARM: dts: Add stdout-path property to i.MX boards 2014-05-16 23:02:07 +08:00
imx27-phytec-phycard-s-som.dtsi
imx27-phytec-phycore-rdk.dts ARM: dts: Add stdout-path property to i.MX boards 2014-05-16 23:02:07 +08:00
imx27-phytec-phycore-som.dtsi ARM: dts: imx: Remove excess entries for PMIC 2014-05-16 23:02:04 +08:00
imx27-pinfunc.h pinctrl: i.MX27: Remove nonexistent pad definitions 2014-07-11 14:08:26 +02:00
imx27.dtsi ARM: dts: imx27-pdk: Add keypad support 2014-05-16 23:02:01 +08: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 ARM: dts: imx28-duckbill: use symbolic names from gpio.h 2014-05-16 23:01:48 +08:00
imx28-eukrea-mbmx28lc.dtsi
imx28-eukrea-mbmx283lc.dts
imx28-eukrea-mbmx287lc.dts
imx28-evk.dts
imx28-m28cu3.dts
imx28-m28evk.dts
imx28-pinfunc.h
imx28-sps1.dts
imx28-tx28.dts
imx28.dtsi ARM: dts: imx28: include gpio.h to allow use of symbolic names 2014-05-16 23:01:47 +08:00
imx31-bug.dts
imx31.dtsi
imx35-eukrea-cpuimx35.dtsi ARM: dts: cpuimx35 Add touchscreen support. 2014-05-16 23:01:50 +08:00
imx35-eukrea-mbimxsd35-baseboard.dts ARM: dts: mbimxsd35 baseboard: Add USB support. 2014-04-30 13:35:20 +08:00
imx35-pdk.dts ARM: dts: imx35-pdk: Fix memory region description 2014-05-16 23:02:13 +08:00
imx35-pinfunc.h
imx35.dtsi ARM: dts: i.MX35: Add USB support. 2014-04-30 13:35:20 +08:00
imx50-evk.dts
imx50-pinfunc.h
imx50.dtsi ARM: dts: imx: Add alias for ethernet controller 2014-04-30 13:35:18 +08:00
imx51-apf51.dts
imx51-apf51dev.dts ARM: SoC: device tree changes 2014-04-05 15:29:04 -07:00
imx51-babbage.dts ARM: dts: imx51-babbage: Fix esdhc setup 2014-06-21 15:53:54 +08:00
imx51-digi-connectcore-jsk.dts ARM i.MX51: Add Digi ConnectCore devicetree 2014-05-16 23:01:51 +08:00
imx51-digi-connectcore-som.dtsi ARM: dts: i.MX51: Allow to define partitions onto NFC 2014-05-16 23:01:56 +08:00
imx51-eukrea-cpuimx51.dtsi ARM: dts: cpuimx51 Add touchscreen support. 2014-05-16 23:01:50 +08:00
imx51-eukrea-mbimxsd51-baseboard.dts ARM: dts: imx51-eukrea-mbimxsd51-baseboard: unbreak esdhc. 2014-06-21 15:54:06 +08:00
imx51-pinfunc.h
imx51.dtsi ARM: dts: i.MX51: Allow to define partitions onto NFC 2014-05-16 23:01:56 +08:00
imx53-ard.dts
imx53-m53evk.dts ARM: dts: mx5: Move the display out of soc {} node 2014-06-21 12:39:50 +08:00
imx53-mba53.dts ARM: SoC devicetree updates for 3.16 2014-06-02 16:34:00 -07:00
imx53-pinfunc.h
imx53-qsb-common.dtsi ARM: dts: Add stdout-path property to i.MX boards 2014-05-16 23:02:07 +08:00
imx53-qsb.dts ARM: dts: imx53: Add IPU DI ports and endpoints, move imx-drm node to dtsi 2014-03-07 16:17:58 +00:00
imx53-qsrb.dts
imx53-smd.dts
imx53-tqma53.dtsi
imx53-tx53-x03x.dts ARM: dts: imx53-tx53: add IPU DI ports and endpoints 2014-04-14 10:22:38 +08:00
imx53-tx53-x13x.dts
imx53-tx53.dtsi
imx53-voipac-bsb.dts
imx53-voipac-dmm-668.dtsi
imx53.dtsi ARM: SoC devicetree updates for 3.16 2014-06-02 16:34:00 -07:00
integrator.dtsi
integratorap.dts ARM: integrator: get rid of <mach/memory.h> 2014-06-27 10:15:22 +02:00
integratorcp.dts
k2e-clocks.dtsi ARM: dts: keystone: add support for k2 Edison SoC and EVM 2014-02-26 10:06:56 -05:00
k2e-evm.dts ARM: dts: keystone-evm: add spi nor flash support 2014-05-12 11:43:59 -04:00
k2e.dtsi ARM: dts: keystone: add support for k2 Edison SoC and EVM 2014-02-26 10:06:56 -05:00
k2hk-clocks.dtsi ARM: dts: keystone: Fix control register range for clktsip 2014-03-18 15:59:26 -04:00
k2hk-evm.dts ARM: dts: keystone-evm: add spi nor flash support 2014-05-12 11:43:59 -04:00
k2hk.dtsi ARM: dts: keystone: preparatory patch to support K2L and K2E SOCs 2014-02-26 10:06:56 -05:00
k2l-clocks.dtsi ARM: dts: keystone: add support for K2 Lamarr SoC and EVM 2014-02-26 10:06:56 -05:00
k2l-evm.dts ARM: dts: keystone-evm: add spi nor flash support 2014-05-12 11:43:59 -04:00
k2l.dtsi ARM: dts: keystone: add support for K2 Lamarr SoC and EVM 2014-02-26 10:06:56 -05:00
keystone-clocks.dtsi ARM: dts: keystone: preparatory patch to support K2L and K2E SOCs 2014-02-26 10:06:56 -05:00
keystone.dtsi ARM: SoC updates for 3.16 (part 2) 2014-06-11 11:03:24 -07:00
kirkwood-98dx4122.dtsi ARM: dts: kirkwood: resynch 98dx4122 dtsi 2014-05-16 17:56:51 +00:00
kirkwood-6192.dtsi ARM: dts: kirkwood: consolidate common pinctrl settings 2014-05-05 00:52:28 +00:00
kirkwood-6281.dtsi ARM: dts: kirkwood: consolidate common pinctrl settings 2014-05-05 00:52:28 +00:00
kirkwood-6282.dtsi ARM: dts: kirkwood: set default pinctrl for I2C1 on 6282 2014-05-05 00:53:24 +00:00
kirkwood-b3.dts mvebu DT changes for v3.16 2014-05-19 21:55:03 -07:00
kirkwood-cloudbox.dts mvebu DT changes for v3.16 2014-05-19 21:55:03 -07:00
kirkwood-db-88f6281.dts
kirkwood-db-88f6282.dts
kirkwood-db.dtsi ARM: dts: kirkwood: set default pinctrl for NAND 2014-05-05 00:53:06 +00:00
kirkwood-dns320.dts ARM: dts: kirkwood: set default pinctrl for UART0/1 2014-05-05 00:52:45 +00:00
kirkwood-dns325.dts ARM: dts: kirkwood: add stdout-path property to all boards 2014-05-05 00:48:35 +00:00
kirkwood-dnskw.dtsi ARM: dts: kirkwood: set default pinctrl for NAND 2014-05-05 00:53:06 +00:00
kirkwood-dockstar.dts ARM: dts: kirkwood: rename pin-controller nodes 2014-05-05 00:51:33 +00:00
kirkwood-dreamplug.dts mvebu DT changes for v3.16 2014-05-19 21:55:03 -07:00
kirkwood-ds109.dts ARM: dts: kirkwood: add stdout-path property to all boards 2014-05-05 00:48:35 +00:00
kirkwood-ds110jv10.dts ARM: dts: kirkwood: add stdout-path property to all boards 2014-05-05 00:48:35 +00:00
kirkwood-ds111.dts ARM: dts: kirkwood: add stdout-path property to all boards 2014-05-05 00:48:35 +00:00
kirkwood-ds112.dts ARM: dts: kirkwood: add stdout-path property to all boards 2014-05-05 00:48:35 +00:00
kirkwood-ds209.dts ARM: dts: kirkwood: add stdout-path property to all boards 2014-05-05 00:48:35 +00:00
kirkwood-ds210.dts ARM: dts: kirkwood: add stdout-path property to all boards 2014-05-05 00:48:35 +00:00
kirkwood-ds212.dts ARM: dts: kirkwood: add stdout-path property to all boards 2014-05-05 00:48:35 +00:00
kirkwood-ds212j.dts ARM: dts: kirkwood: add stdout-path property to all boards 2014-05-05 00:48:35 +00:00
kirkwood-ds409.dts ARM: dts: kirkwood: add stdout-path property to all boards 2014-05-05 00:48:35 +00:00
kirkwood-ds409slim.dts ARM: dts: kirkwood: add stdout-path property to all boards 2014-05-05 00:48:35 +00:00
kirkwood-ds411.dts ARM: dts: kirkwood: add stdout-path property to all boards 2014-05-05 00:48:35 +00:00
kirkwood-ds411j.dts ARM: dts: kirkwood: add stdout-path property to all boards 2014-05-05 00:48:35 +00:00
kirkwood-ds411slim.dts ARM: dts: kirkwood: add stdout-path property to all boards 2014-05-05 00:48:35 +00:00
kirkwood-goflexnet.dts ARM: dts: kirkwood: rename pin-controller nodes 2014-05-05 00:51:33 +00:00
kirkwood-guruplug-server-plus.dts ARM: dts: kirkwood: fix phy-connection-type for Guruplug 2014-06-23 21:48:16 +00:00
kirkwood-ib62x0.dts ARM: dts: kirkwood: set default pinctrl for NAND 2014-05-05 00:53:06 +00:00
kirkwood-iconnect.dts ARM: dts: kirkwood: rename pin-controller nodes 2014-05-05 00:51:33 +00:00
kirkwood-iomega_ix2_200.dts ARM: dts: kirkwood: rename pin-controller nodes 2014-05-05 00:51:33 +00:00
kirkwood-is2.dts
kirkwood-km_common.dtsi ARM: dts: kirkwood: add kirkwood-km_common DTSI files 2014-05-16 17:57:19 +00:00
kirkwood-km_fixedeth.dts ARM: dts: kirkwood: add kirkwood-km_fixedeth DTS file 2014-05-16 17:57:27 +00:00
kirkwood-km_kirkwood.dts ARM: dts: kirkwood: add kirkwood-km_common DTSI files 2014-05-16 17:57:19 +00:00
kirkwood-laplug.dts mvebu DT changes for v3.16 2014-05-19 21:55:03 -07:00
kirkwood-lschlv2.dts
kirkwood-lsxhl.dts
kirkwood-lsxl.dtsi ARM: dts: kirkwood: rename pin-controller nodes 2014-05-05 00:51:33 +00:00
kirkwood-mplcec4.dts ARM: dts: kirkwood: set default pinctrl for NAND 2014-05-05 00:53:06 +00:00
kirkwood-mv88f6281gtw-ge.dts ARM: SoC devicetree updates for 3.16 2014-06-02 16:34:00 -07:00
kirkwood-netgear_readynas_duo_v2.dts ARM: dts: kirkwood: set default pinctrl for UART0/1 2014-05-05 00:52:45 +00:00
kirkwood-netgear_readynas_nv+_v2.dts ARM: dts: kirkwood: set default pinctrl for UART0/1 2014-05-05 00:52:45 +00:00
kirkwood-ns2-common.dtsi mvebu DT changes for v3.16 2014-05-19 21:55:03 -07:00
kirkwood-ns2.dts
kirkwood-ns2lite.dts
kirkwood-ns2max.dts
kirkwood-ns2mini.dts
kirkwood-nsa3x0-common.dtsi ARM: SoC devicetree updates for 3.16 2014-06-02 16:34:00 -07:00
kirkwood-nsa310.dts mvebu DT changes for v3.16 2014-05-19 21:55:03 -07:00
kirkwood-nsa310a.dts mvebu DT changes for v3.16 2014-05-19 21:55:03 -07:00
kirkwood-nsa320.dts ARM: dts: kirkwood: rename pin-controller nodes 2014-05-05 00:51:33 +00:00
kirkwood-openblocks_a6.dts mvebu DT changes for v3.16 2014-05-19 21:55:03 -07:00
kirkwood-openblocks_a7.dts mvebu DT changes for v3.16 2014-05-19 21:55:03 -07:00
kirkwood-openrd-base.dts ARM: Kirkwood: DT versions of OpenRD boards 2014-05-16 05:20:38 +00:00
kirkwood-openrd-client.dts ARM: Kirkwood: DT versions of OpenRD boards 2014-05-16 05:20:38 +00:00
kirkwood-openrd-ultimate.dts ARM: Kirkwood: DT versions of OpenRD boards 2014-05-16 05:20:38 +00:00
kirkwood-openrd.dtsi ARM: Kirkwood: DT versions of OpenRD boards 2014-05-16 05:20:38 +00:00
kirkwood-rd88f6192.dts ARM: dts: kirkwood: set default pinctrl for SPI0 2014-05-05 00:52:55 +00:00
kirkwood-rd88f6281-a0.dts
kirkwood-rd88f6281-a1.dts
kirkwood-rd88f6281.dtsi ARM: dts: kirkwood: rename pin-controller nodes 2014-05-05 00:51:33 +00:00
kirkwood-rs212.dts ARM: dts: kirkwood: add stdout-path property to all boards 2014-05-05 00:48:35 +00:00
kirkwood-rs409.dts ARM: dts: kirkwood: add stdout-path property to all boards 2014-05-05 00:48:35 +00:00
kirkwood-rs411.dts ARM: dts: kirkwood: add stdout-path property to all boards 2014-05-05 00:48:35 +00:00
kirkwood-sheevaplug-common.dtsi ARM: dts: kirkwood: set default pinctrl for NAND 2014-05-05 00:53:06 +00:00
kirkwood-sheevaplug-esata.dts
kirkwood-sheevaplug.dts
kirkwood-synology.dtsi ARM: dts: kirkwood: set default pinctrl for I2C0 2014-05-05 00:53:15 +00:00
kirkwood-t5325.dts ARM: Kirkwood: t5325: Use simple card to instantiate audio 2014-05-05 01:18:45 +00:00
kirkwood-topkick.dts ARM: dts: kirkwood: set default pinctrl for I2C0 2014-05-05 00:53:15 +00:00
kirkwood-ts219-6281.dts ARM: dts: kirkwood: rename pin-controller nodes 2014-05-05 00:51:33 +00:00
kirkwood-ts219-6282.dts ARM: dts: kirkwood: rename pin-controller nodes 2014-05-05 00:51:33 +00:00
kirkwood-ts219.dtsi ARM: dts: kirkwood: set default pinctrl for I2C0 2014-05-05 00:53:15 +00:00
kirkwood-ts419-6281.dts
kirkwood-ts419-6282.dts
kirkwood-ts419.dtsi ARM: dts: kirkwood: rename pin-controller nodes 2014-05-05 00:51:33 +00:00
kirkwood.dtsi ARM: Kirkwood: DT: Add missing #sound-dai-cells property 2014-05-05 01:18:44 +00:00
kizbox.dts
lpc32xx.dtsi
Makefile ARM: stih41x: Rename stih416-b2020-revE.dts to stih416-b2020e.dts 2014-06-19 10:45:36 +02:00
marco-evb.dts
marco.dtsi ARM: l2c: prima2: convert to generic l2c OF initialisation 2014-05-30 00:49:55 +01:00
mmp2-brownstone.dts
mmp2.dtsi
moxart-uc7112lx.dts
moxart.dtsi
mpa1600.dts
mxs-pinfunc.h
nspire-classic.dtsi
nspire-clp.dts
nspire-cx.dts
nspire-tp.dts
nspire.dtsi
omap-gpmc-smsc911x.dtsi ARM: dts: Fix GPMC timings for LAN9220 2014-04-23 11:30:09 -07:00
omap-gpmc-smsc9221.dtsi ARM: dts: omap: Add common file for SMSC9221 2014-03-12 10:18:16 -07:00
omap-zoom-common.dtsi
omap2.dtsi ARM: dts: OMAP2: Fix interrupts for OMAP2420 mailbox 2014-04-25 09:53:43 -07:00
omap3-beagle-xm-ab.dts ARM: dts: Add support for the BeagleBoard xM A/B 2014-04-18 16:50:23 -07:00
omap3-beagle-xm.dts ARM: dts: Enable twl4030 off-idle configuration for selected omaps 2014-06-16 01:10:22 -07:00
omap3-beagle.dts ARM: omap3-beagle.dts: add display information 2014-03-19 11:11:27 +02:00
omap3-cm-t3x.dtsi ARM: dts: cm-t3x30: add HS USB Host support 2014-02-28 14:09:11 -08:00
omap3-cm-t3x30.dtsi ARM: dts: Fix GPMC Ethernet timings for omap cm-t sbc-t boards for device tree 2014-04-23 11:29:49 -07:00
omap3-cm-t3517.dts ARM: dts: sbc-t3517: add support for sbc-t3517 2014-02-28 14:09:14 -08:00
omap3-cm-t3530.dts ARM: dts: Add MMC2/SDIO/WLAN support for cm-t3530 2014-03-12 10:40:37 -07:00
omap3-cm-t3730.dts ARM: dts: sbc-t3x: refactor DT support 2014-02-28 14:09:08 -08:00
omap3-devkit8000.dts ARM: dts: OMAP2+: remove uses of obsolete gpmc,device-nand 2014-04-18 16:37:43 -07:00
omap3-evm-37xx.dts fbdev changes for 3.16 (omap devicetree) 2014-06-09 18:32:13 -07:00
omap3-evm-common.dtsi ARM: dts: Enable twl4030 off-idle configuration for selected omaps 2014-06-16 01:10:22 -07:00
omap3-evm.dts
omap3-gta04.dts ARM: dts: omap3-gta04: Add display support 2014-06-03 10:22:21 +03:00
omap3-igep.dtsi ARM: dts: omap3-igep0020: use SMSC9221 timings 2014-04-25 09:30:00 -07:00
omap3-igep0020.dts ARM: dts: omap3-igep0020: use SMSC9221 timings 2014-04-25 09:30:00 -07:00
omap3-igep0030.dts ARM: dts: omap3-igep: fix boot fail due wrong compatible match 2014-02-28 11:29:18 -08:00
omap3-ldp.dts fbdev changes for 3.16 (omap devicetree) 2014-06-09 18:32:13 -07:00
omap3-lilly-a83x.dtsi ARM: dts: omap3 a83x: fix duplicate usb pin config 2014-05-27 13:51:01 -07:00
omap3-lilly-dbb056.dts ARM: dts: omap3: Add support for INCOstartec DBB056 baseboard 2014-02-28 15:04:28 -08:00
omap3-n9.dts
omap3-n900.dts ARM: dts: Revert enabling of twl configuration for n900 2014-07-29 00:16:25 -07:00
omap3-n950-n9.dtsi ARM: dts: n950: Add missing regulator definitions 2014-05-06 10:19:49 -07:00
omap3-n950.dts
omap3-overo-alto35-common.dtsi ARM: dts: overo: Add support for 3.5'' LCD output 2014-06-03 10:22:23 +03:00
omap3-overo-alto35.dts ARM: dts: Add support for the Overo Alto35 2014-03-12 10:21:14 -07:00
omap3-overo-base.dtsi ARM: dts: overo: Push uart3 pinmux down to expansion board 2014-03-12 10:18:16 -07:00
omap3-overo-chestnut43-common.dtsi ARM: dts: overo: Add support for 4.3'' LCD output 2014-06-03 10:22:22 +03:00
omap3-overo-chestnut43.dts ARM: dts: Add support for the Overo Chestnut43 2014-03-12 10:21:15 -07:00
omap3-overo-common-dvi.dtsi ARM: dts: overo: Add support for DVI output 2014-06-03 10:22:22 +03:00
omap3-overo-common-lcd35.dtsi ARM: dts: overo: Add support for 3.5'' LCD output 2014-06-03 10:22:23 +03:00
omap3-overo-common-lcd43.dtsi ARM: dts: overo: Add support for 4.3'' LCD output 2014-06-03 10:22:22 +03:00
omap3-overo-common-peripherals.dtsi ARM: dts: overo: Add LIS33DE accelerometer 2014-03-12 10:21:12 -07:00
omap3-overo-gallop43-common.dtsi ARM: dts: overo: Add support for 4.3'' LCD output 2014-06-03 10:22:22 +03:00
omap3-overo-gallop43.dts ARM: dts: Add support for the Overo Gallop43 2014-03-12 10:21:14 -07:00
omap3-overo-palo43-common.dtsi ARM: dts: overo: Add support for 4.3'' LCD output 2014-06-03 10:22:22 +03:00
omap3-overo-palo43.dts ARM: dts: Add support for the Overo Palo43 2014-03-12 10:21:13 -07:00
omap3-overo-storm-alto35.dts ARM: dts: Add support for the Overo Alto35 2014-03-12 10:21:14 -07:00
omap3-overo-storm-chestnut43.dts ARM: dts: Add support for the Overo Chestnut43 2014-03-12 10:21:15 -07:00
omap3-overo-storm-gallop43.dts ARM: dts: Add support for the Overo Gallop43 2014-03-12 10:21:14 -07:00
omap3-overo-storm-palo43.dts ARM: dts: Add support for the Overo Palo43 2014-03-12 10:21:13 -07:00
omap3-overo-storm-summit.dts ARM: dts: Add support for the Overo Summit 2014-03-12 10:21:16 -07:00
omap3-overo-storm-tobi.dts ARM: dts: overo: reorganize include files 2014-03-12 10:17:25 -07:00
omap3-overo-storm.dtsi ARM: dts: omap3-overo: Add HSUSB PHY 2014-03-12 10:17:27 -07:00
omap3-overo-summit-common.dtsi ARM: dts: overo: Add support for DVI output 2014-06-03 10:22:22 +03:00
omap3-overo-summit.dts ARM: dts: Add support for the Overo Summit 2014-03-12 10:21:16 -07:00
omap3-overo-tobi-common.dtsi ARM: dts: overo: Add support for DVI output 2014-06-03 10:22:22 +03:00
omap3-overo-tobi.dts ARM: dts: overo: reorganize include files 2014-03-12 10:17:25 -07:00
omap3-overo.dtsi Merge branch '3.15/dss-dt-dts' into 3.15/fbdev 2014-03-20 08:18:27 +02:00
omap3-panel-sharp-ls037v7dw01.dtsi ARM: dts: Add LCD panel sharp ls037v7dw01 support for omap3-evm and ldp 2014-06-03 10:22:21 +03:00
omap3-sb-t35.dtsi ARM: dts: Fix GPMC timings for LAN9220 2014-04-23 11:30:09 -07:00
omap3-sbc-t3517.dts ARM: dts: Fix GPMC Ethernet timings for omap cm-t sbc-t boards for device tree 2014-04-23 11:29:49 -07:00
omap3-sbc-t3530.dts ARM: dts: sbc-t3530: add support for sbc-t3530 2014-02-28 14:09:13 -08:00
omap3-sbc-t3730.dts ARM: dts: sbc-t3730: add pinmux for usb hub reset 2014-02-28 14:09:12 -08:00
omap3-zoom3.dts
omap3.dtsi ARM: SoC devicetree updates for 3.16 2014-06-02 16:34:00 -07:00
omap3xxx-clocks.dtsi ARM: dts: set 'ti,set-rate-parent' for dpll4_m5 path 2014-05-16 17:08:57 +03:00
omap4-cpu-thermal.dtsi
omap4-duovero-parlor.dts ARM: dts: duovero-parlor: Add HDMI output 2014-06-03 10:22:23 +03:00
omap4-duovero.dtsi ARM: dts: Enable mcpdm and mcbsp1 on DuoVero 2014-05-19 17:20:31 -07:00
omap4-panda-a4.dts
omap4-panda-common.dtsi ARM: dts: Fix omap serial wake-up when booted with device tree 2014-05-06 13:48:35 -07:00
omap4-panda-es.dts
omap4-panda.dts
omap4-sdp-es23plus.dts
omap4-sdp.dts ARM: dts: Fix omap serial wake-up when booted with device tree 2014-05-06 13:48:35 -07:00
omap4-var-dvk-om44.dts ARM: dts: Add VAR-SOM-OM44 WLAN nodes 2014-05-19 17:20:30 -07:00
omap4-var-om44customboard.dtsi ARM: dts: Add support for OMAP4 Variscite OM44 family 2014-05-19 17:20:30 -07:00
omap4-var-som-om44-wlan.dtsi ARM: dts: Add VAR-SOM-OM44 WLAN nodes 2014-05-19 17:20:30 -07:00
omap4-var-som-om44.dtsi ARM: dts: Add support for OMAP4 Variscite OM44 family 2014-05-19 17:20:30 -07:00
omap4-var-stk-om44.dts ARM: dts: Add VAR-SOM-OM44 WLAN nodes 2014-05-19 17:20:30 -07:00
omap4.dtsi fbdev changes for 3.16 (omap devicetree) 2014-06-09 18:32:13 -07:00
omap5-cm-t54.dts ARM: dts: Change IOPAD macro's for OMAP4/5 2014-05-19 17:20:29 -07:00
omap5-core-thermal.dtsi
omap5-gpu-thermal.dtsi
omap5-sbc-t54.dts ARM: dts: Change IOPAD macro's for OMAP4/5 2014-05-19 17:20:29 -07:00
omap5-uevm.dts ARM: dts: omap5-uevm.dts: add display nodes 2014-06-03 10:22:21 +03:00
omap5.dtsi ARM: dts: OMAP5: Add device nodes for ABB 2014-07-08 01:12:59 -07:00
omap24xx-clocks.dtsi ARM: dts: omap2 clock data 2014-05-28 13:11:36 +03:00
omap34xx-hs.dtsi
omap34xx-omap36xx-clocks.dtsi
omap34xx.dtsi ARM: dts: omap3-n900: Add SSI support 2014-05-27 11:59:44 -07:00
omap36xx-am35xx-omap3430es2plus-clocks.dtsi ARM: dts: fix omap3 dss clock handle names 2014-03-19 09:31:47 +02:00
omap36xx-clocks.dtsi ARM: dts: use ti,fixed-factor-clock for dpll4_m5x2_mul_ck 2014-05-16 17:08:57 +03:00
omap36xx-hs.dtsi
omap36xx-omap3430es2plus-clocks.dtsi ARM: dts: omap3 clocks: simplify ssi aliases 2014-02-28 14:02:25 -08:00
omap36xx.dtsi ARM: dts: omap3-n900: Add SSI support 2014-05-27 11:59:44 -07:00
omap44xx-clocks.dtsi
omap54xx-clocks.dtsi Merge branch 'for-v3.16/ti-clk-drv' of github.com:t-kristo/linux-pm into clk-next 2014-06-10 16:53:25 -07:00
omap443x-clocks.dtsi
omap443x.dtsi ARM: dts: OMAP4: Add device nodes for ABB 2014-03-05 11:53:36 -08:00
omap446x-clocks.dtsi
omap2420-clocks.dtsi ARM: dts: omap2 clock data 2014-05-28 13:11:36 +03:00
omap2420-h4.dts
omap2420-n8x0-common.dtsi
omap2420-n800.dts
omap2420-n810-wimax.dts
omap2420-n810.dts
omap2420.dtsi ARM: SoC devicetree updates for 3.16 2014-06-02 16:34:00 -07:00
omap2430-clocks.dtsi ARM: dts: omap2 clock data 2014-05-28 13:11:36 +03:00
omap2430-sdp.dts
omap2430.dtsi ARM: SoC devicetree updates for 3.16 2014-06-02 16:34:00 -07:00
omap3430-sdp.dts Add craneboard devices 2014-03-02 14:22:03 -08:00
omap3430es1-clocks.dtsi ARM: dts: fix omap3 dss clock handle names 2014-03-19 09:31:47 +02:00
omap4460.dtsi ARM: dts: OMAP4: Add device nodes for ABB 2014-03-05 11:53:36 -08:00
orion5x-lacie-d2-network.dts ARM: orion5x: convert d2net to Device Tree 2014-04-26 19:45:24 +00:00
orion5x-lacie-ethernet-disk-mini-v2.dts ARM: orion5x: keep TODO list in edmini_v2 DT 2014-04-26 19:45:19 +00:00
orion5x-maxtor-shared-storage-2.dts ARM: orion5x: convert Maxtor Shared Storage II to the Device Tree 2014-04-26 19:45:25 +00:00
orion5x-mv88f5182.dtsi ARM: orion5x: add standard pinctrl configs for sata0 and sata1 2014-04-26 19:45:13 +00:00
orion5x-rd88f5182-nas.dts ARM: orion5x: convert RD-88F5182 to Device Tree 2014-04-26 19:45:22 +00:00
orion5x.dtsi ARM: orion5x: add Device Bus description at SoC level 2014-04-26 19:45:12 +00:00
phy3250.dts
picoxcell-pc3x2.dtsi
picoxcell-pc3x3.dtsi
picoxcell-pc7302-pc3x2.dts
picoxcell-pc7302-pc3x3.dts
pm9g45.dts
prima2-evb.dts
prima2.dtsi Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into next 2014-06-05 15:57:04 -07:00
pxa2xx.dtsi
pxa3xx.dtsi
pxa27x.dtsi
pxa168-aspenite.dts
pxa168.dtsi
pxa910-dkb.dts
pxa910.dtsi
qcom-apq8064-ifc6410.dts ARM: dts: qcom: Add initial APQ8064 SoC and IFC6410 board device trees 2014-05-29 10:39:07 -05:00
qcom-apq8064-v2.0.dtsi ARM: dts: qcom: Add initial APQ8064 SoC and IFC6410 board device trees 2014-05-29 10:39:07 -05:00
qcom-apq8064.dtsi ARM: dts: qcom: Add initial APQ8064 SoC and IFC6410 board device trees 2014-05-29 10:39:07 -05:00
qcom-apq8074-dragonboard.dts ARM: dts: qcom: Update msm8974/apq8074 device trees 2014-05-28 13:31:45 -05:00
qcom-apq8084-mtp.dts ARM: dts: qcom: Add APQ8084-MTP board support 2014-05-29 11:16:45 -05:00
qcom-apq8084.dtsi ARM: dts: qcom: Add APQ8084 SoC support 2014-05-29 11:16:33 -05:00
qcom-msm8660-surf.dts ARM: dts: qcom: Update msm8660 device trees 2014-05-29 10:35:04 -05:00
qcom-msm8660.dtsi ARM: dts: qcom: Update msm8660 device trees 2014-05-29 10:35:04 -05:00
qcom-msm8960-cdp.dts ARM: dts: qcom: Update msm8960 device trees 2014-05-29 10:35:00 -05:00
qcom-msm8960.dtsi ARM: dts: qcom: Update msm8960 device trees 2014-05-29 10:35:00 -05:00
qcom-msm8974.dtsi ARM: dts: qcom: Update msm8974/apq8074 device trees 2014-05-28 13:31:45 -05:00
r7s72100-genmai.dts ARM: shmobile: Sync Genmai DTS with Genmai reference DTS 2014-05-17 09:06:16 +09:00
r7s72100.dtsi ARM: shmobile: Update r7s72100 DTS to include CPU frequency 2014-06-17 19:50:33 +09:00
r8a73a4-ape6evm-reference.dts
r8a73a4-ape6evm.dts
r8a73a4.dtsi ARM: shmobile: dts: Move interrupt-parent property to root node 2014-05-13 10:13:19 +09:00
r8a7740-armadillo800eva-reference.dts ARM: shmobile: armadillo-reference dts: Add Ethernet support 2014-05-11 10:44:52 +09:00
r8a7740-armadillo800eva.dts
r8a7740.dtsi ARM: SoC devicetree updates for 3.16 2014-06-02 16:34:00 -07:00
r8a7778-bockw-reference.dts ARM: shmobile: bockw reference dts: Add SPI FLASH 2014-04-14 11:31:14 +09:00
r8a7778-bockw.dts
r8a7778.dtsi ARM: shmobile: dts: Move interrupt-parent property to root node 2014-05-13 10:13:19 +09:00
r8a7779-marzen-reference.dts ARM: shmobile: marzen-reference: Set SMSC lan to use irq-push-pull 2014-05-13 13:41:06 +09:00
r8a7779-marzen.dts
r8a7779.dtsi ARM: shmobile: dts: Move interrupt-parent property to root node 2014-05-13 10:13:19 +09:00
r8a7790-lager.dts ARM: SoC devicetree updates for 3.16 2014-06-02 16:34:00 -07:00
r8a7790.dtsi ARM: SoC devicetree updates for 3.16 2014-06-02 16:34:00 -07:00
r8a7791-henninger.dts ARM: shmobile: henninger: add MSIOF0 DT support 2014-05-11 09:44:48 +09:00
r8a7791-koelsch.dts ARM: SoC devicetree updates for 3.16 2014-06-02 16:34:00 -07:00
r8a7791.dtsi ARM: shmobile: r8a7791: Fix SD2CKCR register address 2014-07-23 08:55:12 +09:00
rk3xxx.dtsi ARM: dts: rockchip: convert pinctrl nodes to new bindings 2014-05-10 01:41:20 +02:00
rk3066a-bqcurie2.dts ARM: dts: rockchip: add root compatible properties 2014-05-10 01:38:00 +02:00
rk3066a-clocks.dtsi
rk3066a.dtsi ARM: SoC devicetree updates for 3.16 2014-06-02 16:34:00 -07:00
rk3188-clocks.dtsi
rk3188-radxarock.dts ARM: dts: rockchip: add root compatible properties 2014-05-10 01:38:00 +02:00
rk3188.dtsi ARM: SoC devicetree updates for 3.16 2014-06-02 16:34:00 -07:00
s3c24xx.dtsi ARM: dts: SAMSUNG: Add aliases of UART nodes 2014-07-09 17:22:55 -07:00
s3c64xx-pinctrl.dtsi
s3c64xx.dtsi ARM: dts: SAMSUNG: Add aliases of UART nodes 2014-07-09 17:22:55 -07:00
s3c2416-pinctrl.dtsi
s3c2416-smdk2416.dts ARM: dts: add clock data for s3c2416 2014-04-15 02:11:08 +09:00
s3c2416.dtsi ARM: dts: SAMSUNG: Add aliases of UART nodes 2014-07-09 17:22:55 -07:00
s3c6400.dtsi
s3c6410-mini6410.dts
s3c6410-smdk6410.dts
s3c6410.dtsi
sama5d3.dtsi ARM: SoC updates for 3.16 (part 1) 2014-06-02 16:15:12 -07:00
sama5d3_can.dtsi
sama5d3_emac.dtsi
sama5d3_gmac.dtsi ARM: at91: change compatibility string for sama5d3x gem 2014-07-24 23:39:55 -07:00
sama5d3_lcd.dtsi
sama5d3_mci2.dtsi dt-bindings: clock: Move at91.h to dt-bindigs/clock 2014-04-18 23:44:52 +02:00
sama5d3_tcb1.dtsi dt-bindings: clock: Move at91.h to dt-bindigs/clock 2014-04-18 23:44:52 +02:00
sama5d3_uart.dtsi dt-bindings: clock: Move at91.h to dt-bindigs/clock 2014-04-18 23:44:52 +02:00
sama5d3xcm.dtsi ARM: at91/dt: add xtal frequencies to sama5d3xcm boards 2014-05-07 18:27:53 +02:00
sama5d3xdm.dtsi ARM: at91/dt: sama5d3: remove useless adc properties 2014-03-12 19:11:29 +01:00
sama5d3xmb.dtsi ARM: at91: sama5d3: clock for ssc from rk pin 2014-04-18 22:43:44 +02:00
sama5d31.dtsi
sama5d31ek.dts
sama5d33.dtsi
sama5d33ek.dts
sama5d34.dtsi
sama5d34ek.dts
sama5d35.dtsi
sama5d35ek.dts
sama5d36.dtsi ARM: at91: fix network interface ordering for sama5d36 2014-03-11 12:49:10 -07:00
sama5d36ek.dts
samsung_k3pe0e000b.dtsi
sh73a0-kzm9g-reference.dts ARM: shmobile: kzm9g-reference dts: Use KEY_* macros for gpio-keys 2014-04-14 11:31:15 +09:00
sh73a0-kzm9g.dts
sh73a0.dtsi ARM: shmobile: sh73a0: drop address cells from GIC node 2014-04-15 07:37:57 +09:00
sh7372-mackerel.dts
sh7372.dtsi
skeleton.dtsi
skeleton64.dtsi
socfpga.dtsi ARM: socfpga: Add socfpga Ethernet filter attributes entries 2014-07-31 14:13:29 -07:00
socfpga_arria5.dtsi ARM: socfpga: dts: Remove hard coded clock-frequency property 2014-05-05 22:33:15 -05:00
socfpga_arria5_socdk.dts ARM: socfpga: dts: Add DTS entries for USB 2014-05-05 22:33:16 -05:00
socfpga_cyclone5.dtsi ARM: socfpga: dts: Remove hard coded clock-frequency property 2014-05-05 22:33:15 -05:00
socfpga_cyclone5_socdk.dts ARM: socfpga: dts: Add DTS entries for USB 2014-05-05 22:33:16 -05:00
socfpga_cyclone5_sockit.dts ARM: socfpga: dts: Add DTS entries for USB 2014-05-05 22:33:16 -05:00
socfpga_cyclone5_socrates.dts ARM: socfpga: dts: convert to preprocessor includes 2014-05-05 22:33:14 -05:00
socfpga_vt.dts ARM: socfpga: dts: convert to preprocessor includes 2014-05-05 22:33:14 -05:00
spear3xx.dtsi
spear13xx.dtsi
spear300-evb.dts
spear300.dtsi
spear310-evb.dts
spear310.dtsi
spear320-evb.dts
spear320-hmi.dts Shiraz has moved 2014-04-18 16:40:08 -07:00
spear320.dtsi
spear600-evb.dts
spear600.dtsi
spear1310-evb.dts
spear1310.dtsi
spear1340-evb.dts
spear1340.dtsi
st-pincfg.h
ste-ccu8540-pinctrl.dtsi
ste-ccu8540.dts arm: dts: Fix missing device_type="memory" for ste-ccu8540 2014-05-16 15:22:40 +01:00
ste-ccu9540.dts ARM: ux500: Convert to the common mmc DT bindings for highspeed mode 2014-05-12 12:52:40 +02:00
ste-dbx5x0.dtsi ARM: ux500: switch SSP/SPI clock name to "SSPCLK" 2014-02-26 13:35:49 +01: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: Add a vmmc regulator through DT for the poped eMMC for href 2014-05-12 12:52:44 +02:00
ste-hrefprev60-stuib.dts
ste-hrefprev60-tvk.dts
ste-hrefprev60.dtsi
ste-hrefv60plus-stuib.dts
ste-hrefv60plus-tvk.dts
ste-hrefv60plus.dtsi
ste-nomadik-pinctrl.dtsi
ste-nomadik-s8815.dts ARM: nomadik: fix up double inversion in DT 2014-07-30 12:47:17 -07:00
ste-nomadik-stn8815.dtsi ARM: nomadik: fix up double inversion in DT 2014-07-30 12:47:17 -07:00
ste-snowball.dts ARM: ux500: Convert to the common mmc DT bindings for highspeed mode 2014-05-12 12:52:40 +02:00
ste-u300.dts ARM: u300: Convert to the common mmc DT bindings for highspeed mode 2014-05-12 12:52:41 +02:00
stih41x-b2000.dtsi ARM: STi: DT: STiH41x Add clk_ignore_unused to bootargs 2014-05-21 14:27:14 +02:00
stih41x-b2020.dtsi ARM: STi: DT: STiH41x Add clk_ignore_unused to bootargs 2014-05-21 14:27:14 +02:00
stih41x-b2020x.dtsi ARM: STi: stih41x: Add support for the FSM Serial Flash Controller 2014-03-27 02:01:25 +01:00
stih41x.dtsi ARM: sti: stih41x: Provide a proper header for this DTSI file 2014-05-21 14:27:16 +02:00
stih407-b2120.dts ARM: dts: STiH407: Add B2120 board support 2014-05-21 14:20:33 +02:00
stih407-clock.dtsi ARM: dts: Add STiH407 SoC support 2014-05-21 14:20:27 +02:00
stih407-pinctrl.dtsi ARM: dts: Add STiH407 SoC support 2014-05-21 14:20:27 +02:00
stih407.dtsi ARM: dts: Add STiH407 SoC support 2014-05-21 14:20:27 +02:00
stih415-b2000.dts ARM: dts: Fix STi boards compatibles 2014-05-21 14:20:23 +02:00
stih415-b2020.dts ARM: dts: Fix STi boards compatibles 2014-05-21 14:20:23 +02:00
stih415-clock.dtsi ARM: STi: DT: STiH415: 415 DT Entry for clockgen A9 2014-05-21 14:27:14 +02:00
stih415-pinctrl.dtsi Merge tag 'sti-dt-for-v3.16-1' of git://git.stlinux.com/devel/kernel/linux-sti into next/dt 2014-05-23 22:35:56 +02:00
stih415.dtsi ARM: STi: DT: Properly define sti-ethclk & stmmaceth for stih415/6 2014-06-17 16:55:17 +02:00
stih416-b2000.dts ARM: dts: Fix STi boards compatibles 2014-05-21 14:20:23 +02:00
stih416-b2020.dts ARM: dts: Fix STi boards compatibles 2014-05-21 14:20:23 +02:00
stih416-b2020e.dts ARM: stih41x: Rename stih416-b2020-revE.dts to stih416-b2020e.dts 2014-06-19 10:45:36 +02:00
stih416-clock.dtsi ARM: STi: DT: STiH416: 416 DT Entry for clockgen A9/DDR/GPU 2014-05-21 14:27:11 +02:00
stih416-pinctrl.dtsi Merge tag 'sti-dt-for-v3.16-1' of git://git.stlinux.com/devel/kernel/linux-sti into next/dt 2014-05-23 22:35:56 +02:00
stih416.dtsi ARM: STi: DT: Properly define sti-ethclk & stmmaceth for stih415/6 2014-06-17 16:55:17 +02:00
sun4i-a10-a1000.dts ARM: dts: sun4i: Add reg_vcc3v3 to sun4i board mmc nodes 2014-05-11 19:07:00 +02:00
sun4i-a10-cubieboard.dts ARM: dts: sun4i: Add reg_vcc3v3 to sun4i board mmc nodes 2014-05-11 19:07:00 +02:00
sun4i-a10-hackberry.dts ARM: dts: sun4i: Add reg_vcc3v3 to sun4i board mmc nodes 2014-05-11 19:07:00 +02:00
sun4i-a10-inet97fv2.dts ARM: dts: sun4i: Add reg_vcc3v3 to sun4i board mmc nodes 2014-05-11 19:07:00 +02:00
sun4i-a10-mini-xplus.dts ARM: dts: sun4i: Add reg_vcc3v3 to sun4i board mmc nodes 2014-05-11 19:07:00 +02:00
sun4i-a10-olinuxino-lime.dts ARM: dts: sun4i: Add reg_vcc3v3 to sun4i board mmc nodes 2014-05-11 19:07:00 +02:00
sun4i-a10-pcduino.dts ARM: dts: sun4i: Add reg_vcc3v3 to sun4i board mmc nodes 2014-05-11 19:07:00 +02:00
sun4i-a10.dtsi Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux into next 2014-06-06 12:26:57 -07:00
sun5i-a10s-olinuxino-micro.dts ARM: dts: sun5i: Add reg_vcc3v3 to sun5i board mmc nodes 2014-05-11 19:07:07 +02:00
sun5i-a10s-r7-tv-dongle.dts ARM: dts: sun5i: Add new A10s r7 hdmi tv dongle board 2014-05-12 17:06:55 +02:00
sun5i-a10s.dtsi Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux into next 2014-06-06 12:26:57 -07:00
sun5i-a13-olinuxino-micro.dts ARM: dts: sun5i: Add reg_vcc3v3 to sun5i board mmc nodes 2014-05-11 19:07:07 +02:00
sun5i-a13-olinuxino.dts ARM: dts: sun5i: Add reg_vcc3v3 to sun5i board mmc nodes 2014-05-11 19:07:07 +02:00
sun5i-a13.dtsi Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux into next 2014-06-06 12:26:57 -07:00
sun6i-a31-app4-evb1.dts ARM: sunxi: dt: add APP4-EVB1 board support 2014-05-14 14:30:05 +02:00
sun6i-a31-colombus.dts ARM: sun6i: Add MMC0 controller to the Colombus board 2014-05-22 10:49:21 +02:00
sun6i-a31-m9.dts ARM: dts: sun6i: Add reg_vcc3v3 to sun6i board mmc nodes 2014-05-11 19:07:10 +02:00
sun6i-a31.dtsi Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next 2014-06-04 15:57:20 -07:00
sun7i-a20-cubieboard2.dts ARM: dts: sun7i: Add reg_vcc3v3 to sun7i board mmc nodes 2014-05-11 19:07:22 +02:00
sun7i-a20-cubietruck.dts ARM: dts: sun7i: cubietruck: set mmc3 bus-width property 2014-05-22 11:34:03 +02:00
sun7i-a20-i12-tvbox.dts ARM: dts: sun7i: Add new i12-tvbox board 2014-05-22 11:35:07 +02:00
sun7i-a20-olinuxino-micro.dts ARM: dts: sun7i: Add reg_vcc3v3 to sun7i board mmc nodes 2014-05-11 19:07:22 +02:00
sun7i-a20.dtsi Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux into next 2014-06-06 12:26:57 -07:00
sunxi-common-regulators.dtsi ARM: sunxi: Add fixed 3V regulator 2014-05-21 10:23:32 +02:00
tegra20-colibri-512.dtsi
tegra20-harmony.dts ARM: tegra: harmony - Add +5V HDMI supply 2014-04-28 09:57:39 -06:00
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: SoC cleanups for 3.17 2014-08-08 11:00:26 -07:00
tegra30-beaver.dts ARM: tegra: beaver - Add +5V HDMI supply 2014-04-28 09:57:40 -06:00
tegra30-cardhu-a02.dts
tegra30-cardhu-a04.dts
tegra30-cardhu.dtsi ARM: tegra: device tree changes for 3.15 2014-03-20 14:40:56 -07:00
tegra30-colibri-eval-v3.dts ARM: tegra: initial add of Colibri T30 2014-05-15 12:30:40 -06:00
tegra30-colibri.dtsi ARM: tegra: initial add of Colibri T30 2014-05-15 12:30:40 -06:00
tegra30.dtsi ARM: SoC cleanups for 3.17 2014-08-08 11:00:26 -07:00
tegra114-dalmore.dts ARM: tegra: add SD wp-gpios to Dalmore DT 2014-04-29 10:09:54 -06:00
tegra114-roth.dts ARM: tegra: add device tree for SHIELD 2014-05-12 10:37:57 -06:00
tegra114-tn7.dts ARM: tegra: add Tegra Note 7 device tree 2014-05-02 12:17:11 -06:00
tegra114.dtsi ARM: SoC cleanups for 3.17 2014-08-08 11:00:26 -07:00
tegra124-jetson-tk1.dts ARM: tegra: add SD wp-gpios to Jetson TK1 DT 2014-04-29 10:09:51 -06:00
tegra124-venice2.dts ARM: tegra: add SD wp-gpios to Venice2 DT 2014-05-06 11:03:20 -06:00
tegra124.dtsi ARM: SoC cleanups for 3.17 2014-08-08 11:00:26 -07:00
tny_a9g20.dts
tny_a9260.dts
tny_a9260_common.dtsi
tny_a9263.dts
tps6507x.dtsi
tps65217.dtsi
tps65910.dtsi ARM: dts: tps65910 backup battery regulator 2014-02-28 13:52:25 -08:00
twl4030.dtsi ARM: dts: twl4030: Add madc 2014-05-06 10:19:49 -07:00
twl4030_omap3.dtsi ARM: dts: Configure omap3 twl4030 I2C4 pins by default 2014-05-06 15:45:14 -07:00
twl6030.dtsi
twl6030_omap4.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 mfd: vexpress: Define the device as MFD cells 2014-05-15 17:02:19 +01:00
vexpress-v2m.dtsi mfd: vexpress: Define the device as MFD cells 2014-05-15 17:02:19 +01:00
vexpress-v2p-ca5s.dts dts: ca5: add the global timer for the A5 2014-04-22 11:44:26 +02:00
vexpress-v2p-ca9.dts
vexpress-v2p-ca15-tc1.dts
vexpress-v2p-ca15_a7.dts mfd: vexpress: Convert custom func API to regmap 2014-05-15 17:02:18 +01:00
vf610-colibri.dts ARM: dts: add initial Colibri VF61 board support 2014-05-16 23:01:49 +08:00
vf610-cosmic.dts
vf610-pinfunc.h
vf610-twr.dts ARM: dts: vf610-twr: Enables FTM PWM device. 2014-05-16 23:01:45 +08:00
vf610.dtsi Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next 2014-06-04 15:57:20 -07:00
vt8500-bv07.dts
vt8500.dtsi net: via-rhine: add OF bus binding 2014-04-23 15:24:06 -04:00
wm8505-ref.dts
wm8505.dtsi
wm8650-mid.dts
wm8650.dtsi net: via-rhine: add OF bus binding 2014-04-23 15:24:06 -04:00
wm8750-apc8750.dts
wm8750.dtsi
wm8850-w70v2.dts
wm8850.dtsi net: via-rhine: add OF bus binding 2014-04-23 15:24:06 -04:00
xenvm-4.2.dts
zynq-7000.dtsi ARM: SoC devicetree updates for 3.16 2014-06-02 16:34:00 -07:00
zynq-zc702.dts ARM: zynq: dt: Add I2C nodes to Zynq device tree 2014-04-22 09:30:49 +02:00
zynq-zc706.dts ARM: zynq: dt: Add I2C nodes to Zynq device tree 2014-04-22 09:30:49 +02:00
zynq-zed.dts