Re: [U-Boot] [PATCH 12/13] sunxi: A13-Olinuxino: Enable the USB OTG controller

2015-09-14 Thread Maxime Ripard
On Sun, Sep 13, 2015 at 07:38:27PM +0200, Hans de Goede wrote: > >>The policy I'm thinking of (and which we are currently sorta following > >>wrt enabling USB_MUSB_HOST) is that on devices with no normal usb > >>ports we use USB_MUSB_HOST, so that people can interact with u-boot > >>without needing

Re: [U-Boot] [PATCH 12/13] sunxi: A13-Olinuxino: Enable the USB OTG controller

2015-09-13 Thread Hans de Goede
Hi, On 13-09-15 19:13, Maxime Ripard wrote: On Thu, Sep 10, 2015 at 08:47:03PM +0200, Hans de Goede wrote: Hi, On 03-09-15 23:41, Maxime Ripard wrote: Hi Hans, On Tue, Sep 01, 2015 at 11:01:06AM +0200, Hans de Goede wrote: Hi, On 31-08-15 16:46, Maxime Ripard wrote: The A13-Olinuxino has

Re: [U-Boot] [PATCH 12/13] sunxi: A13-Olinuxino: Enable the USB OTG controller

2015-09-13 Thread Maxime Ripard
On Thu, Sep 10, 2015 at 08:47:03PM +0200, Hans de Goede wrote: > Hi, > > On 03-09-15 23:41, Maxime Ripard wrote: > >Hi Hans, > > > >On Tue, Sep 01, 2015 at 11:01:06AM +0200, Hans de Goede wrote: > >>Hi, > >> > >>On 31-08-15 16:46, Maxime Ripard wrote: > >>>The A13-Olinuxino has a mini-USB connecto

Re: [U-Boot] [PATCH 12/13] sunxi: A13-Olinuxino: Enable the USB OTG controller

2015-09-10 Thread Hans de Goede
Hi, On 03-09-15 23:41, Maxime Ripard wrote: Hi Hans, On Tue, Sep 01, 2015 at 11:01:06AM +0200, Hans de Goede wrote: Hi, On 31-08-15 16:46, Maxime Ripard wrote: The A13-Olinuxino has a mini-USB connector that can be used to power up the board and as an OTG connector. Since we have already so

Re: [U-Boot] [PATCH 12/13] sunxi: A13-Olinuxino: Enable the USB OTG controller

2015-09-03 Thread Maxime Ripard
Hi Hans, On Tue, Sep 01, 2015 at 11:01:06AM +0200, Hans de Goede wrote: > Hi, > > On 31-08-15 16:46, Maxime Ripard wrote: > >The A13-Olinuxino has a mini-USB connector that can be used to power up > >the board and as an OTG connector. > > > >Since we have already some USB host-only ports right be

Re: [U-Boot] [PATCH 12/13] sunxi: A13-Olinuxino: Enable the USB OTG controller

2015-09-01 Thread Hans de Goede
Hi, On 31-08-15 16:46, Maxime Ripard wrote: The A13-Olinuxino has a mini-USB connector that can be used to power up the board and as an OTG connector. Since we have already some USB host-only ports right beside this one, enable it in gadget mode Signed-off-by: Maxime Ripard --- configs/A13-

[U-Boot] [PATCH 12/13] sunxi: A13-Olinuxino: Enable the USB OTG controller

2015-08-31 Thread Maxime Ripard
The A13-Olinuxino has a mini-USB connector that can be used to power up the board and as an OTG connector. Since we have already some USB host-only ports right beside this one, enable it in gadget mode Signed-off-by: Maxime Ripard --- configs/A13-OLinuXino_defconfig | 2 ++ 1 file changed, 2 in