Re: [PATCH v2 13/32] pci: usb: Drop DM_PCI from ohci

2021-08-06 Thread Tom Rini
On Sun, Aug 01, 2021 at 06:54:26PM -0600, Simon Glass wrote: > Now that DM_PCI is always enabled we don't need to check it. Drop this > old condition and update the comment. > > Signed-off-by: Simon Glass With the fix I noted, applied to u-boot/master, thanks! -- Tom signature.asc

Re: [PATCH v2 13/32] pci: usb: Drop DM_PCI from ohci

2021-08-05 Thread Tom Rini
On Sun, Aug 01, 2021 at 06:54:26PM -0600, Simon Glass wrote: > Now that DM_PCI is always enabled we don't need to check it. Drop this > old condition and update the comment. > > Signed-off-by: Simon Glass > --- > > (no changes since v1) > > drivers/usb/host/ohci-hcd.c | 15 +-- >

[PATCH v2 13/32] pci: usb: Drop DM_PCI from ohci

2021-08-01 Thread Simon Glass
Now that DM_PCI is always enabled we don't need to check it. Drop this old condition and update the comment. Signed-off-by: Simon Glass --- (no changes since v1) drivers/usb/host/ohci-hcd.c | 15 +-- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git