musb bogosity

2008-08-08 Thread Paul Mundt
The musb code currently kills the SH randconfig build (and this will hose any platform that also selects HAVE_CLK -- a PPC or AVR32 randconfig would have also hit this eventually), as can be seen here: http://kisskb.ellerman.id.au/kisskb/buildresult/41095/ This initial failure comes from the

Re: musb bogosity

2008-08-08 Thread Felipe Balbi
On Fri, Aug 08, 2008 at 11:32:45AM +0300, Felipe Balbi wrote: other users. Why this driver isn't using ioread/writeXX_rep() is beyond I'll try to fix io routines asap. From your next mail I could see that it's really bogus :-p drivers/usb/musb/musb_core.c: In function 'fifo_setup':

Re: musb bogosity

2008-08-08 Thread Paul Mundt
On Fri, Aug 08, 2008 at 12:04:45PM +0300, Felipe Balbi wrote: On Fri, Aug 08, 2008 at 11:32:45AM +0300, Felipe Balbi wrote: other users. Why this driver isn't using ioread/writeXX_rep() is beyond I'll try to fix io routines asap. From your next mail I could see that it's really bogus :-p