summaryrefslogtreecommitdiffstats
path: root/src/include/device/device.h
Commit message (Expand)AuthorAgeFilesLines
* device: Use scan_static_bus() over scan_lpc_bus()Nico Huber2019-10-081-1/+0
* device/root_device: Consolidate common _scan_bus() functionsNico Huber2019-10-081-1/+1
* device: Rename scan_static_bus() -> enable_static_devices()Nico Huber2019-10-071-1/+1
* device/pci: Enable full 16-bit VGA port i/o decodingNico Huber2019-10-061-0/+1
* soc/intel: Replace config_of_path() with config_of_soc()Kyösti Mälkki2019-10-021-9/+2
* device: add commentary to dev_find_slot()Aaron Durbin2019-09-271-1/+8
* arch/x86/acpi: Add acpi_device_hidPatrick Rudolph2019-08-231-0/+2
* cpu/intel: Replace bsp_init_and_start_aps()Kyösti Mälkki2019-08-151-0/+6
* devicetree: Add accessors for chip_infoKyösti Mälkki2019-07-181-0/+24
* device: Move pci_irqs outside DEVTREE_EARLYKyösti Mälkki2019-07-171-1/+1
* soc/intel: Fix regression with hidden PCI devicesKyösti Mälkki2019-07-171-2/+4
* device: Remove device->ops from early stagesKyösti Mälkki2019-07-151-1/+1
* device/pci: Declare pcidev_path_on_bus()Kyösti Mälkki2019-07-121-0/+1
* device/pci: Declare pci_root_bus()Kyösti Mälkki2019-07-071-0/+1
* device: Tidy up add_more_links()Jacob Garber2019-06-281-1/+1
* device,nb/amd: Deduplicate add_more_links()Jacob Garber2019-06-281-0/+1
* sconfig: Add SMBIOS type 9 entriesPatrick Rudolph2019-05-071-0/+6
* resources: introduce io_resource()Subrata Banik2019-03-171-0/+6
* device/pci_ops: Have only default PCI bus ops availableKyösti Mälkki2019-03-161-1/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-3/+3
* device/pci_ops: Simplify logic for PCI bus opsKyösti Mälkki2019-03-061-1/+0
* arch/io.h: Separate MMIO and PNP opsKyösti Mälkki2019-03-041-1/+0
* buildsystem: Promote rules.h to default includeKyösti Mälkki2019-01-161-1/+0
* device: Introduce pcidev_on_root() and friendsKyösti Mälkki2019-01-041-0/+5
* src: Move {pci,pnp}_devfn_t to common 'device/pci_type.h'Elyes HAOUAS2019-01-041-0/+1
* src: Get rid of device_tElyes HAOUAS2019-01-041-6/+1
* sconfig: Allow setting device status in device treeHung-Te Lin2018-09-161-0/+1
* device: add child traversal helper functionAaron Durbin2018-07-261-0/+3
* device: Move find_dev_path() to device_const.cKyösti Mälkki2018-05-251-1/+3
* device: Move dev_find_path() to device_const.cNico Huber2018-05-251-2/+3
* devicetree: Add USB device typeDuncan Laurie2018-05-111-0/+2
* src/device: Fix discarded-qualifiers compilation issueSubrata Banik2018-05-021-1/+1
* device: constify some variablesLubomir Rintel2018-04-301-3/+3
* device: Add flag to disable PCIe ASPMNico Huber2018-04-261-0/+1
* pci: Move inline PCI functions to pci_ops.hPatrick Rudolph2018-04-201-0/+1
* device: further untangle device_t from struct deviceAaron Durbin2017-11-151-22/+20
* device: untangle device_t from struct device some moreAaron Durbin2017-11-101-10/+5
* device: acpi_name() should take a const struct deviceAaron Durbin2017-09-141-1/+1
* device/pci: untangle struct device and device_tAaron Durbin2017-08-091-20/+19
* src/include: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-07-131-2/+2
* device/device_util: Add function to determine bridge statePatrick Rudolph2017-06-021-0/+1
* lib: provide clearer devicetree semanticsAaron Durbin2017-04-251-16/+16
* src/include: Wrap lines at 80 columnsLee Leahy2017-03-131-7/+11
* src/include: Remove space after function nameLee Leahy2017-03-131-6/+6
* src/include: Fix space between type, * and variable nameLee Leahy2017-03-131-12/+12
* src/include: Remove spaces before tabsLee Leahy2017-03-121-3/+3
* src/include: Fix unsigned warningsLee Leahy2017-03-091-9/+9
* device: Add scan_generic_bus supportFurquan Shaikh2017-02-161-0/+1
* device: Add a new "SPI" device typeFurquan Shaikh2017-02-161-0/+2
* devtree: Drop unused parameter show_devs_tree() callKyösti Mälkki2017-02-061-1/+1