linux/arch/arm/boot/dts
Linus Torvalds 6fa52ed33b ARM: arm-soc driver changes for 3.10
This is a rather large set of patches for device drivers that for one
 reason or another the subsystem maintainer preferred to get merged
 through the arm-soc tree. There are both new drivers as well as
 existing drivers that are getting converted from platform-specific
 code into standalone drivers using the appropriate subsystem
 specific interfaces.
 
 In particular, we can now have pinctrl, clk, clksource and irqchip
 drivers in one file per driver, without the need to call into
 platform specific interface, or to get called from platform specific
 code, as long as all information about the hardware is provided
 through a device tree.
 
 Most of the drivers we touch this time are for clocksource. Since
 now most of them are part of drivers/clocksource, I expect that we
 won't have to touch these again from arm-soc and can let the
 clocksource maintainers take care of these in the future.
 
 Another larger part of this series is specific to the exynos platform,
 which is seeing some significant effort in upstreaming and
 modernization of its device drivers this time around, which
 unfortunately is also the cause for the churn and a lot of the
 merge conflicts.
 
 There is one new subsystem that gets merged as part of this series:
 the reset controller interface, which is a very simple interface
 for taking devices on the SoC out of reset or back into reset.
 Patches to use this interface on i.MX follow later in this merge
 window, and we are going to have other platforms (at least tegra
 and sirf) get converted in 3.11. This will let us get rid of
 platform specific callbacks in a number of platform independent
 device drivers.
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.11 (GNU/Linux)
 
 iQIcBAABAgAGBQJRhKUsAAoJEIwa5zzehBx3Ug4P/RqEen15hxS/NY8SIVRAU5c0
 G9ZiSPcLmvXGR/t1RZFeLWKaKOYRb2oW1EbXrlkddprkmg85RuQE/KMpCgzPPhVC
 Yrs8UaagMGblaLOjwavVjin/CUXZokRdMfsQoIyMGOezmVGFnv4d4Kt64IOf35DF
 24vDv/QO0BAI9k6m6WLqlWvSshb0IkW8r2LneRLnMEAVop7b1xkOxz0sR6l0LWfV
 6JAMXyTjJMg0t8uCVW/QyNdxcxINHhV4SYcNkzF3EZ7ol50OiJsT9fg0XW759+Wb
 vlX6Xuehg+CBOg+g3ZOZuR8JOEkOhAGRSzuJkk/TmLCCxc+ghnuYz8HArxh6GMHK
 KaxvogLIi0ZsD94A/BZIKkDtOLWlzdz2HBrYo9PTz8zrOz/gXhwQ3zq0jPccC5E0
 S+YYiobCBXepknF9301ti7wGD9VDzI8nmqOKG6tEBrD3xuO+RoBv+z4pBugN4/1C
 DlB19gOz60G5kniziL+wlmWER2qXmYrQZqS+s6+B2XoyoETC0Yij3Rck5vyC6qIK
 A2sni+Y9rzNOB9nzmnISP/UiGUffCy8AV4DZJjMSl0XkF4cpOXqRVGZ2nGB4tR5q
 GTOETcDCo5dvMDKX7Wfrz40CQzO39tnPCddg3OIS93ZwMpCeykIlb1FVL7RcsyF7
 3uikzYHlDo3C5pvtJ5TS
 =ZWk9
 -----END PGP SIGNATURE-----

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

Pull ARM SoC driver changes from Olof Johansson:
 "This is a rather large set of patches for device drivers that for one
  reason or another the subsystem maintainer preferred to get merged
  through the arm-soc tree.  There are both new drivers as well as
  existing drivers that are getting converted from platform-specific
  code into standalone drivers using the appropriate subsystem specific
  interfaces.

  In particular, we can now have pinctrl, clk, clksource and irqchip
  drivers in one file per driver, without the need to call into platform
  specific interface, or to get called from platform specific code, as
  long as all information about the hardware is provided through a
  device tree.

  Most of the drivers we touch this time are for clocksource.  Since now
  most of them are part of drivers/clocksource, I expect that we won't
  have to touch these again from arm-soc and can let the clocksource
  maintainers take care of these in the future.

  Another larger part of this series is specific to the exynos platform,
  which is seeing some significant effort in upstreaming and
  modernization of its device drivers this time around, which
  unfortunately is also the cause for the churn and a lot of the merge
  conflicts.

  There is one new subsystem that gets merged as part of this series:
  the reset controller interface, which is a very simple interface for
  taking devices on the SoC out of reset or back into reset.  Patches to
  use this interface on i.MX follow later in this merge window, and we
  are going to have other platforms (at least tegra and sirf) get
  converted in 3.11.  This will let us get rid of platform specific
  callbacks in a number of platform independent device drivers."

* tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: (256 commits)
  irqchip: s3c24xx: add missing __init annotations
  ARM: dts: Disable the RTC by default on exynos5
  clk: exynos5250: Fix parent clock for sclk_mmc{0,1,2,3}
  ARM: exynos: restore mach/regs-clock.h for exynos5
  clocksource: exynos_mct: fix build error on non-DT
  pinctrl: vt8500: wmt: Fix checking return value of pinctrl_register()
  irqchip: vt8500: Convert arch-vt8500 to new irqchip infrastructure
  reset: NULL deref on allocation failure
  reset: Add reset controller API
  dt: describe base reset signal binding
  ARM: EXYNOS: Add arm-pmu DT binding for exynos421x
  ARM: EXYNOS: Add arm-pmu DT binding for exynos5250
  ARM: EXYNOS: Enable PMUs for exynos4
  irqchip: exynos-combiner: Correct combined IRQs for exynos4
  irqchip: exynos-combiner: Add set_irq_affinity function for combiner_irq
  ARM: EXYNOS: fix compilation error introduced due to common clock migration
  clk: exynos5250: Fix divider values for sclk_mmc{0,1,2,3}
  clk: exynos4: export clocks required for fimc-is
  clk: samsung: Fix compilation error
  clk: tegra: fix enum tegra114_clk to match binding
  ...
2013-05-04 12:31:18 -07:00
..
include kbuild: create an "include chroot" for DT bindings 2013-04-05 12:22:32 -06:00
testcases
aks-cdu.dts ARM: at91: Add support for board aks-cdu 2012-07-09 20:45:31 +02:00
am33xx.dtsi drivers: net: ethernet: cpsw: change cpts_active_slave to active_slave 2013-03-13 04:38:19 -04:00
am335x-bone.dts Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next 2012-12-12 18:07:07 -08:00
am335x-evm.dts Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next 2012-12-12 18:07:07 -08:00
am335x-evmsk.dts ARM: dts: AM33XX: Add push-buttons device tree data to am335x-evmsk 2012-11-06 15:45:53 +01: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
animeo_ip.dts ARM: at91: Animeo IP: enable watchdog support 2013-02-07 16:40:07 +01:00
armada-370-db.dts arm: mvebu: PCIe Device Tree informations for Armada 370 DB 2013-04-15 14:53:46 +00:00
armada-370-mirabox.dts ARM: arm-soc device-tree updates for 3.10, part 1 2013-05-02 09:28:03 -07:00
armada-370-rd.dts mvebu dt for v3.10 round 3 2013-04-17 23:24:18 -07:00
armada-370-xp.dtsi mvebu dt for v3.10 round 3 2013-04-17 23:24:18 -07:00
armada-370.dtsi ARM: arm-soc device-tree updates for 3.10, part 1 2013-05-02 09:28:03 -07:00
armada-xp-db.dts arm: mvebu: PCIe Device Tree informations for Armada XP DB 2013-04-15 14:53:34 +00:00
armada-xp-gp.dts arm: mvebu: PCIe Device Tree informations for Armada XP GP 2013-04-15 14:53:53 +00:00
armada-xp-mv78230.dtsi arm: mvebu: add PCIe Device Tree informations for Armada XP 2013-04-15 14:53:19 +00:00
armada-xp-mv78260.dtsi arm: mvebu: add PCIe Device Tree informations for Armada XP 2013-04-15 14:53:19 +00:00
armada-xp-mv78460.dtsi arm: mvebu: add PCIe Device Tree informations for Armada XP 2013-04-15 14:53:19 +00:00
armada-xp-openblocks-ax3-4.dts arm: mvebu: PCIe Device Tree informations for OpenBlocks AX3-4 2013-04-15 14:53:25 +00:00
armada-xp.dtsi mvebu dt for v3.10 round 3 2013-04-17 23:24:18 -07:00
at91-ariag25.dts ARM: at91: add Acme Systems Aria G25 board 2013-04-04 17:38:04 +02:00
at91rm9200.dtsi ARM: at91: add pinctrl nodes to i2c-gpio on RM92000 DT 2013-03-21 16:07:14 +01:00
at91rm9200ek.dts ARM: at91: add EMAC bindings to RM9200 DT 2013-02-07 16:40:09 +01:00
at91sam9g15.dtsi ARM: at91/trivial: typos in compatible property 2013-03-26 12:27:34 +01:00
at91sam9g15ek.dts ARM: at91/trivial: fix model name for SAM9G15-EK 2013-03-26 12:27:35 +01:00
at91sam9g20.dtsi ARM: dts: add twi nodes for atmel SoCs 2012-09-12 14:49:16 +02:00
at91sam9g20ek_2mmc.dts ARM: at91: dt: add mmc pinctrl for Atmel reference boards 2012-11-20 01:10:27 +08:00
at91sam9g20ek_common.dtsi ARM: arm-soc device-tree updates for 3.10, part 1 2013-05-02 09:28:03 -07:00
at91sam9g20ek.dts
at91sam9g25.dtsi ARM: at91/trivial: typos in compatible property 2013-03-26 12:27:34 +01:00
at91sam9g25ek.dts ARM: at91/dt: fix macb node declaration 2013-04-04 17:27:27 +02:00
at91sam9g35.dtsi ARM: at91/trivial: typos in compatible property 2013-03-26 12:27:34 +01:00
at91sam9g35ek.dts ARM: at91/dt: fix macb node declaration 2013-04-04 17:27:27 +02:00
at91sam9g45.dtsi ARM: arm-soc device-tree updates for 3.10, part 1 2013-05-02 09:28:03 -07:00
at91sam9m10g45ek.dts ARM: arm-soc device-tree updates for 3.10, part 1 2013-05-02 09:28:03 -07:00
at91sam9n12.dtsi ARM: dts: add pinctrl property for spi node for atmel SoC 2013-04-24 11:02:57 +01:00
at91sam9n12ek.dts ARM: arm-soc device-tree updates for 3.10, part 1 2013-05-02 09:28:03 -07:00
at91sam9x5.dtsi ARM: arm-soc device-tree updates for 3.10, part 1 2013-05-02 09:28:03 -07:00
at91sam9x5cm.dtsi ARM: at91/at91sam9x5cm: add 1-wire chip on CM board 2013-03-21 16:07:15 +01:00
at91sam9x5ek.dtsi ARM: arm-soc device-tree updates for 3.10, part 1 2013-05-02 09:28:03 -07:00
at91sam9x25.dtsi ARM: at91/trivial: typos in compatible property 2013-03-26 12:27:34 +01:00
at91sam9x25ek.dts ARM: at91/dt: fix macb node declaration 2013-04-04 17:27:27 +02:00
at91sam9x35.dtsi ARM: at91/trivial: typos in compatible property 2013-03-26 12:27:34 +01:00
at91sam9x35ek.dts ARM: at91/dt: fix macb node declaration 2013-04-04 17:27:27 +02:00
at91sam9260.dtsi ARM: arm-soc device-tree updates for 3.10, part 1 2013-05-02 09:28:03 -07:00
at91sam9263.dtsi ARM: dts: add pinctrl property for spi node for atmel SoC 2013-04-24 11:02:57 +01:00
at91sam9263ek.dts ARM: arm-soc device-tree updates for 3.10, part 1 2013-05-02 09:28:03 -07:00
atlas6-evb.dts ARM/dts: prima2: add .dtsi for atlas6 and .dts for atla6-evb board 2013-03-18 17:15:33 +01:00
atlas6.dtsi ARM/dts: prima2: add .dtsi for atlas6 and .dts for atla6-evb board 2013-03-18 17:15:33 +01:00
bcm2835-rpi-b.dts ARM: bcm2835: add I2C controllers to DT 2013-01-14 21:47:09 -07:00
bcm2835.dtsi ARM: bcm2835: device tree updates 2013-04-08 20:07:07 +02:00
bcm11351-brt.dts Add support for generic BCM SoC chipsets 2012-11-19 22:39:07 -08:00
bcm11351.dtsi ARM: bcm281xx: Add timer driver (DT portion) 2013-04-02 17:28:55 -07:00
ccu9540.dts ARM: ux500: List DT compatibility using platform names rather than by board 2012-11-01 13:02:25 +01:00
cros5250-common.dtsi ARM: dts: Add max77686 device tree support for CROS5250 2013-03-07 19:47:13 +09:00
da850-enbw-cmc.dts ARM: davinci: add support for am1808 based EnBW CMC board 2012-10-29 15:43:43 +05:30
da850-evm.dts ARM: davinci: da850: add mmc DT entries 2013-04-04 16:57:24 +05:30
da850.dtsi ARM: davinci: da850: add mmc DT entries 2013-04-04 16:57:24 +05:30
dbx5x0.dtsi ARM: arm-soc non-critical fixes for 3.10 2013-05-02 08:56:55 -07:00
dove-cm-a510.dts ARM: dove: add device tree descriptors 2012-09-21 17:07:24 +00:00
dove-cubox.dts ARM: Dove: add fixed regulator for CuBox USB power 2013-02-28 18:57:12 +01:00
dove-dove-db.dts ARM: dove: add device tree descriptors 2012-09-21 17:07:24 +00:00
dove.dtsi DT modifications for at91rm9200 and at91sam9x5 SoCs, mainly around 2013-03-21 17:25:13 +01:00
ea3250.dts ARM: LPC32xx: Extend dts for EA3250 board 2012-09-06 11:40:48 +02:00
ecx-2000.dts ARM: dts: add device_type prop to cpu nodes on Calxeda platforms 2013-01-07 21:08:23 -08:00
ecx-common.dtsi ARM: dts: Add Calxeda ECX-2000 support 2012-10-31 13:46:17 -05: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 ARM: mach-shmobile: kzm9d: update defconfig 2013-01-15 08:57:09 +09:00
emev2.dtsi ARM: mach-shmobile: emev2: Add reg and device_type properties to cpus 2013-01-29 11:44:59 +09:00
ethernut5.dts
evk-pro3.dts ARM: at91/dts: evk-pro3: enable watchdog 2012-11-16 15:48:48 +01:00
exynos4.dtsi Merge commit 'v3.9-rc5' into next/clk-exynos 2013-04-09 01:10:13 +09:00
exynos4x12-pinctrl.dtsi ARM: dts: Correct pin configuration of SD 4 for exynos4x12-pinctrl 2013-02-12 10:35:50 -08:00
exynos4x12.dtsi ARM: dts: add Exynos4 and Exynos5 clock controller nodes 2013-03-25 18:18:05 +09:00
exynos4210-origen.dts ARM: dts: add board specific fixed rate clock nodes for Exynos based platforms 2013-03-25 18:18:32 +09:00
exynos4210-pinctrl.dtsi ARM: dts: Use drive strength 3 for SD pins for exynos4 2012-11-22 00:39:01 +09:00
exynos4210-smdkv310.dts ARM: dts: add board specific fixed rate clock nodes for Exynos based platforms 2013-03-25 18:18:32 +09:00
exynos4210-trats.dts ARM: dts: add board specific fixed rate clock nodes for Exynos based platforms 2013-03-25 18:18:32 +09:00
exynos4210.dtsi ARM: EXYNOS: Add arm-pmu DT binding for exynos421x 2013-04-09 01:49:16 +09:00
exynos4212.dtsi ARM: dts: add mct device tree node for all supported Exynos SoC's 2013-03-09 16:18:13 +09:00
exynos4412-odroidx.dts add suppport common clock framework for exynos 2013-04-09 22:28:45 +02:00
exynos4412-origen.dts add suppport common clock framework for exynos 2013-04-09 22:28:45 +02:00
exynos4412-smdk4412.dts ARM: dts: add board specific fixed rate clock nodes for Exynos based platforms 2013-03-25 18:18:32 +09:00
exynos4412.dtsi ARM: dts: add clock provider information for all controllers in Exynos4 SoCs 2013-03-25 18:18:31 +09:00
exynos5250-arndale.dts ARM: dts: add board specific fixed rate clock nodes for Exynos based platforms 2013-03-25 18:18:32 +09:00
exynos5250-smdk5250.dts ARM: dts: add board specific fixed rate clock nodes for Exynos based platforms 2013-03-25 18:18:32 +09:00
exynos5250-snow.dts ARM: dts: add board specific fixed rate clock nodes for Exynos based platforms 2013-03-25 18:18:32 +09:00
exynos5250.dtsi ARM: dts: Disable the RTC by default on exynos5 2013-04-26 17:59:03 -07:00
exynos5440-ssdk5440.dts ARM: dts: add board specific fixed rate clock nodes for Exynos based platforms 2013-03-25 18:18:32 +09:00
exynos5440.dtsi ARM: dts: Disable the RTC by default on exynos5 2013-04-26 17:59:03 -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 cpufreq / highbank: add support for highbank cpufreq 2013-02-02 00:01:15 +01:00
href.dtsi Non critical omap fixes for v3.10 merge window. A big chunk 2013-04-08 18:00:45 +02:00
hrefprev60.dts ARM: ux500: enable AB8500 GPIO for HREF 2013-03-01 23:30:20 +01:00
hrefv60plus.dts mfd: ab8500: Kill "reg" property from binding 2013-03-12 09:39:01 +01:00
imx6dl-pinfunc.h pinctrl: add pinctrl driver for imx6dl 2013-04-09 22:53:38 +08:00
imx6dl-sabreauto.dts ARM: dts: imx: add initial imx6dl-sabreauto support 2013-04-09 22:53:39 +08:00
imx6dl-sabresd.dts ARM: dts: imx: add initial imx6dl-sabresd support 2013-04-09 22:53:38 +08:00
imx6dl-wandboard.dts ARM: dts: imx6dl-wandboard: Add USB Host support 2013-04-09 22:53:40 +08:00
imx6dl.dtsi ARM: dts: Add initial support for Wandboard Dual-Lite 2013-04-09 22:53:39 +08:00
imx6q-arm2.dts pinctrl: imx: move hard-coding data into device tree 2013-04-09 22:52:50 +08:00
imx6q-pinfunc.h pinctrl: imx: move hard-coding data into device tree 2013-04-09 22:52:50 +08:00
imx6q-sabreauto.dts ARM: dts: imx: make sabreauto and sabresd common 2013-04-09 22:53:38 +08:00
imx6q-sabrelite.dts pinctrl: imx: move hard-coding data into device tree 2013-04-09 22:52:50 +08:00
imx6q-sabresd.dts ARM: dts: imx: make sabreauto and sabresd common 2013-04-09 22:53:38 +08:00
imx6q-sbc6x.dts ARM: dts: MicroSys sbc6x support (i.MX6) 2013-04-09 22:53:37 +08:00
imx6q.dtsi ARM i.MX6q: Link system reset controller (SRC) to IPU in DT 2013-04-09 22:52:57 +08:00
imx6qdl-sabreauto.dtsi ARM: dts: imx: make sabreauto and sabresd common 2013-04-09 22:53:38 +08:00
imx6qdl-sabresd.dtsi ARM: dts: imx: make sabreauto and sabresd common 2013-04-09 22:53:38 +08:00
imx6qdl.dtsi ARM: arm-soc device-tree updates for 3.10, part 1 2013-05-02 09:28:03 -07:00
imx6sl-pinfunc.h pinctrl: add pinctrl driver for imx6sl 2013-04-09 22:53:38 +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: Fix IOMUX settings 2012-12-25 22:17:59 +08:00
imx23-stmp378x_devb.dts ARM: mxs: Rename 'hog-gpios' 2012-08-23 10:01:11 +08:00
imx23.dtsi ARM: mxs: get ocotp base address from device tree 2013-04-01 20:42:16 +08:00
imx25-karo-tx25.dts ARM: imx: use #include for all device trees 2013-04-09 22:52:49 +08:00
imx25-pdk.dts ARM: imx: use #include for all device trees 2013-04-09 22:52:49 +08:00
imx25.dtsi ARM: imx: use #include for all device trees 2013-04-09 22:52:49 +08:00
imx27-apf27.dts ARM: imx: use #include for all device trees 2013-04-09 22:52:49 +08:00
imx27-apf27dev.dts ARM: imx: Add support for the Armadeus Systems APF27Dev docking board 2013-04-09 22:52:54 +08:00
imx27-pdk.dts ARM: imx: use #include for all device trees 2013-04-09 22:52:49 +08:00
imx27-phytec-phycore.dts ARM: dts: Add NFC support for i.MX27 Phytec PCM038 module 2013-04-09 22:53:40 +08:00
imx27.dtsi ARM: i.MX27: Add clocks to GPT devicetree nodes 2013-04-09 22:52:54 +08:00
imx28-apf28.dts ARM: mxs: Add support for the Armadeus Systems APF28 module 2012-10-19 16:45:20 +08:00
imx28-apf28dev.dts ARM: mxs: apf28dev: Add I2C and SPI support 2012-11-12 10:07:43 +08:00
imx28-apx4devkit.dts ARM: mxs: Rename 'hog-gpios' 2012-08-23 10:01:11 +08:00
imx28-cfa10036.dts ARM: dts: mxs: add oled support for the cfa-10036 2012-11-22 09:03:40 +08:00
imx28-cfa10037.dts ARM: mxs: dt: Add Crystalfontz CFA-10037 device tree support 2013-01-26 13:40:37 +08:00
imx28-cfa10049.dts ARM: mxs: dts: Add rotary encoder to the CFA-10049 2013-01-31 22:31:19 +08:00
imx28-evk.dts ARM: dts: imx28-evk: Use pinctrl for gpio-led 2012-10-15 10:51:48 +08:00
imx28-m28evk.dts ARM: mxs: Slow down the I2C clock speed 2013-04-03 09:34:01 +08:00
imx28-sps1.dts ARM: mxs: Slow down the I2C clock speed 2013-04-03 09:34:01 +08:00
imx28-tx28.dts ARM: mxs: Rename 'hog-gpios' 2012-08-23 10:01:11 +08:00
imx28.dtsi ARM: mxs: get ocotp base address from device tree 2013-04-01 20:42:16 +08:00
imx31-bug.dts ARM: imx: use #include for all device trees 2013-04-09 22:52:49 +08:00
imx31.dtsi ARM: i.MX31: Add GPT devicetree node 2013-04-09 22:52:52 +08:00
imx35-pinfunc.h pinctrl: imx: move hard-coding data into device tree 2013-04-09 22:52:50 +08:00
imx51-apf51.dts ARM: imx: use #include for all device trees 2013-04-09 22:52:49 +08:00
imx51-apf51dev.dts ARM: imx: apf51dev: add ecspi1, ecspi2 and i2c2 support 2013-04-09 22:52:54 +08:00
imx51-babbage.dts pinctrl: imx: move hard-coding data into device tree 2013-04-09 22:52:50 +08:00
imx51-pinfunc.h pinctrl: imx: move hard-coding data into device tree 2013-04-09 22:52:50 +08:00
imx51.dtsi ARM: dts: imx51 cpu node 2013-04-09 22:53:40 +08:00
imx53-ard.dts pinctrl: imx: move hard-coding data into device tree 2013-04-09 22:52:50 +08:00
imx53-evk.dts pinctrl: imx: move hard-coding data into device tree 2013-04-09 22:52:50 +08:00
imx53-mba53.dts pinctrl: imx: move hard-coding data into device tree 2013-04-09 22:52:50 +08:00
imx53-pinfunc.h ARM: dts: imx53: fix SD2_DATA1 pad AUDMUX_AUD4 configuration 2013-04-09 22:53:37 +08:00
imx53-qsb.dts pinctrl: imx: move hard-coding data into device tree 2013-04-09 22:52:50 +08:00
imx53-smd.dts pinctrl: imx: move hard-coding data into device tree 2013-04-09 22:52:50 +08:00
imx53-tqma53.dtsi pinctrl: imx: move hard-coding data into device tree 2013-04-09 22:52:50 +08:00
imx53.dtsi ARM i.MX5: Add system reset controller (SRC) to i.MX51 and i.MX53 device tree 2013-04-09 22:52:57 +08:00
integrator.dtsi ARM: 7519/1: integrator: convert platform devices to Device Tree 2012-09-17 23:20:23 +01:00
integratorap.dts ARM: integrator: hook the AP into the SoC bus 2012-11-16 22:25:50 +01:00
integratorcp.dts ARM: integrator: hook the CP into the SoC bus 2012-11-16 22:26:07 +01:00
kirkwood-98dx4122.dtsi ARM: Kirkwood: support 98DX412x kirkwoods with pinctrl 2012-11-24 02:58:43 +00:00
kirkwood-6281.dtsi ARM: kirkwood: Convert mplcec4 board to pinctrl 2012-11-24 02:58:52 +00:00
kirkwood-6282.dtsi ARM: Kirkwood: Add support thermal sensor for 88F6282 and 88F6283 2013-03-12 11:33:13 +00:00
kirkwood-dns320.dts ARM: kirkwood: of_serial: fix clock gating by removing clock-frequency 2013-03-08 21:32:52 +00:00
kirkwood-dns325.dts ARM: kirkwood: of_serial: fix clock gating by removing clock-frequency 2013-03-08 21:32:52 +00:00
kirkwood-dnskw.dtsi ARM: Kirkwood: Convert dnskw to pinctrl 2012-11-24 02:57:56 +00:00
kirkwood-dockstar.dts ARM: kirkwood: of_serial: fix clock gating by removing clock-frequency 2013-03-08 21:32:52 +00:00
kirkwood-dreamplug.dts ARM: kirkwood: of_serial: fix clock gating by removing clock-frequency 2013-03-08 21:32:52 +00:00
kirkwood-goflexnet.dts ARM: kirkwood: Fix chip-delay for GoFlex Net 2013-03-28 16:19:22 +00:00
kirkwood-guruplug-server-plus.dts ARM: kirkwood: make use of DT mvsdio on guruplug board 2013-03-30 20:47:23 +00:00
kirkwood-ib62x0.dts ARM: kirkwood: of_serial: fix clock gating by removing clock-frequency 2013-03-08 21:32:52 +00:00
kirkwood-iconnect.dts ARM: kirkwood: of_serial: fix clock gating by removing clock-frequency 2013-03-08 21:32:52 +00:00
kirkwood-iomega_ix2_200.dts ARM: Kirkwood: Fix typo in the definition of ix2-200 rebuild LED 2013-04-01 15:55:18 +00:00
kirkwood-is2.dts ARM: kirkwood: DT board setup for Network Space v2 and parents 2012-11-21 20:58:35 +00:00
kirkwood-km_kirkwood.dts ARM: kirkwood: of_serial: fix clock gating by removing clock-frequency 2013-03-08 21:32:52 +00:00
kirkwood-lschlv2.dts ARM: kirkwood: of_serial: fix clock gating by removing clock-frequency 2013-03-08 21:32:52 +00:00
kirkwood-lsxhl.dts ARM: kirkwood: of_serial: fix clock gating by removing clock-frequency 2013-03-08 21:32:52 +00:00
kirkwood-lsxl.dtsi ARM: Kirkwood: Convert lsxl boards to pinctrl. 2012-11-24 02:58:30 +00:00
kirkwood-mplcec4.dts ARM: kirkwood: of_serial: fix clock gating by removing clock-frequency 2013-03-08 21:32:52 +00:00
kirkwood-ns2-common.dtsi ARM: kirkwood: of_serial: fix clock gating by removing clock-frequency 2013-03-08 21:32:52 +00:00
kirkwood-ns2.dts ARM: kirkwood: DT board setup for Network Space v2 and parents 2012-11-21 20:58:35 +00:00
kirkwood-ns2lite.dts ARM: kirkwood: DT board setup for Network Space Lite v2 2012-11-21 20:58:43 +00:00
kirkwood-ns2max.dts ARM: kirkwood: DT board setup for Network Space v2 and parents 2012-11-21 20:58:35 +00:00
kirkwood-ns2mini.dts ARM: kirkwood: DT board setup for Network Space Mini v2 2012-11-21 20:58:49 +00:00
kirkwood-nsa310.dts ARM: kirkwood: of_serial: fix clock gating by removing clock-frequency 2013-03-08 21:32:52 +00:00
kirkwood-openblocks_a6.dts ARM: kirkwood: of_serial: fix clock gating by removing clock-frequency 2013-03-08 21:32:52 +00:00
kirkwood-topkick.dts ARM: kirkwood: of_serial: fix clock gating by removing clock-frequency 2013-03-08 21:32:52 +00:00
kirkwood-ts219-6281.dts ARM: Kirkwood: Convert TS219 to pinctrl. 2012-11-24 02:57:43 +00:00
kirkwood-ts219-6282.dts ARM: Kirkwood: Convert TS219 to pinctrl. 2012-11-24 02:57:43 +00:00
kirkwood-ts219.dtsi ARM: Kirkwood: Replace mrvl with marvell 2012-07-27 16:50:57 +02:00
kirkwood.dtsi rtc: rtc-mv: Add support for clk to avoid lockups 2013-03-08 21:34:41 +00:00
kizbox.dts ARM: at91/dts: add macb mii pinctrl config for kizbox 2013-01-23 10:34:38 +01:00
lpc32xx.dtsi ARM: LPC32xx: Add the motor PWM to base dts file 2012-11-14 15:41:18 +01:00
Makefile ARM: arm-soc driver changes for 3.10 2013-05-04 12:31:18 -07:00
marco-evb.dts ARM: PRIMA2: add CSR SiRFmarco device tree .dts 2013-01-22 19:33:30 +08:00
marco.dtsi ARM: PRIMA2: add CSR SiRFmarco device tree .dts 2013-01-22 19:33:30 +08:00
mmp2-brownstone.dts mfd: max8925: Add dts 2013-02-14 00:23:01 +01:00
mmp2.dtsi mfd: max8925: Add dts 2013-02-14 00:23:01 +01:00
mpa1600.dts ARM: at91: add MPA 1600 DT board 2013-03-21 16:07:14 +01:00
msm8660-surf.dts ARM: arm-soc platform updates for 3.10, part 1 2013-05-02 09:31:45 -07:00
msm8960-cdp.dts ARM: arm-soc platform updates for 3.10, part 1 2013-05-02 09:31:45 -07:00
omap2.dtsi ARM: dts: OMAP: Add timer nodes 2012-10-29 16:56:32 +01:00
omap3-beagle-xm.dts ARM: dts: Add omap3-beagle.dts 2012-10-29 16:56:24 +01:00
omap3-beagle.dts ARM: dts: omap3-beagle: Add USB Host support 2013-04-02 10:00:04 -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: OMAP3: Add HS USB Host IP nodes 2013-04-02 10:00:03 -07:00
omap4-panda-a4.dts ARM: dts: omap4-panda: Add pinmux configuration for HDMI 2012-11-07 11:50:28 +01:00
omap4-panda-es.dts ARM: dts: omap4-panda: Add pinmux configuration for HDMI 2012-11-07 11:50:28 +01:00
omap4-panda.dts ARM: dts: omap4-panda: Add pinmux configuration for HDMI 2012-11-07 11:50:28 +01:00
omap4-sdp-es23plus.dts ARM: dts: omap4-sdp: Add pinmux configuration for HDMI 2012-11-07 11:50:29 +01:00
omap4-sdp.dts ARM: dts: omap4-sdp: Add pinmux configuration for HDMI 2012-11-07 11:50:29 +01:00
omap4-var-som.dts ARM: dts: OMAP: Rename pandaES and var_som for consistency 2012-10-29 16:56:35 +01:00
omap4.dtsi ARM: dts: OMAP4: Add HS USB Host IP nodes 2013-04-02 10:00:02 -07:00
omap5-evm.dts ARM: dts: omap5-evm: LPDDR2 memory device details for EVM 2012-11-05 18:38:27 +01:00
omap5.dtsi ARM: dts: omap5: EMIF device tree data for OMAP5 boards 2012-11-05 18:38:03 +01: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: Correct H4 board memory size 2012-12-14 14:49:53 -08:00
omap2420.dtsi ARM: dts: OMAP: Add counter-32k nodes 2012-10-29 16:56:33 +01:00
omap2430.dtsi ARM: dts: OMAP: Add counter-32k nodes 2012-10-29 16:56:33 +01:00
orion5x-lacie-ethernet-disk-mini-v2.dts arm: mach-orion5x: fix typo in compatible string of a .dts file 2013-03-08 22:19:42 +00:00
orion5x.dtsi ARM: arm-soc device-tree updates for 3.10, part 1 2013-05-02 09:28:03 -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
pm9g45.dts ARM: at91: pm9g45: add mmc support 2012-11-20 01:10:28 +08:00
prima2-evb.dts pinctrl: sirf: add DT-binding pinmux mapping support 2012-09-05 14:48:10 +08:00
prima2.dtsi clk: prima2: enable dt-binding clkdev mapping 2013-01-18 09:44:01 -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 ARM: dts: Enable 88pm860x pmic 2012-10-02 11:43:17 +02:00
pxa910.dtsi MFD bits for the 3.7 merge window. 2012-10-05 12:01:30 +09:00
r8a7740-armadillo800eva.dts Merge branch 'boards' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/boards 2013-01-29 09:02:47 -08:00
r8a7740.dtsi ARM: mach-shmobile: r8a7740 generic board support via DT 2012-07-06 21:03:35 +02:00
r8a7779.dtsi ARM: mach-shmobile: r8a7779: SATA DT configuration 2013-03-13 02:13:22 +09:00
sama5d3.dtsi ARM: at91: dt: add device tree files for SAMA5D3 family 2013-03-26 12:18:05 +01:00
sama5d3xcm.dtsi ARM: at91: dt: add device tree files for SAMA5D3 family 2013-03-26 12:18:05 +01:00
sama5d3xdm.dtsi ARM: at91: dt: add device tree files for SAMA5D3 family 2013-03-26 12:18:05 +01:00
sama5d3xmb.dtsi ARM: at91: dt: add device tree files for SAMA5D3 family 2013-03-26 12:18:05 +01:00
sama5d31ek.dts ARM: at91: dt: add device tree files for SAMA5D3 family 2013-03-26 12:18:05 +01:00
sama5d33ek.dts ARM: at91: dt: add device tree files for SAMA5D3 family 2013-03-26 12:18:05 +01:00
sama5d34ek.dts ARM: at91: dt: add device tree files for SAMA5D3 family 2013-03-26 12:18:05 +01:00
sama5d35ek.dts ARM: at91: dt: add device tree files for SAMA5D3 family 2013-03-26 12:18:05 +01:00
samsung_k3pe0e000b.dtsi ARM: dts: omap5-evm: LPDDR2 memory device details for EVM 2012-11-05 18:38:27 +01:00
sh73a0-kzm9g.dts Merge branch 'boards' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/boards 2013-01-29 09:02:47 -08:00
sh73a0-reference.dtsi ARM: mach-shmobile: sh73a0: Initialise MMCIF using DT 2013-01-25 12:43:49 +09:00
sh73a0.dtsi ARM: mach-shmobile: sh73a0: Add reg and device_type properties to cpus 2013-01-29 11:44:54 +09:00
sh7372-mackerel.dts Merge branch 'boards' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/boards 2013-01-29 09:02:47 -08:00
sh7372.dtsi
skeleton64.dtsi ARM: dts: Add a 64 bits version of the skeleton device tree 2013-04-11 18:09:15 +00:00
skeleton.dtsi
snowball.dts Non critical omap fixes for v3.10 merge window. A big chunk 2013-04-08 18:00:45 +02:00
socfpga_cyclone5.dts ARM: socfpga: Add clock entries into device tree 2013-04-14 20:17:59 -07:00
socfpga_vt.dts ARM: socfpga: Add clock entries into device tree 2013-04-14 20:17:59 -07:00
socfpga.dtsi ARM: socfpga: Add clock entries into device tree 2013-04-14 20:17:59 -07:00
spear3xx.dtsi ARM: SPEAr: DT: Update device nodes 2012-11-26 16:55:28 +05:30
spear13xx.dtsi Revert "ARM: SPEAr13xx: Pass DW DMAC platform data from DT" 2013-02-20 15:48:02 +05:30
spear300-evb.dts ARM: SPEAr: DT: add uart state to fix warning 2012-11-26 15:53:52 +05:30
spear300.dtsi MTD pull for 3.8 2012-12-19 12:47:41 -08:00
spear310-evb.dts ARM: SPEAr: DT: add uart state to fix warning 2012-11-26 15:53:52 +05:30
spear310.dtsi gpio: add gpio offset in gpio range cells property 2013-03-07 05:27:29 +01:00
spear320-evb.dts ARM: SPEAr: DT: add uart state to fix warning 2012-11-26 15:53:52 +05:30
spear320-hmi.dts ARM: SPEAr320: DT: Add SPEAr 320 HMI board support 2012-11-26 16:55:33 +05:30
spear320.dtsi gpio: add gpio offset in gpio range cells property 2013-03-07 05:27:29 +01:00
spear600-evb.dts ARM: SPEAr: DT: Update device nodes 2012-11-26 16:55:28 +05:30
spear600.dtsi MTD pull for 3.8 2012-12-19 12:47:41 -08:00
spear1310-evb.dts ARM: SPEAr: DT: Update device nodes 2012-11-26 16:55:28 +05:30
spear1310.dtsi gpio: add gpio offset in gpio range cells property 2013-03-07 05:27:29 +01:00
spear1340-evb.dts ARM: SPEAr: DT: Update device nodes 2012-11-26 16:55:28 +05:30
spear1340.dtsi gpio: add gpio offset in gpio range cells property 2013-03-07 05:27:29 +01:00
ste-nomadik-s8815.dts ARM: nomadik: migrate MMC/SD card support to device tree 2013-01-28 23:24:40 +01:00
ste-nomadik-stn8815.dtsi ARM: nomadik: add I2C devices to the device tree 2013-01-28 23:24:41 +01:00
stuib.dtsi ARM: ux500: Change IRQ from low-to-high edge triggered to high-to-low 2013-03-01 23:20:14 +01:00
sun4i-a10-cubieboard.dts ARM: sunxi: dt: Reorganize the dtsi 2013-04-08 21:54:55 +02:00
sun4i-a10-hackberry.dts ARM: sunxi: dt: Reorganize the dtsi 2013-04-08 21:54:55 +02:00
sun4i-a10-mini-xplus.dts ARM: sunxi: dt: Add support for the PineRiver Mini X-plus 2013-03-10 11:44:38 +01:00
sun4i-a10.dtsi ARM: sunxi: unify osc24M_fixed and osc24M 2013-04-15 10:24:54 +02:00
sun5i-a13-olinuxino.dts ARM: sunxi: dt: Reorganize the dtsi 2013-04-08 21:54:55 +02:00
sun5i-a13.dtsi ARM: sunxi: unify osc24M_fixed and osc24M 2013-04-15 10:24:54 +02:00
tegra20-colibri-512.dtsi ARM: tegra: add clock source of PMC to device trees 2013-04-03 14:29:56 -06:00
tegra20-harmony.dts ARM: tegra: add clock source of PMC to device trees 2013-04-03 14:29:56 -06:00
tegra20-iris-512.dts ARM: tegra: Add Toradex Iris carrier board DT with T20 512MB COM 2013-01-28 11:24:09 -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: tegra: add clock source of PMC to device trees 2013-04-03 14:29:56 -06:00
tegra20-plutux.dts ARM: tegra: plutux: Enable HDMI output 2012-11-16 09:17:08 -07:00
tegra20-seaboard.dts ARM: tegra: add clock source of PMC to device trees 2013-04-03 14:29:56 -06:00
tegra20-tamonten.dtsi ARM: tegra: add clock source of PMC to device trees 2013-04-03 14:29:56 -06:00
tegra20-tec.dts ARM: tegra: tec: Enable HDMI output 2012-11-16 09:17:09 -07:00
tegra20-trimslice.dts ARM: tegra: add clock source of PMC to device trees 2013-04-03 14:29:56 -06:00
tegra20-ventana.dts ARM: tegra: add clock source of PMC to device trees 2013-04-03 14:29:56 -06:00
tegra20-whistler.dts ARM: tegra: add clock source of PMC to device trees 2013-04-03 14:29:56 -06:00
tegra20.dtsi Merge branch 'tegra/soc' into next/drivers 2013-04-09 17:07:36 +02:00
tegra30-beaver.dts ARM: tegra: add clock source of PMC to device trees 2013-04-03 14:29:56 -06:00
tegra30-cardhu-a02.dts ARM: dt: t30 cardhu: set pinmux and power for wlan 2012-11-15 15:07:28 -07:00
tegra30-cardhu-a04.dts ARM: dt: t30 cardhu: set pinmux and power for wlan 2012-11-15 15:07:28 -07:00
tegra30-cardhu.dtsi ARM: tegra: add clock source of PMC to device trees 2013-04-03 14:29:56 -06:00
tegra30.dtsi Merge branch 'tegra/soc' into next/drivers 2013-04-09 17:07:36 +02:00
tegra114-dalmore.dts ARM: dt: Add references to tegra_car clocks 2013-04-04 17:17:13 -06:00
tegra114-pluto.dts ARM: dt: Add references to tegra_car clocks 2013-04-04 17:17:13 -06:00
tegra114.dtsi ARM: dt: Add references to tegra_car clocks 2013-04-04 17:17:13 -06:00
tny_a9g20.dts
tny_a9260_common.dtsi
tny_a9260.dts
tny_a9263.dts
tps6507x.dtsi ARM: regulator: add tps6507x device tree data 2013-04-03 09:44:51 +05:30
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 watchdog: twl4030_wdt: add DT support 2013-01-02 12:07:05 +01:00
twl6030.dtsi ARM: dts: Add twl6030-usb data 2012-10-29 16:56:29 +01:00
u9540.dts ARM: ux500: Enable all MMC devices on the u9540 when booting with DT 2012-11-20 16:10:46 +00: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: Remove motherboard dependencies in the DTS files 2012-11-05 17:09:52 +00:00
vexpress-v2m.dtsi ARM: vexpress: Remove motherboard dependencies in the DTS files 2012-11-05 17:09:52 +00:00
vexpress-v2p-ca5s.dts ARM: vexpress: Remove A9 PMU compatible values for non-A9 platforms 2013-04-11 03:01:03 -07:00
vexpress-v2p-ca9.dts ARM: vexpress: Remove motherboard dependencies in the DTS files 2012-11-05 17:09:52 +00:00
vexpress-v2p-ca15_a7.dts ARM: vexpress: Remove A9 PMU compatible values for non-A9 platforms 2013-04-11 03:01:03 -07:00
vexpress-v2p-ca15-tc1.dts ARM: vexpress: Remove A9 PMU compatible values for non-A9 platforms 2013-04-11 03:01:03 -07:00
vt8500-bv07.dts video: fb: vt8500: Convert framebuffer drivers to standardized binding 2013-04-04 13:07:34 +03:00
vt8500.dtsi ARM: arm-soc driver changes for 3.10 2013-05-04 12:31:18 -07:00
wm8505-ref.dts video: fb: vt8500: Convert framebuffer drivers to standardized binding 2013-04-04 13:07:34 +03:00
wm8505.dtsi ARM: arm-soc driver changes for 3.10 2013-05-04 12:31:18 -07:00
wm8650-mid.dts video: fb: vt8500: Convert framebuffer drivers to standardized binding 2013-04-04 13:07:34 +03:00
wm8650.dtsi ARM: arm-soc driver changes for 3.10 2013-05-04 12:31:18 -07:00
wm8850-w70v2.dts video: fb: vt8500: Convert framebuffer drivers to standardized binding 2013-04-04 13:07:34 +03:00
wm8850.dtsi ARM: arm-soc driver changes for 3.10 2013-05-04 12:31:18 -07:00
xenvm-4.2.dts arm: introduce a DTS for Xen unprivileged virtual machines 2012-09-24 16:40:52 +00:00
zynq-7000.dtsi ARM: arm-soc driver changes for 3.10 2013-05-04 12:31:18 -07:00
zynq-zc702.dts arm: zynq: Use standard timer binding 2013-04-04 09:09:08 +02:00