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 possible to use g_ether driver? I read in several

Re: omap udc driver problem with beagle board

2010-05-30 Thread Felipe Balbi
On Sun, May 30, 2010 at 11:53:49AM +0200, Marco Stornelli wrote: > 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 > driv

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