]> git.baikalelectronics.ru Git - kernel.git/commit
usb: dwc3: Add ACPI support for xHCI ports
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 18 Feb 2020 15:12:18 +0000 (17:12 +0200)
committerFelipe Balbi <balbi@kernel.org>
Sun, 15 Mar 2020 09:08:49 +0000 (11:08 +0200)
commitc6666e0829fe6ef96aae922793c0d156ac8e993a
treee78b20af1a3ed4ea86da6077a258f321674f0b55
parentf6f780088cd0b852b13b5e80de5328a3eb0ddf77
usb: dwc3: Add ACPI support for xHCI ports

The ACPI companion of the adapter has to be set for xHCI controller
code to read and attach the ports described in the ACPI table.
Use ACPI_COMPANION_SET macro to set this.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Felipe Balbi <balbi@kernel.org>
drivers/usb/dwc3/host.c