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

2012-08-18 Thread Tony Lindgren
* Peter Ujfalusi peter.ujfal...@ti.com [120817 07:03]: On 08/17/2012 04:14 PM, Jarkko Nikula wrote: On 08/17/2012 04:07 PM, Tony Lindgren wrote: * Peter Ujfalusi peter.ujfal...@ti.com [120816 06:41]: On OMAP2430 all McBSP ports have 128 word long buffer, enable the use of the FIFO for the

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 -

[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 dan.carpen...@oracle.com diff --git a/drivers/video/mb862xx/mb862xxfbdrv.c b/drivers/video/mb862xx/mb862xxfbdrv.c index 00ce1f3..57d940b 100644 --- a/drivers/video/mb862xx/mb862xxfbdrv.c +++

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 t...@atomide.com 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 ___

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 dan.carpen...@oracle.com wrote: Do a sanity check on these before using them as divisors. Signed-off-by: Dan Carpenter dan.carpen...@oracle.com Acked-by: Anatolij Gustschin ag...@denx.de diff --git a/drivers/video/mb862xx/mb862xxfbdrv.c

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 blo...@openwrt.org 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

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 plagn...@jcrosoft.com 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 = { +

Re: [PATCH 0/6] Integrator devicetree support

2012-08-18 Thread Linus Walleij
On Thu, Aug 16, 2012 at 3:44 PM, Arnd Bergmann a...@arndb.de 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