[RFC PATCH 0/2] Kirkwood 98dx4122 pinctrl variant
From: andrew@lunn.ch (Andrew Lunn)
Date: 2012-11-07 17:36:59
On Wed, Nov 07, 2012 at 05:13:10PM +0100, Valentin Longchamp wrote:
These two patches add a pinctrl variant for the kirkwood embedded in the 98dx4122 SoC. Although it is based on a 6281 kirkwood, a lot of pins and functionalities are absent ant that's why a new variant is needed. These two patches are based on Andrew's v2 pinctrl branch: git://github.com/lunn/linux.git v3.7-rc2-pinctrl-v2 Valentin Longchamp (2): ARM: support 98DX412x kirkwoods with pinctrl ARM: convert the km_kirkwood board to pinctrl .../bindings/pinctrl/marvell,kirkwood-pinctrl.txt | 39 ++ arch/arm/boot/dts/kirkwood-98dx4122.dtsi | 31 ++ arch/arm/boot/dts/kirkwood-km_kirkwood.dts | 17 + arch/arm/mach-kirkwood/board-km_kirkwood.c | 11 - drivers/pinctrl/mvebu/pinctrl-kirkwood.c | 568 ++++++++++---------- 5 files changed, 377 insertions(+), 289 deletions(-) create mode 100644 arch/arm/boot/dts/kirkwood-98dx4122.dtsi
Hi Valentin Thanks for doing this. It looks great. I will pull them into my pinctrl tree and if nobody makes any comments see about passing them up to Jason. Thanks Andrew