Re: OMAP support in mainline?

2008-09-17 Thread Budhee Jamaich
On Wed, Sep 17, 2008 at 2:25 AM, Tony Lindgren [EMAIL PROTECTED] wrote: Hopefully we'll get all core 24xx and 34xx files integrated soon. But then there are tons of board-*.c files missing from mainline that probably need to be cleaned up a bit. What about sending the board to standby via

Re: [PATCH] alsa: add Beagleboard SoC configuration.

2008-09-17 Thread Jarkko Nikula
On Tue, 16 Sep 2008 23:51:35 +0300 ext Felipe Contreras [EMAIL PROTECTED] wrote: This is exactly the same as the overo configuration. It might make sense to have them in a single one. Signed-off-by: Felipe Contreras [EMAIL PROTECTED] --- This was suggested by Koen Kooi.

Re: OMAP support in mainline?

2008-09-17 Thread Koen Kooi
Op 17 sep 2008, om 07:55 heeft David Brownell het volgende geschreven: On Tuesday 16 September 2008, Jarkko Nikula wrote: I think one good measure for this whole work when one can can run Beagle or Overo with mainline kernel. Yes ... ideally for 2.6.28 for both. The Overo boards handed

Re: [PREVIEW] New display subsystem for OMAP2/3

2008-09-17 Thread Tomi Valkeinen
On Mon, 2008-09-15 at 20:27 +0100, ext Måns Rullgård wrote: Tomi Valkeinen [EMAIL PROTECTED] writes: On Sat, 2008-09-13 at 22:47 +0100, ext Måns Rullgård wrote: Koen Kooi [EMAIL PROTECTED] writes: What I don't like about the patch posted is its size. I'm sure the transition could be

Re: [PATCH] ARM: OMAP: Clean-up MMC device init (Was: [PATCH]Enable 4-bit in HSMMC1 and HSMMC2 platform data)

2008-09-17 Thread Russell King - ARM Linux
On Tue, Sep 16, 2008 at 04:13:57PM -0700, Tony Lindgren wrote: OK Here's the patch updated. If necessary, the patch could be broken into several parts. I've already got a patch doing what I've outlined (and some other stuff) I just haven't had time to finish it off to email out yet. -- To

Re: [PATCH 0/3] OMAP2/3 clock: encode prcm_mod for each struct clk

2008-09-17 Thread Paul Walmsley
On Tue, 16 Sep 2008, Tony Lindgren wrote: Looks like patch 3/3 is missing? vger ate it. Will split it up, - Paul -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to [EMAIL PROTECTED] More majordomo info at

Re: [PREVIEW] New display subsystem for OMAP2/3

2008-09-17 Thread Måns Rullgård
Tomi Valkeinen [EMAIL PROTECTED] writes: On Mon, 2008-09-15 at 20:27 +0100, ext Måns Rullgård wrote: Tomi Valkeinen [EMAIL PROTECTED] writes: On Sat, 2008-09-13 at 22:47 +0100, ext Måns Rullgård wrote: Koen Kooi [EMAIL PROTECTED] writes: What I don't like about the patch posted is its

[PATCH PM-0] OMAP3: I2C: Implement i2c save/restore

2008-09-17 Thread Jouni Hogander
Save and restore needed registers instead of re-init. Signed-off-by: Jouni Hogander [EMAIL PROTECTED] --- drivers/i2c/busses/i2c-omap.c | 47 +++-- 1 files changed, 31 insertions(+), 16 deletions(-) diff --git a/drivers/i2c/busses/i2c-omap.c

Re: [PATCH PM-0] OMAP3: I2C: Implement i2c save/restore

2008-09-17 Thread Kevin Hilman
Jouni Hogander [EMAIL PROTECTED] writes: Save and restore needed registers instead of re-init. Signed-off-by: Jouni Hogander [EMAIL PROTECTED] Ack. Pushing to pm-0 today. Kevin --- drivers/i2c/busses/i2c-omap.c | 47 +++-- 1 files changed, 31

Re: [PATCH PM-0] OMAP3: I2C: Implement i2c save/restore

2008-09-17 Thread Felipe Balbi
On Wed, Sep 17, 2008 at 02:18:57PM +0300, ext Kevin Hilman wrote: Jouni Hogander [EMAIL PROTECTED] writes: Save and restore needed registers instead of re-init. Signed-off-by: Jouni Hogander [EMAIL PROTECTED] Ack. Pushing to pm-0 today. About that, pm-0 only appears in

Re: OMAP support in mainline?

2008-09-17 Thread Koen Kooi
Op 17 sep 2008, om 14:24 heeft Steve Sakoman het volgende geschreven: On Wed, Sep 17, 2008 at 12:16 AM, Koen Kooi [EMAIL PROTECTED] wrote: And they aren't working too well with current l-o git either with MUSB being broken. There's a patch to fix client mode, but host mode still isn't

[PATCH] Debobs and ETK padconf implementation

2008-09-17 Thread Peter 'p2' De Schrijver
Signed-off-by: Peter 'p2' De Schrijver [EMAIL PROTECTED] --- arch/arm/mach-omap2/debobs.c | 214 ++ 1 files changed, 214 insertions(+), 0 deletions(-) create mode 100644 arch/arm/mach-omap2/debobs.c diff --git a/arch/arm/mach-omap2/debobs.c

[PATCH] Add definitions for ETK pads and debobs registers

2008-09-17 Thread Peter 'p2' De Schrijver
Signed-off-by: Peter 'p2' De Schrijver [EMAIL PROTECTED] --- arch/arm/plat-omap/include/mach/control.h | 34 + 1 files changed, 34 insertions(+), 0 deletions(-) diff --git a/arch/arm/plat-omap/include/mach/control.h b/arch/arm/plat-omap/include/mach/control.h index

[PATCH] Add debobs Kconfig item

2008-09-17 Thread Peter 'p2' De Schrijver
Signed-off-by: Peter 'p2' De Schrijver [EMAIL PROTECTED] --- arch/arm/mach-omap2/Kconfig | 10 +- arch/arm/mach-omap2/Makefile |3 +++ 2 files changed, 12 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index d0bbbf8..639af08

[PATCH] debobs support for OMAP3430.

2008-09-17 Thread Peter 'p2' De Schrijver
This patch adds support for debug observability on OMAP3430 using the ETK lines. Fixes some potential issues with the OMAP343X_CONTROL_DEBOBS, OMAP343X_PADCONF_ETK and OMAP343X_CONTROL_WKUP_DEBOBSMUX macros. Peter 'p2' De Schrijver (3): Add definitions for ETK pads and debobs registers

Re: [PATCH] OMAP 2/3 V4L2 display driver on video planes

2008-09-17 Thread Sakari Ailus
Hi, Hardik! ext Hardik Shah wrote: diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index 2703c66..e899dd2 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig @@ -762,8 +762,6 @@ source drivers/media/video/au0828/Kconfig source

RE: [PATCH] OMAP 2/3 V4L2 display driver on video planes

2008-09-17 Thread Hiremath, Vaibhav
Hi Ailus, Thanks, Vaibhav Hiremath Senior Software Engg. Platform Support Products Texas Instruments Inc Ph: +91-80-25099927 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sakari Ailus Sent: Wednesday, September 17, 2008 9:00 PM To: Shah, Hardik

[PATCH] Re: omap-sdp3430_Rotation patch

2008-09-17 Thread nskamat
From: Rajesh K [EMAIL PROTECTED] OMAP FBDEV: VRFB framebuffer rotation support This patch provides rotation support for OMAP2/3. You will have to append video=omapfb:rotation=0 parameters to your u-boot arguments to get this working. This supports 0,90,180 and 270 degree rotations.

Re: OMAP support in mainline?

2008-09-17 Thread Tony Lindgren
* Tony Lindgren [EMAIL PROTECTED] [080917 09:55]: * Kalle Valo [EMAIL PROTECTED] [080916 23:32]: Jarkko Nikula [EMAIL PROTECTED] writes: On Tue, 16 Sep 2008 16:25:06 -0700 ext Tony Lindgren [EMAIL PROTECTED] wrote: Hopefully we'll get all core 24xx and 34xx files integrated soon.

Re: OMAP support in mainline?

2008-09-17 Thread Tony Lindgren
* Kalle Valo [EMAIL PROTECTED] [080916 23:32]: Jarkko Nikula [EMAIL PROTECTED] writes: On Tue, 16 Sep 2008 16:25:06 -0700 ext Tony Lindgren [EMAIL PROTECTED] wrote: Hopefully we'll get all core 24xx and 34xx files integrated soon. But then there are tons of board-*.c files missing

[PATCH omapzoom tree] Fix keypad for LDP

2008-09-17 Thread Curran, Dominic
Hi Vikram, This patch fixes the keypad for LDP on the OMAPZOOM tree. - Adds dependency on MACH_LDP for TWL4030 KEYPAD menuconfig option. - Adds correct keypad IRQ to LDP board file. - Adds the struct omap_keypad to GPIO part of the T2 keypad driver. Regards, dom Signed-off-by: Dominic Curran

getting 2.6.25 from git to run on omap35x evm

2008-09-17 Thread twebb
The OMAP35x EVM (from TI/Mistral) runs their SDK 1.0.0 which is based on linux-2.6.22.18. I'm trying to get linux-2.6.25 (tag = v2.6.25-omap1 from linux-omap-2.6.git) running on the 35x EVM but having difficulties. The linux-2.6.22.18 including support for OMAP 35x EVM appears quite different

Re: getting 2.6.25 from git to run on omap35x evm

2008-09-17 Thread Koen Kooi
Op 17 sep 2008, om 20:36 heeft twebb het volgende geschreven: The OMAP35x EVM (from TI/Mistral) runs their SDK 1.0.0 which is based on linux-2.6.22.18. I'm trying to get linux-2.6.25 (tag = v2.6.25-omap1 from linux-omap-2.6.git) running on the 35x EVM but having difficulties. The

Re: getting 2.6.25 from git to run on omap35x evm

2008-09-17 Thread twebb
On Wed, Sep 17, 2008 at 2:59 PM, Koen Kooi [EMAIL PROTECTED] wrote: Why 2.6.25? Git has 2.6.26 already and currenly is at 2.6.27rc6, so why go from one obsolete version to another obsolete one? .27rc is pretty broken on the EVM atm, ut .26 should work fine. Was going with 2.6.25 because once

Re: getting 2.6.25 from git to run on omap35x evm

2008-09-17 Thread Ashwin Bihari
On Wed, Sep 17, 2008 at 3:23 PM, twebb [EMAIL PROTECTED] wrote: On Wed, Sep 17, 2008 at 2:59 PM, Koen Kooi [EMAIL PROTECTED] wrote: Why 2.6.25? Git has 2.6.26 already and currenly is at 2.6.27rc6, so why go from one obsolete version to another obsolete one? .27rc is pretty broken on the EVM

Re: getting 2.6.25 from git to run on omap35x evm

2008-09-17 Thread twebb
On Wed, Sep 17, 2008 at 3:36 PM, Ashwin Bihari [EMAIL PROTECTED] wrote: Does anyone (TI?) know how far apart their linux-2.6.22.18 (SDK 1.0.0) is from the linux-omap-2.6.git and when they might converge? Along these lines, which defconfig to use for OMAP35x EVM: SDK = omap3evm_defconfig or

Re: OMAP support in mainline?

2008-09-17 Thread Russell King - ARM Linux
On Wed, Sep 17, 2008 at 09:57:25AM -0700, Tony Lindgren wrote: If any ATAGs are needed, such as for the serial console, it needs to be a generic ATAG for whole arch/arm. Why is it needed for serial console anyway? We already have a cross- architecture way of defining the console - it's the

Re: getting 2.6.25 from git to run on omap35x evm

2008-09-17 Thread Ashwin Bihari
On Wed, Sep 17, 2008 at 4:11 PM, twebb [EMAIL PROTECTED] wrote: On Wed, Sep 17, 2008 at 3:36 PM, Ashwin Bihari [EMAIL PROTECTED] wrote: Does anyone (TI?) know how far apart their linux-2.6.22.18 (SDK 1.0.0) is from the linux-omap-2.6.git and when they might converge? Along these lines, which

Re: [PATCH] Re: omap-sdp3430_Rotation patch

2008-09-17 Thread arun c
Hi, On Wed, Sep 17, 2008 at 11:43 AM, [EMAIL PROTECTED] wrote: From: Rajesh K [EMAIL PROTECTED] OMAP FBDEV: VRFB framebuffer rotation support This patch provides rotation support for OMAP2/3. You will have to append video=omapfb:rotation=0 parameters to your u-boot arguments to get this