> -----Original Message----- > From: [email protected] [mailto:linux-arm- > [email protected]] On Behalf Of Tony Lindgren > Sent: Saturday, February 20, 2010 5:01 AM > To: [email protected] > Cc: Felipe Balbi; [email protected]; [email protected] > Subject: [PATCH 10/11] omap: musb: get rid of dyn_fifo > > From: Felipe Balbi <[email protected]> > > that's deprecated as we can check dyn_fifo from > CONFIGDATA register. > > Cc: [email protected] > Signed-off-by: Felipe Balbi <[email protected]> > Signed-off-by: Tony Lindgren <[email protected]>
Felipe, This patch causes musb init failure if below patch[1] is not taken. [1] http://marc.info/?l=linux-omap&m=126088393130177&w=2 I don't see patch [1] in Greg's queue also so please forward it to Greg. Regards, Ajay > --- > arch/arm/mach-omap2/usb-musb.c | 1 - > 1 files changed, 0 insertions(+), 1 deletions(-) > > diff --git a/arch/arm/mach-omap2/usb-musb.c b/arch/arm/mach-omap2/usb- > musb.c > index 2221a6c..85feb60 100644 > --- a/arch/arm/mach-omap2/usb-musb.c > +++ b/arch/arm/mach-omap2/usb-musb.c > @@ -49,7 +49,6 @@ static struct resource musb_resources[] = { > > static struct musb_hdrc_config musb_config = { > .multipoint = 1, > - .dyn_fifo = 1, > .num_eps = 16, > .ram_bits = 12, > }; > > > _______________________________________________ > linux-arm-kernel mailing list > [email protected] > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
