Re: [PATCH 0/6] Integrator devicetree support

2012-08-18 Thread Linus Walleij
On Thu, Aug 16, 2012 at 3:44 PM, Arnd Bergmann wrote: > On Thursday 16 August 2012, Linus Walleij wrote: >> This patch set moves all the non-DT platform code into >> #ifndef CONFIG_OF sections for clarity. The plan is to >> delete them after deprecation. > > I'm fine with your playing around with

Re: [PATCH 5/6] ARM: integrator: convert AMBA devices to device tree

2012-08-18 Thread Linus Walleij
On Thu, Aug 16, 2012 at 2:40 PM, Jean-Christophe PLAGNIOL-VILLARD wrote: > On 14:16 Thu 16 Aug , Linus Walleij wrote: >> +/* For the Device Tree, add in the UART callbacks as AUXDATA */ >> +static struct of_dev_auxdata ap_auxdata_lookup[] __initdata = { >> + OF_DEV_AUXDATA("arm,primecell",

Re: [PATCH 3/6] OF: pinctrl: MIPS: lantiq: adds support for FALCON SoC

2012-08-18 Thread Linus Walleij
On Wed, Aug 15, 2012 at 10:14 PM, John Crispin wrote: > Is it ok if i have these pinctrl patches go upstream via the MIPS tree ? Yes, go ahead. Yours, Linus Walleij ___ devicetree-discuss mailing list devicetree-discuss@lists.ozlabs.org https://lists.

Re: [patch] video: mb862xxfb: prevent divide by zero bug

2012-08-18 Thread Anatolij Gustschin
On Sat, 18 Aug 2012 18:55:41 +0300 Dan Carpenter wrote: > Do a sanity check on these before using them as divisors. > > Signed-off-by: Dan Carpenter Acked-by: Anatolij Gustschin > diff --git a/drivers/video/mb862xx/mb862xxfbdrv.c > b/drivers/video/mb862xx/mb862xxfbdrv.c > index 00ce1f3..57d

Re: [PATCH v3 2/9] ARM: OMAP: mcbsp: Enable FIFO use for OMAP2430

2012-08-18 Thread Ujfalusi, Peter
Hi Tony, On Sat, Aug 18, 2012 at 8:08 AM, Tony Lindgren wrote: > Thanks, is this patch still correct so it does not try to enable FIFO > for 2420? Yes it only enables the FIFO for 2430, 2420 is not affected. -- Péter ___ devicetree-discuss mailing li

[patch] video: mb862xxfb: prevent divide by zero bug

2012-08-18 Thread Dan Carpenter
Do a sanity check on these before using them as divisors. Signed-off-by: Dan Carpenter diff --git a/drivers/video/mb862xx/mb862xxfbdrv.c b/drivers/video/mb862xx/mb862xxfbdrv.c index 00ce1f3..57d940b 100644 --- a/drivers/video/mb862xx/mb862xxfbdrv.c +++ b/drivers/video/mb862xx/mb862xxfbdrv.c @@

Re: dynamic device tree char driver

2012-08-18 Thread Rob Herring
On 08/16/2012 02:43 PM, Alan Tull wrote: > > Hello, > > I'm Alan Tull, interested in dynamic features of device trees. Hey Alan. How are you doing? > The following patch adds a char driver to add or remove device tree > nodes dynamically. Its ioctl passes a struct with: > - size of the blob >