summaryrefslogtreecommitdiffstats
path: root/src/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* drivers: Add SPDX license headers to Kconfig filesMartin Roth2024-02-184-0/+8
* device/device.h: Rename busses for clarityArthur Heymans2024-01-312-2/+2
* include/device/device.h: Remove CHIP_NAME() macroNicholas Sudsgaard2024-01-312-2/+2
* driver/parade to /driver/wwan: Rename Makefiles from .inc to .mkMartin Roth2024-01-244-0/+0
* device: Add inline method to identify PATH_ROOTPatrick Rudolph2024-01-241-1/+1
* Allow to build romstage sources inside the bootblockArthur Heymans2023-11-091-2/+2
* drivers: Add SPDX license headers to MakefilesMartin Roth2023-08-064-0/+8
* drivers/usb/ehci.h: Use C99 flexible arraysElyes Haouas2023-08-011-1/+1
* soc/amd: add ops xhci_pci_ops to XHCI controllers in devicetreeFelix Held2023-06-091-17/+0
* soc/amd/phoenix: Hook up xhci ops in chipset.cbEric Lai2023-06-081-2/+2
* treewide: Remove duplicated include <device/pci.h>Elyes Haouas2023-02-011-1/+0
* drivers/usb/acpi: Add USB _DSM method to enable/disable USB LPM per portKane Chen2023-01-192-0/+13
* drivers/usb/gadget.c: Add support for EHCI debug using the WCH CH347Nicholas Chin2022-11-112-0/+87
* drivers/usb/hub/acpi.c: Don't use heap for ACPI nameArthur Heymans2022-09-162-5/+10
* drivers: Get rid of unnecessary blank lines {before,after} braceElyes HAOUAS2022-07-171-1/+0
* drivers/usb/gadget.c: Use 'printk()' instead of 'dprintk()'Elyes HAOUAS2022-06-201-20/+18
* CBMEM: Change declarations for initialization hooksKyösti Mälkki2022-05-201-5/+3
* drivers/usb: Add chip driver for external USB hubKarthikeyan Ramasubramanian2022-05-124-0/+109
* drivers/usb/ehci_debug.c: Fix unused variable warningArthur Heymans2022-05-111-9/+8
* drivers/usb/pci_xhci: Add Sabrina xhci pci device idKarthikeyan Ramasubramanian2022-04-191-0/+3
* drivers/usb/acpi: acpi_power_res_params: Add use_gpio_for_statusTim Van Patten2022-04-142-1/+8
* src: Make PCI ID define names shorterFelix Singer2022-03-071-5/+5
* drivers: Replace bad uses of `find_resource`Angel Pons2021-11-041-1/+1
* 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/pci_xhci: Add cezanne xhci pci devce idMathew King2021-03-101-0/+1
* acpi: Move PCI functions to separate fileTim Wawrzynczak2021-03-011-0/+1
* 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
* src/drivers: Drop unneeded empty linesElyes HAOUAS2020-09-214-7/+0
* drivers/usb: Replace return value -10 with variableJohn Zhao2020-08-171-1/+1
* src: Remove whitespace between 'sizeof' and '('Elyes HAOUAS2020-07-261-1/+1
* drivers/usb: Avoid NULL pointer dereferenceJohn Zhao2020-07-261-2/+7
* src/drivers/usb/gadget.c: Add missing includeElyes HAOUAS2020-07-141-1/+1
* src/drivers/usb/ehci_debug.c: Add missing includeElyes HAOUAS2020-07-141-1/+1
* drivers/usb/pci_xhci: Don't return ACPI names for missing portsRaul E Rangel2020-07-121-9/+96
* drivers/usb/pci_xhci: Switch to using xhci_for_each_supported_usb_capRaul E Rangel2020-07-121-15/+2
* drivers/usb/ehci_debug.c: Drop preprocessor usageAngel Pons2020-07-111-16/+14
* drivers/usb/pci_xhci: Add Picasso xHCI controllersRaul E Rangel2020-07-101-0/+3
* drivers/usb/pci_xhci: Add a driver to generate xHCI ACPI nodesRaul E Rangel2020-07-104-0/+206
* drivers/usb/ehci_debug.c: Drop dead codeAngel Pons2020-07-091-7/+0
* acpi_device: Replace polarity with active_low in acpi_gpio for GpioIoFurquan Shaikh2020-07-021-1/+1
* src: Remove unused '#include <stddef.h>'Elyes HAOUAS2020-05-131-1/+0
* src: Remove unused '#include <stdint.h>'Elyes HAOUAS2020-05-131-1/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-119-9/+0
* {drivers,ec/kontron}: Replace GPLv2 long form headers with SPDX headerElyes HAOUAS2020-05-081-11/+1
* treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi2020-05-061-2/+1
* acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh2020-05-022-6/+6