Re: [PATCH 00/11] OMAP3 CPUidle patches

2008-07-03 Thread Högander Jouni
ext Rajendra Nayak [EMAIL PROTECTED] writes: Hi, The following patches define and enable all of the below mentioned C states for OMAP3. These are tested with a minimal kernel config on OMAP3430sdp as most drivers today don't have context save/restore in place and some even lack

[PATCH 0/2] IrDA support for 3430

2008-07-03 Thread Girish. S. G.
Hi, Please find the patch series to enable IrDA on 3430 Patch 1/2 : Adds the driver specific changes. Patch 2/2 : Adds board specific changes. Regards, Girish -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to [EMAIL PROTECTED] More majordomo

[PATCH 2/2] ARM:OMAP2: irda support 3430

2008-07-03 Thread Girish. S. G.
This adds board specific changes to support IrDA on 3430 Signed-off-by: Girish S G [EMAIL PROTECTED] --- arch/arm/configs/omap_3430sdp_defconfig | 34 +++ arch/arm/mach-omap2/board-3430sdp.c | 145 arch/arm/mach-omap2/mux.c | 16 +++

[PATCH 1/2] driver: irda support 3430

2008-07-03 Thread Girish. S. G.
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(+), 3 deletions(-) Index: linux-omap-2.6_today/drivers/net/irda/omap-ir.c

[PATCH] OMAP3 CPUidle patches - fixes

2008-07-03 Thread Rajendra Nayak
This patch fixes few of the comments posted on the patch set till now. One major fix is the moving of uart clock enable/disable out of the context save path as pointed out by Jouni. This would leave the UART clcoks disabled in case a CORE OFF was attempted and not achieved. Signed-off-by:

RE: [PATCH 00/11] OMAP3 CPUidle patches

2008-07-03 Thread Rajendra Nayak
-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 patches Hi Rajendra, Not sure, but you can try with my .config

Re: [PATCH 2/2] ARM:OMAP2: irda support 3430

2008-07-03 Thread Girish S G
- Original Message - From: Trilok Soni [EMAIL PROTECTED] +static struct omap_irda_config irda_data = { + .transceiver_cap= IR_SIRMODE | IR_MIRMODE | IR_FIRMODE, + .transceiver_mode = transceiver_mode, + .select_irda= select_irda, Please

RE: [PATCH 00/11] OMAP3 CPUidle patches

2008-07-03 Thread Rajendra Nayak
-Original Message- From: Högander Jouni [mailto:[EMAIL PROTECTED] Sent: Thursday, July 03, 2008 11:28 AM To: ext Rajendra Nayak Cc: linux-omap@vger.kernel.org Subject: Re: [PATCH 00/11] OMAP3 CPUidle patches ext Rajendra Nayak [EMAIL PROTECTED] writes: Hi, The

Re: [PATCH 2/2] ARM:OMAP2: irda support 3430

2008-07-03 Thread Trilok Soni
Hi Girish, On Thu, Jul 3, 2008 at 12:15 PM, Girish. S. G. [EMAIL PROTECTED] wrote: This adds board specific changes to support IrDA on 3430 Signed-off-by: Girish S G [EMAIL PROTECTED] --- arch/arm/configs/omap_3430sdp_defconfig | 34 +++ arch/arm/mach-omap2/board-3430sdp.c | 145

Re: [PATCH] OMAP2/3 PM: Add OMAP PM no-op layer

2008-07-03 Thread Ramesh Gupta G
Hi Paul, Perhaps something similar to an OMAP PM function omap_pm_dsp_get_opp_table() that DSPBridge could call on startup? Can you please provide tentative dates for the patches available with above function? thanks Ramesh Gupta G -- To unsubscribe from this list: send the line

[Resending - PATCH 1/3] Triton BCI driver device setup for OMAP3430

2008-07-03 Thread Madhusudhan Chikkature
Hi Tony, I am resending the BCI patch series after fixing the comments provided by Filipe. Regards, Madhu - From: Madhusudhan Chikkature[EMAIL PROTECTED] Device setup/initialization for the Triton battery charger

[Resending - PATCH 3/3] Triton BCI driver for OMAP3430 - USB changes

2008-07-03 Thread Madhusudhan Chikkature
From: Madhusudhan Chikkature[EMAIL PROTECTED] This patch calls the functionality supported by the TWL4030 battery charger interface driver to enable/disable battery charging upon cable attach/detach. Signed-off-by: Madhusudhan Chikkature[EMAIL PROTECTED] --- drivers/i2c/chips/twl4030-usb.c |

Re: [ PATCH 2/3 ] net:smc911x Modify driver to also work with omap24xx

2008-07-03 Thread Tony Lindgren
* Arun KS [EMAIL PROTECTED] [080626 18:17]: On Thu, Jun 26, 2008 at 5:52 PM, Tony Lindgren [EMAIL PROTECTED] wrote: Hi, * Arun KS [EMAIL PROTECTED] [080624 15:14]: net:smc911x Modify driver to also work with omap24xx Few comments below. Also, can you please send this to the Linux

Re: [PATCH] omap: hsmmc: Avoid NULL pointer dereference

2008-07-03 Thread Tony Lindgren
* Felipe Balbi [EMAIL PROTECTED] [080630 17:18]: Try if pdata provides a cleanup function pointers. For boards which don't provide it, driver will oops in omap_remove. Pushing today. Tony Signed-off-by: Felipe Balbi [EMAIL PROTECTED] --- drivers/mmc/host/omap_hsmmc.c |3 ++- 1 files

On vacation in July

2008-07-03 Thread Tony Lindgren
Hi all, Just FYI, I'll be mostly offline and on vacation during July. I've pushed some patches today.. There are still pending patches on the mailing list that have to wait until the beginning of August. Cheers, Tony -- To unsubscribe from this list: send the line unsubscribe linux-omap in the

Re: [PATCH] OMAP: Store switch state for OUTPUT gpio-switches

2008-07-03 Thread Tony Lindgren
* Mikko Ylinen [EMAIL PROTECTED] [080630 16:35]: Pushing today. Tony Signed-off-by: Mikko Ylinen [EMAIL PROTECTED] --- arch/arm/plat-omap/gpio-switch.c |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/arch/arm/plat-omap/gpio-switch.c

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

2008-07-03 Thread Tony Lindgren
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(+), 3 deletions(-) Index:

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

2008-07-03 Thread Tony Lindgren
* [EMAIL PROTECTED] [EMAIL PROTECTED] [080702 15:25]: 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. Pushing today. Tony

Re: [PATCH 1/3] OMAP3: EVM: KEYPAD: Add twl4030 keypad driver support

2008-07-03 Thread Tony Lindgren
* Miguel Aguilar [EMAIL PROTECTED] [080625 23:17]: Add twl4030 keypad driver support to OMAP3 EVM Signed-off-by: Miguel Angel Aguilar [EMAIL PROTECTED] --- arch/arm/mach-omap2/board-omap3evm.c | 38 1 files changed, 38 insertions(+), 0 deletions(-) diff --git

Re: [PATCH 2/3] OMAP3: EVM: KEYPAD: Fix Kconfig dependency

2008-07-03 Thread Tony Lindgren
* Miguel Aguilar [EMAIL PROTECTED] [080625 23:18]: Add twl4030 keypad driver support to OMAP3 EVM Pushing today, this one needed fixing too for the path. Tony Signed-off-by: Miguel Angel Aguilar [EMAIL PROTECTED] --- drivers/input/keyboard/Kconfig |2 +- 1 files changed,

Re: [PATCH] CBUS: A workaround for ADC S/H HW bug: always keep ch 8 selected when S/H is used

2008-07-03 Thread Tony Lindgren
* Mikko Ylinen [EMAIL PROTECTED] [080630 16:34]: Pushing today. Tony Signed-off-by: Mikko Ylinen [EMAIL PROTECTED] --- drivers/cbus/retu.c | 12 drivers/cbus/retu.h |1 + 2 files changed, 13 insertions(+), 0 deletions(-) diff --git a/drivers/cbus/retu.c

Re: [PATCH 1/1] OMAP: DISPC: Fix to disable also interface clocks. 2nd.

2008-07-03 Thread Tony Lindgren
* Jouni Hogander [EMAIL PROTECTED] [080701 12:39]: Leaving interface clocks enabled causes dss pwrdm to stay in active state when mpu is in active state. This fix puts dss to sleep state when it is not needed. Pushing today. Tony Signed-off-by: Jouni Hogander [EMAIL PROTECTED] ---

Re: [PATCH 1/1] OMAP: DISPC: Fix to disable also interface clocks. 2nd.

2008-07-03 Thread Tony Lindgren
* Tony Lindgren [EMAIL PROTECTED] [080703 14:03]: * Jouni Hogander [EMAIL PROTECTED] [080701 12:39]: Leaving interface clocks enabled causes dss pwrdm to stay in active state when mpu is in active state. This fix puts dss to sleep state when it is not needed. Pushing today. And then

Re: [resend][PATCH 0/3] Adding ethernet support on omap2evm

2008-07-03 Thread Tony Lindgren
* Arun KS [EMAIL PROTECTED] [080630 18:04]: Hi all, The following set of patches add ethernet support for omap2evm I have incorporated the comments form Tony and Felipe. * 0001-OMAP2EVM-Adding-ethernet-support.patch This patch modifies the board files for supporting smc9115 *

Re: [Resending - PATCH 1/3] Triton BCI driver device setup for OMAP3430

2008-07-03 Thread Felipe Balbi
On Thu, 3 Jul 2008 17:35:50 +0530 (IST), Madhusudhan Chikkature [EMAIL PROTECTED] wrote: Index: linux-omap-2.6/arch/arm/mach-omap2/bci.c === --- /dev/null 1970-01-01 00:00:00.0 + +++

Git pull request for omap patches for post 2.6.26

2008-07-03 Thread Tony Lindgren
Russell, Please pull the omap patches for post-2.6.26 from: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git omap2-upstream The patches in question have been posted earlier to linux-arm-kernel as three separate sets: [PATCH 00/21] Omap upstream patches for post 2.6.26

34xx off-mode support fixes

2008-07-03 Thread Tero Kristo
Hi, This patch set contains some experimental fixes for the cpu-idle support from Rajendra Nayak. With this patch set, all power domains enter OFF mode and recover from it, at least while using suspend and/or dynamic idle. If you are using these patches, you should disable CPU_IDLE support from

Re: [PATCH 1/6] 34XX: PM: Workaround to reset all wkdeps

2008-07-03 Thread Tony Lindgren
* Jouni Hogander [EMAIL PROTECTED] [080630 11:53]: This workaround is needed until powerdomain code resets wkdeps. Pushing today. Tony Signed-off-by: Jouni Hogander [EMAIL PROTECTED] --- arch/arm/mach-omap2/pm34xx.c | 20 ++-- 1 files changed, 18 insertions(+), 2

[PATCH] OMAP2EVM: add LCD panel support

2008-07-03 Thread arun c
omap2evm LCD supports VGA and QVGA resolution, by default its in VGA mode. Signed-off-by: Arun C [EMAIL PROTECTED] --- arch/arm/mach-omap2/board-omap2evm.c | 15 +++- drivers/video/omap/Makefile |1 + drivers/video/omap/lcd_omap2evm.c| 195 ++

Re: [PATCH] OMAP2/3 PM: Add OMAP PM no-op layer

2008-07-03 Thread Paul Walmsley
Hello Ramesh, On Thu, 3 Jul 2008, Ramesh Gupta G wrote: Perhaps something similar to an OMAP PM function omap_pm_dsp_get_opp_table() that DSPBridge could call on startup? Can you please provide tentative dates for the patches available with above function? DSPBridge already has all of

Re: [PATCH 1/1] twl4030-madc: Fix arbitrarily initialized function pointer

2008-07-03 Thread Viktor Rosendahl
+ req.func_cb = NULL; maybe below is a better patch: diff --git a/drivers/i2c/chips/twl4030-madc.c b/drivers/i2c/chips/twl4030-madc.c index 72b126b..6d8915e 100644 --- a/drivers/i2c/chips/twl4030-madc.c +++ b/drivers/i2c/chips/twl4030-madc.c @@ -360,7 +360,7 @@ static

[Resending - PATCH 1/3] Triton BCI driver device setup for OMAP3430

2008-07-03 Thread Madhusudhan Chikkature
Hi Tony, I fixed couple of minor comments from Filipe. Regards, Madhu From: Madhusudhan Chikkature[EMAIL PROTECTED] Device setup/initialization for the Triton battery charger interface driver for the OMAP3430 SDP.

Re: 34xx off-mode support fixes

2008-07-03 Thread Högander Jouni
Hi Tero, ext Tero Kristo [EMAIL PROTECTED] writes: Hi, This patch set contains some experimental fixes for the cpu-idle support from Rajendra Nayak. With this patch set, all power domains enter OFF mode and recover from it, at least while using suspend and/or dynamic idle. If you are using

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

2008-07-03 Thread Gadiyar, Anand
* [EMAIL PROTECTED] [EMAIL PROTECTED] [080702 15:25]: 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. Pushing today.