Re: [PATCH] PRCM: Combine 34xx l3_icks and l4_icks

2008-04-29 Thread Högander Jouni
ext Felipe Balbi [EMAIL PROTECTED] writes: On Mon, 28 Apr 2008 11:29:53 +0300, [EMAIL PROTECTED] (Högander Jouni) wrote: E.g dss_l3_ick and dss_l4_ick have same gating control. Having own clock for both of them causes race condition between enable / disable. This patch combines this kind

Re: [PATCH] PRCM: Combine 34xx l3_icks and l4_icks

2008-04-29 Thread Paul Walmsley
On Mon, 28 Apr 2008, Högander Jouni wrote: E.g dss_l3_ick and dss_l4_ick have same gating control. Having own clock for both of them causes race condition between enable / disable. This patch combines this kind of clocks and names new clock as module_ick. Signed-off-by: Jouni Hogander

RE: [RFC/PATCH] BQ27000/BQ27200 battery monitoring driver for OMAP34xx

2008-04-29 Thread Madhusudhan Chikkature Rajashekar
-Original Message- From: Felipe Balbi [mailto:[EMAIL PROTECTED] Sent: Monday, April 28, 2008 5:17 PM To: Madhusudhan Chikkature Rajashekar Cc: Tony Lindgren; linux-omap@vger.kernel.org Subject: RE: [RFC/PATCH] BQ27000/BQ27200 battery monitoring driver for OMAP34xx On

Resending: [PATCH] BQ27000/BQ27200 battery monitoring driver for OMAP34xx

2008-04-29 Thread Madhusudhan Chikkature Rajashekar
Hi, I am resending the patch after fixing the comments provided by Felipe. Regards, Madhu This patch provides the battery driver to support BQ27000 and BQ27200 chips. Signed-off-by: Madhusudhan Chikkature[EMAIL PROTECTED]

Re: Android on N810 File System Problem

2008-04-29 Thread Brian Swetland
[Tony Lindgren [EMAIL PROTECTED]] I've merged Jarkko's asoc patch to linux-omap for testing. Have not gotten any sound out of it on my n810 though.. Maybe some alsamixer settings issue? Kalle, do you have any tips on getting WLAN to work on n8x0? This was the show-stopper for me. When I

[RFC PATCH 1/1] OMAP: V4L: Update videobuf-dma-sg usage on omap camera drivers

2008-04-29 Thread Francisco Alecrim
Update videobuf-dma-sg usage on omap camera drivers Signed-off-by: Francisco Alecrim [EMAIL PROTECTED] --- drivers/media/video/omap/camera_core.c |2 +- drivers/media/video/omap24xxcam.c |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git

[RFC PATCH 0/1] V4L changes

2008-04-29 Thread Francisco Alecrim
Based on commit 0705135e59f8503e4dade4b3580fed77b1743b7c. -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: Android on N810 File System Problem

2008-04-29 Thread Brian Swetland
[Jonathan Herriott [EMAIL PROTECTED]] I had it confirmed in another thread that the issue is that the local filesystem for the N810 is jffs, which is unsupported and I need to install it on an mini SD card with ext2/ext3 on it. I think what you're seeing here is the property service in init

Re: Android on N810 File System Problem

2008-04-29 Thread Jarkko Nikula
On Mon, 28 Apr 2008 16:38:28 -0700 ext Tony Lindgren [EMAIL PROTECTED] wrote: I've merged Jarkko's asoc patch to linux-omap for testing. Have not gotten any sound out of it on my n810 though.. Maybe some alsamixer settings issue? Have you set CONFIG_OMAP_MUX? Otherwise McBSP2 pins are muxed

Re: Questions on Android

2008-04-29 Thread Brian Swetland
[Anil S [EMAIL PROTECTED]] Hello Brian, It would be really great if you could share thoughts on the questions given here on Android: I was able to add support for the keypad, touch and network in Android, however the interfaces like GPS, Accelerometer, vibrator, hardware 3D

Re: [RFC PATCH 1/1] OMAP: V4L: Update videobuf-dma-sg usage on omap camera drivers

2008-04-29 Thread Francisco Alecrim
Hi folks, We found a similar patch sent by Tony on thread Re: linux-omap vs N810 a few hours ago. Sorry, Alecrim. Francisco Alecrim wrote: Update videobuf-dma-sg usage on omap camera drivers Signed-off-by: Francisco Alecrim [EMAIL PROTECTED] --- drivers/media/video/omap/camera_core.c |

[PATCH] USB: MUSB: Better sysconf reg settings on PM point of view

2008-04-29 Thread Felipe Balbi
The following patch is needed because usb is preventing core powerdomain to enter sleep state. Thanks to Jouni Högander for pointing this Signed-off-by: Felipe Balbi [EMAIL PROTECTED] Signed-off-by: Jouni Högander [EMAIL PROTECTED] --- drivers/usb/musb/omap2430.c | 23 ---

Re: [PATCH]Correction to BQ27000 battery device name

2008-04-29 Thread Felipe Balbi
On Tue, 29 Apr 2008 14:26:58 +0530, Madhusudhan Chikkature Rajashekar [EMAIL PROTECTED] wrote: This patch changes the device name as the bq27000 chip is not omap specific. Sure this is not omap-specific. A more generic name is better ;-) Signed-off-by: Madhusudhan Chikkature[EMAIL

RE: [PATCH 0/7] OMAP3 EVM: series of patches to add additional hw support

2008-04-29 Thread Kridner, Jason
Thanks Steve! -Original Message- From: [EMAIL PROTECTED] [mailto:linux-omap- [EMAIL PROTECTED] On Behalf Of Steve Sakoman Sent: Monday, April 28, 2008 6:27 PM To: linux-omap@vger.kernel.org Subject: [PATCH 0/7] OMAP3 EVM: series of patches to add additional hw support This

Re: [RFC/PATCH] OMAP PM interface

2008-04-29 Thread Kevin Hilman
Paul Walmsley [EMAIL PROTECTED] writes: Linux PM QOS parameters: As of February, the mainline Linux kernel contains code that is somewhat similar to the SRF: the Linux PM QOS parameters code, located in kernel/pm_qos_params.c. (This code replaced the latency management code that was

Re: [PATCH 1/1] MMC: OMAP: Remove unnecessary extern sdp_mmc_init

2008-04-29 Thread Tony Lindgren
* Francisco Alecrim [EMAIL PROTECTED] [080425 12:27]: From: Francisco Alecrim [EMAIL PROTECTED] Remove unnecessary extern sdp_mmc_init() at board header. New extern hsmmc_init() defined include/asm-arm/arch-omap/hsmmc.h. Pushing today. Tony Signed-off-by: Francisco Alecrim [EMAIL

Re: [PATCH] OMAP: EHCI: Wrong ehci init for 2430

2008-04-29 Thread Tony Lindgren
* Felipe Balbi [EMAIL PROTECTED] [080428 03:37]: On Mon, Apr 28, 2008 at 03:51:11PM +0530, ext Pandita, Vikram wrote: OMAP2430 does not have USB EHCI controller. EHCI core was introduced with OMAP3430 ES2.0 onwards. The ehci_init() call has been wrongly introduced for OMAP2430, so removing

Re: [PATCH] PRCM: Combine 34xx l3_icks and l4_icks

2008-04-29 Thread Tony Lindgren
* Paul Walmsley [EMAIL PROTECTED] [080428 23:58]: On Mon, 28 Apr 2008, Högander Jouni wrote: E.g dss_l3_ick and dss_l4_ick have same gating control. Having own clock for both of them causes race condition between enable / disable. This patch combines this kind of clocks and names new

Re: [PATCH] OMAP: EHCI: Adding back Copyright

2008-04-29 Thread Tony Lindgren
* Pandita, Vikram [EMAIL PROTECTED] [080428 04:53]: Adding back Copyright notice that was not carried forward by a patch from Felipe. Copyrights should be retained without fail. Pushing today. Tony Signed-off-by: Vikram Pandita [EMAIL PROTECTED] --- arch/arm/mach-omap2/usb-ehci.c |

Re: linux-omap vs N810

2008-04-29 Thread Tony Lindgren
* Tony Lindgren [EMAIL PROTECTED] [080428 16:30]: Hi, * Jarkko Nikula [EMAIL PROTECTED] [080427 23:26]: On Mon, 28 Apr 2008 00:01:09 +0200 (CEST) ext [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hello, I'm having a major problem running linux-omap kernel on Nokia N810. After

Re: PM Issues after Android bootup on 2430

2008-04-29 Thread Nishanth Menon
On 4/29/08, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: omapfb omapfb: irq error status 00e2 omapfb omapfb: irq error status 0040 omapfb omapfb: irq error status 0040 omapfb omapfb: irq error status 0040 omapfb omapfb: irq error status 0040 omapfb omapfb: irq error status 0040 omapfb omapfb:

RE: [PATCH 0/7] OMAP3 EVM: series of patches to add additional hw support

2008-04-29 Thread Syed Mohammed, Khasim
-Original Message- From: [EMAIL PROTECTED] [mailto:linux-omap- [EMAIL PROTECTED] On Behalf Of Steve Sakoman Sent: Tuesday, April 29, 2008 4:57 AM To: linux-omap@vger.kernel.org Subject: [PATCH 0/7] OMAP3 EVM: series of patches to add additional hw support This series of patches

Re: [PATCH 6/7] OMAP3 EVM: add lcd support

2008-04-29 Thread arun c
On Tue, Apr 29, 2008 at 5:00 AM, Steve Sakoman [EMAIL PROTECTED] wrote: From: Steve Sakoman [EMAIL PROTECTED] Add LCD support for OMAP3 EVM Signed-off-by: Steve Sakoman [EMAIL PROTECTED] --- @@ -0,0 +1,168 @@ +/* + * LCD panel support for the TI OMAP3 EVM board + * + * Author: