Re: [PATCH 3/4] ARM: kirkwood: convert rtc-mv to fdt.

2012-03-06 Thread Michael Walle
Am Donnerstag 01 März 2012, 19:20:54 schrieb Jason Cooper: The comment at mach-kirkwood/common.c:469, says this device is in every kirkwood board. So, it is placed in kirkwood.dtsi. Signed-off-by: Jason Cooper ja...@lakedaemon.net --- arch/arm/boot/dts/kirkwood.dtsi |6 ++

Re: [PATCH 4/5 v2] ARM: kirkwood: convert rtc-mv to fdt.

2012-03-06 Thread Michael Walle
Am Freitag 02 März 2012, 18:50:21 schrieb Jason Cooper: The comment at mach-kirkwood/common.c:469, says this device is in every kirkwood board. So, it is placed in kirkwood.dtsi. Signed-off-by: Jason Cooper ja...@lakedaemon.net --- Changes since v1: - removed unnecessary of_*()

Re: [PATCH 1/5 v2] ARM: kirkwood: covert orion-spi to fdt.

2012-03-06 Thread Michael Walle
Am Freitag 02 März 2012, 18:50:18 schrieb Jason Cooper: On the Globalscale Dreamplug (Marvell Kirkwood Development Platform), 2MB of NOR flash are used to hold the bootloader, bootloader environment, and devicetree blob. It is connected via spi. Signed-off-by: Jason Cooper

Re: [PATCH 3/4] ARM: kirkwood: convert rtc-mv to fdt.

2012-03-06 Thread Michael Walle
Am Sonntag 04 März 2012, 23:27:10 schrieb Jason: On Sun, Mar 04, 2012 at 04:48:17PM +, Arnd Bergmann wrote: On Sunday 04 March 2012, Michael Walle wrote: in my older patch series i flagged all converted devices with two compatibility names. Eg: { .compatible = marvell

Re: [PATCH 06/14] ARM: kirkwood: convert uart0 to devicetree.

2012-03-07 Thread Michael Walle
Am Mittwoch 07 März 2012, 20:27:23 schrieb Jason: On Wed, Mar 07, 2012 at 06:31:31PM +, Arnd Bergmann wrote: On Wednesday 07 March 2012, Jason Cooper wrote: + serial@f1012000 { + compatible = ns16550a; + reg = 0xf1012000 0xff; +

[PATCH 1/3] spi-orion: add device tree binding

2012-06-03 Thread Michael Walle
Signed-off-by: Michael Walle mich...@walle.cc --- .../devicetree/bindings/spi/spi-orion.txt |5 + drivers/spi/spi-orion.c| 11 +++ 2 files changed, 16 insertions(+), 0 deletions(-) create mode 100644 Documentation/devicetree/bindings/spi/spi

[PATCH 2/3] ARM: kirkwood: use devicetree for orion-spi

2012-06-03 Thread Michael Walle
Populate the devices with auxdata to set the device names which are used by clkdev to lookup the clocks. Signed-off-by: Michael Walle mich...@walle.cc --- arch/arm/boot/dts/kirkwood.dtsi |9 + arch/arm/mach-kirkwood/board-dt.c |8 +++- 2 files changed, 16 insertions(+), 1

[PATCH 3/3] ARM: kirkwood: use devicetree for SPI on dreamplug

2012-06-03 Thread Michael Walle
Use the device tree for the SPI driver and partition layout. Signed-off-by: Michael Walle mich...@walle.cc --- arch/arm/boot/dts/kirkwood-dreamplug.dts | 28 + arch/arm/mach-kirkwood/board-dreamplug.c | 40 -- 2 files changed, 28 insertions

Re: [PATCH 1/3] spi-orion: add device tree binding

2012-06-03 Thread Michael Walle
Hi Jason, Am Sonntag 03 Juni 2012, 23:01:23 schrieb Jason Cooper: On Sun, Jun 03, 2012 at 10:17:56PM +0200, Michael Walle wrote: Signed-off-by: Michael Walle mich...@walle.cc --- .../devicetree/bindings/spi/spi-orion.txt |5 + drivers/spi/spi-orion.c

Re: [PATCH 1/9] ARM: Kirkwood: Add interrupt controller support for DT boards

2012-06-10 Thread Michael Walle
Am Sonntag 10 Juni 2012, 12:31:53 schrieb Andrew Lunn: Signed-off-by: Andrew Lunn and...@lunn.ch --- .../devicetree/bindings/arm/mrvl/intc.txt | 20 ++ arch/arm/boot/dts/kirkwood.dtsi| 9 arch/arm/mach-kirkwood/board-dt.c

Re: [PATCH 9/9] Kirkwood: Add basic device tree support for QNAP TS219.

2012-06-10 Thread Michael Walle
Am Sonntag 10 Juni 2012, 12:32:01 schrieb Andrew Lunn: [..] +config MACH_TS219_DT + bool Device Tree for QNAP TS-110, TS-119, TS-119P+, TS-210, TS-219, TS-219P and TS-219P+ Turbo NAS + select ARCH_KIRKWOOD_DT + select ARM_APPENDED_DTB + select ARM_ATAG_DTB_COMPAT + help

[PATCH v2] ARM: kirkwood: Add LS-XHL and LS-CHLv2 support

2012-07-16 Thread Michael Walle
Add support for Buffalo Linkstation LS-XHL and LS-CHLv2 using the device tree where possible. Signed-off-by: Michael Walle mich...@walle.cc --- This patch is based on Andrew Lunn's kirkwood devicetree branch at: git://github.com/lunn/linux.git v3.5-rc7-qnap-dt Changes: v2: - fixed keycodes

[PATCH] ARM: kirkwood: Add LS-XHL and LS-CHLv2 support

2012-07-16 Thread Michael Walle
Add support for Buffalo Linkstation LS-XHL and LS-CHLv2 using the device tree where possible. Signed-off-by: Michael Walle mich...@walle.cc --- This patch is based on Andrew Lunn's kirkwood devicetree branch at: git://github.com/lunn/linux.git v3.5-rc7-qnap-dt arch/arm/boot/dts/kirkwood