[PATCH] davinci: dm355: Fix uninitialized variable compiler warnings

2013-01-02 Thread Lad, Prabhakar
drivers/media/platform/davinci/dm355_ccdc.c:593:9: warning: ‘val1’ may be used uninitialized in this function [-Wuninitialized] drivers/media/platform/davinci/dm355_ccdc.c:560:6: note: ‘val1’ was declared here This is a false positive but the compiler has no way to know about it, so initialize

[PATCH] davinci: dm644x: fix enum ccdc_gama_width and enum ccdc_data_size comparision warning

2013-01-02 Thread Lad, Prabhakar
while the effect is harmless this patch fixes following build warning, drivers/media/platform/davinci/dm644x_ccdc.c: In function ‘validate_ccdc_param’: drivers/media/platform/davinci/dm644x_ccdc.c:233:32: warning: comparison between ‘enum ccdc_gama_width’ and ‘enum ccdc_data_size’

Are TI DM8168/DM8148 considered DaVinci processors ?

2013-01-02 Thread Kiril Maler
Hello everybody, best wishes for new 2013 :-) My question: are TI DM8168/DM8148 considered DaVinci processors ? 1. According to this page: yes http://e2e.ti.com/support/dsp/davinci_digital_media_processors/default.aspx 2. According to these pages: no

Are TI DM8168/DM8148 considered DaVinci processors ?

2013-01-02 Thread Jean-Batiste Théou
Hi Kiril and all, I wish you an happy new year too. I'm also interest about DM8168 support with the newest kernel. But I didn't find any reference about this chip on linux-davinci 's git changelog ... I am afraid that no work was done on the 3.x kernel branch. So, like you, I'm looking for the

Re: [PATCH] spi: davinci: use request_threaded_irq() to fix deadlock

2013-01-02 Thread Murali Karicheri
On 12/22/2012 05:08 AM, Grant Likely wrote: On Fri, 21 Dec 2012 15:13:26 -0500, Murali Karicherim-kariche...@ti.com wrote: With RT pre-empt patch applied to Linux kernel, the irq handler will be force converted to an irq thread. spi driver can get back to back messages from the slave device.

Re: Are TI DM8168/DM8148 considered DaVinci processors ?

2013-01-02 Thread Peter Korsgaard
JB == Jean-Batiste Théou jean-baptiste.th...@vodalys.com writes: JB Hi Kiril and all, JB I wish you an happy new year too. JB I'm also interest about DM8168 support with the newest kernel. But JB I didn't find any reference about this chip on linux-davinci 's git JB changelog ... I am

Re: [PATCH v6] ARM: mtd: nand: davinci: add OF support for davinci nand controller

2013-01-02 Thread Sergei Shtylyov
Hello. On 07/30/2012 11:22 AM, Heiko Schocher wrote: add OF support for the davinci nand controller. Signed-off-by: Heiko Schocher h...@denx.de Cc: davinci-linux-open-source@linux.davincidsp.com Cc: linux-arm-ker...@lists.infradead.org Cc: devicetree-disc...@lists.ozlabs.org Cc:

[PATCH] davinci_nand: fix compilation with CONFIG_OF=y

2013-01-02 Thread Sergei Shtylyov
Commit cdeadd712f52b16a9285386d61ee26fd14eb4085 (mtd: nand: davinci: add OF support for davinci nand controller) obviously has never been really build tested with CONFIG_OF=y. Now it prevents DaVinci family kernels from building: all due to stupidly missing semicolon after a structure

RE: Are TI DM8168/DM8148 considered DaVinci processors ?

2013-01-02 Thread Hebbar, Gururaja
On Wed, Jan 02, 2013 at 19:22:21, Kiril Maler wrote: Hello everybody, best wishes for new 2013 :-) My question: are TI DM8168/DM8148 considered DaVinci processors ? 1. According to this page: yes http://e2e.ti.com/support/dsp/davinci_digital_media_processors/default.aspx 2.

Re: [PATCH v6] ARM: mtd: nand: davinci: add OF support for davinci nand controller

2013-01-02 Thread Heiko Schocher
Hello Sergei, On 02.01.2013 20:43, Sergei Shtylyov wrote: Hello. On 07/30/2012 11:22 AM, Heiko Schocher wrote: add OF support for the davinci nand controller. Signed-off-by: Heiko Schocherh...@denx.de Cc: davinci-linux-open-source@linux.davincidsp.com Cc: