Re: [PATCH v3 1/6] usb: host: xhci: rcar: retire use of xhci_plat_type_is()

2016-04-22 Thread Felipe Balbi
Hi, kbuild test robot writes: > [auto build test ERROR on usb/usb-testing] > [also build test ERROR on v4.6-rc4 next-20160421] > [if your patch is applied to the wrong git tree, please drop us a note to > help improving the system] > > url: >

Re: [PATCH v3 1/6] usb: host: xhci: rcar: retire use of xhci_plat_type_is()

2016-04-22 Thread kbuild test robot
Hi, [auto build test ERROR on usb/usb-testing] [also build test ERROR on v4.6-rc4 next-20160421] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url:

[PATCH v3 1/6] usb: host: xhci: rcar: retire use of xhci_plat_type_is()

2016-04-22 Thread Felipe Balbi
We're preparing to remove xhci_plat_type_is() in favor of a better approach where we define function pointers ahead of time. This will let us make assumptions about which platforms we're running on and which platform-specific functions we should call. Acked-by: Yoshihiro Shimoda