kernel-ark/arch/arm/boot/dts
Linus Torvalds 9cd11c0c47 ARM: soc: multiplatform enablement
This is a pretty significant branch. It's the introduction of the
 first multiplatform support on ARM, and with this (and the later
 branch) merged, it is now possible to build one kernel that contains
 support for highbank, vexpress, mvebu, socfpga, and picoxcell. More
 platforms will be convered over in the next few releases.
 
 Two critical last things had to be done for this to be practical and
 possible:
 * Today each platform has its own include directory under
   mach-<mach>/include/mach/*, and traditionally that is where a lot of
   driver/platform shared definitions have gone, such as platform data
   structures. They now need to move out to a common location instead,
   and this branch moves a large number of those out to
   include/linux/platform_data.
 * Each platform used to list the device trees to compile for its
   boards in mach-<mach>/Makefile.boot.
 
 Both of the above changes will mean that there are some merge
 conflicts to come (and some to resolve here). It's a one-time move and
 once it settles in, we should be good for quite a while. Sorry for the
 overhead.
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.11 (GNU/Linux)
 
 iQIcBAABAgAGBQJQaO7aAAoJEIwa5zzehBx3bUIP/02U8PhkHJJrrowyIsWRBOql
 7LPJ53PRRgrpBdmEGzFD3TO3zaNyrjQRbYgNDvzHMO6NAMNvdRFouuWYjO11/tuB
 i32zssXCC+eUOEgbAo/U/lYq+UOvqw9gv6mU+3+i3OcGEhdKOaoT/DSLPQC4hoDm
 222TeLfFB3HJXu5n720dEQ9V3fO6TS1+bbh8TU3cjHqzceXsOrffZqOA5CQxUcRr
 KWwOjA0nALDwWcqgv45GJNwY3GTyAQ/hPMQavnuWK0voJ+qUYk5HftKocAK7C+py
 0T0OFOAHTwtyhvzJBxLC84M6Ox465BYXyeNjIB+2nG/Um9+mDoP0dnWpGy4c7DMU
 P5hyqbeLGeqjUXQuYtRmgMMc3UeHKoUGAfXW9eMsjLa6/M4NLGv//7E7LbZPpgMZ
 obkjwuesmcaYn/FRyj/yFmC35YlF4oCLziVzEtURZw3eKHHSUlhkTDSMNnkcZ0kZ
 Vv7kFxnD2Y46ixiwSJv30ErQnVkgI3MdqDlDxkE8r5+phYuK4gCrNaJtiwRh/oNw
 cFhpPxKuA0sJ9b6YRTzjC45eT/XZomEEr/uifCFeRNaCquyjYP00Mm8F0flSqwx9
 zi+emzPAwNmk1bvxMUM/idGnaj0V4p+BAYUAvkbSoqU1p1flzyhU88fGTSIyKOt6
 K5TCDS2v5hrVykK9TDwl
 =Tc6y
 -----END PGP SIGNATURE-----

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

Pull ARM soc multiplatform enablement from Olof Johansson:
 "This is a pretty significant branch.  It's the introduction of the
  first multiplatform support on ARM, and with this (and the later
  branch) merged, it is now possible to build one kernel that contains
  support for highbank, vexpress, mvebu, socfpga, and picoxcell.  More
  platforms will be convered over in the next few releases.

  Two critical last things had to be done for this to be practical and
  possible:
   * Today each platform has its own include directory under
     mach-<mach>/include/mach/*, and traditionally that is where a lot
     of driver/platform shared definitions have gone, such as platform
     data structures.  They now need to move out to a common location
     instead, and this branch moves a large number of those out to
     include/linux/platform_data.
   * Each platform used to list the device trees to compile for its
     boards in mach-<mach>/Makefile.boot.

  Both of the above changes will mean that there are some merge
  conflicts to come (and some to resolve here).  It's a one-time move
  and once it settles in, we should be good for quite a while.  Sorry
  for the overhead."

Fix conflicts as per Olof.

* tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: (51 commits)
  ARM: add v7 multi-platform defconfig
  ARM: msm: Move core.h contents into common.h
  ARM: highbank: call highbank_pm_init from .init_machine
  ARM: dtb: move all dtb targets to common Makefile
  ARM: spear: move platform_data definitions
  ARM: samsung: move platform_data definitions
  ARM: orion: move platform_data definitions
  ARM: vexpress: convert to multi-platform
  ARM: initial multiplatform support
  ARM: mvebu: move armada-370-xp.h in mach dir
  ARM: vexpress: remove dependency on mach/* headers
  ARM: picoxcell: remove dependency on mach/* headers
  ARM: move all dtb targets out of Makefile.boot
  ARM: picoxcell: move debug macros to include/debug
  ARM: socfpga: move debug macros to include/debug
  ARM: mvebu: move debug macros to include/debug
  ARM: vexpress: move debug macros to include/debug
  ARM: highbank: move debug macros to include/debug
  ARM: move debug macros to common location
  ARM: make mach/gpio.h headers optional
  ...
2012-10-01 19:11:38 -07:00
..
testcases
aks-cdu.dts ARM: at91: Add support for board aks-cdu 2012-07-09 20:45:31 +02:00
am33xx.dtsi ARM: dts: AM33XX: Specify reg and interrupt property for all nodes 2012-09-07 19:23:03 +02:00
am335x-bone.dts ARM: dts: AM33XX: Convert all hex numbers to lower-case 2012-09-07 19:23:01 +02:00
am335x-evm.dts ARM: dts: AM33XX: Convert all hex numbers to lower-case 2012-09-07 19:23:01 +02:00
am3517_mt_ventoux.dts
am3517-evm.dts arm/dts: Add support for TI AM3517/05 EVM board 2012-07-02 01:27:44 -07:00
armada-370-db.dts arm: mach-mvebu: add support for Armada 370 and Armada XP with DT 2012-07-10 15:47:49 +02:00
armada-370-xp.dtsi arm: mach-mvebu: add support for Armada 370 and Armada XP with DT 2012-07-10 15:47:49 +02:00
armada-370.dtsi arm: mach-mvebu: add support for Armada 370 and Armada XP with DT 2012-07-10 15:47:49 +02:00
armada-xp-db.dts arm: mach-mvebu: add support for Armada 370 and Armada XP with DT 2012-07-10 15:47:49 +02:00
armada-xp.dtsi arm: mvebu: fix typo in .dtsi comment for Armada XP SoCs 2012-08-02 10:05:32 -07:00
at91sam9g20.dtsi ARM: at91: Add ADC driver to at91sam9260/at91sam9g20 dtsi files 2012-05-18 15:02:56 +02:00
at91sam9g20ek_2mmc.dts
at91sam9g20ek_common.dtsi
at91sam9g20ek.dts
at91sam9g25ek.dts ARM: at91/dts: remove partial parameter in at91sam9g25ek.dts 2012-08-23 15:00:10 +02:00
at91sam9g45.dtsi ARM: at91: fix missing #interrupt-cells on gpio-controller 2012-09-17 10:25:01 +02:00
at91sam9m10g45ek.dts
at91sam9n12.dtsi ARM: at91: fix missing #interrupt-cells on gpio-controller 2012-09-17 10:25:01 +02:00
at91sam9n12ek.dts
at91sam9x5.dtsi ARM: at91: fix missing #interrupt-cells on gpio-controller 2012-09-17 10:25:01 +02:00
at91sam9x5cm.dtsi
at91sam9260.dtsi ARM: at91: fix missing #interrupt-cells on gpio-controller 2012-09-17 10:25:01 +02:00
at91sam9263.dtsi ARM: at91: fix missing #interrupt-cells on gpio-controller 2012-09-17 10:25:01 +02:00
at91sam9263ek.dts
bcm2835-rpi-b.dts ARM: add infra-structure for BCM2835 and Raspberry Pi 2012-09-19 19:08:27 -06:00
bcm2835.dtsi ARM: bcm2835: instantiate console UART 2012-09-19 19:08:59 -06:00
dbx5x0.dtsi ARM: ux500: Fix SSP register address format 2012-09-20 12:32:47 +02:00
ea3250.dts ARM: LPC32xx: Extend dts for EA3250 board 2012-09-06 11:40:48 +02:00
elpida_ecb240abacn.dtsi ARM: dts: EMIF and LPDDR2 device tree data for OMAP4 boards 2012-09-07 19:18:40 +02:00
emev2-kzm9d.dts mach-shmobile: Use DT_MACHINE for KZM9D V3 2012-05-18 00:14:03 +02:00
emev2.dtsi mach-shmobile: Emma Mobile EV2 DT support V3 2012-05-18 00:14:03 +02:00
ethernut5.dts
evk-pro3.dts ARM: at91: add support for Telit EVK-PRO3 with Telit GE863-PRO3 2012-07-09 20:22:00 +02:00
exynos4.dtsi ARM: dts: Specify address and size cells for i2c controllers for EXYNOS4 2012-09-21 10:47:24 +09:00
exynos4210-origen.dts Merge branch 'next/dt-samsung' into next/dt-samsung-new 2012-09-22 12:17:37 +09:00
exynos4210-pinctrl.dtsi ARM: dts: Add pinctrl node entries for SAMSUNG EXYNOS4210 SoC 2012-09-07 06:14:26 +09:00
exynos4210-smdkv310.dts ARM: dts: use uart2 for console on smdkv310 and smdk5250 2012-09-21 11:04:20 +09:00
exynos4210-trats.dts ARM: dts: Add basic dts file for Samsung Trats board 2012-09-21 10:50:27 +09:00
exynos4210.dtsi Merge branch 'next/dt-samsung' into next/dt-samsung-new 2012-09-22 12:17:37 +09:00
exynos5250-smdk5250.dts ARM: dts: Add nodes for dw_mmc controllers for Samsung EXYNOS5250 platforms 2012-09-26 09:03:02 +09:00
exynos5250.dtsi Merge branch 'next/dt2' into HEAD 2012-10-01 14:37:01 -07:00
ge863-pro3.dtsi ARM: at91: add support for Telit EVK-PRO3 with Telit GE863-PRO3 2012-07-09 20:22:00 +02:00
highbank.dts Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac 2012-07-30 09:53:50 -07:00
hrefv60plus.dts ARM: ux500: Apply tc3589x's GPIO/IRQ properties to HREF's DT 2012-09-20 12:32:47 +02:00
imx6q-arm2.dts ARM: dts: imx6q-arm2: add pinctrl for uart and enet 2012-09-11 16:26:47 +08:00
imx6q-sabrelite.dts ARM: dts: imx6q-sabrelite: add usbotg pinctrl support 2012-09-19 11:25:42 +08:00
imx6q-sabresd.dts ARM: dts: imx6q-sabresd: add pinctrl settings 2012-09-11 16:26:48 +08:00
imx6q.dtsi ARM: dts: imx6q-sabrelite: add usbotg pinctrl support 2012-09-19 11:25:42 +08:00
imx23-evk.dts ARM: mxs: Let mmc0 pin detect be generic 2012-08-23 10:01:30 +08:00
imx23-olinuxino.dts ARM: dts: imx23-olinuxino: Add USB host support 2012-09-19 11:05:09 +08:00
imx23-stmp378x_devb.dts ARM: mxs: Rename 'hog-gpios' 2012-08-23 10:01:11 +08:00
imx23.dtsi Merge branch 'next/soc2' into HEAD 2012-10-01 14:26:04 -07:00
imx27-3ds.dts ARM: dts: imx27-3ds.dts: Fix serial console node 2012-08-02 11:14:39 +02:00
imx27-phytec-phycore.dts Merge branch 'next/dt' into HEAD 2012-10-01 14:23:11 -07:00
imx27.dtsi ARM: dts: imx: Always enable the watchdog 2012-08-24 11:44:11 +08:00
imx28-apx4devkit.dts ARM: mxs: Rename 'hog-gpios' 2012-08-23 10:01:11 +08:00
imx28-cfa10036.dts ARM: mxs: rename dts files with soc name being the prefix 2012-07-11 15:26:43 +08:00
imx28-cfa10049.dts ARM: dts: cfa10049: Add the 74HC595 gpio expanders 2012-09-11 09:51:30 +08:00
imx28-evk.dts ARM: mx28evk: Add I2C EEPROM support 2012-09-05 09:17:15 +08:00
imx28-m28evk.dts ARM: dts: m28evk: Fix MMC WP pin being inverted 2012-09-05 11:53:11 +08:00
imx28-tx28.dts ARM: mxs: Rename 'hog-gpios' 2012-08-23 10:01:11 +08:00
imx28.dtsi Merge branch 'next/soc2' into HEAD 2012-10-01 14:26:04 -07:00
imx31-bug.dts arm/dts: Add support for i.MX31 bug 1.x board from buglabs. 2012-07-10 19:23:03 +02:00
imx31.dtsi ARM i.MX31: Add devicetree support 2012-07-10 19:23:03 +02:00
imx51-babbage.dts imx-dt-3.7 2012-09-12 23:17:11 -07:00
imx51.dtsi ARM: dts: imx51-babbage: add pinctrl settings 2012-09-11 16:26:58 +08:00
imx53-ard.dts ARM: dts: imx53-ard: add pinctrl settings 2012-09-11 16:26:51 +08:00
imx53-evk.dts ARM: dts: imx53-evk: add pinctrl settings 2012-09-11 16:26:52 +08:00
imx53-qsb.dts ARM: dts: imx53-qsb: add pinctrl settings 2012-09-11 16:26:50 +08:00
imx53-smd.dts ARM: dts: imx53-smd: add pinctrl settings 2012-09-11 16:26:52 +08:00
imx53.dtsi ARM: dts: imx53-smd: add pinctrl settings 2012-09-11 16:26:52 +08:00
kirkwood-dns320.dts ARM: Kirkwood: Move common portions into a kirkwood-dnskw.dtsi 2012-07-27 16:49:53 +02:00
kirkwood-dns325.dts ARM: Kirkwood: Move common portions into a kirkwood-dnskw.dtsi 2012-07-27 16:49:53 +02:00
kirkwood-dnskw.dtsi ARM: Kirkwood: Replace mrvl with marvell 2012-07-27 16:50:57 +02:00
kirkwood-dreamplug.dts ARM: Kirkwood: Describe Dreamplug LEDs in DT. 2012-07-27 16:50:41 +02:00
kirkwood-goflexnet.dts ARM: Kirkwood: Replace mrvl with marvell 2012-07-27 16:50:57 +02:00
kirkwood-ib62x0.dts ARM: Kirkwood: Describe IB62x0 LEDs in DT. 2012-07-27 16:50:18 +02:00
kirkwood-iconnect.dts ARM: Kirkwood: Fix iconnect leds 2012-08-15 13:58:51 +00:00
kirkwood-lschlv2.dts ARM: Kirkwood: Replace mrvl with marvell 2012-07-27 16:50:57 +02:00
kirkwood-lsxhl.dts ARM: Kirkwood: Replace mrvl with marvell 2012-07-27 16:50:57 +02:00
kirkwood-lsxl.dtsi ARM: kirkwood: Add LS-XHL and LS-CHLv2 support 2012-07-27 16:49:10 +02:00
kirkwood-ts219-6281.dts ARM: Kirkwood: Add basic device tree support for QNAP TS219. 2012-07-27 16:48:52 +02:00
kirkwood-ts219-6282.dts ARM: Kirkwood: Add basic device tree support for QNAP TS219. 2012-07-27 16:48:52 +02:00
kirkwood-ts219.dtsi ARM: Kirkwood: Replace mrvl with marvell 2012-07-27 16:50:57 +02:00
kirkwood.dtsi ATA: sata_mv: Add device tree support 2012-07-27 16:48:45 +02:00
kizbox.dts
lpc32xx.dtsi ARM: LPC32xx: Add PWM to base dts file 2012-07-20 13:33:09 +02:00
Makefile ARM: soc: multiplatform enablement 2012-10-01 19:11:38 -07:00
mmp2-brownstone.dts ARM: dts: update memory size on brownstone 2012-06-05 16:42:38 +08:00
mmp2.dtsi ARM: mmp: enable tauros2 cache in mmp2 dt 2012-08-16 16:17:10 +08:00
msm8660-surf.dts ARM: msm: Move 8660 to DT timer 2012-09-13 11:14:54 -07:00
msm8960-cdp.dts ARM: msm: Add DT support for 8960 2012-09-13 11:16:47 -07:00
omap2.dtsi arm/dts: OMAP2: Fix interrupt controller binding 2012-06-20 07:18:20 -07:00
omap3-beagle-xm.dts arm/dts: Add omap36xx.dtsi file and rename omap3-beagle to omap3-beagle-xm 2012-09-10 10:34:51 -07:00
omap3-evm.dts ARM: dts: omap3: Add gpio-twl4030 properties for BeagleBoard and omap3-EVM 2012-09-07 19:22:44 +02:00
omap3-overo.dtsi ARM: dts: omap3-overo: Add support for the blue LED 2012-09-10 15:44:45 +02:00
omap3-tobi.dts ARM: dts: OMAP3: Add support for Gumstix Overo with Tobi expansion board 2012-09-10 12:07:22 +02:00
omap3.dtsi arm/dts: Add pinctrl driver entries for omap2/3/4 2012-09-10 10:45:28 -07:00
omap4-panda.dts ARM: dts: EMIF and LPDDR2 device tree data for OMAP4 boards 2012-09-07 19:18:40 +02:00
omap4-pandaES.dts arm/dts: New dts file for PandaBoardES (4460) 2012-07-09 05:37:05 -07:00
omap4-sdp.dts arm/dts: Mux uart pins for omap4-sdp 2012-09-10 10:46:51 -07:00
omap4-var_som.dts arm/dts: OMAP4: Add Variscite OMAP4 System-On-Modeule support 2012-07-03 04:04:21 -07:00
omap4.dtsi Merge branch 'next/drivers' into HEAD 2012-10-01 14:33:55 -07:00
omap5-evm.dts ARM: dts: omap5-evm: Add bmp085 sensor support 2012-09-07 19:18:32 +02:00
omap5.dtsi Merge branch 'for_3.7/omap5_arch_timer' of git://github.com/SantoshShilimkar/linux into devel-dt-arch-timer 2012-09-21 13:48:01 -07:00
omap36xx.dtsi arm/dts: Add omap36xx.dtsi file and rename omap3-beagle to omap3-beagle-xm 2012-09-10 10:34:51 -07:00
omap2420-h4.dts ARM: dts: omap2420-h4: Include omap2420.dtsi file instead the common omap2 2012-09-07 19:22:49 +02:00
omap2420.dtsi arm/dts: Add pinctrl driver entries for omap2/3/4 2012-09-10 10:45:28 -07:00
omap2430.dtsi arm/dts: Add pinctrl driver entries for omap2/3/4 2012-09-10 10:45:28 -07:00
phy3250.dts ARM: LPC32xx: LED fix in PHY3250 DTS file 2012-09-25 10:11:41 +02:00
picoxcell-pc3x2.dtsi
picoxcell-pc3x3.dtsi
picoxcell-pc7302-pc3x2.dts
picoxcell-pc7302-pc3x3.dts
prima2-evb.dts pinctrl: sirf: add DT-binding pinmux mapping support 2012-09-05 14:48:10 +08:00
prima2.dtsi pinctrl: sirf: add DT-binding pinmux mapping support 2012-09-05 14:48:10 +08:00
pxa2xx.dtsi ARM: pxa: add .dtsi files 2012-08-16 16:15:25 +08:00
pxa3xx.dtsi ARM: pxa: add .dtsi files 2012-08-16 16:15:25 +08:00
pxa27x.dtsi ARM: pxa: add .dtsi files 2012-08-16 16:15:25 +08:00
pxa168-aspenite.dts
pxa168.dtsi
pxa910-dkb.dts
pxa910.dtsi ARM: mmp: enable tauros2 cache in pxa910 2012-08-16 16:17:00 +08:00
r8a7740-armadillo800eva.dts ARM: mach-shmobile: Use DT_MACHINE for armadillo 800 eva 2012-05-14 23:23:42 +02:00
r8a7740.dtsi ARM: mach-shmobile: r8a7740 generic board support via DT 2012-07-06 21:03:35 +02:00
sh73a0-kzm9g.dts ARM: shmobile: fix smp build 2012-05-16 22:16:30 +02:00
sh7372.dtsi
sh7377.dtsi ARM: mach-shmobile: sh7377 generic board support via DT 2012-07-06 21:05:20 +02:00
skeleton.dtsi
snowball.dts ARM: ux500: Remove redundant #gpio-cell properties from Snowball DT 2012-09-20 12:32:46 +02:00
socfpga_cyclone5.dts ARM: socfpga: initial support for Altera's SOCFPGA platform 2012-07-19 10:39:00 +02:00
socfpga.dtsi ARM: socfpga: initial support for Altera's SOCFPGA platform 2012-07-19 10:39:00 +02:00
spear3xx.dtsi Viresh has moved 2012-06-20 14:39:36 -07:00
spear13xx.dtsi ARM: SPEAr13xx: Fix Interrupt bindings 2012-07-18 10:04:45 +05:30
spear300-evb.dts Viresh has moved 2012-06-20 14:39:36 -07:00
spear300.dtsi Viresh has moved 2012-06-20 14:39:36 -07:00
spear310-evb.dts Viresh has moved 2012-06-20 14:39:36 -07:00
spear310.dtsi Viresh has moved 2012-06-20 14:39:36 -07:00
spear320-evb.dts ARM: dts: SPEAr320: Boot the board in EXTENDED_MODE 2012-07-18 10:05:02 +05:30
spear320.dtsi Viresh has moved 2012-06-20 14:39:36 -07:00
spear600-evb.dts
spear600.dtsi ARM: SPEAr600: Fix timer interrupt definition in spear600.dtsi 2012-07-18 10:05:05 +05:30
spear1310-evb.dts Viresh has moved 2012-06-20 14:39:36 -07:00
spear1310.dtsi Viresh has moved 2012-06-20 14:39:36 -07:00
spear1340-evb.dts Viresh has moved 2012-06-20 14:39:36 -07:00
spear1340.dtsi Viresh has moved 2012-06-20 14:39:36 -07:00
tegra20-harmony.dts ARM: tegra: harmony: fix ldo7 regulator-name 2012-09-20 19:54:02 -07:00
tegra20-medcom-wide.dts ARM: tegra: Add Avionic Design Medcom-Wide support 2012-09-20 09:34:00 -06:00
tegra20-paz00.dts ARM: dt: tegra: paz00: add regulators 2012-09-06 11:48:39 -06:00
tegra20-plutux.dts ARM: tegra: Add Avionic Design Plutux support 2012-09-20 09:34:00 -06:00
tegra20-seaboard.dts ARM: dt: tegra: configure power off for some boards 2012-09-11 13:48:36 -06:00
tegra20-tamonten.dtsi ARM: tegra: Add Avionic Design Tamonten support 2012-09-20 09:34:00 -06:00
tegra20-tec.dts ARM: tegra: Add Avionic Design Tamonten Evaluation Carrier support 2012-09-20 09:34:01 -06:00
tegra20-trimslice.dts ARM: dt: tegra trimslice: enable USB2 port 2012-07-25 22:09:16 +02:00
tegra20-ventana.dts ARM: dt: tegra: configure power off for some boards 2012-09-11 13:48:36 -06:00
tegra20-whistler.dts ARM: dt: tegra: whistler: configure power off 2012-09-19 10:19:38 -06:00
tegra20.dtsi ARM: tegra: dts: Add pwm label 2012-09-20 09:33:59 -06:00
tegra30-cardhu-a02.dts ARM: tegra: cardhu: add dt entry for fixed regulators 2012-09-06 11:48:38 -06:00
tegra30-cardhu-a04.dts ARM: tegra: cardhu: add dt entry for fixed regulators 2012-09-06 11:48:38 -06:00
tegra30-cardhu.dtsi ARM: dt: tegra: configure power off for some boards 2012-09-11 13:48:36 -06:00
tegra30.dtsi ARM: tegra: dts: Add pwm label 2012-09-20 09:33:59 -06:00
tny_a9g20.dts
tny_a9260_common.dtsi
tny_a9260.dts
tny_a9263.dts
tps65217.dtsi arm/dts: regulator: Add tps65217 device tree data 2012-08-30 13:59:17 -07:00
tps65910.dtsi arm/dts: regulator: Add tps65910 device tree data 2012-08-30 13:57:53 -07:00
twl4030.dtsi arm/dts: Cleanup regulator naming and remove @0,1 2012-08-30 13:47:04 -07:00
twl6030.dtsi arm/dts: Cleanup regulator naming and remove @0,1 2012-08-30 13:47:04 -07:00
usb_a9g20-dab-mmx.dtsi
usb_a9g20.dts
usb_a9260_common.dtsi
usb_a9260.dts
usb_a9263.dts
versatile-ab.dts
versatile-pb.dts
vexpress-v2m-rs1.dtsi ARM: vexpress: Add fixed regulator for SMSC 2012-07-13 11:48:28 +01:00
vexpress-v2m.dtsi ARM: vexpress: Add fixed regulator for SMSC 2012-07-13 11:48:28 +01:00
vexpress-v2p-ca5s.dts ARM: vexpress: Device Tree updates 2012-05-21 09:30:37 +01:00
vexpress-v2p-ca9.dts ARM: vexpress: Device Tree updates 2012-05-21 09:30:37 +01:00
vexpress-v2p-ca15_a7.dts ARM: vexpress: Add Device Tree for V2P-CA15_CA7 core tile 2012-07-13 11:48:29 +01:00
vexpress-v2p-ca15-tc1.dts ARM: vexpress: Convert V2P-CA15 Device Tree to 64 bit addresses 2012-07-13 11:48:28 +01:00
vt8500-bv07.dts arm: vt8500: Add device tree files for VIA/Wondermedia SoC's 2012-09-21 19:23:54 +12:00
vt8500.dtsi arm: vt8500: Add device tree files for VIA/Wondermedia SoC's 2012-09-21 19:23:54 +12:00
wm8505-ref.dts arm: vt8500: Add device tree files for VIA/Wondermedia SoC's 2012-09-21 19:23:54 +12:00
wm8505.dtsi arm: vt8500: Add device tree files for VIA/Wondermedia SoC's 2012-09-21 19:23:54 +12:00
wm8650-mid.dts arm: vt8500: Add device tree files for VIA/Wondermedia SoC's 2012-09-21 19:23:54 +12:00
wm8650.dtsi arm: vt8500: Add device tree files for VIA/Wondermedia SoC's 2012-09-21 19:23:54 +12:00
zynq-ep107.dts