Re: linux-omap vs N810

2008-04-28 Thread Jarkko Nikula
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 correct build and flashing (tested by the use of self-built patched Nokia kernel) the device seems to hang before

[PATCH 0/1] ARM: OMAP: Enable TSC2301 drivers in N800 defconfig

2008-04-28 Thread Jarkko Nikula
Patch because N800 didn't work anymore with n800_defconfig... Note that camera driver doesn't compile at the moment so please disable CONFIG_VIDEO_OMAP2 manually before trying. Felipe, can you test does this config still work on N810? -- Jarkko -- To unsubscribe from this list: send the line

[OT] Any updates on Omap Zoom MDK beta program?

2008-04-28 Thread Trilok Soni
Hi, Anybody received any updates on Omap Zoom MDK beta program? Anybody received this kit as part of this program yet? -- ---Trilok Soni http://triloksoni.wordpress.com -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to [EMAIL PROTECTED] More

Re: [PATCH 1/1] Add MMC support for OMAP3 EVM

2008-04-28 Thread Francisco Alecrim
ext Steve Sakoman wrote: From: Steve Sakoman [EMAIL PROTECTED] Add MMC support for OMAP3 EVM Signed-off-by: Steve Sakoman [EMAIL PROTECTED] Acked-by: Francisco Alecrim [EMAIL PROTECTED] I did not test, but it should work. :) --- Makefile |3 ++- board-omap3evm.c | 10

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

2008-04-28 Thread Pandita, Vikram
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 it. Signed-off-by: Vikram Pandita [EMAIL PROTECTED] --- arch/arm/mach-omap2/board-2430sdp.c |2 -- 1 file changed, 2

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

2008-04-28 Thread Felipe Balbi
btw, you have something weird in your mail settings, your patches always come replying to the newest message in the list. Your ehci patch came as a reply to a thread that has nothing to do with 2430. the in-reply-to header should be empty for new messages and this is what you got: In-Reply-To:

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

2008-04-28 Thread Felipe Balbi
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 of clocks and names new clock as module_ick.

RE: [PATCH] USB: Generalize usb initialization for omap hw

2008-04-28 Thread Pandita, Vikram
Hi Filipe -Original Message- Create a generic board-file for initializing usb on omap2430 and omap3 boards. Signed-off-by: Felipe Balbi [EMAIL PROTECTED] --- arch/arm/mach-omap2/Makefile|6 +- arch/arm/mach-omap2/board-2430sdp-usb.c | 96

Re: [PATCH] USB: Generalize usb initialization for omap hw

2008-04-28 Thread Felipe Balbi
On Mon, Apr 28, 2008 at 04:29:19PM +0530, ext Pandita, Vikram wrote: Hi Filipe -Original Message- Create a generic board-file for initializing usb on omap2430 and omap3 boards. Signed-off-by: Felipe Balbi [EMAIL PROTECTED] --- arch/arm/mach-omap2/Makefile|6 +-

[PATCH] OMAP: Correcting the gpmc prefetch control register address

2008-04-28 Thread Gopinath, Thara
From: Thara Gopinath [EMAIL PROTECTED] Correcting the GPMC_PREFETCH_CONTROL register address Signed-off-by: Thara Gopinath [EMAIL PROTECTED] Index: linux-omap-2.6/arch/arm/mach-omap2/gpmc.c === ---

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

2008-04-28 Thread Felipe Balbi
On Mon, 28 Apr 2008 17:11:51 +0530, Madhusudhan Chikkature Rajashekar [EMAIL PROTECTED] wrote: Hi Felipe, Thanks for the comments. I will fix them and resend the patch. Please note my view on the below point. - pdev = platform_device_alloc(omap-bq2700-battery, id); + pdev =

[PATCH] OMAP: EHCI: Adding back Copyright

2008-04-28 Thread Pandita, Vikram
Adding back Copyright notice that was not carried forward by a patch from Felipe. Copyrights should be retained without fail. Signed-off-by: Vikram Pandita [EMAIL PROTECTED] --- arch/arm/mach-omap2/usb-ehci.c |7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) Index:

FW: Fwd: Re: [PATCH 0/14] more assorted stuff for 2.6.26-rc1

2008-04-28 Thread Woodruff, Richard
Tony, Would you participate in this? Regards, Richard W. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nicolas Pitre Sent: Monday, April 28, 2008 4:29 PM To: Andrew Morton Cc: Russell King - ARM Linux; [EMAIL PROTECTED] Subject: Re: Fwd:

Re: FW: Fwd: Re: [PATCH 0/14] more assorted stuff for 2.6.26-rc1

2008-04-28 Thread Tony Lindgren
* Woodruff, Richard [EMAIL PROTECTED] [080428 15:02]: Tony, Would you participate in this? Sure, that will help to see any upcoming conflicts for omap-upstream branches. Tony Regards, Richard W. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On

Re: linux-omap vs N810

2008-04-28 Thread Tony Lindgren
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 correct build and flashing (tested by the use of self-built

Re: [PATCH 0/1] ARM: OMAP: Enable TSC2301 drivers in N800 defconfig

2008-04-28 Thread Tony Lindgren
* Jarkko Nikula [EMAIL PROTECTED] [080428 01:08]: Patch because N800 didn't work anymore with n800_defconfig... Note that camera driver doesn't compile at the moment so please disable CONFIG_VIDEO_OMAP2 manually before trying. I posted a fix for v4l in the other thread, have not tested it

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

2008-04-28 Thread Steve Sakoman
This series of patches adds support for mmc, usb, onenand, lcd, and rtc on the OMAP3 EVM. The first patch (mmc) was submitted individually a couple of days ago -- I'm resubmitting it as part of this group since the usb, onenand, lcd, and rtc patches assume that the mmc patch has been applied

[PATCH 1/7] OMAP3 EVM: add mmc support

2008-04-28 Thread Steve Sakoman
From: Steve Sakoman [EMAIL PROTECTED] Add MMC support for OMAP3 EVM Signed-off-by: Steve Sakoman [EMAIL PROTECTED] --- Makefile |3 ++- board-omap3evm.c | 10 ++ 2 files changed, 12 insertions(+), 1 deletion(-) diff -uprN a/arch/arm/mach-omap2/board-omap3evm.c

[PATCH 2/7] OMAP3 EVM: add usb support

2008-04-28 Thread Steve Sakoman
From: Steve Sakoman [EMAIL PROTECTED] Add USB support for OMAP3 EVM Signed-off-by: Steve Sakoman [EMAIL PROTECTED] --- Makefile |3 ++- board-omap3evm.c |4 2 files changed, 6 insertions(+), 1 deletion(-) diff -uprN -X a/Documentation/dontdiff

[PATCH 3/7] OMAP3 EVM: enable mtd, onenand, and jffs2 in defconfig

2008-04-28 Thread Steve Sakoman
From: Steve Sakoman [EMAIL PROTECTED] Enable mtd, onenand driver, and jffs2 in omap3_evm_defconfig Signed-off-by: Steve Sakoman [EMAIL PROTECTED] --- omap3_evm_defconfig | 198 1 file changed, 154 insertions(+), 44 deletions(-) ---

[PATCH 4/7] OMAP3 EVM: add onenand flash support

2008-04-28 Thread Steve Sakoman
From: Steve Sakoman [EMAIL PROTECTED] Add onenand support for OMAP3 EVM Signed-off-by: Steve Sakoman [EMAIL PROTECTED] --- arch/arm/mach-omap2/Makefile |3 arch/arm/mach-omap2/board-omap3evm-flash.c | 117 + arch/arm/mach-omap2/board-omap3evm.c

[PATCH 5/7] OMAP3 EVM: enable frame buffer in defconfig

2008-04-28 Thread Steve Sakoman
From: Steve Sakoman [EMAIL PROTECTED] Enable frame buffer in omap3_evm_defconfig Signed-off-by: Steve Sakoman [EMAIL PROTECTED] --- omap3_evm_defconfig | 32 ++-- 1 file changed, 30 insertions(+), 2 deletions(-) --- a/arch/arm/configs/omap3_evm_defconfig

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

2008-04-28 Thread Steve Sakoman
From: Steve Sakoman [EMAIL PROTECTED] Add LCD support for OMAP3 EVM Signed-off-by: Steve Sakoman [EMAIL PROTECTED] --- arch/arm/mach-omap2/board-omap3evm.c | 15 +++ drivers/video/omap/Makefile |1 drivers/video/omap/lcd_omap3evm.c| 168 +++ 3

Re: Android on N810 File System Problem

2008-04-28 Thread Tony Lindgren
* Felipe Balbi [EMAIL PROTECTED] [080427 15:31]: On Sun, Apr 27, 2008 at 12:43:19PM +0300, Kalle Valo wrote: ext Felipe Balbi [EMAIL PROTECTED] writes: Current linux-omap's head has all the necessary pieces to get n810 working. Touchscreen, keypad, ambient light sensor, led, usb,