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
* 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
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
> +
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