Re: [PATCH 1/2] arm/mx5: parse iomuxc pad configuratoin from device tree

2011-07-25 Thread Sascha Hauer
On Mon, Jul 25, 2011 at 11:07:46PM +0800, Shawn Guo wrote: > It adds function mxc_iomuxc_dt_init() to parse iomuxc pad configuration > from device tree. > > Signed-off-by: Shawn Guo > Cc: Grant Likely > Cc: Sascha Hauer > --- > .../devicetree/bindings/arm/fsl/iomuxc.txt | 47

Re: [PATCH 1/2] arm/mx5: parse iomuxc pad configuratoin from device tree

2011-07-25 Thread Sascha Hauer
On Mon, Jul 25, 2011 at 11:07:46PM +0800, Shawn Guo wrote: > It adds function mxc_iomuxc_dt_init() to parse iomuxc pad configuration > from device tree. > > Signed-off-by: Shawn Guo > Cc: Grant Likely > Cc: Sascha Hauer > --- > .../devicetree/bindings/arm/fsl/iomuxc.txt | 47

Re: [PATCH 1/2] arm/mx5: parse iomuxc pad configuratoin from device tree

2011-07-25 Thread Sascha Hauer
On Tue, Jul 26, 2011 at 10:43:55AM +0800, Shawn Guo wrote: > On Mon, Jul 25, 2011 at 02:46:30PM -0600, Grant Likely wrote: > > On Mon, Jul 25, 2011 at 11:07:46PM +0800, Shawn Guo wrote: > > > It adds function mxc_iomuxc_dt_init() to parse iomuxc pad configuration > > > Specifying string in dts, an

Re: [PATCH v2 2/4] powerpc, mpc52xx: add a4m072 board support

2011-07-25 Thread Heiko Schocher
Hello, Heiko Schocher wrote: > Signed-off-by: Heiko Schocher > cc: Grant Likely > cc: devicetree-disc...@ozlabs.org > cc: Wolfgang Denk > cc: Wolfram Sang > --- > For this patchseries following patch is needed: > > http://patchwork.ozlabs.org/patch/91919/ > > Grant? Do you have some comments

Re: [PATCH 1/2] arm/mx5: parse iomuxc pad configuratoin from device tree

2011-07-25 Thread Shawn Guo
On Mon, Jul 25, 2011 at 02:46:30PM -0600, Grant Likely wrote: > On Mon, Jul 25, 2011 at 11:07:46PM +0800, Shawn Guo wrote: > > It adds function mxc_iomuxc_dt_init() to parse iomuxc pad configuration > > from device tree. > > > > Signed-off-by: Shawn Guo > > Cc: Grant Likely > > Cc: Sascha Hauer

Re: [PATCH] net/smsc911x: add device tree probe support

2011-07-25 Thread Nicolas Pitre
On Tue, 26 Jul 2011, Shawn Guo wrote: > On Mon, Jul 25, 2011 at 09:16:40PM -0400, Nicolas Pitre wrote: > > On Tue, 26 Jul 2011, Shawn Guo wrote: > > > > > On Mon, Jul 25, 2011 at 03:37:23PM -0600, Grant Likely wrote: > > > > On Mon, Jul 25, 2011 at 05:44:00PM +0800, Shawn Guo wrote: > > > > > It

Re: [PATCH] net/smsc911x: add device tree probe support

2011-07-25 Thread Shawn Guo
On Mon, Jul 25, 2011 at 09:16:40PM -0400, Nicolas Pitre wrote: > On Tue, 26 Jul 2011, Shawn Guo wrote: > > > On Mon, Jul 25, 2011 at 03:37:23PM -0600, Grant Likely wrote: > > > On Mon, Jul 25, 2011 at 05:44:00PM +0800, Shawn Guo wrote: > > > > It adds device tree probe support for smsc911x driver.

Re: [PATCH] net/smsc911x: add device tree probe support

2011-07-25 Thread Nicolas Pitre
On Tue, 26 Jul 2011, Shawn Guo wrote: > On Mon, Jul 25, 2011 at 03:37:23PM -0600, Grant Likely wrote: > > On Mon, Jul 25, 2011 at 05:44:00PM +0800, Shawn Guo wrote: > > > It adds device tree probe support for smsc911x driver. > > > > > > Signed-off-by: Shawn Guo > > > Cc: Grant Likely > > > Cc:

Re: [PATCH] net/smsc911x: add device tree probe support

2011-07-25 Thread Shawn Guo
On Mon, Jul 25, 2011 at 03:37:23PM -0600, Grant Likely wrote: > On Mon, Jul 25, 2011 at 05:44:00PM +0800, Shawn Guo wrote: > > It adds device tree probe support for smsc911x driver. > > > > Signed-off-by: Shawn Guo > > Cc: Grant Likely > > Cc: Steve Glendinning > > Cc: David S. Miller > > ---

Re: [PATCH 1/3] vic: add device tree bindings

2011-07-25 Thread Jamie Iles
Hi Grant, On Mon, Jul 25, 2011 at 02:04:34PM -0600, Grant Likely wrote: > On Mon, Jul 25, 2011 at 05:09:58PM +0100, Jamie Iles wrote: [...] > > arch/arm/common/vic.c | 35 > > + > > arch/arm/include/asm/hardware/vic.h |5 +++ > > 3

Re: [PATCH 0/3] Add device tree based initialisation for VIC

2011-07-25 Thread Jamie Iles
On Mon, Jul 25, 2011 at 01:54:23PM -0600, Grant Likely wrote: > On Mon, Jul 25, 2011 at 05:09:57PM +0100, Jamie Iles wrote: > > This series aims to allow VIC devices to be probed from the device tree. > > Currently the only in-tree device tree enabled user of the VIC is versatile, > > but I'll shor

Re: [PATCH] net/smsc911x: add device tree probe support

2011-07-25 Thread Grant Likely
On Mon, Jul 25, 2011 at 05:44:00PM +0800, Shawn Guo wrote: > It adds device tree probe support for smsc911x driver. > > Signed-off-by: Shawn Guo > Cc: Grant Likely > Cc: Steve Glendinning > Cc: David S. Miller > --- > Documentation/devicetree/bindings/net/smsc.txt | 34 +++ > drivers/ne

Re: [PATCH] mtd/m25p80: add device tree probe support

2011-07-25 Thread Grant Likely
On Mon, Jul 25, 2011 at 09:37:43PM +0800, Shawn Guo wrote: > It adds device tree probe support for m25p80 driver. > > Signed-off-by: Shawn Guo > Cc: Grant Likely > Cc: Artem Bityutskiy Acked-by: Grant Likely > --- > Documentation/devicetree/bindings/mtd/st-m25p.txt | 14 ++ > d

Re: [PATCH 2/2] arm/mx5: add device tree support for imx53 boards

2011-07-25 Thread Grant Likely
On Mon, Jul 25, 2011 at 11:07:47PM +0800, Shawn Guo wrote: > It adds device tree support for imx53 boards. > > Signed-off-by: Shawn Guo > Cc: Grant Likely > Cc: Sascha Hauer > --- > .../devicetree/bindings/arm/fsl/boards.txt | 15 + > arch/arm/boot/dts/imx53-ard.dts

Re: [PATCH 1/2] arm/mx5: parse iomuxc pad configuratoin from device tree

2011-07-25 Thread Grant Likely
On Mon, Jul 25, 2011 at 11:07:46PM +0800, Shawn Guo wrote: > It adds function mxc_iomuxc_dt_init() to parse iomuxc pad configuration > from device tree. > > Signed-off-by: Shawn Guo > Cc: Grant Likely > Cc: Sascha Hauer > --- > .../devicetree/bindings/arm/fsl/iomuxc.txt | 47

[PATCH 2/2] arm/mx5: add device tree support for imx53 boards

2011-07-25 Thread Shawn Guo
It adds device tree support for imx53 boards. Signed-off-by: Shawn Guo Cc: Grant Likely Cc: Sascha Hauer --- .../devicetree/bindings/arm/fsl/boards.txt | 15 + arch/arm/boot/dts/imx53-ard.dts| 365 +++ arch/arm/boot/dts/imx53-evk.dts| 354

Re: [PATCH v2 0/3] Add device tree probe for imx-sdma driver

2011-07-25 Thread Vinod Koul
On Fri, 2011-07-22 at 11:54 +0800, Shawn Guo wrote: > Hi Vinod, > > Can I have your ack on this series, please? I attempt to get it > merged through Sascha's tree after his tree and devicetree/next get > merged in the coming window. > > Regards, > Shawn > > On Fri, Jul 15, 2011 at 05:44:23PM +0

Re: [PATCH] Various fixups from first bug reports

2011-07-25 Thread hermann
Am Samstag, den 23.07.2011, 16:33 +0200 schrieb Robin Gareus: > On 07/23/2011 04:19 PM, hermann wrote: > > Am Samstag, den 23.07.2011, 11:57 +0200 schrieb Robin Gareus: > >> Hello Herman, > >> > >> Are you using make-kpkg? You need to change the path to lguest > >> in /usr/share/kernel-package/rul

Re: [PATCH] Various fixups from first bug reports

2011-07-25 Thread Robin Gareus
On 07/23/2011 04:19 PM, hermann wrote: > Am Samstag, den 23.07.2011, 11:57 +0200 schrieb Robin Gareus: >> Hello Herman, >> >> Are you using make-kpkg? You need to change the path to lguest >> in /usr/share/kernel-package/ruleset/targets/doc.mk and two or three >> other files there as Rusty outline

Re: [PATCH] Various fixups from first bug reports

2011-07-25 Thread hermann
Am Samstag, den 23.07.2011, 11:57 +0200 schrieb Robin Gareus: > Hello Herman, > > Are you using make-kpkg? You need to change the path to lguest > in /usr/share/kernel-package/ruleset/targets/doc.mk and two or three > other files there as Rusty outlined. > > HTH, > robin Hi Robin Yes, using m

Re: [PATCH] Various fixups from first bug reports

2011-07-25 Thread Robin Gareus
On 07/23/2011 05:17 AM, hermann wrote: > Am Freitag, den 22.07.2011, 21:20 +0200 schrieb Uwe Kleine-König: >> I don't understand that and didn't try to reproduce. >> hermann, maybe you can follow up with your failing .config and try to >> reproduce on v3.0 (without rt)? >> >> Best regards >> Uwe

Re: [PATCH] Various fixups from first bug reports

2011-07-25 Thread hermann
Am Freitag, den 22.07.2011, 21:20 +0200 schrieb Uwe Kleine-König: > I don't understand that and didn't try to reproduce. > hermann, maybe you can follow up with your failing .config and try to > reproduce on v3.0 (without rt)? > > Best regards > Uwe well, it also didn't build from the 3.0 mainl

Re: [PATCH] Various fixups from first bug reports

2011-07-25 Thread Rusty Russell
On Fri, 22 Jul 2011 08:57:11 +0200, Uwe Kleine-König wrote: > Hello, > > (These two issues occured on 3.0-rc7-rt0, I think they apply to > mainline, too.) > > On Fri, Jul 22, 2011 at 07:43:34AM +0200, hermann wrote: > > well, I run into 2 ops, witch, I guess not related to the rt patch. > > >

Re: [PATCH] Various fixups from first bug reports

2011-07-25 Thread hermann
Am Freitag, den 22.07.2011, 08:57 +0200 schrieb Uwe Kleine-König: > > second was with CONFIG_LGUEST_GUEST enabled, module build stage 2 > failed > > with Documentation/lguest not found > Hmm, there is Documentation/virtual/lguest. Didn't find where > Documentation/lguest is used from a quick look.

Re: [PATCH 1/3] vic: add device tree bindings

2011-07-25 Thread Grant Likely
On Mon, Jul 25, 2011 at 05:09:58PM +0100, Jamie Iles wrote: > Allow the VIC to be used from device tree. This adds vic_of_init() that > finds all compatible controllers in the device tree creating irq domains > and initialising the VIC. > > We use of_iomap() for the IO mapping, but allow the entr

Re: [PATCH 0/3] Add device tree based initialisation for VIC

2011-07-25 Thread Grant Likely
On Mon, Jul 25, 2011 at 05:09:57PM +0100, Jamie Iles wrote: > This series aims to allow VIC devices to be probed from the device tree. > Currently the only in-tree device tree enabled user of the VIC is versatile, > but I'll shortly submit patches for picoxcell on device tree that uses 2 > VIC's. >

[PATCH 3/3] versatile: convert to common VIC DT probing

2011-07-25 Thread Jamie Iles
Use the common VIC probing code in the VIC driver to instantiate the VIC from the DT. Cc: devicetree-discuss@lists.ozlabs.org Cc: Russell King Signed-off-by: Jamie Iles --- arch/arm/mach-versatile/core.c |9 + 1 files changed, 1 insertions(+), 8 deletions(-) diff --git a/arch/arm/m

[PATCH 2/3] versatile dt: set the irq-start property for the vic

2011-07-25 Thread Jamie Iles
Set an irq-start property for the vic in versatile's dt so that we can convert the versatile platform to use common vic probing. Cc: devicetree-discuss@lists.ozlabs.org Cc: Russell King Signed-off-by: Jamie Iles --- arch/arm/boot/dts/versatile-ab.dts |1 + 1 files changed, 1 insertions(+),

[PATCH 1/3] vic: add device tree bindings

2011-07-25 Thread Jamie Iles
Allow the VIC to be used from device tree. This adds vic_of_init() that finds all compatible controllers in the device tree creating irq domains and initialising the VIC. We use of_iomap() for the IO mapping, but allow the entry functions in arch/arm/include/asm/entry-macro-vic2.S to be used, thi

[PATCH 0/3] Add device tree based initialisation for VIC

2011-07-25 Thread Jamie Iles
This series aims to allow VIC devices to be probed from the device tree. Currently the only in-tree device tree enabled user of the VIC is versatile, but I'll shortly submit patches for picoxcell on device tree that uses 2 VIC's. I've split this into 3 patches for bisectability, but this could be

Re: [PATCH v2 0/3] Add device tree probe for imx-sdma driver

2011-07-25 Thread Shawn Guo
On Mon, Jul 25, 2011 at 05:11:55PM +0530, Vinod Koul wrote: > On Fri, 2011-07-22 at 11:54 +0800, Shawn Guo wrote: > > Hi Vinod, > > > > Can I have your ack on this series, please? I attempt to get it > > merged through Sascha's tree after his tree and devicetree/next get > > merged in the coming

[PATCH 1/2] arm/mx5: parse iomuxc pad configuratoin from device tree

2011-07-25 Thread Shawn Guo
It adds function mxc_iomuxc_dt_init() to parse iomuxc pad configuration from device tree. Signed-off-by: Shawn Guo Cc: Grant Likely Cc: Sascha Hauer --- .../devicetree/bindings/arm/fsl/iomuxc.txt | 47 + arch/arm/mach-mx5/Makefile |2 + arch/ar

[PATCH 0/2] Add device tree support for i.mx53 boards

2011-07-25 Thread Shawn Guo
With all device drivers that the current i.mx53 board files are users of converted to be device tree aware, it may be the time to convert all the i.mx53 board support to device tree. The device tree based i.mx53 ARD, EVK, QSB (aka loco) and SMD now can work equivalently as the non-dt ones. Shawn

[PATCH] mtd/m25p80: add device tree probe support

2011-07-25 Thread Shawn Guo
It adds device tree probe support for m25p80 driver. Signed-off-by: Shawn Guo Cc: Grant Likely Cc: Artem Bityutskiy --- Documentation/devicetree/bindings/mtd/st-m25p.txt | 14 ++ drivers/mtd/devices/m25p80.c | 12 2 files changed, 26 insertions

[PATCH] net/smsc911x: add device tree probe support

2011-07-25 Thread Shawn Guo
It adds device tree probe support for smsc911x driver. Signed-off-by: Shawn Guo Cc: Grant Likely Cc: Steve Glendinning Cc: David S. Miller --- Documentation/devicetree/bindings/net/smsc.txt | 34 +++ drivers/net/smsc911x.c | 123 +++- 2 files