Re: FrameBuffer Boot Option OMAP3 & 2

2008-05-06 Thread arun c
Hi Fabien, On Tue, May 6, 2008 at 9:37 PM, Royer, Fabien <[EMAIL PROTECTED]> wrote: > Hello everyone, > > > > I am working on the OMAP3 board for displaying video Demos. > > > > I am using Mplayer to play some video, but it is using the half of the > screen I would like the fullscreen. > > > >

[PATCH 2/2] OMAP3 EVM: enable spi, touchscreen, and ads7846 driver in defconfig

2008-05-06 Thread Steve Sakoman
From: Steve Sakoman <[EMAIL PROTECTED]> Enable spi, touchscreen, and ADS7846 in omap3_evm_defconfig Signed-off-by: Steve Sakoman <[EMAIL PROTECTED]> --- omap3_evm_defconfig | 42 ++ 1 file changed, 38 insertions(+), 4 deletions(-) --- a/arch/arm/configs/

[PATCH 1/2] OMAP3 EVM: Add touchscreen support

2008-05-06 Thread Steve Sakoman
From: Steve Sakoman <[EMAIL PROTECTED]> Add touchscreen support for OMAP3 EVM Signed-off-by: Steve Sakoman <[EMAIL PROTECTED]> --- arch/arm/mach-omap2/board-omap3evm.c | 42 + include/asm-arm/arch-omap/board-omap3evm.h |1 2 files changed, 43 insertions(+)

[PATCH 0/2] OMAP3 EVM: Add touchscreen support

2008-05-06 Thread Steve Sakoman
This is a re-submission addressing the comments given on my intial submission. These patches are intended to be applied after my previous "twl4030: set irq number" patch. Touchscreen support was tested on my EVM using an x11 rootfs. I was able to calibrate the touchscreen, use the onscreen keybo

Re: vanilla kernel is broken on omap board

2008-05-06 Thread Tony Lindgren
Hi, * Kyungmin Park <[EMAIL PROTECTED]> [080506 17:48]: > Hi Tony, > > Current vanilla kernel is broken on omap2 boards. > In the previous time you committed some omap2 patches, but some > patches are not missing. > Such as Runtime constants series. [1] > > Now "some parts" are already included.

vanilla kernel is broken on omap board

2008-05-06 Thread Kyungmin Park
Hi Tony, Current vanilla kernel is broken on omap2 boards. In the previous time you committed some omap2 patches, but some patches are not missing. Such as Runtime constants series. [1] Now "some parts" are already included. So you just commit the remain parts too such as in [2] In most cases the

[PATCH] MMC: Fix omap compile by replacing dev_name with dma_dev_name

2008-05-06 Thread Tony Lindgren
Hi Pierre, Here's a fix to make omap.c compile again because of a name conflict introduced by 3efcdd76c4906236f9043c8b34837818177b291d. Regards, Tony >From 3efcdd76c4906236f9043c8b34837818177b291d Mon Sep 17 00:00:00 2001 From: Tony Lindgren <[EMAIL PROTECTED]> Date: Tue, 6 May 2008 16:06:06 -07

Re: [RFC/PATCH] twl4030: Set irq number based upon cpu type rather than requiring #define in board.h files

2008-05-06 Thread Tony Lindgren
* Felipe Balbi <[EMAIL PROTECTED]> [080506 15:37]: > On Tue, May 06, 2008 at 02:28:09PM -0700, Tony Lindgren wrote: > > * Steve Sakoman <[EMAIL PROTECTED]> [080506 12:15]: > > > From: Steve Sakoman <[EMAIL PROTECTED]> > > > > > > Set twl4030 irq number based upon cpu type rather than requiring > >

Re: [RFC/PATCH] twl4030: Set irq number based upon cpu type rather than requiring #define in board.h files

2008-05-06 Thread Felipe Balbi
On Tue, May 06, 2008 at 02:28:09PM -0700, Tony Lindgren wrote: > * Steve Sakoman <[EMAIL PROTECTED]> [080506 12:15]: > > From: Steve Sakoman <[EMAIL PROTECTED]> > > > > Set twl4030 irq number based upon cpu type rather than requiring > > #define in board.h files > > Thanks, looks good to me until

Re: [PATCH] MUSB: misc clean-up.

2008-05-06 Thread Tony Lindgren
* Felipe Balbi <[EMAIL PROTECTED]> [080505 00:55]: > > > On Sat, 3 May 2008 15:19:50 +0200, Andrzej Zaborowski <[EMAIL PROTECTED]> > wrote: > > Correct the interrupt mask in TUSB6010 and other nit-picking from my > tree. > > > > Signed-off-by: Andrzej Zaborowski <[EMAIL PROTECTED]> > > Acked-b

Re: [PATCH]Correction to BQ27000 battery device name

2008-05-06 Thread Tony Lindgren
* Felipe Balbi <[EMAIL PROTECTED]> [080429 04:41]: > > > On Tue, 29 Apr 2008 14:26:58 +0530, "Madhusudhan Chikkature Rajashekar" > <[EMAIL PROTECTED]> wrote: > > This patch changes the device name as the bq27000 chip is not omap > > specific. > > Sure this is not omap-specific. A more generic na

Re: [PATCH] CBUS: Fix retu-headset driver by not using removed input_dev->private field

2008-05-06 Thread Tony Lindgren
* Jarkko Nikula <[EMAIL PROTECTED]> [080506 01:33]: > Signed-off-by: Jarkko Nikula <[EMAIL PROTECTED]> > --- > drivers/cbus/retu-headset.c |1 - > 1 files changed, 0 insertions(+), 1 deletions(-) > > diff --git a/drivers/cbus/retu-headset.c b/drivers/cbus/retu-headset.c > index f9de5cd..e798b

Re: [PATCH 1/1] DSPGW: Fix build error with n800_defconfig

2008-05-06 Thread Tony Lindgren
* Hiroshi DOYU <[EMAIL PROTECTED]> [080506 03:43]: > "3c18ddd160d1fcd46d1131d9ad6c594dd8e9af99" removed "->nopage()" from "vm_ops". > > Signed-off-by: Hiroshi DOYU <[EMAIL PROTECTED]> > --- > drivers/dsp/dspgateway/task.c |7 +++ > 1 files changed, 3 insertions(+), 4 deletions(-) > > dif

Re: [PATCH 1/1] PRM: Fixed comments on global PRM register usage.

2008-05-06 Thread Tony Lindgren
* Kalle Jokiniemi <[EMAIL PROTECTED]> [080506 00:33]: > Signed-off-by: Kalle Jokiniemi <[EMAIL PROTECTED]> > --- > arch/arm/mach-omap2/prm.h |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/arch/arm/mach-omap2/prm.h b/arch/arm/mach-omap2/prm.h > index 125d1e2..6715d6

Re: [RFC/PATCH] twl4030: Set irq number based upon cpu type rather than requiring #define in board.h files

2008-05-06 Thread Tony Lindgren
* Steve Sakoman <[EMAIL PROTECTED]> [080506 12:15]: > From: Steve Sakoman <[EMAIL PROTECTED]> > > Set twl4030 irq number based upon cpu type rather than requiring > #define in board.h files Thanks, looks good to me until we have a patch that passes the irq in struct i2c_board_info. Tony > Signe

Re: public git l2 cache off.

2008-05-06 Thread Tony Lindgren
* Koen Kooi <[EMAIL PROTECTED]> [080506 10:02]: > > Op 6 mei 2008, om 18:51 heeft Woodruff, Richard het volgende geschreven: > >> Beagleboard (omap3530) > >> > >>> I'll try the latest from here on SDP with this and see if it works. > >>> There is also a difference in CR handling. I had submitted

[RFC/PATCH] twl4030: Set irq number based upon cpu type rather than requiring #define in board.h files

2008-05-06 Thread Steve Sakoman
From: Steve Sakoman <[EMAIL PROTECTED]> Set twl4030 irq number based upon cpu type rather than requiring #define in board.h files Signed-off-by: Steve Sakoman <[EMAIL PROTECTED]> --- diff -uprN a/drivers/i2c/chips/twl4030-core.c b/drivers/i2c/chips/twl4030-core.c --- a/drivers/i2c/chips/twl4030-c

Re: public git l2 cache off.

2008-05-06 Thread Dirk Behme
Woodruff, Richard wrote: Enabling L2 cache was removed from proc-v7.S since was cortex specific instead of armv7 specific and u-boot explicitly turns of L2 before booting into linux. I made a reverse patch, but my omap3 board doesn't boot if I use it: Our 2.6.24 kernel does something close and

Re: public git l2 cache off.

2008-05-06 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 6 mei 2008, om 18:51 heeft Woodruff, Richard het volgende geschreven: Beagleboard (omap3530) I'll try the latest from here on SDP with this and see if it works. There is also a difference in CR handling. I had submitted long back a fix to Russ

RE: public git l2 cache off.

2008-05-06 Thread Woodruff, Richard
> Beagleboard (omap3530) > > > I'll try the latest from here on SDP with this and see if it works. > > There is also a difference in CR handling. I had submitted long > > back a fix to Russell but let it get by me as I didn't have the time > > to fix per his comments. I think our version was mor

Re: public git l2 cache off.

2008-05-06 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 6 mei 2008, om 17:06 heeft Woodruff, Richard het volgende geschreven: Enabling L2 cache was removed from proc-v7.S since was cortex specific instead of armv7 specific and u-boot explicitly turns of L2 before booting into linux. I made a reverse

RE: public git l2 cache off.

2008-05-06 Thread Woodruff, Richard
> Enabling L2 cache was removed from proc-v7.S since was cortex specific > instead of armv7 specific and u-boot explicitly turns of L2 before > booting into linux. I made a reverse patch, but my omap3 board doesn't > boot if I use it: Our 2.6.24 kernel does something close and boots fine on OMAP3-

Re: [PATCH 2/2] OMAP3 EVM: add touchscreen support

2008-05-06 Thread Tony Lindgren
* Steve Sakoman <[EMAIL PROTECTED]> [080506 07:16]: > Tony, > > > > #define TWL4030_IRQNUM INT_34XX_SYS_NIRQ > > > > And this should really be OMAP3_TWL4030_IRQNUM defined in 34xx.h. > > I noticed that in another thread you asked Nishant Kamat to submit > this as a separate gener

Re: [PATCH 2/2] OMAP3 EVM: add touchscreen support

2008-05-06 Thread Steve Sakoman
Tony, > > #define TWL4030_IRQNUM INT_34XX_SYS_NIRQ > > And this should really be OMAP3_TWL4030_IRQNUM defined in 34xx.h. I noticed that in another thread you asked Nishant Kamat to submit this as a separate general patch for all boards that use this define. Would you prefer that

[PATCH 1/1] DSPGW: Fix build error with n800_defconfig

2008-05-06 Thread Hiroshi DOYU
"3c18ddd160d1fcd46d1131d9ad6c594dd8e9af99" removed "->nopage()" from "vm_ops". Signed-off-by: Hiroshi DOYU <[EMAIL PROTECTED]> --- drivers/dsp/dspgateway/task.c |7 +++ 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/drivers/dsp/dspgateway/task.c b/drivers/dsp/dspgateway/ta

[PATCH] CBUS: Fix retu-headset driver by not using removed input_dev->private field

2008-05-06 Thread Jarkko Nikula
Signed-off-by: Jarkko Nikula <[EMAIL PROTECTED]> --- drivers/cbus/retu-headset.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/cbus/retu-headset.c b/drivers/cbus/retu-headset.c index f9de5cd..e798bc2 100644 --- a/drivers/cbus/retu-headset.c +++ b/drivers/cbus/ret

[PATCH 1/1] PRM: Fixed comments on global PRM register usage.

2008-05-06 Thread Kalle Jokiniemi
Signed-off-by: Kalle Jokiniemi <[EMAIL PROTECTED]> --- arch/arm/mach-omap2/prm.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-omap2/prm.h b/arch/arm/mach-omap2/prm.h index 125d1e2..6715d6f 100644 --- a/arch/arm/mach-omap2/prm.h +++ b/arch/arm/mach-omap2/p