Re: [U-Boot] [PATCH 10/11] usb: ehci-vf: Add weak function for board specific initialisation

2015-05-18 Thread Marek Vasut
On Monday, May 18, 2015 at 08:52:59 PM, maitysancha...@gmail.com wrote: > Hello Marek, Hi! > On 15-05-18 19:09:58, Marek Vasut wrote: > > On Monday, May 18, 2015 at 03:06:28 PM, Bhuvanchandra DV wrote: > > > From: Sanchayan Maity > > > > > > Add a weak function board_ehci_hcd_init which can be

Re: [U-Boot] [PATCH 10/11] usb: ehci-vf: Add weak function for board specific initialisation

2015-05-18 Thread maitysanchayan
Hello Marek, On 15-05-18 19:09:58, Marek Vasut wrote: > On Monday, May 18, 2015 at 03:06:28 PM, Bhuvanchandra DV wrote: > > From: Sanchayan Maity > > > > Add a weak function board_ehci_hcd_init which can be used by the board > > file for board specific initialisation. > > > > Signed-off-by: San

Re: [U-Boot] [PATCH 10/11] usb: ehci-vf: Add weak function for board specific initialisation

2015-05-18 Thread Marek Vasut
On Monday, May 18, 2015 at 03:06:28 PM, Bhuvanchandra DV wrote: > From: Sanchayan Maity > > Add a weak function board_ehci_hcd_init which can be used by the board > file for board specific initialisation. > > Signed-off-by: Sanchayan Maity Acked-by: Marek Vasut What I do not like is that you

[U-Boot] [PATCH 10/11] usb: ehci-vf: Add weak function for board specific initialisation

2015-05-18 Thread Bhuvanchandra DV
From: Sanchayan Maity Add a weak function board_ehci_hcd_init which can be used by the board file for board specific initialisation. Signed-off-by: Sanchayan Maity --- drivers/usb/host/ehci-vf.c | 8 1 file changed, 8 insertions(+) diff --git a/drivers/usb/host/ehci-vf.c b/drivers/us