1. b238caa device/device.c: Rename .disable to .vga_disable by Arthur Heymans · 3 years, 5 months ago
  2. 90be754 device: Drop `mmconf_resource_init` function by Angel Pons · 3 years, 6 months ago
  3. 28e61f1 device: Use __pci_0_00_0_config in config_of_soc() by Furquan Shaikh · 3 years, 6 months ago
  4. dbb667a device + util/sconfig: introduce new device `gpio` by Michael Niewöhner · 3 years, 7 months ago
  5. f914dcf include/device/device: add comment that config_of_soc never returns NULL by Felix Held · 3 years, 7 months ago
  6. 8b522db soc/intel/xeon_sp: Move function debug macros by Marc Jones · 3 years, 9 months ago
  7. 5b5c52e include/device/device.h: Move resource debug macros by Marc Jones · 3 years, 9 months ago
  8. 3e4a14e1 device: Export enable_static_device() function by Duncan Laurie · 3 years, 9 months ago
  9. 7e6ee91 device: Clarify use of `config_of()` by Nico Huber · 3 years, 9 months ago
  10. a223e65 device: Add find_dev_nested_path helper function by Rob Barnes · 4 years ago
  11. a7d9266 device/device.h: Add `is_dev_enabled` function by Angel Pons · 4 years ago
  12. 36e6c6f fw_config: Add firmware configuration interface by Duncan Laurie · 4 years, 2 months ago
  13. 5cb34e2 device/pci_device: Extract pci_domain_set_resources from SOC by Raul E Rangel · 4 years, 2 months ago
  14. c712144 include/device/device.h: Include <smbios.h> by Elyes HAOUAS · 4 years, 3 months ago
  15. 338fd9a device: Constify struct device * parameter to acpi_inject_dsdt by Furquan Shaikh · 4 years, 3 months ago
  16. 7536a39 device: Constify struct device * parameter to acpi_fill_ssdt() by Furquan Shaikh · 4 years, 3 months ago
  17. 5b5c233 device: Constify struct device * parameter to dev_name by Furquan Shaikh · 4 years, 3 months ago
  18. 0f007d8 device: Constify struct device * parameter to write_acpi_tables by Furquan Shaikh · 4 years, 3 months ago
  19. 1f3055a device: Add helper function to find matching device on bus by Furquan Shaikh · 4 years, 3 months ago
  20. 7778e5c device: Add a helper to find device behind a PCI-to-PCI bridge device by Furquan Shaikh · 4 years, 3 months ago
  21. 2f8ba69 Replace DEVICE_NOOP with noop_(set|read)_resources by Nico Huber · 4 years, 3 months ago
  22. 68680dd Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator` by Nico Huber · 4 years, 4 months ago
  23. 466ca2c Add configurable ramstage support for minimal PCI scanning by Ronald G. Minnich · 4 years, 9 months ago
  24. cf2ac54 pciexp: Add support for allocating PCI express hotplug resources by Jeremy Soller · 4 years, 9 months ago
  25. 895fb4b device/smbus: Drop unused smbus_set_link() by Kyösti Mälkki · 4 years, 6 months ago
  26. 1cb9cd5 Drop ROMCC code and header guards by Arthur Heymans · 4 years, 8 months ago
  27. bd585fa device/pci: Reduce scope of dev_find_slot() by Kyösti Mälkki · 5 years ago
  28. a214837 include: Make stdbool.h a separate file by Julius Werner · 4 years, 8 months ago
  29. 51b75ae device: Use scan_static_bus() over scan_lpc_bus() by Nico Huber · 5 years ago
  30. a89c82e device/root_device: Consolidate common _scan_bus() functions by Nico Huber · 7 years ago
  31. f7ed3d4 device: Rename scan_static_bus() -> enable_static_devices() by Nico Huber · 5 years ago
  32. 061b905 device/pci: Enable full 16-bit VGA port i/o decoding by Nico Huber · 4 years, 10 months ago
  33. d5f645c soc/intel: Replace config_of_path() with config_of_soc() by Kyösti Mälkki · 4 years, 10 months ago
  34. 55ef0d2 device: add commentary to dev_find_slot() by Aaron Durbin · 4 years, 10 months ago
  35. eeb8e74 arch/x86/acpi: Add acpi_device_hid by Patrick Rudolph · 5 years ago
  36. b3267e0 cpu/intel: Replace bsp_init_and_start_aps() by Kyösti Mälkki · 5 years ago
  37. 4323d26 devicetree: Add accessors for chip_info by Kyösti Mälkki · 5 years ago
  38. 1557a67 device: Move pci_irqs outside DEVTREE_EARLY by Kyösti Mälkki · 5 years ago
  39. f2ac013 soc/intel: Fix regression with hidden PCI devices by Kyösti Mälkki · 5 years ago
  40. cac0231 device: Remove device->ops from early stages by Kyösti Mälkki · 5 years ago
  41. ab275f0 device/pci: Declare pcidev_path_on_bus() by Kyösti Mälkki · 5 years ago
  42. fffc9f3 device/pci: Declare pci_root_bus() by Kyösti Mälkki · 5 years ago
  43. 464f4d6 device: Tidy up add_more_links() by Jacob Garber · 5 years ago
  44. f77f7cd device,nb/amd: Deduplicate add_more_links() by Jacob Garber · 5 years ago
  45. ac24d3c sconfig: Add SMBIOS type 9 entries by Patrick Rudolph · 5 years ago
  46. 217ca36 resources: introduce io_resource() by Subrata Banik · 5 years ago
  47. 4663f45 device/pci_ops: Have only default PCI bus ops available by Kyösti Mälkki · 5 years ago
  48. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  49. 6fefdfd device/pci_ops: Simplify logic for PCI bus ops by Kyösti Mälkki · 5 years ago
  50. 3ee8b75 arch/io.h: Separate MMIO and PNP ops by Kyösti Mälkki · 5 years ago
  51. 5c29daa buildsystem: Promote rules.h to default include by Kyösti Mälkki · 8 years ago
  52. ad7674e device: Introduce pcidev_on_root() and friends by Kyösti Mälkki · 6 years ago
  53. e3682b6 src: Move {pci,pnp}_devfn_t to common 'device/pci_type.h' by Elyes HAOUAS · 6 years ago
  54. f9e47cc src: Get rid of device_t by Elyes HAOUAS · 6 years ago
  55. 936dbe1 sconfig: Allow setting device status in device tree by Hung-Te Lin · 6 years ago
  56. a0dabd1 device: add child traversal helper function by Aaron Durbin · 6 years ago
  57. 2df1c12 device: Move find_dev_path() to device_const.c by Kyösti Mälkki · 6 years ago
  58. f6a4344 device: Move dev_find_path() to device_const.c by Nico Huber · 6 years ago
  59. bae9f85 devicetree: Add USB device type by Duncan Laurie · 6 years ago
  60. 564547f src/device: Fix discarded-qualifiers compilation issue by Subrata Banik · 6 years ago
  61. 9ba8f7c device: constify some variables by Lubomir Rintel · 6 years ago
  62. 570b183 device: Add flag to disable PCIe ASPM by Nico Huber · 7 years ago
  63. e56189c pci: Move inline PCI functions to pci_ops.h by Patrick Rudolph · 6 years ago
  64. f034902 device: further untangle device_t from struct device by Aaron Durbin · 7 years ago
  65. 6f1e8d2 device: untangle device_t from struct device some more by Aaron Durbin · 7 years ago
  66. aa090cb device: acpi_name() should take a const struct device by Aaron Durbin · 7 years ago
  67. c30d913 device/pci: untangle struct device and device_t by Aaron Durbin · 7 years ago
  68. 9634547 src/include: add IS_ENABLED() around Kconfig symbol references by Martin Roth · 7 years ago
  69. a6909f8 device/device_util: Add function to determine bridge state by Patrick Rudolph · 7 years ago
  70. e4d7abc lib: provide clearer devicetree semantics by Aaron Durbin · 7 years ago
  71. 6a566d7 src/include: Wrap lines at 80 columns by Lee Leahy · 7 years ago
  72. 746d4af src/include: Remove space after function name by Lee Leahy · 7 years ago
  73. 6d71a43 src/include: Fix space between type, * and variable name by Lee Leahy · 7 years ago
  74. 84d20d0 src/include: Remove spaces before tabs by Lee Leahy · 7 years ago
  75. 0ca2a06 src/include: Fix unsigned warnings by Lee Leahy · 7 years ago
  76. 4e08479 device: Add scan_generic_bus support by Furquan Shaikh · 7 years ago
  77. 7606c37 device: Add a new "SPI" device type by Furquan Shaikh · 7 years ago
  78. 3d3c8c3 devtree: Drop unused parameter show_devs_tree() call by Kyösti Mälkki · 8 years ago
  79. fe204fe src/device: Get device structure by path type by Subrata Banik · 8 years ago
  80. e25b5ef MMCONF_SUPPORT: Consolidate resource registration by Kyösti Mälkki · 8 years ago
  81. ec00968 device: i2c: Add support for I2C bus operations by Duncan Laurie · 8 years ago
  82. d9af3ce device: Add an ACPI device name and path concept to devices by Duncan Laurie · 8 years ago
  83. 4650f5b sconfig: Add a new generic device type by Duncan Laurie · 8 years ago
  84. 4d6db95 Move remap_bsp_lapic to AMD specific code by Stefan Reinauer · 9 years ago
  85. 83fc32f device_ops: add device_t argument to write_acpi_tables by Alexander Couzens · 9 years ago
  86. 5eea458 device_ops: add device_t argument to acpi_fill_ssdt_generator by Alexander Couzens · 9 years ago
  87. a90dad1 device_ops: add device_t argument to acpi_inject_dsdt_generator by Alexander Couzens · 9 years ago
  88. 0a3d4e4 AMD K8 fam10: Refactor HT link connection test by Kyösti Mälkki · 9 years ago
  89. 7752147 devicetree: Add fields for HyperTransport scans by Kyösti Mälkki · 9 years ago
  90. 580e722 devicetree: Change scan_bus() prototype in device ops by Kyösti Mälkki · 9 years ago
  91. 2d2367c devicetree: Single scan_bridges() by Kyösti Mälkki · 9 years ago
  92. 3345240 PCI subsystem: Refactor PCI bridge register control by Kyösti Mälkki · 9 years ago
  93. d0e212c devicetree: Discriminate device ops scan_bus() by Kyösti Mälkki · 9 years ago
  94. 83f81ca acpi: Remove monolithic ACPI by Vladimir Serbinenko · 10 years ago
  95. 85756c1 devicetree: Drop dummy root_dev ops by Kyösti Mälkki · 9 years ago
  96. 9664345 devicetree: Search PnP device node from the tree by path by Kyösti Mälkki · 9 years ago
  97. 530355d include/device/device.h: Provide DEVICE_NOOP macro shim by Edward O'Callaghan · 10 years ago
  98. dc878b4 include/device/device.h: Deduplicate '*_pnp_devfn_t' typedefs by Edward O'Callaghan · 10 years ago
  99. 822bc65 ACPI: Remove CONFIG_GENERATE_ACPI_TABLES by Vladimir Serbinenko · 11 years ago
  100. 0a66991 acpi: Remove explicit pointer tracking in per-device ssdt. by Vladimir Serbinenko · 10 years ago