summaryrefslogtreecommitdiff
path: root/src/drivers/usb
AgeCommit message (Expand)Author
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
2019-02-02usbdebug: Fix reserve in CARKyösti Mälkki
2019-01-23src/drivers: Remove needless '&' on function pointersElyes HAOUAS
2019-01-13usbdebug: Remove option DEBUG_USBDEBUGKyösti Mälkki
2019-01-07usbdebug: Sanity check PCI EHCI locationKyösti Mälkki
2019-01-07usbdebug: Probe for gadget only onceKyösti Mälkki
2019-01-07usbdebug: Initialize the HW once in CAR stagesArthur Heymans
2019-01-06usbdebug: Make the EHCI debug console work in the bootblockArthur Heymans
2019-01-06usbdebug: Refactor init callsKyösti Mälkki
2019-01-06device: Use pcidev_path_on_root()Kyösti Mälkki
2018-12-22cbmem: Always use EARLY_CBMEM_INITKyösti Mälkki
2018-12-04acpi_pld: Make it easier to define the ACPI USB device groupsDuncan Laurie
2018-11-22drivers/usb/acpi: add reset gpio to usb acpi driverNick Vaccaro
2018-10-08Move compiler.h to commonlibNico Huber
2018-08-20src/drivers/usb/Kconfig: increase warning signs for BBB ownersStefan Tauner
2018-07-09src/{device,drivers}: Use "foo *bar" instead of "foo* bar"Elyes HAOUAS
2018-06-14src: Use of device_t is deprecatedElyes HAOUAS
2018-05-18drivers/usb/acpi: Add a driver for generating USB ACPIDuncan Laurie
2018-04-27drivers/usb: Add spaces around '=='Elyes HAOUAS
2017-09-28drivers/usb/Kconfig: remove USBDEBUG_DONGLE_BEAGLEBONE_BLACKFelix Held
2017-09-14usbdebug: Fix init and add support for postcarKyösti Mälkki
2017-08-07usbdebug: Force EHCI to D0 stateKyösti Mälkki