[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 shawn@linaro.org Cc: Grant Likely grant.lik...@secretlab.ca Cc: Steve Glendinning steve.glendinn...@smsc.com Cc: David S. Miller da...@davemloft.net --- Documentation/devicetree/bindings/net/smsc.txt | 34

[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 shawn@linaro.org Cc: Grant Likely grant.lik...@secretlab.ca Cc: Artem Bityutskiy artem.bityuts...@intel.com --- Documentation/devicetree/bindings/mtd/st-m25p.txt | 14 ++ drivers/mtd/devices/m25p80.c

[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 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 shawn@linaro.org Cc: Grant Likely grant.lik...@secretlab.ca Cc: Sascha Hauer s.ha...@pengutronix.de --- .../devicetree/bindings/arm/fsl/iomuxc.txt | 47 +

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 window.

[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

[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,

[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 li...@arm.linux.org.uk Signed-off-by: Jamie Iles ja...@jamieiles.com --- arch/arm/boot/dts/versatile-ab.dts |

[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 li...@arm.linux.org.uk Signed-off-by: Jamie Iles ja...@jamieiles.com --- arch/arm/mach-versatile/core.c |9 + 1 files changed, 1

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.

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 entry

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 u.kleine-koe...@pengutronix.de 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

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. Rusty?

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 mainline

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 well, it

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

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 outlined. HTH,

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

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

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 shawn@linaro.org Cc: Grant Likely grant.lik...@secretlab.ca Cc: Sascha Hauer s.ha...@pengutronix.de ---

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 shawn@linaro.org Cc: Grant Likely grant.lik...@secretlab.ca Cc: Sascha Hauer s.ha...@pengutronix.de --- .../devicetree/bindings/arm/fsl/boards.txt

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 shawn@linaro.org Cc: Grant Likely grant.lik...@secretlab.ca Cc: Artem Bityutskiy artem.bityuts...@intel.com Acked-by: Grant Likely

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 shawn@linaro.org Cc: Grant Likely grant.lik...@secretlab.ca Cc: Steve Glendinning steve.glendinn...@smsc.com Cc: David S. Miller da...@davemloft.net

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 shortly

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 files

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 shawn@linaro.org Cc: Grant Likely grant.lik...@secretlab.ca Cc: Steve Glendinning

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 shawn@linaro.org Cc: Grant Likely

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

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 shawn@linaro.org Cc: Grant Likely

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 h...@denx.de cc: Grant Likely grant.lik...@secretlab.ca cc: devicetree-disc...@ozlabs.org cc: Wolfgang Denk w...@denx.de cc: Wolfram Sang w.s...@pengutronix.de --- For this patchseries following patch is needed: