Re: [U-Boot] [PATCH v2 02/55] dm: usb: Add a compatible string for PCI EHCI controller

2016-01-20 Thread Bin Meng
On Thu, Jan 21, 2016 at 1:56 PM, Bin Meng wrote: > On Mon, Jan 18, 2016 at 7:11 AM, Simon Glass wrote: >> Add a compatible string to allow this to be specified in the device tree >> if needed. >> >> Signed-off-by: Simon Glass >> --- >> >> Changes in v2: >> - Add missing of_match member init so t

Re: [U-Boot] [PATCH v2 02/55] dm: usb: Add a compatible string for PCI EHCI controller

2016-01-20 Thread Bin Meng
On Mon, Jan 18, 2016 at 7:11 AM, Simon Glass wrote: > Add a compatible string to allow this to be specified in the device tree > if needed. > > Signed-off-by: Simon Glass > --- > > Changes in v2: > - Add missing of_match member init so that ehci_pci_ids[] is used > > drivers/usb/host/ehci-pci.c

Re: [U-Boot] [PATCH v2 02/55] dm: usb: Add a compatible string for PCI EHCI controller

2016-01-17 Thread Marek Vasut
On Monday, January 18, 2016 at 12:11:07 AM, Simon Glass wrote: > Add a compatible string to allow this to be specified in the device tree > if needed. > > Signed-off-by: Simon Glass Acked-by: Marek Vasut Best regards, Marek Vasut ___ U-Boot mailing l

[U-Boot] [PATCH v2 02/55] dm: usb: Add a compatible string for PCI EHCI controller

2016-01-17 Thread Simon Glass
Add a compatible string to allow this to be specified in the device tree if needed. Signed-off-by: Simon Glass --- Changes in v2: - Add missing of_match member init so that ehci_pci_ids[] is used drivers/usb/host/ehci-pci.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/usb/