Re: [U-Boot] [RFC] usb: host: xhci-omap: Remove redundant board_usb_init and board_usb_cleanup functions

2018-02-14 Thread Uri Mashiach
Hi Faiz, On 02/14/2018 05:47 PM, Faiz Abbas wrote: Hi Uri, On Wednesday 14 February 2018 08:56 PM, Uri Mashiach wrote: Hi, Sorry for the late response. On 02/14/2018 04:19 PM, Marek Vasut wrote: On 02/14/2018 03:14 PM, Faiz Abbas wrote: Hi, On Wednesday 14 February 2018 06:53 PM, Marek Vas

Re: [U-Boot] [RFC] usb: host: xhci-omap: Remove redundant board_usb_init and board_usb_cleanup functions

2018-02-14 Thread Faiz Abbas
Hi Uri, On Wednesday 14 February 2018 08:56 PM, Uri Mashiach wrote: > Hi, > Sorry for the late response. > > On 02/14/2018 04:19 PM, Marek Vasut wrote: >> On 02/14/2018 03:14 PM, Faiz Abbas wrote: >>> Hi, >>> >>> On Wednesday 14 February 2018 06:53 PM, Marek Vasut wrote: On 02/14/2018 12:20

Re: [U-Boot] [RFC] usb: host: xhci-omap: Remove redundant board_usb_init and board_usb_cleanup functions

2018-02-14 Thread Uri Mashiach
Hi, Sorry for the late response. On 02/14/2018 04:19 PM, Marek Vasut wrote: On 02/14/2018 03:14 PM, Faiz Abbas wrote: Hi, On Wednesday 14 February 2018 06:53 PM, Marek Vasut wrote: On 02/14/2018 12:20 PM, Faiz Abbas wrote: Hi, On Wednesday 14 February 2018 03:46 PM, Marek Vasut wrote: On 0

Re: [U-Boot] [RFC] usb: host: xhci-omap: Remove redundant board_usb_init and board_usb_cleanup functions

2018-02-14 Thread Marek Vasut
On 02/14/2018 03:14 PM, Faiz Abbas wrote: > Hi, > > On Wednesday 14 February 2018 06:53 PM, Marek Vasut wrote: >> On 02/14/2018 12:20 PM, Faiz Abbas wrote: >>> Hi, >>> >>> On Wednesday 14 February 2018 03:46 PM, Marek Vasut wrote: On 02/14/2018 11:10 AM, Faiz Abbas wrote: > board_usb_init

Re: [U-Boot] [RFC] usb: host: xhci-omap: Remove redundant board_usb_init and board_usb_cleanup functions

2018-02-14 Thread Faiz Abbas
Hi, On Wednesday 14 February 2018 06:53 PM, Marek Vasut wrote: > On 02/14/2018 12:20 PM, Faiz Abbas wrote: >> Hi, >> >> On Wednesday 14 February 2018 03:46 PM, Marek Vasut wrote: >>> On 02/14/2018 11:10 AM, Faiz Abbas wrote: board_usb_init()/_cleanup() should be in board files and don't have

Re: [U-Boot] [RFC] usb: host: xhci-omap: Remove redundant board_usb_init and board_usb_cleanup functions

2018-02-14 Thread Marek Vasut
On 02/14/2018 12:20 PM, Faiz Abbas wrote: > Hi, > > On Wednesday 14 February 2018 03:46 PM, Marek Vasut wrote: >> On 02/14/2018 11:10 AM, Faiz Abbas wrote: >>> board_usb_init()/_cleanup() should be in board files and don't have >>> a place in the xhci-omap driver. Weak versions for >>> board_usb_i

Re: [U-Boot] [RFC] usb: host: xhci-omap: Remove redundant board_usb_init and board_usb_cleanup functions

2018-02-14 Thread Bin Meng
On Wed, Feb 14, 2018 at 6:10 PM, Faiz Abbas wrote: > board_usb_init()/_cleanup() should be in board files and don't have > a place in the xhci-omap driver. Weak versions for > board_usb_init()/_cleanup() already exist in common/usb.c > (for host mode) and drivers/usb/gadget/g_dnl.c (for gadget mod

Re: [U-Boot] [RFC] usb: host: xhci-omap: Remove redundant board_usb_init and board_usb_cleanup functions

2018-02-14 Thread Faiz Abbas
Hi, On Wednesday 14 February 2018 03:46 PM, Marek Vasut wrote: > On 02/14/2018 11:10 AM, Faiz Abbas wrote: >> board_usb_init()/_cleanup() should be in board files and don't have >> a place in the xhci-omap driver. Weak versions for >> board_usb_init()/_cleanup() already exist in common/usb.c >> (f

Re: [U-Boot] [RFC] usb: host: xhci-omap: Remove redundant board_usb_init and board_usb_cleanup functions

2018-02-14 Thread Marek Vasut
On 02/14/2018 11:10 AM, Faiz Abbas wrote: > board_usb_init()/_cleanup() should be in board files and don't have > a place in the xhci-omap driver. Weak versions for > board_usb_init()/_cleanup() already exist in common/usb.c > (for host mode) and drivers/usb/gadget/g_dnl.c (for gadget mode). > > S