linux-stable/arch/arm/boot/dts
Linus Torvalds 09893ee845 ARM: More device tree support updates
This branch contains a number of updates for device tree support on
 several ARM platforms, in particular:
 
 * AT91 continues the device tree conversion adding support for a number of
   on-chip drivers and other functionality
 * ux500 adds probing of some of the core SoC blocks through device tree
 * Initial device tree support for ST SPEAr600 platforms
 * kirkwood continues the conversion to device-tree probing
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.11 (GNU/Linux)
 
 iQIcBAABAgAGBQJPcp12AAoJEIwa5zzehBx3c2oQAKkHhJFxYFaUSfAqUNQJtyLP
 ntNyjANchckGcmoGFRRn5q17leSW+GsPopeJF0uTSOq5xojrQJJnrfKCQmgTtdzt
 KiD9qJqF3bsM5PxdjkeQljiAirPZSKvyA6gZaPKozZb+NMk3ZMd3hYYi3j3EWR/c
 8C9HzwyuXUOKOQ1tHuQHEYnLAtcdVTpUnDGsQItD2Shw5H+AcoN1T00z6kWtXYoJ
 z/sFtBVvPxqozEEWbTEg2vm0XfT2ENlOIfHoOj+G2EfcVTjh4pSoD0TXwS11vjfX
 UEniGsdCSkQn0yKVuuLTNKy7BPkWXBUTxy6duIQMSs/57lgFEb9/+f5kgAol+Sdi
 OeUW4gYkZ8uAk2zOD4p1TGDZT/YHWQ2X3Wq2EhYNsYjZgbNCTlIIocet8jZ6Zfcm
 f7DdADS8ot8xFcZxMH7CFJ28cmEjhyGMSrMcrAq7HXrkX0ppFutF0CYkY/43uQ/h
 AGmP9wKi38PB1eXK44eAF25fRvT7ty7CiCBT88i8UZ3unj6raVbsGfqhvf5PbCki
 oX8dKFjPRRE4bj+8Si7LCTR00AIFMLxuftJw45L4syk+l6Y0y+b0HMBE3E/q7bbR
 dLBu3V/HHVMnuZv6vVgvI+dkZ9R6v2ychfoyKNh/AKvgXmr90diYbT0XAkcfSPk7
 +yy69EZA59UvLTxt9BmN
 =wiKV
 -----END PGP SIGNATURE-----

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

Pull "ARM: More device tree support updates" from Olof Johansson:
 "This branch contains a number of updates for device tree support on
  several ARM platforms, in particular:

   * AT91 continues the device tree conversion adding support for a
     number of on-chip drivers and other functionality
   * ux500 adds probing of some of the core SoC blocks through device
     tree
   * Initial device tree support for ST SPEAr600 platforms
   * kirkwood continues the conversion to device-tree probing"

Manually merge arch/arm/mach-ux500/Kconfig due to MACH_U8500 rename, and
drivers/usb/gadget/at91_udc.c due to header file include cleanups.

Also do an "evil merge" for the MACH_U8500 config option rename that the
affected RMI4 touchscreen driver in staging.  It's called MACH_MOP500
now, and it was missed during previous merges.

* tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: (48 commits)
  ARM: SPEAr600: Add device-tree support to SPEAr600 boards
  ARM: ux500: Provide local timer support for Device Tree
  ARM: ux500: Enable PL022 SSP Controller in Device Tree
  ARM: ux500: Enable PL310 Level 2 Cache Controller in Device Tree
  ARM: ux500: Enable PL011 AMBA UART Controller for Device Tree
  ARM: ux500: Enable Cortex-A9 GIC (Generic Interrupt Controller) in Device Tree
  ARM: ux500: db8500: list most devices in the snowball device tree
  ARM: ux500: split dts file for snowball into generic part
  ARM: ux500: combine the board init functions for DT boot
  ARM: ux500: Initial Device Tree support for Snowball
  ARM: ux500: CONFIG: Enable Device Tree support for future endeavours
  ARM: kirkwood: use devicetree for rtc-mv
  ARM: kirkwood: rtc-mv devicetree bindings
  ARM: kirkwood: fdt: define uart[01] as disabled, enable uart0
  ARM: kirkwood: fdt: facilitate new boards during fdt migration
  ARM: kirkwood: fdt: absorb kirkwood_init()
  ARM: kirkwood: fdt: use mrvl ticker symbol
  ARM: orion: wdt: use resource vice direct access
  ARM: Kirkwood: Remove tclk from kirkwood_asoc_platform_data.
  ARM: orion: spi: remove enable_clock_fix which is not used
  ...
2012-03-28 12:34:33 -07:00
..
testcases of: Add of_property_match_string() to find index into a string list 2012-01-28 10:29:20 -07:00
am3517_mt_ventoux.dts arm/dts: mt_ventoux: very basic support for TeeJet Mt.Ventoux board 2012-03-05 13:48:03 -08:00
at91sam9g20.dtsi ARM: at91: sam9g20 udc add dt support 2012-03-16 00:41:00 +08:00
at91sam9g25ek.dts ARM: at91: dt: enable usb ehci for sam9g45 and sam9x5 2012-03-16 00:40:59 +08:00
at91sam9g45.dtsi ARM: at91: dt: enable usb ehci for sam9g45 and sam9x5 2012-03-16 00:40:59 +08:00
at91sam9m10g45ek.dts ARM: at91: dt: enable usb ehci for sam9g45 and sam9x5 2012-03-16 00:40:59 +08:00
at91sam9x5.dtsi ARM: at91: dt: enable usb ehci for sam9g45 and sam9x5 2012-03-16 00:40:59 +08:00
at91sam9x5cm.dtsi ARM: at91: add pmc DT support 2012-03-15 23:31:14 +08:00
db8500.dtsi ARM: ux500: Provide local timer support for Device Tree 2012-03-16 19:48:48 +00:00
exynos4210-origen.dts ARM: dts: Add intial dts file for EXYNOS4210 SoC, SMDKV310 and ORIGEN 2011-12-23 10:07:12 +09:00
exynos4210-smdkv310.dts ARM: dts: Add intial dts file for EXYNOS4210 SoC, SMDKV310 and ORIGEN 2011-12-23 10:07:12 +09:00
exynos4210.dtsi ARM: EXYNOS: Add cpu-offset property in gic device tree node 2012-02-09 18:40:22 +09:00
exynos5250-smdk5250.dts ARM: dts: add initial dts file for EXYNOS5250, SMDK5250 2012-03-14 22:22:12 -07:00
exynos5250.dtsi ARM: dts: add initial dts file for EXYNOS5250, SMDK5250 2012-03-14 22:22:12 -07:00
highbank.dts ARM: highbank: convert to twd_local_timer_register() interface 2012-03-13 13:45:52 +00:00
imx6q-arm2.dts ARM: dts: imx6q-arm2: add vmmc-supply for usdhc 2012-02-27 17:13:27 +08:00
imx6q-sabrelite.dts ARM: dts: imx6q-sabrelite: add vmmc-supply for usdhc 2012-02-27 17:15:12 +08:00
imx6q.dtsi ARM: imx6q: convert to twd_local_timer_register() interface 2012-03-13 13:45:53 +00:00
imx27-phytec-phycore.dts ARM i.MX: Add phytec phycore-i.MX27 (aka pcm038) devicetree support 2012-02-29 09:16:49 +01:00
imx27.dtsi ARM i.MX27: Add devicetree support 2012-02-29 09:15:09 +01:00
imx51-babbage.dts ARM: dts: imx51-babbage: update mc13892 device 2012-02-27 14:59:37 +08:00
imx51.dtsi dts/imx: rename uart labels to consistent with hw spec 2011-12-14 21:25:44 +08:00
imx53-ard.dts dts/imx: rename uart labels to consistent with hw spec 2011-12-14 21:25:44 +08:00
imx53-evk.dts dts/imx: rename uart labels to consistent with hw spec 2011-12-14 21:25:44 +08:00
imx53-qsb.dts dts/imx: rename uart labels to consistent with hw spec 2011-12-14 21:25:44 +08:00
imx53-smd.dts dts/imx: rename uart labels to consistent with hw spec 2011-12-14 21:25:44 +08:00
imx53.dtsi dts/imx: rename uart labels to consistent with hw spec 2011-12-14 21:25:44 +08:00
kirkwood-dreamplug.dts ARM: kirkwood: fdt: define uart[01] as disabled, enable uart0 2012-03-16 04:28:42 +00:00
kirkwood.dtsi ARM: kirkwood: use devicetree for rtc-mv 2012-03-16 04:28:43 +00:00
msm8660-surf.dts ARM: msm: Add devicetree support for msm8660-surf 2011-08-29 12:47:36 -07:00
omap2.dtsi arm/dts: Add minimal device tree support for omap2420 and omap2430 2011-12-16 14:15:16 -08:00
omap3-beagle.dts arm/dts: OMAP: Remove bootargs node from board files 2011-12-13 14:45:26 -08:00
omap3-evm.dts arm/dts: Add support for TI OMAP3 EVM board 2012-02-24 22:42:21 +01:00
omap3.dtsi arm/dts: OMAP3: Add interrupt-controller bindings for INTC 2012-02-27 10:33:19 +01:00
omap4-panda.dts arm/dts: OMAP: Remove bootargs node from board files 2011-12-13 14:45:26 -08:00
omap4-sdp.dts arm/dts: OMAP: Remove bootargs node from board files 2011-12-13 14:45:26 -08:00
omap4.dtsi Merge branch 'for_3.4/dts_updates' of git://git.kernel.org/pub/scm/linux/kernel/git/bcousson/linux-omap-dt into dt 2012-02-24 16:48:27 -08:00
picoxcell-pc3x2.dtsi picoxcell: add the DTS for pc3x2 and pc3x3 devices 2011-09-26 16:12:06 +01:00
picoxcell-pc3x3.dtsi picoxcell: add the DTS for pc3x2 and pc3x3 devices 2011-09-26 16:12:06 +01:00
picoxcell-pc7302-pc3x2.dts picoxcell: add the DTS for the PC7302 board 2011-09-26 16:12:07 +01:00
picoxcell-pc7302-pc3x3.dts picoxcell: add the DTS for the PC7302 board 2011-09-26 16:12:07 +01:00
prima2-cb.dts ARM: CSR: call l2x0_of_init to init L2 cache of SiRFprimaII 2011-10-24 02:54:21 -07:00
pxa168-aspenite.dts ARM: dts: append DTS file of pxa168 2012-03-07 09:32:40 +08:00
pxa168.dtsi ARM: dts: append DTS file of pxa168 2012-03-07 09:32:40 +08:00
skeleton.dtsi
snowball.dts ARM: ux500: Enable PL011 AMBA UART Controller for Device Tree 2012-03-16 19:48:46 +00:00
spear600-evb.dts ARM: SPEAr600: Add device-tree support to SPEAr600 boards 2012-03-16 20:19:41 +00:00
spear600.dtsi ARM: SPEAr600: Add device-tree support to SPEAr600 boards 2012-03-16 20:19:41 +00:00
tegra-cardhu.dts ARM: More SoC support updates 2012-03-28 12:24:40 -07:00
tegra-harmony.dts ARM: dt: Add binding for Tegra PMC 2012-02-06 18:21:21 -08:00
tegra-paz00.dts ARM: device tree work 2012-03-27 16:47:35 -07:00
tegra-seaboard.dts arm: tegra: dts: Mark USB1 as an OTG port on Seaboard 2012-03-07 14:36:56 -08:00
tegra-trimslice.dts ARM: dt: tegra: Enable audio on WM8903 boards, disable others 2012-02-06 18:21:21 -08:00
tegra-ventana.dts ARM: dt: tegra: Enable audio on WM8903 boards, disable others 2012-02-06 18:21:21 -08:00
tegra20.dtsi ARM: More device tree support updates 2012-03-28 12:34:33 -07:00
tegra30.dtsi ARM: device tree work 2012-03-27 16:47:35 -07:00
usb_a9g20-dab-mmx.dtsi ARM: at91/dt: add Calao DAB-MMX daugther board support for USB-A9G20 2012-03-15 23:29:54 +08:00
usb_a9g20.dts ARM: at91: sam9g20 udc add dt support 2012-03-16 00:41:00 +08:00
versatile-ab.dts
versatile-pb.dts of: Add device tree selftests 2011-12-12 13:40:16 -07:00
vexpress-v2m-rs1.dtsi ARM: vexpress: Motherboard RS1 memory map support 2012-02-24 09:18:20 +00:00
vexpress-v2m.dtsi ARM: vexpress: Add Device Tree support 2012-02-24 09:18:19 +00:00
vexpress-v2p-ca5s.dts ARM: vexpress: Add Device Tree for V2P-CA5s core tile 2012-02-24 09:18:20 +00:00
vexpress-v2p-ca9.dts ARM: vexpress: Add Device Tree for V2P-CA9 core tile 2012-02-24 09:18:21 +00:00
vexpress-v2p-ca15-tc1.dts ARM: vexpress: Add Device Tree for V2P-CA15 core tile (TC1 variant) 2012-02-24 09:18:21 +00:00
zynq-ep107.dts