summaryrefslogtreecommitdiffstats
path: root/src/include/device/device.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* src/device: Get device structure by path typeSubrata Banik2016-12-071-0/+1
* MMCONF_SUPPORT: Consolidate resource registrationKyösti Mälkki2016-12-071-0/+3
* device: i2c: Add support for I2C bus operationsDuncan Laurie2016-06-091-0/+2
* device: Add an ACPI device name and path concept to devicesDuncan Laurie2016-05-211-0/+1
* sconfig: Add a new generic device typeDuncan Laurie2016-05-161-0/+1
* Move remap_bsp_lapic to AMD specific codeStefan Reinauer2015-06-131-1/+0
* device_ops: add device_t argument to write_acpi_tablesAlexander Couzens2015-06-051-1/+1
* device_ops: add device_t argument to acpi_fill_ssdt_generatorAlexander Couzens2015-06-051-1/+1
* device_ops: add device_t argument to acpi_inject_dsdt_generatorAlexander Couzens2015-06-051-1/+1
* AMD K8 fam10: Refactor HT link connection testKyösti Mälkki2015-06-051-0/+1
* devicetree: Add fields for HyperTransport scansKyösti Mälkki2015-06-051-0/+2
* devicetree: Change scan_bus() prototype in device opsKyösti Mälkki2015-06-041-4/+4
* devicetree: Single scan_bridges()Kyösti Mälkki2015-06-041-1/+1
* PCI subsystem: Refactor PCI bridge register controlKyösti Mälkki2015-06-041-0/+1
* devicetree: Discriminate device ops scan_bus()Kyösti Mälkki2015-06-041-1/+2
* acpi: Remove monolithic ACPIVladimir Serbinenko2015-05-261-1/+1
* devicetree: Drop dummy root_dev opsKyösti Mälkki2015-03-011-2/+0
* devicetree: Search PnP device node from the tree by pathKyösti Mälkki2015-01-301-0/+1
* include/device/device.h: Provide DEVICE_NOOP macro shimEdward O'Callaghan2014-11-011-0/+6