Re: [U-Boot] [PATCH 01/16] usb: xhci-pci: Drop non-DM version of xhci-pci driver

2017-07-05 Thread Simon Glass
On 23 June 2017 at 03:54, Bin Meng wrote: > As there is no board that currently uses xhci-pci driver without DM > USB, drop its support and leave only DM support. > > Signed-off-by: Bin Meng > --- > > drivers/usb/host/xhci-pci.c | 52 > - > 1 file cha

Re: [U-Boot] [PATCH 01/16] usb: xhci-pci: Drop non-DM version of xhci-pci driver

2017-06-23 Thread Marek Vasut
On 06/23/2017 11:54 AM, Bin Meng wrote: > As there is no board that currently uses xhci-pci driver without DM > USB, drop its support and leave only DM support. You should add something into the Kconfig to make this driver depend on DM_USB ; unless it's already there. > Signed-off-by: Bin Meng >

[U-Boot] [PATCH 01/16] usb: xhci-pci: Drop non-DM version of xhci-pci driver

2017-06-23 Thread Bin Meng
As there is no board that currently uses xhci-pci driver without DM USB, drop its support and leave only DM support. Signed-off-by: Bin Meng --- drivers/usb/host/xhci-pci.c | 52 - 1 file changed, 52 deletions(-) diff --git a/drivers/usb/host/xhci-pc