RE: TWL4030 keypad timeout interrupt

2008-05-13 Thread Girish
> > >On Tue, 13 May 2008 16:54:17 +0300, Felipe Balbi ><[EMAIL PROTECTED]> >wrote: >> Hi all, >> >> I noted whenever we release a key in omap-twl4030.c driver it >> generates two interrupts: one for release event and one for >a timeout event. >> >> Is that expected or is that a bug somewhere

Re: [PATCH 2/3] N810: Don't export camera orientation

2008-05-13 Thread Felipe Balbi
On Tue, 13 May 2008 19:04:22 +0300, Sakari Ailus <[EMAIL PROTECTED]> wrote: > On Nokia N810 the camera module is mounted upside down. This affects > the mirroring controls. This patch inverts the controls for N810. > > Signed-off-by: Sakari Ailus <[EMAIL PROTECTED]> > --- > arch/arm/mach-omap2/

Re: [PATCH 1/3] TCM825x: Include invertation of image mirroring in configuration

2008-05-13 Thread Felipe Balbi
On Tue, 13 May 2008 19:04:21 +0300, Sakari Ailus <[EMAIL PROTECTED]> wrote: > Add invertation of image mirroring register bits to default > configuration. > > This is useful when the camera module is e.g. mounted upside down. > > Signed-off-by: Sakari Ailus <[EMAIL PROTECTED]> > --- > drivers/

Re: Recent OMAP git broken on Beagle

2008-05-13 Thread Paul Walmsley
On Tue, 13 May 2008, Dirk Behme wrote: > If you like, I can recheck again. But would be better if anybody else could > confirm this, just in case I missed anything. Hint, hint ;) I would love to help, but, no Beagle here :-( > In a private mail I got: > > -- cut -- > To add another data point:

Re: Recent OMAP git broken on Beagle

2008-05-13 Thread Dirk Behme
Paul Walmsley wrote: Hello Dirk, On Sat, 10 May 2008, Dirk Behme wrote: -- cut -- git bisect bad 757f0b4ad6b0fd4377c2ee512fc595b5778aa3ac is first bad commit commit 757f0b4ad6b0fd4377c2ee512fc595b5778aa3ac Author: Paul Walmsley <[EMAIL PROTECTED]> Date: Fri May 9 14:45:24 2008 -0700

[PATCH 3/3] N800: Select tcm825x only if wanted

2008-05-13 Thread Sakari Ailus
Don't enable automatically TCM825x on N800 unless VIDEO_HELPER_CHIPS_AUTO is selected. Signed-off-by: Sakari Ailus <[EMAIL PROTECTED]> --- arch/arm/mach-omap2/Kconfig |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfi

[PATCH 1/3] TCM825x: Include invertation of image mirroring in configuration

2008-05-13 Thread Sakari Ailus
Add invertation of image mirroring register bits to default configuration. This is useful when the camera module is e.g. mounted upside down. Signed-off-by: Sakari Ailus <[EMAIL PROTECTED]> --- drivers/media/video/tcm825x.c |6 ++ drivers/media/video/tcm825x.h |1 + 2 files changed,

[PATCH 2/3] N810: Don't export camera orientation

2008-05-13 Thread Sakari Ailus
On Nokia N810 the camera module is mounted upside down. This affects the mirroring controls. This patch inverts the controls for N810. Signed-off-by: Sakari Ailus <[EMAIL PROTECTED]> --- arch/arm/mach-omap2/board-n800-camera.c | 65 +++--- 1 files changed, 58 insertions(

Re: TWL4030 keypad timeout interrupt

2008-05-13 Thread Felipe Balbi
On Tue, 13 May 2008 16:54:17 +0300, Felipe Balbi <[EMAIL PROTECTED]> wrote: > Hi all, > > I noted whenever we release a key in omap-twl4030.c driver it generates > two interrupts: one for release event and one for a timeout event. > > Is that expected or is that a bug somewhere in the driver ?

[PATCH] I2C: TWL4030: Give a name to twl4030 irq_chip

2008-05-13 Thread Felipe Balbi
Small cleanup to beautify /proc/interrupts. Signed-off-by: Felipe Balbi <[EMAIL PROTECTED]> --- drivers/i2c/chips/twl4030-core.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/i2c/chips/twl4030-core.c b/drivers/i2c/chips/twl4030-core.c index b8ee8e1..8822653 1006

TWL4030 keypad timeout interrupt

2008-05-13 Thread Felipe Balbi
Hi all, I noted whenever we release a key in omap-twl4030.c driver it generates two interrupts: one for release event and one for a timeout event. Is that expected or is that a bug somewhere in the driver ? It's easily noted by cat /proc/interrupts ;-) -- - Balbi -- To unsubscribe from

[RFC PATCH 3/5] USB: MUSB: Do not turn vbus on immediately

2008-05-13 Thread Felipe Balbi
From: ext Felipe Balbi <[EMAIL PROTECTED]> Wait for user interaction to turn vbus on. On end user products, this behavior could be masked under some application with permission to write to /sys/devices/platform/musb_hdrc/session. Signed-off-by: Felipe Balbi <[EMAIL PROTECTED]> --- drivers/usb/mu

[RFC PATCH 2/5] USB: MUSB: Change srp sysfs entry to session

2008-05-13 Thread Felipe Balbi
From: ext Felipe Balbi <[EMAIL PROTECTED]> The name session is more generic as this interface could be used also by host side to turn vbus on. Signed-off-by: Felipe Balbi <[EMAIL PROTECTED]> --- drivers/usb/musb/musb_core.c | 42 +- 1 files changed, 21 i

[RFC PATCH 1/5] USB: MUSB: Switch to a_idle when micro/mini-a cable is attached

2008-05-13 Thread Felipe Balbi
From: ext Felipe Balbi <[EMAIL PROTECTED]> This is mostly cosmetic but can help us in the future making musb driver not insertion-based. I mean, whenever we attach micro-/mini-A connector to musb-based devices, we instantaneously turn vbus on where we should wait until we need to use the bus. Si

[RFC PATCH 0/5] musb changes

2008-05-13 Thread Felipe Balbi
The following patches let musb keep vbus off as much as we can. Still under development but I'd like to get comments from people who have been working on usb lately. My current TODO would be turn off vbus as soon as we "eject" device (in case of mass storage devices) and port the same behavior to

[RFC PATCH 5/5] USB: MUSB: We already know the default timeout

2008-05-13 Thread Felipe Balbi
From: ext Felipe Balbi <[EMAIL PROTECTED]> Default idle timeout is set on platform_init, not need to report it anymore. Signed-off-by: Felipe Balbi <[EMAIL PROTECTED]> --- drivers/usb/musb/musb_core.c | 30 ++ 1 files changed, 2 insertions(+), 28 deletions(-) diff

[RFC PATCH 4/5] USB: MUSB: Always allow musb to idle

2008-05-13 Thread Felipe Balbi
From: ext Felipe Balbi <[EMAIL PROTECTED]> We can conserve more power if we always let it idle when there's nothing using the bus. Signed-off-by: Felipe Balbi <[EMAIL PROTECTED]> --- drivers/usb/musb/omap2430.c | 28 drivers/usb/musb/tusb6010.c | 31 +++--

[PATCH 4/4] I2C: Get rid of warnings

2008-05-13 Thread Felipe Balbi
Remove warnings from three i2c drivers. Signed-off-by: Felipe Balbi <[EMAIL PROTECTED]> --- drivers/i2c/chips/lp5521.c |2 +- drivers/i2c/chips/tsl2563.c |2 +- drivers/input/keyboard/lm8323.c |2 +- drivers/media/radio/radio-tea5761.c |2 +- 4 files changed,

[PATCH 1/4] I2C: TSL2563: Add i2c_device_id

2008-05-13 Thread Felipe Balbi
Add i2c_device_id to tsl2563. Signed-off-by: Felipe Balbi <[EMAIL PROTECTED]> --- drivers/i2c/chips/tsl2563.c |9 - 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/drivers/i2c/chips/tsl2563.c b/drivers/i2c/chips/tsl2563.c index cf2e313..b39b65c 100644 --- a/drivers/i2c/

[PATCH 3/4] I2C: RADIO: TEA5761: Add i2c_device_id

2008-05-13 Thread Felipe Balbi
Add i2c_device_id to tea5761. Signed-off-by: Felipe Balbi <[EMAIL PROTECTED]> --- drivers/media/radio/radio-tea5761.c |9 - 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/drivers/media/radio/radio-tea5761.c b/drivers/media/radio/radio-tea5761.c index 0fb0cdc..8a0cf42

[PATCH 2/4] I2C: LP5521: Add i2c_device_id

2008-05-13 Thread Felipe Balbi
Add i2c_device_id to lp5521 driver. Signed-off-by: Felipe Balbi <[EMAIL PROTECTED]> --- drivers/i2c/chips/lp5521.c |9 - 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/drivers/i2c/chips/lp5521.c b/drivers/i2c/chips/lp5521.c index d1803a9..4d869f9 100644 --- a/drivers/i

[PATCH 0/4] i2c drivers fixes

2008-05-13 Thread Felipe Balbi
Basically add i2c_device_id and fix some warnings. Felipe Balbi (4): I2C: TSL2563: Add i2c_device_id I2C: LP5521: Add i2c_device_id I2C: RADIO: TEA5761: Add i2c_device_id I2C: Get rid of warnings drivers/i2c/chips/lp5521.c | 11 +-- drivers/i2c/chips/tsl2563.c

[PATCH] ARM: OMAP: DMA: Don't mark channel active in omap_enable_channel_irq

2008-05-13 Thread Jarkko Nikula
Channel should be marked active only when DMA is really started. Otherwise just omap_request_dma, omap_dma_link_lch and omap_dma_unlink_lch will cause incorrect dump_stack(). Signed-off-by: Jarkko Nikula <[EMAIL PROTECTED]> --- arch/arm/plat-omap/dma.c |2 -- 1 files changed, 0 insertions(+),

[Resend] [PATCH] ARM: OMAP: add RTC support to beagleboard

2008-05-13 Thread Koen Kooi
This patch adds RTC support to the omap3 based beagleboard Signed-off-by: Koen Kooi <[EMAIL PROTECTED]> --- arch/arm/mach-omap2/board-omap3beagle.c | 12 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/board-omap3beagle.c b/arch/arm/mach- omap2