Re: [PATCH] arm: fix compilation warning during compilation

2010-11-09 Thread Marco Stornelli
2010/11/8 Gadiyar, Anand : > 2010/11/8 Marco Stornelli : >> 2010/11/8 Uwe Kleine-König : >>> Hello, >>> >>> On Sat, Nov 06, 2010 at 10:06:35AM +0100, Marco Stornelli wrote: >>>> From: Marco Stornelli >>>> >>>> During compil

Re: [PATCH] arm: fix compilation warning during compilation

2010-11-08 Thread Marco Stornelli
2010/11/8 Uwe Kleine-König : > Hello, > > On Sat, Nov 06, 2010 at 10:06:35AM +0100, Marco Stornelli wrote: >> From: Marco Stornelli >> >> During compilation of 2.6.36 for Beagle board, there a are a couple of >> warnings. This patch fix them. > Please brea

[PATCH] arm: fix compilation warning during compilation

2010-11-06 Thread Marco Stornelli
From: Marco Stornelli During compilation of 2.6.36 for Beagle board, there a are a couple of warnings. This patch fix them. Signed-off-by: Marco Stornelli --- --- linux-2.6.36-orig/arch/arm/plat-omap/include/plat/usb.h 2010-10-20 22:30:22.0 +0200 +++ linux-2.6.36/arch/arm/plat

Re: omap udc driver problem with beagle board

2010-05-31 Thread Marco Stornelli
2010/5/30 Felipe Balbi : > On Sun, May 30, 2010 at 11:53:49AM +0200, Marco Stornelli wrote: > beagle board uses musb. You shouldn't be relying on the udc controller. > Your Kconfig is just wrong. > > -- > balbi > Oops, my fault. I see the error in the configuration. Th

Re: omap udc driver problem with beagle board

2010-05-30 Thread Marco Stornelli
2010/5/30 Felipe Balbi : > On Sun, May 30, 2010 at 11:53:49AM +0200, Marco Stornelli wrote: > > beagle board uses musb. You shouldn't be relying on the udc controller. > Your Kconfig is just wrong. > > -- > balbi > Mmmdoes it mean that it's not possibl

omap nand driver problem with beagle board

2010-05-30 Thread Marco Stornelli
Hi, I'm using the kernel 2.6.34 with beagle board rev. c4. The omap nand driver fails the probe because the field phys_base in the omap_nand_platform_data struct is never set in the board specific code. Indeed, the driver fails because the read address is 0x0. Is it a regression? Has someone the s

omap udc driver problem with beagle board

2010-05-30 Thread Marco Stornelli
Hi, I'm using the kernel 2.6.34 with the beagle board rev. c4. I have got some problems with the ethernet gadget to use nfs over usb. The problem is with the usb. When the g_ether driver register itself, the omap udc driver returns ENODEV because the kernel didn't call the probe for this driver. L