summaryrefslogtreecommitdiffstats
path: root/src/drivers/usb/acpi
Commit message (Expand)AuthorAgeFilesLines
* drivers: Add SPDX license headers to Kconfig filesMartin Roth2024-02-181-0/+2
* include/device/device.h: Remove CHIP_NAME() macroNicholas Sudsgaard2024-01-311-1/+1
* driver/parade to /driver/wwan: Rename Makefiles from .inc to .mkMartin Roth2024-01-241-0/+0
* drivers: Add SPDX license headers to MakefilesMartin Roth2023-08-061-0/+2
* drivers/usb/acpi: Add USB _DSM method to enable/disable USB LPM per portKane Chen2023-01-192-0/+13
* drivers/usb/acpi: acpi_power_res_params: Add use_gpio_for_statusTim Van Patten2022-04-142-1/+8
* drivers/usb/acpi: Avoid dereferencing maybe-NULL pointerAngel Pons2021-07-141-1/+2
* drivers/usb/acpi: Replace unneeded `memcpy` useAngel Pons2021-07-141-1/+1
* drivers/usb/acpi: Create function to get PLD informationMaulik V Vaghela2021-07-122-8/+23
* drivers/usb/acpi: Add support for privacy_gpioRicardo Ribalda2020-11-092-11/+45
* driver/usb/acpi: Add power resources for devices on USB portsKarthikeyan Ramasubramanian2020-11-092-2/+32
* acpi: Call acpi_fill_ssdt() only for enabled devicesKarthikeyan Ramasubramanian2020-11-091-1/+1
* acpi_device: Replace polarity with active_low in acpi_gpio for GpioIoFurquan Shaikh2020-07-021-1/+1
* src: Remove unused '#include <stdint.h>'Elyes HAOUAS2020-05-131-1/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-112-2/+0
* acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh2020-05-022-6/+6
* device: Constify struct device * parameter to acpi_fill_ssdt()Furquan Shaikh2020-04-281-1/+1
* Replace DEVICE_NOOP with noop_(set|read)_resourcesNico Huber2020-04-101-2/+2
* Drop unnecessary DEVICE_NOOP entriesNico Huber2020-04-101-1/+0
* src/drivers: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-062-24/+4
* Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator`Nico Huber2020-04-021-5/+5
* drivers/usb/acpi: Add needed #include fileTim Wawrzynczak2020-03-251-0/+1
* AUTHORS: Move src/drivers/[l*-v*] copyrights into AUTHORS fileMartin Roth2019-10-222-4/+0
* device/root_device: Consolidate common _scan_bus() functionsNico Huber2019-10-081-1/+1
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-201-1/+0
* src/drivers: Remove needless '&' on function pointersElyes HAOUAS2019-01-231-3/+3
* acpi_pld: Make it easier to define the ACPI USB device groupsDuncan Laurie2018-12-042-2/+8
* drivers/usb/acpi: add reset gpio to usb acpi driverNick Vaccaro2018-11-222-0/+28
* drivers/usb/acpi: Add a driver for generating USB ACPIDuncan Laurie2018-05-184-0/+134