Re: TWL4030 keypad timeout interrupt

2008-05-14 Thread Felipe Balbi
On Wed, May 14, 2008 at 10:38:09AM +0530, ext Girish wrote: 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

RE: TWL4030 keypad timeout interrupt

2008-05-14 Thread Girish
-Original Message- From: Felipe Balbi [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 14, 2008 1:46 PM To: ext Girish Cc: 'Felipe Balbi'; [EMAIL PROTECTED]; 'Linux OMAP Mailing List' Subject: Re: TWL4030 keypad timeout interrupt Ok, good :-) thanks So if i read it correctly, we

RE: TWL4030 keypad timeout interrupt

2008-05-14 Thread Gopinath, Thara
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Girish Sent: Wednesday, May 14, 2008 2:27 PM To: [EMAIL PROTECTED] Cc: 'Felipe Balbi'; 'Linux OMAP Mailing List' Subject: RE: TWL4030 keypad timeout interrupt -Original Message- From:

Re: [PATCH] mach-omap2/powerdomain.c: convert rwsem to rwlock

2008-05-14 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 14 mei 2008, om 20:16 heeft Paul Walmsley het volgende geschreven: The generic rwsem implementation of down_read() and down_write() does not save and restore interrupt state. This causes powerdomain code to inadvertently enable interrupts

Re: [PATCH] mach-omap2/powerdomain.c: convert rwsem to rwlock

2008-05-14 Thread Tony Lindgren
* Paul Walmsley [EMAIL PROTECTED] [080514 14:58]: The generic rwsem implementation of down_read() and down_write() does not save and restore interrupt state. This causes powerdomain code to inadvertently enable interrupts early in the boot process, causing init/main.c to complain. This

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

2008-05-14 Thread Tony Lindgren
* Jarkko Nikula [EMAIL PROTECTED] [080513 03:26]: 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] ---

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

2008-05-14 Thread Tony Lindgren
* Koen Kooi [EMAIL PROTECTED] [080513 01:20]: This patch adds RTC support to the omap3 based beagleboard I've pushed this after tweaking it manually again. It seems it was for some older kernel? Also you should check your mail client or smtp server to make sure patches don't wrap like this one

Re: [PATCH 1/1] OMAP3 EVM: Fix pixel_clock picoseconds/kHz error

2008-05-14 Thread Tony Lindgren
* Steve Sakoman [EMAIL PROTECTED] [080512 21:04]: From: Steve Sakoman [EMAIL PROTECTED] Fix pixel_clock picoseconds/kHz error in LCD config, eliminate unused #define Pushing today. Tony Signed-off-by: Steve Sakoman [EMAIL PROTECTED] --- drivers/video/omap/lcd_omap3evm.c |5 ++---

Re: [PATCH] ARCH: OMAP: MUSB: Do not block sleep

2008-05-14 Thread Tony Lindgren
* Felipe Balbi [EMAIL PROTECTED] [080514 16:06]: Do not block sleep while musb clock is enabled as it completely blocks dynamic sleep. Hmm, as far as I remember this will break all USB connections at least on tusb if osc_ck is taken out. Can you check that? Tony Thanks to Jouni Högander.

[PATCH 0/2] Make N810 keyboard work with console

2008-05-14 Thread Tony Lindgren
Hi all, Here are few fun patches for N810 hackers to make the integrated keyboard work with console :) This should be done in a generic way and the old behaviour is preserved if optional sticky keys are not passed from platform_data. Seems to also work nicely with xserver-xorg-video-fbdev.