RE: [PATCH] Volume Down key on the Zoom MDK

2008-08-01 Thread Pandita, Vikram
> From: George Jahad [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 31, 2008 11:01 PM > To: Pandita, Vikram > Cc: George Jahad; linux-omap@vger.kernel.org > Subject: RE: [PATCH] Volume Down key on the Zoom MDK > > Sorry I didn't make that clear. > > This is against the TI bsp found here: > ht

[PATCH] ARM: OMAP: OneNAND for OMAP3

2008-08-01 Thread Adrian Hunter
Update OneNAND support for OMAP3. Signed-off-by: Adrian Hunter <[EMAIL PROTECTED]> --- arch/arm/mach-omap2/board-n800-flash.c | 240 arch/arm/mach-omap2/gpmc.c |5 + drivers/mtd/onenand/omap2.c| 186 +++-- include/asm

off mode and smartreflex

2008-08-01 Thread Peter 'p2' De Schrijver
Hi, Using Rajendra's cpuidle and offmode patches + the patches I posted to configure triton2 and set the correct off mode polarity, I noticed the system does not go to off mode when smartreflex is enabled. At least sysoffmode is not deasserted and the VDD1 and VDD2 voltages do not drop to 0V. Shou

Re: [PATCH] Volume Down key on the Zoom MDK

2008-08-01 Thread Trilok Soni
Hi Vikram, > > (2) A TI-GIT tree: > An up-to-date 2.6.26 kernel in sync with linux-omap git > This can be got by git clone - > git clone http://git.omapzoom.org/repo/omapkernel Do you guys have gitweb URL for above zoom kernel? -- ---Trilok Soni http://triloksoni.wordpress.com http://www.linked

RE: [PATCH] Volume Down key on the Zoom MDK

2008-08-01 Thread Pandita, Vikram
> -Original Message- > From: Trilok Soni [mailto:[EMAIL PROTECTED] > Sent: Friday, August 01, 2008 4:12 PM > To: Pandita, Vikram > Cc: George Jahad; linux-omap@vger.kernel.org > Subject: Re: [PATCH] Volume Down key on the Zoom MDK > > Hi Vikram, > > > > > (2) A TI-GIT tree: > > An up-to-d

[PATCH] Added support for OMAP35x processor series

2008-08-01 Thread Sanjeev Premi
This patch adds basic support for the OMAP35x Applications Processors. (See: http://focus.ti.com/general/docs/gencontent.tsp?contentId=46725) As you will notice, NEON SIMD coprocessor is enabled by default for these processors. Signed-off-by: Sanjeev Premi <[EMAIL PROTECTED]> --- arch/arm/mach-o

Re: USB driver issue

2008-08-01 Thread Daniel Stone
On Thu, Jul 31, 2008 at 01:38:59PM -0700, ext Emanoil Kotsev wrote: > Kernel developers should fix bugs in minor kernel versions as they are meant > for this purpous and do major changes only in major version. A bunch of > bugfixes I see (not only usb related) are just not in place in minor kerne

Re: USB driver issue

2008-08-01 Thread Riku Voipio
On Thu, Jul 31, 2008 at 08:30:26AM -0700, Emanoil Kotsev wrote: > I think everything is getting pretty messy recently - I was pretty satisfied > with 2.6.20 and then tried 2.6.24. In fact I can not compile 2.6.20 right now > because after an upgrade debian testing comes with gcc-4.3 that has a >

RE: off mode and smartreflex

2008-08-01 Thread Woodruff, Richard
Hi Peter, > Using Rajendra's cpuidle and offmode patches + the patches I posted to > configure triton2 and set the correct off mode polarity, I noticed the > system does not go to off mode when smartreflex is enabled. At least > sysoffmode is not deasserted and the VDD1 and VDD2 voltages do not >

Re: USB driver issue

2008-08-01 Thread Alan Stern
On Thu, 31 Jul 2008, Greg KH wrote: > On Thu, Jul 31, 2008 at 07:47:07PM -0500, Stalin Kenny wrote: > > Felipe, > > > > Sorry to say but to say that one has to migrate to latest kernel in > > order to get community support is not rightthe statement does has > > a touch of arrogance. You are n

Re: [PATCH] ARM: OMAP: OneNAND for OMAP3

2008-08-01 Thread Paul Walmsley
Hello Adrian, On Fri, 1 Aug 2008, Adrian Hunter wrote: > Update OneNAND support for OMAP3. a few quick comments. > + reg = > omap2_onenand_readw(onenand_base+ONENAND_REG_VERSION_ID); Just a minor nit - please use spaces around binary & ternary operators per CodingStyle. > +