RE: [PATCH 1/4] usb: host: xhci-plat: add quirks member into struct xhci_plat_priv

2019-08-27 Thread Yoshihiro Shimoda
Hi Geert-san, > From: Geert Uytterhoeven, Sent: Tuesday, August 27, 2019 9:36 PM > > Hi Shimoda-san, > > On Tue, Aug 27, 2019 at 12:05 PM Yoshihiro Shimoda > wrote: > > To simplify adding xhci->quirks instead of the .init_quirk() > > function, this patch adds a new parameter "quirks" into > > t

Re: [PATCH 1/4] usb: host: xhci-plat: add quirks member into struct xhci_plat_priv

2019-08-27 Thread Geert Uytterhoeven
Hi Shimoda-san, On Tue, Aug 27, 2019 at 12:05 PM Yoshihiro Shimoda wrote: > To simplify adding xhci->quirks instead of the .init_quirk() > function, this patch adds a new parameter "quirks" into > the struct xhci_plat_priv. > > Signed-off-by: Yoshihiro Shimoda Reviewed-by: Geert Uytterhoeven

[PATCH 1/4] usb: host: xhci-plat: add quirks member into struct xhci_plat_priv

2019-08-27 Thread Yoshihiro Shimoda
To simplify adding xhci->quirks instead of the .init_quirk() function, this patch adds a new parameter "quirks" into the struct xhci_plat_priv. Signed-off-by: Yoshihiro Shimoda --- drivers/usb/host/xhci-plat.c | 4 +++- drivers/usb/host/xhci-plat.h | 2 ++ 2 files changed, 5 insertions(+), 1 del