commit | b95a199610820f161a25af59369ebc12616fddfd | [log] [tgz] |
---|---|---|
author | Gerd Hoffmann <kraxel@redhat.com> | Wed Sep 30 13:14:32 2020 +0200 |
committer | Gerd Hoffmann <kraxel@redhat.com> | Tue Oct 13 11:04:03 2020 +0200 |
tree | ca763101ffd334ea5849e180d4ae7c64243bdbc9 | |
parent | eff73e281852fe9dc1c028a96a6e12c2373cfdd5 [diff] |
usb/xhci: split xhci setup into generic and pci parts Split the pci-specific code into a separate xhci_controller_setup_pci() function, turn xhci_controller_setup() to a generic xhci setup function which only needs the mmio address if the control registers. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Message-id: 20200930111433.21533-3-kraxel@redhat.com