Re: [PATCH (V2)] TVP514x: Migration to sub-device framework

2009-06-14 Thread Hans Verkuil
On Wednesday 06 May 2009 20:31:33 hvaib...@ti.com wrote: From: Vaibhav Hiremath hvaib...@ti.com This patch converts TVP514x driver to sub-device framework from V4L2-int framework. NOTE: Please note that this patch has not been tested on any board, only compilation/build tested.

Re: [PATCH (V2)] TVP514x: Migration to sub-device framework

2009-06-14 Thread Hans Verkuil
On Sunday 14 June 2009 12:14:38 Hans Verkuil wrote: On Wednesday 06 May 2009 20:31:33 hvaib...@ti.com wrote: From: Vaibhav Hiremath hvaib...@ti.com This patch converts TVP514x driver to sub-device framework from V4L2-int framework. NOTE: Please note that this patch has not been

Did I miss any other patches or RFCs that need to be reviewed?

2009-06-14 Thread Hans Verkuil
Hi all, I think I've finally finished reviewing all the pending patches. Are there any that I've missed? Or are there other postings that need my attention? Please let me know, otherwise I assume that I'm (finally!) up to date. Regards, Hans -- Hans Verkuil - video4linux developer -

tcm825x.c: migrating to sub-device framework? (was: TVP514x: Migration to sub-device framework)

2009-06-14 Thread Hans Verkuil
On Sunday 14 June 2009 14:44:53 Hans Verkuil wrote: On Sunday 14 June 2009 12:14:38 Hans Verkuil wrote: On Wednesday 06 May 2009 20:31:33 hvaib...@ti.com wrote: From: Vaibhav Hiremath hvaib...@ti.com This patch converts TVP514x driver to sub-device framework from V4L2-int

Re: [PATCH (V2)] TVP514x: Migration to sub-device framework

2009-06-14 Thread David Brownell
On Sunday 14 June 2009, Hans Verkuil wrote: +#define dump_reg(sd, reg, val)   \   do {\ - val = tvp514x_read_reg(client, reg);\ - v4l_info(client, Reg(0x%.2X): 0x%.2X\n,

Re: [Linux-fbdev-devel] [PATCH 04/20] omapfb: Add support for the Amstrad Delta LCD

2009-06-14 Thread Krzysztof Helt
On Thu, 4 Jun 2009 20:52:29 +0300 Imre Deak imre.d...@nokia.com wrote: From: Jonathan McDowell nood...@earth.li This is an updated version of the LCD driver for the Amstrad Delta to take into account the recent changes to the omapfb infrastructure. The Delta features a 480x320 12 bit DSTN

Re: [Linux-fbdev-devel] [PATCH 05/20] omapfb: Add support for the 2430SDP LCD

2009-06-14 Thread Krzysztof Helt
On Thu, 4 Jun 2009 20:52:30 +0300 Imre Deak imre.d...@nokia.com wrote: From: Hunyue Yau h...@mvista.com Add glue to control the 2430SDP LCD as a frame buffer device using the existing dispc.c driver under omapfb. Signed-off-by: Hunyue Yau h...@mvista.com Signed-off-by: Kevin Hilman

Re: [Linux-fbdev-devel] [PATCH 06/20] omapfb: Add support for the OMAP2EVM LCD

2009-06-14 Thread Krzysztof Helt
On Thu, 4 Jun 2009 20:52:31 +0300 Imre Deak imre.d...@nokia.com wrote: From: arun c arun.edar...@gmail.com omap2evm LCD supports VGA and QVGA resolution, by default its in VGA mode. Signed-off-by: Arun C arunedar...@mistralsolutions.com Signed-off-by: Tony Lindgren t...@atomide.com

Re: [Linux-fbdev-devel] [PATCH 07/20] omapfb: Add support for the 3430SDP LCD

2009-06-14 Thread Krzysztof Helt
On Thu, 4 Jun 2009 20:52:32 +0300 Imre Deak imre.d...@nokia.com wrote: From: Kevin Hilman khil...@mvista.com The 3430SDP uses the same panel as the 2430SDP. The main difference are in the GPIO lines used for panel enable and backlight, and the VAUX register/commands sent to the TWL4030

Re: [Linux-fbdev-devel] [PATCH 08/20] omapfb: Add support for the OMAP3 EVM LCD

2009-06-14 Thread Krzysztof Helt
On Thu, 4 Jun 2009 20:52:33 +0300 Imre Deak imre.d...@nokia.com wrote: From: Steve Sakoman st...@sakoman.com Add LCD support for OMAP3 EVM Backlight support by Arun C arunedar...@mistralsolutions.com Signed-off-by: Steve Sakoman st...@sakoman.com Acked-by: Syed Mohammed Khasim

Re: [Linux-fbdev-devel] [PATCH 09/20] omapfb: Add support for the OMAP3 Beagle DVI output

2009-06-14 Thread Krzysztof Helt
On Thu, 4 Jun 2009 20:52:34 +0300 Imre Deak imre.d...@nokia.com wrote: From: Koen Kooi k...@openembedded.org The default resolution is 1024x...@24bit This version addresses the comments from Felipe Balbi adn Arun Edarath Signed-off-by: Koen Kooi k...@openembedded.org Signed-off-by:

Re: [Linux-fbdev-devel] [PATCH 10/20] omapfb: Add support for the Gumstix Overo LCD

2009-06-14 Thread Krzysztof Helt
On Thu, 4 Jun 2009 20:52:35 +0300 Imre Deak imre.d...@nokia.com wrote: From: Steve Sakoman st...@sakoman.com Signed-off-by: Steve Sakoman st...@sakoman.com Signed-off-by: Tony Lindgren t...@atomide.com Signed-off-by: Imre Deak imre.d...@nokia.com --- drivers/video/omap/Kconfig |

Re: [Linux-fbdev-devel] [PATCH 12/20] omapfb: Add support for rotation on the Blizzard LCD ctrl

2009-06-14 Thread Krzysztof Helt
On Thu, 4 Jun 2009 20:52:37 +0300 Imre Deak imre.d...@nokia.com wrote: From: Rodrigo Vivi rodrigo.v...@openbossa.org The LCD controller (EPSON S1D13744) supports rotation (0, 90, 180 and 270 degrees) on hardware just setting the bits 0 and 1 of 0x28 register (LCD Panel Configuration

Re: [Linux-fbdev-devel] [PATCH 13/20] omapfb: dispc: Various typo fixes

2009-06-14 Thread Krzysztof Helt
On Thu, 4 Jun 2009 20:52:38 +0300 Imre Deak imre.d...@nokia.com wrote: - value and register offset was swapped in a dispc write - DISPC_CONTROL register was used instead of DISPC_SYSCONFIG - FIFO size bit field had incorrect length for OMAP3 Signed-off-by: Tony Lindgren t...@atomide.com

Re: [Linux-fbdev-devel] [PATCH 14/20] omapfb: dispc: Disable iface clocks along with func clocks

2009-06-14 Thread Krzysztof Helt
On Thu, 4 Jun 2009 20:52:39 +0300 Imre Deak imre.d...@nokia.com wrote: From: Jouni Hogander jouni.hogan...@nokia.com Leaving interface clocks enabled causes dss pwrdm to stay in active state when mpu is in active state. This fix puts dss to sleep state when it is not needed. Earlier

Re: [Linux-fbdev-devel] [PATCH 15/20] omapfb: dispc: Enable wake up capability

2009-06-14 Thread Krzysztof Helt
On Thu, 4 Jun 2009 20:52:40 +0300 Imre Deak imre.d...@nokia.com wrote: From: Jouni Hogander jouni.hogan...@nokia.com Without wakeup enable omap doesn't wake up on dispc interrupts. This causes problems in a case where mpu is in sleep state and dispc interrupt fires. Signed-off-by: Jouni

Re: [Linux-fbdev-devel] [PATCH 16/20] omapfb: dispc: Allow multiple external IRQ handlers

2009-06-14 Thread Krzysztof Helt
On Thu, 4 Jun 2009 20:52:41 +0300 Imre Deak imre.d...@nokia.com wrote: From: Daniel Stone daniel.st...@nokia.com Previously, the only external (to dispc.c) IRQ handler was RFBI's frame done handler. dispc's IRQ framework was very dumb: you could only have one handler, and the semantics of

Re: [Linux-fbdev-devel] [PATCH 17/20] omapfb: suspend/resume only if FB device is already initialized

2009-06-14 Thread Krzysztof Helt
On Thu, 4 Jun 2009 20:52:42 +0300 Imre Deak imre.d...@nokia.com wrote: From: Jouni Högander jouni.hogan...@nokia.com Check wether fbdev is NULL in suspend / resume functions. Fbdev is NULL, if there is no lcd or it is not enabled in configuration. Signed-off-by: Jouni Högander

Re: [Linux-fbdev-devel] [PATCH 18/20] omapfb: Fix coding style / remove dead line

2009-06-14 Thread Krzysztof Helt
On Thu, 4 Jun 2009 20:52:43 +0300 Imre Deak imre.d...@nokia.com wrote: From: arun c arunedar...@mistralsolutions.com - use __iomem type attribute where appropriate - expand (a ? : b) to (a ? a : b) As suggested by Russell King li...@arm.linux.org.uk - remove a dead line from

Re: [Linux-fbdev-devel] [PATCH 19/20] omapfb: Add FB manual update option to Kconfig

2009-06-14 Thread Krzysztof Helt
On Thu, 4 Jun 2009 20:52:44 +0300 Imre Deak imre.d...@nokia.com wrote: Also move the controller specific options up in the menu, to a more logical spot. Signed-off-by: Imre Deak imre.d...@nokia.com --- drivers/video/omap/Kconfig | 49 ++- 1

Re: [PATCH 20/20] omapfb: HWA742: fix pointer to be const

2009-06-14 Thread Krzysztof Helt
On Thu, 4 Jun 2009 20:52:45 +0300 Imre Deak imre.d...@nokia.com wrote: Fixes the following: warning: assignment discards qualifiers from pointer target type CC: linux-arm-ker...@lists.arm.linux.org.uk Signed-off-by: Imre Deak imre.d...@nokia.com --- drivers/video/omap/hwa742.c |2 +-

Re: [PATCH 11/20] omapfb: Add support for the ZOOM MDK LCD

2009-06-14 Thread Krzysztof Helt
On Thu, 4 Jun 2009 20:52:36 +0300 Imre Deak imre.d...@nokia.com wrote: From: Stanley.Miao stanley.m...@windriver.com Add glue to control the OMAP_LDP LCD as a frame buffer device using the existing dispc.c driver under omapfb. Patch updated for mainline kernel. Note that the

Re: [Linux-fbdev-devel] [PATCH 02/20] omapfb: Add support for MIPI-DCS compatible LCDs

2009-06-14 Thread Krzysztof Helt
On Tue, 9 Jun 2009 14:15:22 +0300 Imre Deak imre.d...@nokia.com wrote: Hi, On Mon, Jun 08, 2009 at 12:43:24AM +0200, ext Krzysztof Helt wrote: On Thu, 4 Jun 2009 20:52:27 +0300 Imre Deak imre.d...@nokia.com wrote: [...] + +#define to_mipid_device(p) container_of(p,