[PATCH] ARM: OMAP: Kconfig support HW ECC for nand driver on OMAP3

2008-08-24 Thread Singh, Vimal
From: Teerth Reddy <[EMAIL PROTECTED]> Add kconfig support for HW ECC for nand driver on OMAP3 Signed-off-by: Teerth Reddy <[EMAIL PROTECTED]> --- drivers/mtd/nand/Kconfig | 10 ++ 1 files changed, 10 insertions(+) Index : linux-omap-2.6/drivers/mtd/nand/Kconfig ==

Re: [RFC][PATCH 1/1] serial: OMAP driver

2008-08-24 Thread Girish. S. G.
Hi, > * Girish. S. G. <[EMAIL PROTECTED]> [080822 15:42]: >> Tony, >> >> > Hi, >> > arch/arm/configs/omap_3430sdp_defconfig | 12 >> >> arch/arm/mach-omap2/serial.c| 166 ++--- >> >> drivers/serial/Kconfig | 23 >> >> drivers/serial/Makefile |1

[PATCH v3] OMAP:MUSB: Corrects urb unlink function path

2008-08-24 Thread Ajay Kumar Gupta
Fixes kernel panic while ISO IN transfer is aborted.Replaced usb_hcd_unlink_urb_from_ep() from musb_giveback() to __musb_giveback() to make sure urb is unlinked before giveback when __musb_giveback() is called from musb_urb_dequeue(). Acquired musb->lock() before usb_hcd_unlink_urb_from_ep() withi

RE: [PATCH] OMAP: USB EHCI: Support final revision of USB board

2008-08-24 Thread Gadiyar, Anand
> > > > > > These should be sent via linux-usb list, please also Cc > > > linux-omap list. > > > > > > Thanks, > > > > > > Tony > > > > > > Er Tony, the bus glue for OMAP is not present upstream. This patch fixes > > something in that bus glue code, which currently exists only in your tree.

Re: [PATCH] OMAP:MUSB: Fixes the TT programming.

2008-08-24 Thread Greg KH
On Thu, Aug 21, 2008 at 11:30:06PM -0700, David Brownell wrote: > On Thursday 21 August 2008, [EMAIL PROTECTED] wrote: > > From: Ajay Kumar Gupta <[EMAIL PROTECTED]> > > > > Fixes enumeration failures when a USB device attached to a LS hub > > is connected to OMAP EVM via HS hub. This is fixed by