linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/21] ARM: ux500: pin control device tree migration
@ 2013-11-17 11:03 Linus Walleij
  2013-11-17 11:03 ` [PATCH 01/21] ARM: ux500: move UART pin control to the device tree Linus Walleij
                   ` (20 more replies)
  0 siblings, 21 replies; 22+ messages in thread
From: Linus Walleij @ 2013-11-17 11:03 UTC (permalink / raw)
  To: linux-arm-kernel

This patch series migrated all the pin control information
for the Nomadik pin controller as used on the various Ux500
boards from the board file and into the device tree.

After this only the ABx500 pin configuration remains in the
board file. (Will be addressed separately.)

This uses the existing device tree bindings. No new bindings
are added.

Linus Walleij (21):
  ARM: ux500: move UART pin control to the device tree
  ARM: ux500: move I2C pin control to the device tree
  ARM: ux500: move MMC/SD/SDIO pin control to the device tree
  ARM: ux500: move MSP pin control to the device tree
  ARM: ux500: move GPIO217/218 config to device tree
  ARM: ux500: move MUSB pin config to device tree
  ARM: ux500: move SPI pin config to device tree
  ARM: ux500: create MCDE node to collect resources
  ARM: ux500: move MCDE pin config to device tree
  ARM: ux500: move SKE pin config to device tree
  ARM: ux500: drop STM pinmap settings
  ARM: ux500: move old HREF ipgpio to the device tree
  ARM: ux500: move GPIO key configuration to device tree
  ARM: ux500: move the WLAN GPIO pin setup to the device tree
  ARM: ux500: move the HREFv60plus IPGPIO pins to device tree
  ARM: ux500: move final HREFv60 LCD pins to device tree
  ARM: ux500: move HREFv60plus pin configs to device tree
  ARM: ux500: move snowball ethernet config to device tree
  ARM: ux500: convert Snowball SPI pin reference
  ARM: ux500: move snowball LED pin control to device tree
  ARM: ux500: move snowball pin configs to device tree

 arch/arm/boot/dts/ste-dbx5x0.dtsi              |  17 +
 arch/arm/boot/dts/ste-href-family-pinctrl.dtsi | 745 +++++++++++++++++++++++
 arch/arm/boot/dts/ste-href-stuib.dtsi          |  41 ++
 arch/arm/boot/dts/ste-href-tvk1281618.dtsi     |  51 ++
 arch/arm/boot/dts/ste-href.dtsi                |  78 ++-
 arch/arm/boot/dts/ste-hrefprev60.dtsi          |  65 ++
 arch/arm/boot/dts/ste-hrefv60plus.dtsi         | 217 ++++++-
 arch/arm/boot/dts/ste-nomadik-pinctrl.dtsi     |  80 +++
 arch/arm/boot/dts/ste-snowball.dts             | 225 +++++++
 arch/arm/mach-ux500/board-mop500-pins.c        | 781 -------------------------
 10 files changed, 1503 insertions(+), 797 deletions(-)
 create mode 100644 arch/arm/boot/dts/ste-href-family-pinctrl.dtsi

-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2013-11-17 11:04 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-17 11:03 [PATCH 00/21] ARM: ux500: pin control device tree migration Linus Walleij
2013-11-17 11:03 ` [PATCH 01/21] ARM: ux500: move UART pin control to the device tree Linus Walleij
2013-11-17 11:03 ` [PATCH 02/21] ARM: ux500: move I2C " Linus Walleij
2013-11-17 11:03 ` [PATCH 03/21] ARM: ux500: move MMC/SD/SDIO " Linus Walleij
2013-11-17 11:03 ` [PATCH 04/21] ARM: ux500: move MSP " Linus Walleij
2013-11-17 11:03 ` [PATCH 05/21] ARM: ux500: move GPIO217/218 config to " Linus Walleij
2013-11-17 11:03 ` [PATCH 06/21] ARM: ux500: move MUSB pin " Linus Walleij
2013-11-17 11:03 ` [PATCH 07/21] ARM: ux500: move SPI " Linus Walleij
2013-11-17 11:03 ` [PATCH 08/21] ARM: ux500: create MCDE node to collect resources Linus Walleij
2013-11-17 11:03 ` [PATCH 09/21] ARM: ux500: move MCDE pin config to device tree Linus Walleij
2013-11-17 11:03 ` [PATCH 10/21] ARM: ux500: move SKE " Linus Walleij
2013-11-17 11:04 ` [PATCH 11/21] ARM: ux500: drop STM pinmap settings Linus Walleij
2013-11-17 11:04 ` [PATCH 12/21] ARM: ux500: move old HREF ipgpio to the device tree Linus Walleij
2013-11-17 11:04 ` [PATCH 13/21] ARM: ux500: move GPIO key configuration to " Linus Walleij
2013-11-17 11:04 ` [PATCH 14/21] ARM: ux500: move the WLAN GPIO pin setup to the " Linus Walleij
2013-11-17 11:04 ` [PATCH 15/21] ARM: ux500: move the HREFv60plus IPGPIO pins to " Linus Walleij
2013-11-17 11:04 ` [PATCH 16/21] ARM: ux500: move final HREFv60 LCD " Linus Walleij
2013-11-17 11:04 ` [PATCH 17/21] ARM: ux500: move HREFv60plus pin configs " Linus Walleij
2013-11-17 11:04 ` [PATCH 18/21] ARM: ux500: move snowball ethernet config " Linus Walleij
2013-11-17 11:04 ` [PATCH 19/21] ARM: ux500: convert Snowball SPI pin reference Linus Walleij
2013-11-17 11:04 ` [PATCH 20/21] ARM: ux500: move snowball LED pin control to device tree Linus Walleij
2013-11-17 11:04 ` [PATCH 21/21] ARM: ux500: move snowball pin configs " Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).