1. 43b7f41 src: Make PCI ID define names shorter by Felix Singer · 2 years, 5 months ago
  2. e058841 drivers: Replace bad uses of `find_resource` by Angel Pons · 2 years, 10 months ago
  3. dd405bc drivers/usb/acpi: Avoid dereferencing maybe-NULL pointer by Angel Pons · 3 years, 1 month ago
  4. afab34c drivers/usb/acpi: Replace unneeded `memcpy` use by Angel Pons · 3 years, 1 month ago
  5. 8e885a5 drivers/usb/acpi: Create function to get PLD information by Maulik V Vaghela · 3 years, 2 months ago
  6. bac0f26 drivers/usb/pci_xhci: Add cezanne xhci pci devce id by Mathew King · 3 years, 5 months ago
  7. d40a4c2 acpi: Move PCI functions to separate file by Tim Wawrzynczak · 3 years, 6 months ago
  8. df79757 drivers/usb/acpi: Add support for privacy_gpio by Ricardo Ribalda · 3 years, 11 months ago
  9. 5eac877 driver/usb/acpi: Add power resources for devices on USB ports by Karthikeyan Ramasubramanian · 3 years, 10 months ago
  10. d1c0f95 acpi: Call acpi_fill_ssdt() only for enabled devices by Karthikeyan Ramasubramanian · 3 years, 10 months ago
  11. d161a2f src/drivers: Drop unneeded empty lines by Elyes HAOUAS · 4 years ago
  12. 83aac13 drivers/usb: Replace return value -10 with variable by John Zhao · 4 years ago
  13. af56a77 src: Remove whitespace between 'sizeof' and '(' by Elyes HAOUAS · 4 years, 1 month ago
  14. acdf5fd drivers/usb: Avoid NULL pointer dereference by John Zhao · 4 years, 1 month ago
  15. d970e39 src/drivers/usb/gadget.c: Add missing include by Elyes HAOUAS · 4 years, 1 month ago
  16. ad619a2 src/drivers/usb/ehci_debug.c: Add missing include by Elyes HAOUAS · 4 years, 1 month ago
  17. d8bc5c1 drivers/usb/pci_xhci: Don't return ACPI names for missing ports by Raul E Rangel · 4 years, 1 month ago
  18. 9d017d2 drivers/usb/pci_xhci: Switch to using xhci_for_each_supported_usb_cap by Raul E Rangel · 4 years, 1 month ago
  19. a0a94d8 drivers/usb/ehci_debug.c: Drop preprocessor usage by Angel Pons · 4 years, 1 month ago
  20. 62c5836 drivers/usb/pci_xhci: Add Picasso xHCI controllers by Raul E Rangel · 4 years, 1 month ago
  21. 1a31b10 drivers/usb/pci_xhci: Add a driver to generate xHCI ACPI nodes by Raul E Rangel · 4 years, 3 months ago
  22. 82ab9ca drivers/usb/ehci_debug.c: Drop dead code by Angel Pons · 4 years, 1 month ago
  23. d2d5e44 acpi_device: Replace polarity with active_low in acpi_gpio for GpioIo by Furquan Shaikh · 4 years, 2 months ago
  24. e30c396 src: Remove unused '#include <stddef.h>' by Elyes HAOUAS · 4 years, 3 months ago
  25. f70bd99 src: Remove unused '#include <stdint.h>' by Elyes HAOUAS · 4 years, 3 months ago
  26. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  27. d72155d {drivers,ec/kontron}: Replace GPLv2 long form headers with SPDX header by Elyes HAOUAS · 4 years, 3 months ago
  28. 02363b5 treewide: Move "is part of the coreboot project" line in its own comment by Patrick Georgi · 4 years, 3 months ago
  29. 76cedd2 acpi: Move ACPI table support out of arch/x86 (3/5) by Furquan Shaikh · 4 years, 4 months ago
  30. 7536a39 device: Constify struct device * parameter to acpi_fill_ssdt() by Furquan Shaikh · 4 years, 4 months ago
  31. 21a4053 rules.h: Rename ENV_VERSTAGE to ENV_SEPARATE_VERSTAGE by Julius Werner · 4 years, 4 months ago
  32. 2f8ba69 Replace DEVICE_NOOP with noop_(set|read)_resources by Nico Huber · 4 years, 4 months ago
  33. a461b69 Drop unnecessary DEVICE_NOOP entries by Nico Huber · 4 years, 4 months ago
  34. 8a3453f src/drivers: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 5 months ago
  35. 68680dd Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator` by Nico Huber · 4 years, 5 months ago
  36. 2e4bc06 drivers/usb/acpi: Add needed #include file by Tim Wawrzynczak · 4 years, 5 months ago
  37. 7fc6847 drivers/usb: Use 'print("%s...", __func__)' by Elyes HAOUAS · 4 years, 6 months ago
  38. 44f558e treewide: capitalize 'USB' by Elyes HAOUAS · 4 years, 6 months ago
  39. 3480457 usbdebug: Fix printk conversion by Kyösti Mälkki · 4 years, 8 months ago
  40. ae64f22 drivers/usb/ehci_debug: Add x86_64 support by Patrick Rudolph · 4 years, 9 months ago
  41. 2c2df5b src/drivers: Fix two issues discovered by checkpatch by Patrick Georgi · 4 years, 9 months ago
  42. 2b77881 drivers/usb/ehci_debug.c: Drop CAR_GLOBAL_MIGRATION support by Arthur Heymans · 4 years, 9 months ago
  43. df9cdcf arch/x86/car.ld: Rename suffix _start/_end by Arthur Heymans · 4 years, 9 months ago
  44. 38ddbfb src/[arch-lib]: change "unsigned" to "unsigned int" by Martin Roth · 4 years, 10 months ago
  45. effaf8f AUTHORS: Move src/drivers/[l*-v*] copyrights into AUTHORS file by Martin Roth · 4 years, 10 months ago
  46. 62b6a83 drivers/usb: Enable EHCI debug during verstage by Arthur Heymans · 4 years, 10 months ago
  47. a89c82e device/root_device: Consolidate common _scan_bus() functions by Nico Huber · 7 years ago
  48. f2cc3dd usbdebug: Remove some __SIMPLE_DEVICE__ use by Kyösti Mälkki · 5 years ago
  49. 3de9d77 arch/x86: Move ehci_dbg_info outside _car_relocatable_data by Kyösti Mälkki · 5 years ago
  50. 9c0e14e device/pci_ops: Define pci_find_capability() just once by Kyösti Mälkki · 6 years ago
  51. a1e22b8 src: Use 'include <string.h>' when appropriate by Elyes HAOUAS · 5 years ago
  52. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  53. 13f6650 device/mmio.h: Add include file for MMIO ops by Kyösti Mälkki · 5 years ago
  54. f1b58b7 device/pci: Fix PCI accessor headers by Kyösti Mälkki · 5 years ago
  55. 45ad4f0 usbdebug: Use fixed size field by Kyösti Mälkki · 6 years ago
  56. f88208e usbdebug: Fix reserve in CAR by Kyösti Mälkki · 6 years ago
  57. 2aa3b16 src/drivers: Remove needless '&' on function pointers by Elyes HAOUAS · 6 years ago
  58. 8c1258a usbdebug: Remove option DEBUG_USBDEBUG by Kyösti Mälkki · 6 years ago
  59. 5bd9264 usbdebug: Sanity check PCI EHCI location by Kyösti Mälkki · 6 years ago
  60. 954ed55 usbdebug: Probe for gadget only once by Kyösti Mälkki · 6 years ago
  61. 4cc9b6c usbdebug: Initialize the HW once in CAR stages by Arthur Heymans · 6 years ago
  62. adc4753 usbdebug: Make the EHCI debug console work in the bootblock by Arthur Heymans · 6 years ago
  63. 63649d2 usbdebug: Refactor init calls by Kyösti Mälkki · 6 years ago
  64. e737755 device: Use pcidev_path_on_root() by Kyösti Mälkki · 6 years ago
  65. 74e0390 cbmem: Always use EARLY_CBMEM_INIT by Kyösti Mälkki · 6 years ago
  66. e1eca1d acpi_pld: Make it easier to define the ACPI USB device groups by Duncan Laurie · 6 years ago
  67. 0a495eb drivers/usb/acpi: add reset gpio to usb acpi driver by Nick Vaccaro · 6 years ago
  68. d44221f Move compiler.h to commonlib by Nico Huber · 6 years ago
  69. b0622de src/drivers/usb/Kconfig: increase warning signs for BBB owners by Stefan Tauner · 6 years ago
  70. b0b0c8c src/{device,drivers}: Use "foo *bar" instead of "foo* bar" by Elyes HAOUAS · 6 years ago
  71. c8a649c src: Use of device_t is deprecated by Elyes HAOUAS · 6 years ago
  72. 4721f43 drivers/usb/acpi: Add a driver for generating USB ACPI by Duncan Laurie · 6 years ago
  73. 9b41bae drivers/usb: Add spaces around '==' by Elyes HAOUAS · 6 years ago
  74. 6d717ae drivers/usb/Kconfig: remove USBDEBUG_DONGLE_BEAGLEBONE_BLACK by Felix Held · 7 years ago
  75. d07f377 usbdebug: Fix init and add support for postcar by Kyösti Mälkki · 7 years ago
  76. 6aea6f7 usbdebug: Force EHCI to D0 state by Kyösti Mälkki · 7 years ago
  77. 6683e40 usbdebug: Refactor early enable by Kyösti Mälkki · 7 years ago
  78. d1a0c57 usbdebug: Consolidate EHCI_BAR setup by Kyösti Mälkki · 7 years ago
  79. b9810a4 src/drivers: Fix checkpatch warning: no spaces at the start of a line by Martin Roth · 7 years ago
  80. 32c27c2 src/drivers: add IS_ENABLED() around Kconfig symbol references by Martin Roth · 7 years ago
  81. 6a00113 Rename __attribute__((packed)) --> __packed by Stefan Reinauer · 7 years ago
  82. a8843de Use more secure HTTPS URLs for coreboot sites by Paul Menzel · 7 years ago
  83. c868fd1 drivers/usb: Add option for baudrate of FT232H UART by Nico Huber · 8 years ago
  84. 2e4d806 src/drivers: Add required space before opening parenthesis '(' by Elyes HAOUAS · 8 years ago
  85. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  86. 41607a4 cbmem: add indicator to hooks if cbmem is being recovered by Aaron Durbin · 9 years ago
  87. 4fbac46 cbmem: Unify CBMEM init tasks with CBMEM_INIT_HOOK() API by Kyösti Mälkki · 10 years ago
  88. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  89. cc4d309 usbdebug: Add FTDI FT232H support by Kyösti Mälkki · 9 years ago
  90. 9ff8f6f Unify byte order macros and clrsetbits by Julius Werner · 9 years ago
  91. bde6d30 x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer by Kevin Paul Herbert · 10 years ago
  92. 9e999d6 usbdebug: Some fix for dongle compatibility by Kyösti Mälkki · 11 years ago
  93. b8ef4c9 usbdebug: Reduce bus reset delays by Kyösti Mälkki · 11 years ago
  94. 46249be2 usbdebug: Refactor descriptor probing of dongle by Kyösti Mälkki · 10 years ago
  95. 83fe6d7 usbdebug: Move initialisation of the optional hub by Kyösti Mälkki · 10 years ago
  96. 7bb4f86 usbdebug: Refactor on EHCI memory space by Kyösti Mälkki · 10 years ago
  97. 618d179 usbdebug: Fix migration to ramstage by Kyösti Mälkki · 10 years ago
  98. 1bd0166 drivers: Trivial - drop trailing blank lines at EOF by Edward O'Callaghan · 10 years ago
  99. 48713a1 console: Drop EARLY_CONSOLE option by Kyösti Mälkki · 10 years ago
  100. d6060b71 usbdebug: Add BeagleBone Black by Kyösti Mälkki · 11 years ago