commit | 5e0e54ff89248776739bdf08e5bf6c64f2ac4185 | [log] [tgz] |
---|---|---|
author | Peter Chen <peter.chen@nxp.com> | Fri Sep 18 16:17:44 2020 +0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Sep 20 16:18:00 2020 +0200 |
tree | 010d44c60d40da13e8ee67231e9fd60d7335cbba | |
parent | 46034a999c07fff750deb44d1bf5161e8c63646e [diff] |
usb: host: xhci-plat: add .suspend_quirk for struct xhci_plat_priv Some platforms (eg cdns3) may have special sequences between xhci_bus_suspend and xhci_suspend, add .suspend_quick for it. Reviewed-by: Jun Li <jun.li@nxp.com> Signed-off-by: Peter Chen <peter.chen@nxp.com> Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com> Link: https://lore.kernel.org/r/20200918131752.16488-3-mathias.nyman@linux.intel.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>