summaryrefslogtreecommitdiff
path: root/src/drivers/usb
AgeCommit message (Expand)Author
2021-03-10drivers/usb/pci_xhci: Add cezanne xhci pci devce idMathew King
2021-03-01acpi: Move PCI functions to separate fileTim Wawrzynczak
2020-11-09drivers/usb/acpi: Add support for privacy_gpioRicardo Ribalda
2020-11-09driver/usb/acpi: Add power resources for devices on USB portsKarthikeyan Ramasubramanian
2020-11-09acpi: Call acpi_fill_ssdt() only for enabled devicesKarthikeyan Ramasubramanian
2020-09-21src/drivers: Drop unneeded empty linesElyes HAOUAS
2020-08-17drivers/usb: Replace return value -10 with variableJohn Zhao
2020-07-26src: Remove whitespace between 'sizeof' and '('Elyes HAOUAS
2020-07-26drivers/usb: Avoid NULL pointer dereferenceJohn Zhao
2020-07-14src/drivers/usb/gadget.c: Add missing includeElyes HAOUAS
2020-07-14src/drivers/usb/ehci_debug.c: Add missing includeElyes HAOUAS
2020-07-12drivers/usb/pci_xhci: Don't return ACPI names for missing portsRaul E Rangel
2020-07-12drivers/usb/pci_xhci: Switch to using xhci_for_each_supported_usb_capRaul E Rangel
2020-07-11drivers/usb/ehci_debug.c: Drop preprocessor usageAngel Pons
2020-07-10drivers/usb/pci_xhci: Add Picasso xHCI controllersRaul E Rangel
2020-07-10drivers/usb/pci_xhci: Add a driver to generate xHCI ACPI nodesRaul E Rangel
2020-07-09drivers/usb/ehci_debug.c: Drop dead codeAngel Pons
2020-07-02acpi_device: Replace polarity with active_low in acpi_gpio for GpioIoFurquan Shaikh
2020-05-13src: Remove unused '#include <stddef.h>'Elyes HAOUAS
2020-05-13src: Remove unused '#include <stdint.h>'Elyes HAOUAS
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-05-08{drivers,ec/kontron}: Replace GPLv2 long form headers with SPDX headerElyes HAOUAS
2020-05-06treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi
2020-05-02acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh
2020-04-28device: Constify struct device * parameter to acpi_fill_ssdt()Furquan Shaikh
2020-04-23rules.h: Rename ENV_VERSTAGE to ENV_SEPARATE_VERSTAGEJulius Werner
2020-04-10Replace DEVICE_NOOP with noop_(set|read)_resourcesNico Huber
2020-04-10Drop unnecessary DEVICE_NOOP entriesNico Huber
2020-04-06src/drivers: Use SPDX for GPL-2.0-only filesAngel Pons
2020-04-02Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator`Nico Huber
2020-03-25drivers/usb/acpi: Add needed #include fileTim Wawrzynczak
2020-03-07drivers/usb: Use 'print("%s...", __func__)'Elyes HAOUAS
2020-02-26treewide: capitalize 'USB'Elyes HAOUAS
2020-01-03usbdebug: Fix printk conversionKyösti Mälkki
2019-12-02drivers/usb/ehci_debug: Add x86_64 supportPatrick Rudolph
2019-11-30src/drivers: Fix two issues discovered by checkpatchPatrick Georgi
2019-11-29drivers/usb/ehci_debug.c: Drop CAR_GLOBAL_MIGRATION supportArthur Heymans
2019-11-12arch/x86/car.ld: Rename suffix _start/_endArthur Heymans
2019-10-27src/[arch-lib]: change "unsigned" to "unsigned int"Martin Roth
2019-10-22AUTHORS: Move src/drivers/[l*-v*] copyrights into AUTHORS fileMartin Roth
2019-10-16drivers/usb: Enable EHCI debug during verstageArthur Heymans
2019-10-08device/root_device: Consolidate common _scan_bus() functionsNico Huber
2019-09-28usbdebug: Remove some __SIMPLE_DEVICE__ useKyösti Mälkki
2019-09-11arch/x86: Move ehci_dbg_info outside _car_relocatable_dataKyösti Mälkki
2019-07-04device/pci_ops: Define pci_find_capability() just onceKyösti Mälkki
2019-03-20src: Use 'include <string.h>' when appropriateElyes HAOUAS
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2019-03-04device/mmio.h: Add include file for MMIO opsKyösti Mälkki
2019-03-01device/pci: Fix PCI accessor headersKyösti Mälkki
2019-02-02usbdebug: Use fixed size fieldKyösti Mälkki