Re: [PATCH] MUSB: BULK request on different available endpoints

2008-10-07 Thread David Brownell
On Monday 06 October 2008, Ajay Kumar Gupta wrote: +   if (is_in) +   musb-periodic[2 * ep-epnum - 2] = NULL; +   else +   musb-periodic[2 * ep-epnum - 1] = NULL; Can we use musb-in[], musb-out[]

Re: [PATCH] MUSB: BULK request on different available endpoints

2008-10-07 Thread Nathan Monson
On Mon, Oct 6, 2008 at 10:42 PM, Ajay Kumar Gupta [EMAIL PROTECTED] wrote: Fixes co-working issue of usb serial device with usb/net devices while oter endpoints are free and can be used.This patch implements the policy that if endpoint resources are available then different BULK request goes

OMAP3 NAND: move NAND_BLOCK_SIZE macro to board-3430sdp-flash.c

2008-10-07 Thread vimal singh
Moving NAND_BLOCK_SIZE definition to board-3430sdp-flash.c Signed-off-by: Vimal Singh [EMAIL PROTECTED] --- arch/arm/mach-omap2/board-3430sdp-flash.c |2 ++ include/linux/mtd/nand.h |2 +- 2 files changed, 3 insertions(+), 1 deletion(-) Index:

RE: [PATCH] MUSB: BULK request on different available endpoints

2008-10-07 Thread Gupta, Ajay Kumar
-Original Message- From: David Brownell [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 07, 2008 11:35 AM To: Gupta, Ajay Kumar Cc: [EMAIL PROTECTED]; linux-omap@vger.kernel.org; [EMAIL PROTECTED] Subject: Re: [PATCH] MUSB: BULK request on different available endpoints On Monday

Re: HTTP url not working

2008-10-07 Thread Tony Lindgren
* Felipe Contreras [EMAIL PROTECTED] [081006 17:44]: Hi, The http url doesn't seem to be working anymore: http://www.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git Can you? mv .git/post-update{.sample,} Hmm, I just did a git-clone over http, and it worked fine. Kevin

Re: HTTP url not working

2008-10-07 Thread Tony Lindgren
* Tony Lindgren [EMAIL PROTECTED] [081007 09:59]: * Felipe Contreras [EMAIL PROTECTED] [081006 17:44]: Hi, The http url doesn't seem to be working anymore: http://www.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git Can you? mv .git/post-update{.sample,} Hmm, I

Re: [patch twl 1/2] remove linux/i2c/twl4030-rtc.h

2008-10-07 Thread Tony Lindgren
* David Brownell [EMAIL PROTECTED] [081006 19:39]: On Monday 06 October 2008, Kevin Hilman wrote: --- a/arch/arm/mach-omap2/board-3430sdp.c +++ b/arch/arm/mach-omap2/board-3430sdp.c @@ -40,7 +40,6 @@  #include mach/keypad.h  #include mach/dma.h  #include mach/gpmc.h -#include

Re: [patch 2.6.27-rc7-omap1-git] beagle: two more GPIOs

2008-10-07 Thread Tony Lindgren
* David Brownell [EMAIL PROTECTED] [081007 01:23]: From: David Brownell [EMAIL PROTECTED] Request two more GPIOs on Beagle: MMC write protect, DVI enable. Also define the first OMAP3 GPIO mux config symbols, with a new naming convention. Examples: - GPIO42 is bidirectional, and uses

Re: [PATCH 3/3] lp5521: move to drivers/leds

2008-10-07 Thread Richard Purdie
On Mon, 2008-10-06 at 09:33 -0700, David Brownell wrote: This would seem like a good motivation to add some features to the LED framework. Here are three types of LED that it doesn't support well today: - Bicolor leds with two leads ... R-or-G, two wires, opposite diode directions.

touch screen not working on omap2430, how should i test it.

2008-10-07 Thread vishal bhoj
hi All, I have an application which uses touchscreen. Are there any test cases by which i can test if the touch screen is running properly thanks in advance . -- with regards vishal -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to [EMAIL

Re: [PATCH 2/3] Debobs and ETK padconf implementation

2008-10-07 Thread Kevin Hilman
Peter 'p2' De Schrijver [EMAIL PROTECTED] writes: Signed-off-by: Peter 'p2' De Schrijver [EMAIL PROTECTED] --- arch/arm/mach-omap2/debobs.c | 239 ++ arch/arm/plat-omap/include/mach/debobs.h |7 + 2 files changed, 246 insertions(+), 0

Re: android on omap

2008-10-07 Thread Adrian Hunter
Deacon, Keith wrote: Haven't seen that error - sorry. Unable to mmap stands out. I know there was a lot of updates to the shared memory subsystem and there was some Android share memory driver introduced with the Android patch set. Seems like it's trying to mmap some shared memory and

Re: [PATCH 04/10] ARM: OMAP2: Remove OMAP_PRM_REGADDR, OMAP_CM_REGADDR

2008-10-07 Thread Paul Walmsley
Hello Russell, On Mon, 6 Oct 2008, Russell King - ARM Linux wrote: On Thu, Oct 02, 2008 at 10:37:52AM -0600, Paul Walmsley wrote: From: Tony Lindgren [EMAIL PROTECTED] Remove OMAP_PRM_REGADDR and OMAP_CM_REGADDR. Use prm_read/write_mod_reg() or cm_read/write_mod_reg() instead. For

[PATCH] kill warnings in gpmc

2008-10-07 Thread Felipe Balbi
From: Felipe Balbi [EMAIL PROTECTED] Trivial cleanup patch. Do not return values in void functions Signed-off-by: Felipe Balbi [EMAIL PROTECTED] --- diff --git a/arch/arm/mach-omap2/gpmc.c b/arch/arm/mach-omap2/gpmc.c index f3e0271..088a304 100644 --- a/arch/arm/mach-omap2/gpmc.c +++

Re: [PATCH] kill warnings in gpmc

2008-10-07 Thread Daniel Stone
On Tue, Oct 07, 2008 at 06:43:41PM +0530, ext Pakaravoor, Jagadeesh wrote: I had sent that fix for the same, though not merged in yet. :) Oops.. I forgot about V2 patch. :( ==Cut here== From: Jagadeesh Bhaskar Pakaravoor [EMAIL PROTECTED] Return type of gpmc_init() function is void.

Re: [PATCH] kill warnings in gpmc

2008-10-07 Thread Felipe Balbi
On Tue, Oct 07, 2008 at 06:39:20PM +0530, ext Pakaravoor, Jagadeesh wrote: Trivial cleanup patch. Do not return values in void functions I had sent that fix for the same, though not merged in yet. :) True, now I remember. Tony, I'm ok with that patch if you are. ==Cut here

Re: HTTP url not working

2008-10-07 Thread Tony Lindgren
* Felipe Contreras [EMAIL PROTECTED] [081007 15:58]: On Tue, Oct 7, 2008 at 10:27 AM, Tony Lindgren [EMAIL PROTECTED] wrote: * Tony Lindgren [EMAIL PROTECTED] [081007 09:59]: * Felipe Contreras [EMAIL PROTECTED] [081006 17:44]: Hi, The http url doesn't seem to be working anymore:

Re: [PATCH 04/10] ARM: OMAP2: Remove OMAP_PRM_REGADDR, OMAP_CM_REGADDR

2008-10-07 Thread Paul Walmsley
Hello Russell, On Tue, 7 Oct 2008, Russell King - ARM Linux wrote: One thing I've noticed, however, is that there seem to be clocks which result in omap2_clk_wait_ready() being called, which checks the other F or I clock register, but there's no corresponding clock defined in the source for

[PATCH] MUSB: Fixes endpoint allocation logic

2008-10-07 Thread Ajay Kumar Gupta
musb-periodic[] flag was getting set for an endpoint even when only rx or tx is used.This patch adds two field musb-in[16] and musb-out[16] in place of musb-periodic[32] which will enable endpoint allocation flag setting on rx/tx basis of an endpoint. Signed-off-by: Ajay Kumar Gupta [EMAIL

[PATCH 3/3] Add twl4030 power platform device

2008-10-07 Thread Peter 'p2' De Schrijver
Signed-off-by: Peter 'p2' De Schrijver [EMAIL PROTECTED] --- drivers/i2c/chips/twl4030-core.c | 41 ++ 1 files changed, 41 insertions(+), 0 deletions(-) diff --git a/drivers/i2c/chips/twl4030-core.c b/drivers/i2c/chips/twl4030-core.c index 9debab4..42d9e4f

[PATCH 2/3] Adapt twl4030 power code to new twl4030 code

2008-10-07 Thread Peter 'p2' De Schrijver
Signed-off-by: Peter 'p2' De Schrijver [EMAIL PROTECTED] --- drivers/i2c/chips/twl4030-power.c | 290 +++-- include/linux/i2c/twl4030.h | 64 2 files changed, 181 insertions(+), 173 deletions(-) diff --git a/drivers/i2c/chips/twl4030-power.c

Re: [patch 2/2 rc8-omap-git] twl4030-core irq simplification

2008-10-07 Thread Tony Lindgren
* David Brownell [EMAIL PROTECTED] [081007 12:18]: On Tuesday 07 October 2008, Tony Lindgren wrote: Pushed. Cool. Now, once the pwrirq updates get sorted out, there will be only two main steps left in my plan: - Rework the twl4030 core SIH init. Basically, use a different IRQ

Re: touch screen not working on omap2430, how should i test it.

2008-10-07 Thread arun c
On Tue, Oct 7, 2008 at 4:45 AM, vishal bhoj [EMAIL PROTECTED] wrote: hi All, I have an application which uses touchscreen. Are there any test cases by which i can test if the touch screen is running properly thanks in advance . -- with regards vishal Hi, You can use 'evtest' for

Re: [patch 1/2 rc8-omap-git] twl4030 subdriver irq tweaks

2008-10-07 Thread Tony Lindgren
* David Brownell [EMAIL PROTECTED] [081007 06:43]: From: David Brownell [EMAIL PROTECTED] Bugfixes to TWL subdriver irq handler setup ... lockdep workarounds, remove IRQF_DISABLED. NOPs with current code. These changes are specific to the drivers which register directly with the PIH

Re: [patch 2.6.28-rc8-omap-git] twl4030-gpio irq simplification

2008-10-07 Thread Tony Lindgren
* David Brownell [EMAIL PROTECTED] [081006 10:42]: From: David Brownell [EMAIL PROTECTED] Simplify and correct TWL4030 GPIO IRQ handling: - support mask() not just unmask() - use genirq handle_edge_irq() handler not custom hacks - let that handle (correct) accounting of chained IRQ

[PATCH 2/3] Add pm-debug counters

2008-10-07 Thread Peter 'p2' De Schrijver
Signed-off-by: Peter 'p2' De Schrijver [EMAIL PROTECTED] --- arch/arm/mach-omap2/pm-debug.c| 153 - arch/arm/mach-omap2/pm.h | 19 +--- arch/arm/plat-omap/include/mach/powerdomain.h | 14 ++- 3 files changed, 87 insertions(+), 99

Re: [alsa-devel] AIC23 SOC Driver on OSK5912

2008-10-07 Thread Arun KS
On Tue, Oct 7, 2008 at 7:20 PM, Jesslyn Abdul Salam [EMAIL PROTECTED] wrote: Not yet. Would please share what you have done to make it work ? Also when I tried to strace aplay , it keeps looking for a /share/alsa/cards/tlv320aic23.conf file which is not there in the alsa-lib package. Any idea

Re: [patch 2/2 rc8-omap-git] twl4030-core irq simplification

2008-10-07 Thread David Brownell
On Tuesday 07 October 2008, Tony Lindgren wrote: Pushed. Cool. Now, once the pwrirq updates get sorted out, there will be only two main steps left in my plan: - Rework the twl4030 core SIH init. Basically, use a different IRQ setup data structure, which will be kept around for later

[PATCH v2] MUSB: BULK request on different available endpoints

2008-10-07 Thread Ajay Kumar Gupta
Fixes co-working issue of usb serial device with usb/net devices while oter endpoints are free and can be used.This patch implements the policy that if endpoint resources are available then different BULK request goes to different endpoint otherwise they are multiplexed to one reserved endpoint as

RE: [RFC][PATCH 2/5] OMAP SSI driver interface

2008-10-07 Thread Woodruff, Richard
From: [EMAIL PROTECTED] [mailto:linux-omap- [EMAIL PROTECTED] On Behalf Of David Brownell On Monday 06 October 2008, Felipe Balbi wrote: looks much better and much easier to type: #include linux/ssi.h Does this work on non-OMAP kernels? If not, mach/ssi.h or similar would seem more

RE: [PATCH] kill warnings in gpmc

2008-10-07 Thread Pakaravoor, Jagadeesh
I had sent that fix for the same, though not merged in yet. :) Oops.. I forgot about V2 patch. :( ==Cut here== From: Jagadeesh Bhaskar Pakaravoor [EMAIL PROTECTED] Return type of gpmc_init() function is void. Also, the error values returned by the function is not used by the caller. Hence it

Re: [PATCH 0/3] Move twl4030 scripts to platform data

2008-10-07 Thread David Brownell
On Tuesday 07 October 2008, Peter 'p2' De Schrijver wrote: This patch set move the twl4030 scripts to platform data and integrates the code to download the scripts with the new twl4030 codebase. Peter 'p2' De Schrijver (3):   Add twl4030 scripts to 3430sdp platform data   Adapt twl4030

Re: HTTP url not working

2008-10-07 Thread Tony Lindgren
* Felipe Contreras [EMAIL PROTECTED] [081007 18:44]: On Tue, Oct 7, 2008 at 5:00 PM, Tony Lindgren [EMAIL PROTECTED] wrote: * Felipe Contreras [EMAIL PROTECTED] [081007 15:58]: On Tue, Oct 7, 2008 at 10:27 AM, Tony Lindgren [EMAIL PROTECTED] wrote: * Tony Lindgren [EMAIL PROTECTED] [081007

Re: [PATCH] MUSB: Fixes endpoint allocation logic

2008-10-07 Thread Nathan Monson
On Tue, Oct 7, 2008 at 2:36 AM, Ajay Kumar Gupta [EMAIL PROTECTED] wrote: musb-periodic[] flag was getting set for an endpoint even when only rx or tx is used.This patch adds two field musb-in[16] and musb-out[16] in place of musb-periodic[32] which will enable endpoint allocation flag setting

Re: kernel oops for 3430sdp

2008-10-07 Thread David Brownell
On Tuesday 07 October 2008, Aguirre Rodriguez, Sergio Alberto wrote: 1Unable to handle kernel NULL pointer dereference at virtual address Did you try with the hack I've sent, to work around one problematic (and surprisingly reproducible!) i2c-omap timeout? Appended. Given I2C

Re: [PATCH 5/5] ARM: OMAP: Fixes to omap_mcbsp_request function

2008-10-07 Thread Russell King - ARM Linux
On Sat, Oct 04, 2008 at 03:37:12PM +0100, Russell King - ARM Linux wrote: On Wed, Sep 24, 2008 at 04:29:15PM +0300, Tony Lindgren wrote: From: Jarkko Nikula [EMAIL PROTECTED] Bootloader may let McBSP logic running so make sure that block is idle before requesting IRQs. Also make sure

Re: [PATCH 5/5] ARM: OMAP: Fixes to omap_mcbsp_request function

2008-10-07 Thread Russell King - ARM Linux
On Sat, Oct 04, 2008 at 03:37:12PM +0100, Russell King - ARM Linux wrote: On Wed, Sep 24, 2008 at 04:29:15PM +0300, Tony Lindgren wrote: From: Jarkko Nikula [EMAIL PROTECTED] Bootloader may let McBSP logic running so make sure that block is idle before requesting IRQs. Also make sure

DVB-T problems with MUSB

2008-10-07 Thread Koen Kooi
Hi, Ajays latest patches make MUSB behave a lot better on beagleboard, but my DVB stick still errors when beginning to stream data (scanning frequencies works): pgd = ced6c000 [] *pgd=8e2b7031, *pte=, *ppte= Internal error: Oops: 817 [#1] Modules linked in: mt2060

RE: kernel oops for 3430sdp

2008-10-07 Thread Aguirre Rodriguez, Sergio Alberto
Thanks for that, it worked fine now. -Original Message- From: David Brownell [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 07, 2008 1:29 PM To: Aguirre Rodriguez, Sergio Alberto Cc: linux-omap@vger.kernel.org Subject: Re: kernel oops for 3430sdp On Tuesday 07 October 2008,

Re: HEAD unbootable on 2430SDP

2008-10-07 Thread Juha Kuikka
On Mon, Oct 6, 2008 at 5:08 PM, Juha Kuikka [EMAIL PROTECTED] wrote: On Mon, Oct 6, 2008 at 4:46 PM, Woodruff, Richard [EMAIL PROTECTED] wrote: I am running into a weird problem with the current HEAD on OMAP2430SDP. It seems the execution goes into infinite loop in intc_bank_read_reg()