[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 --- 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-lschlv2.dts |

Re: [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 > --- > > This patch is based on Andrew Lunn's kirkwood devicetree branch at: > git://github.com/lunn/linux.git v3.5-rc7-qnap-dt >

[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 --- 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 arch/arm

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 > +

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 > --- > .../devicetree/bindings/arm/mrvl/intc.txt | 20 > ++ arch/arm/boot/dts/kirkwood.dtsi| > 9 arch/arm/mach-kirkwood/board-dt.c | 22

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 > > --- > > > > .../devicetree/bindings/spi/spi-orion.txt |5 + &

[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 --- arch/arm/boot/dts/kirkwood-dreamplug.dts | 28 + arch/arm/mach-kirkwood/board-dreamplug.c | 40 -- 2 files changed, 28 insertions(+), 40 deletions

[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 --- arch/arm/boot/dts/kirkwood.dtsi |9 + arch/arm/mach-kirkwood/board-dt.c |8 +++- 2 files changed, 16 insertions(+), 1 deletions

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

2012-06-03 Thread Michael Walle
Signed-off-by: Michael Walle --- .../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-orion.txt diff

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>; > > >

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 > > > &g

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 > --- > > C

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 > --- > > Changes since v1: > > - removed unnecessary of_*() code from _pro

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 > --- > arch/arm/boot/dts/kirkwood.dtsi |6 ++ > arch/arm/mach-kirk