[PATCH v2 5/6] usb: host: xhci: plat: make use of new methods in xhci_plat_priv

2016-03-29 Thread Felipe Balbi
Now that the code has been refactored enough, switching over to using ->plat_start() and ->init_quirk() becomes a very simple patch. After this patch, there are no further uses for xhci_plat_type_is() which will be removed in a follow-up patch. Signed-off-by: Felipe Balbi --- drivers/usb/host/x

RE: [PATCH v2 5/6] usb: host: xhci: plat: make use of new methods in xhci_plat_priv

2016-03-29 Thread Yoshihiro Shimoda
Hi Felipe, Thank you for the patch! > Sent: Tuesday, March 29, 2016 7:11 PM < snip > > static const struct xhci_plat_priv xhci_plat_renesas_rcar_gen2 = { > .type = XHCI_PLAT_TYPE_RENESAS_RCAR_GEN2, > .firmware_name = XHCI_RCAR_FIRMWARE_NAME_V1, > + .init_quirk = xhci_rcar_init_qu

RE: [PATCH v2 5/6] usb: host: xhci: plat: make use of new methods in xhci_plat_priv

2016-03-29 Thread Felipe Balbi
Yoshihiro Shimoda writes: > [ text/plain ] > Hi Felipe, > > Thank you for the patch! hey, no problem :-) >> Sent: Tuesday, March 29, 2016 7:11 PM > < snip > >> static const struct xhci_plat_priv xhci_plat_renesas_rcar_gen2 = { >> .type = XHCI_PLAT_TYPE_RENESAS_RCAR_GEN2, >> .firmware_

RE: [PATCH v2 5/6] usb: host: xhci: plat: make use of new methods in xhci_plat_priv

2016-03-30 Thread Yoshihiro Shimoda
Hi, > Sent: Wednesday, March 30, 2016 2:59 PM > > Yoshihiro Shimoda writes: > > [ text/plain ] > > Hi Felipe, > > > > Thank you for the patch! > > hey, no problem :-) > > >> Sent: Tuesday, March 29, 2016 7:11 PM > > < snip > > >> static const struct xhci_plat_priv xhci_plat_renesas_rcar_gen2

RE: [PATCH v2 5/6] usb: host: xhci: plat: make use of new methods in xhci_plat_priv

2016-03-30 Thread Felipe Balbi
Hi, Yoshihiro Shimoda writes: > Hi, > >> Sent: Wednesday, March 30, 2016 2:59 PM >> >> Yoshihiro Shimoda writes: >> > [ text/plain ] >> > Hi Felipe, >> > >> > Thank you for the patch! >> >> hey, no problem :-) >> >> >> Sent: Tuesday, March 29, 2016 7:11 PM >> > < snip > >> >> static const s

RE: [PATCH v2 5/6] usb: host: xhci: plat: make use of new methods in xhci_plat_priv

2016-04-21 Thread Felipe Balbi
Mathias, Felipe Balbi writes: > Hi, > > Yoshihiro Shimoda writes: >> Hi, >> >>> Sent: Wednesday, March 30, 2016 2:59 PM >>> >>> Yoshihiro Shimoda writes: >>> > [ text/plain ] >>> > Hi Felipe, >>> > >>> > Thank you for the patch! >>> >>> hey, no problem :-) >>> >>> >> Sent: Tuesday, March 29

Re: [PATCH v2 5/6] usb: host: xhci: plat: make use of new methods in xhci_plat_priv

2016-04-21 Thread Mathias Nyman
depends on how Mathias wants this to be handled. Mathias, do you want me to send the full series again ? any comments here ??? No need to send full series, I'll pick the updated 5/6 -Mathias -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to m

Re: [PATCH v2 5/6] usb: host: xhci: plat: make use of new methods in xhci_plat_priv

2016-04-21 Thread Mathias Nyman
On 21.04.2016 16:10, Mathias Nyman wrote: depends on how Mathias wants this to be handled. Mathias, do you want me to send the full series again ? any comments here ??? No need to send full series, I'll pick the updated 5/6 Appears that 5ad3b03 usb: host: xhci-plat: fix cannot work if R-C