Re: [PATCH] ARM: OMAP3: Make I2C bus 2 configurable for BeagleBoard

2008-07-04 Thread Dirk Behme
Jarkko Nikula wrote: On Fri, 04 Jul 2008 08:26:55 +0200 "ext Dirk Behme" <[EMAIL PROTECTED]> wrote: - Add configuration option for this - Use configuration option in board-omap3beagle - Ensure correct pin mux if I2C2 is enabled, independent of settings done by bootloader Why this CONFIG_I

Re: [PATCH 00/11] OMAP3 CPUidle patches

2008-07-04 Thread Högander Jouni
Hi Rajendra, "ext Rajendra Nayak" <[EMAIL PROTECTED]> writes: >> -Original Message- >> From: Peter 'p2' De Schrijver [mailto:[EMAIL PROTECTED] >> Sent: Wednesday, July 02, 2008 9:13 PM >> To: ext Rajendra Nayak >> Cc: linux-omap@vger.kernel.org >> Subject: Re: [PATCH 00/11] OMAP3 CPUidle

[PATCH v2] ARM: OMAP3: Make I2C bus 2 configurable for BeagleBoard

2008-07-04 Thread Dirk Behme
I2C2 at BeagleBoard is connected to expansion connector, i.e. unused if nothing is connected to this connector. As internal OMAP3 pull up resistors are not strong enough, enabled but unused I2C2 bus results in error messages (e.g. I2C timeouts). I2C2 should be enabled only if something is conne

Re: [PATCH 3/3] CPU-idle trial fix + PM debug expansion

2008-07-04 Thread Högander Jouni
"ext Tero Kristo" <[EMAIL PROTECTED]> writes: > CPU-idle has a possibility of working now, also added full PRCM register dump > into pm-debug. > > Signed-off-by: Tero Kristo <[EMAIL PROTECTED]> > --- > arch/arm/mach-omap2/cpuidle34xx.c | 30 - > arch/arm/mach-omap2/pm-de

RE: [PATCH 3/3] CPU-idle trial fix + PM debug expansion

2008-07-04 Thread Tero.Kristo
Hi, Quick counter comments here. :P >This will leave cx->core_state to its previous value in case >of ON state. So just pwrdm_set_next_pwrst(core_pd, >cx->core_state) without if is better. I did not really consider the logic of cpu-idle code too much, just moved context / save functionality

RE: 34xx off-mode support fixes

2008-07-04 Thread Tero.Kristo
>Do you have any guesses what is wrong in Rajendras cpuidle >code? Is it that dma save/restore? At least I couldn't figure >it out from your patches. Not sure, one possible cause is that cpuidle code is calling pwrdm_set_next_pwrst(), I recall having some issues if I tried calling this funct

Re: [PATCH 3/3] CPU-idle trial fix + PM debug expansion

2008-07-04 Thread Högander Jouni
"Kristo Tero (Nokia-D/Tampere)" <[EMAIL PROTECTED]> writes: > Hi, > > Quick counter comments here. :P > >>This will leave cx->core_state to its previous value in case >>of ON state. So just pwrdm_set_next_pwrst(core_pd, >>cx->core_state) without if is better. > > I did not really consider the l

Re: [PATCH 00/11] OMAP3 CPUidle patches

2008-07-04 Thread Högander Jouni
Let's continue this discussion in here to make sure that everybody sees it. ext Högander Jouni <[EMAIL PROTECTED]> writes: > Hi Rajendra, > > "ext Rajendra Nayak" <[EMAIL PROTECTED]> writes: > >>> -Original Message- >>> From: Peter 'p2' De Schrijver [mailto:[EMAIL PROTECTED] >>> Sent: We

[PATCH] input: keypad: General fixes to omap-twl4030keypad.c

2008-07-04 Thread Felipe Balbi
The following patch fixes some problems in T2 keypad driver. Basically we're passing irq number via platform_data, moving globals to a structure and fixing a problem while iterating over the keymap. Some cleanups are also done so checkpatch.pl doesn't complain about this driver anymore. Signed-o

Re: [PATCH 00/11] OMAP3 CPUidle patches

2008-07-04 Thread Koen Kooi
Op 4 jul 2008, om 11:32 heeft Högander Jouni het volgende geschreven: Rajendra, are you still using .config file you sent to me? Are all the changes in your tree available in l-o list. IK_CONFIG is such a timesaver in this kind of situations :) regards, Koen PGP.sig Description: This is a d

RE: [PATCH 00/11] OMAP3 CPUidle patches

2008-07-04 Thread Rajendra Nayak
> -Original Message- > From: "Högander" Jouni [mailto:[EMAIL PROTECTED] > Sent: Friday, July 04, 2008 3:02 PM > To: ext Rajendra Nayak > Cc: 'Peter 'p2' De Schrijver'; linux-omap@vger.kernel.org > Subject: Re: [PATCH 00/11] OMAP3 CPUidle patches > > Let's continue this discussion in here

Re: [PATCH 00/11] OMAP3 CPUidle patches

2008-07-04 Thread Högander Jouni
"ext Rajendra Nayak" <[EMAIL PROTECTED]> writes: >> -Original Message- >> From: "Högander" Jouni [mailto:[EMAIL PROTECTED] >> Sent: Friday, July 04, 2008 3:02 PM >> To: ext Rajendra Nayak >> Cc: 'Peter 'p2' De Schrijver'; linux-omap@vger.kernel.org >> Subject: Re: [PATCH 00/11] OMAP3 CPUi

Re: [PATCH 00/11] OMAP3 CPUidle patches

2008-07-04 Thread Peter 'p2' De Schrijver
> > So Rajendra sent his uImage and it works quite ok what comes to off > mode on my sdp board. I still see problems with serial console (slow) > and on boot I need to generate manually interrupts to get it to > boot. Otherwise board hangs at this point: > > eth0: link up > Sending DHCP requests

Re: [PATCH 00/11] OMAP3 CPUidle patches

2008-07-04 Thread Högander Jouni
"ext Rajendra Nayak" <[EMAIL PROTECTED]> writes: >> -Original Message- >> From: "Högander" Jouni [mailto:[EMAIL PROTECTED] >> Sent: Friday, July 04, 2008 3:02 PM >> To: ext Rajendra Nayak >> Cc: 'Peter 'p2' De Schrijver'; linux-omap@vger.kernel.org >> Subject: Re: [PATCH 00/11] OMAP3 CPUi

Re: [PATCH 00/11] OMAP3 CPUidle patches

2008-07-04 Thread Peter 'p2' De Schrijver
> > I tried the same uImage here on my SDP. It goes to off nicely after > bootup, but after using the console, VDD2 does not to off anymore. VDD1 > does go to off. I reverted the u-boot patch to allow IOPAD wakeup on UART and now it works. Cheers, Peter. -- goa is a state of mind -- To unsubsc

Re: [PATCH] input: keypad: General fixes to omap-twl4030keypad.c

2008-07-04 Thread Felipe Balbi
On Fri, Jul 04, 2008 at 12:34:21PM +0300, Felipe Balbi wrote: > + mutex_lock(&kp->lock); This should be mutex, final patch is coming. -- - Balbi -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to [EMAIL PROTECTED] More majordomo info

RE: [RESEND][PATCH]Separate out 3430 LCD panel support from 2430 file

2008-07-04 Thread Kamat, Nishant
Emailing the fix on behalf of Iqbal: > -Original Message- > [mailto:[EMAIL PROTECTED] On Behalf Of Gadiyar, Anand > Subject: RE: [RESEND][PATCH]Separate out 3430 LCD panel > support from 2430 file > > > * [EMAIL PROTECTED] <[EMAIL PROTECTED]> [080702 15:25]: > > > From: Iqbal Shareef <[EMA

[PATCH] input: keypad: General fixes to omap-twl4030keypad.c

2008-07-04 Thread Felipe Balbi
The following patch fixes some problems in T2 keypad driver. Basically we're passing irq number via platform_data, moving globals to a structure and fixing a problem while iterating over the keymap. It might be that we still have a few locking issues that might be solved on a later version of thi

Re: [PATCH 1/1]smc911x Modify driver to also work with omap24xx

2008-07-04 Thread Jeff Garzik
Arun KS wrote: net:smc911x Modify driver to also work with omap24xx Signed-off-by: Arun KS <[EMAIL PROTECTED]> --- drivers/net/Kconfig |2 +- drivers/net/smc911x.h |5 + 2 files changed, 6 insertions(+), 1 deletions(-) ACK but failed to apply -- To unsubscribe from this list:

Re: [PATCH 1/2] driver: irda support 3430

2008-07-04 Thread andrzej zaborowski
2008/7/3 Tony Lindgren <[EMAIL PROTECTED]>: > Hi, > > * Girish. S. G. <[EMAIL PROTECTED]> [080703 11:10]: >> Irda driver changes to support on 3430 >> >> Signed-off-by: Girish S G <[EMAIL PROTECTED]> >> --- >> drivers/net/irda/omap-ir.c | 14 +++--- >> 1 files changed, 11 insertions(+),

Re: [RESEND][PATCH]Separate out 3430 LCD panel support from 2430 file

2008-07-04 Thread andrzej zaborowski
2008/7/2 <[EMAIL PROTECTED]>: > From: Iqbal Shareef <[EMAIL PROTECTED]> > > Separate out 3430 LCD panel support from 2430 SDP. > > Currently the support for the LCD on 3430SDP is added in the lcd_2430sdp.c > file. This patch separates it out to a new file. Isn't this a bit step backwards? Code r