Re: [PATCH 4/8] usb: musb: Change to use new IO access

2014-11-25 Thread Linus Walleij
On Mon, Nov 24, 2014 at 8:05 PM, Tony Lindgren wrote: > Change to use new IO access. This allows us to build in multiple > MUSB glue layers. > > Cc: Fabio Baltieri > Cc: Lee Jones > Cc: Linus Walleij > Signed-off-by: Tony Lindgren Acked-by: Linus Walleij Yours, Linus Walleij -- To unsubscr

Re: [PATCH 4/8] usb: musb: Change to use new IO access

2014-11-24 Thread Tony Lindgren
* Felipe Balbi [141124 11:13]: > On Mon, Nov 24, 2014 at 11:05:02AM -0800, Tony Lindgren wrote: > > @@ -312,10 +345,40 @@ void musb_read_fifo(struct musb_hw_ep *hw_ep, u16 > > len, u8 *dst) > > ioread8_rep(fifo, dst, len); > > } > > } > > -#endif > > > > -#endif /* normal P

Re: [PATCH 4/8] usb: musb: Change to use new IO access

2014-11-24 Thread Felipe Balbi
On Mon, Nov 24, 2014 at 11:05:02AM -0800, Tony Lindgren wrote: > @@ -312,10 +345,40 @@ void musb_read_fifo(struct musb_hw_ep *hw_ep, u16 len, > u8 *dst) > ioread8_rep(fifo, dst, len); > } > } > -#endif > > -#endif /* normal PIO */ > +/* > + * Old style IO functions > +

[PATCH 4/8] usb: musb: Change to use new IO access

2014-11-24 Thread Tony Lindgren
Change to use new IO access. This allows us to build in multiple MUSB glue layers. Cc: Fabio Baltieri Cc: Lee Jones Cc: Linus Walleij Signed-off-by: Tony Lindgren --- drivers/usb/musb/am35x.c | 3 +- drivers/usb/musb/blackfin.c | 8 +-- drivers/usb/musb/musb_core.c | 140