summaryrefslogtreecommitdiffstats
path: root/src/device/device_util.c
Commit message (Expand)AuthorAgeFilesLines
* Rename do_printk() to printk()Nico Huber2021-04-141-15/+15
* device: correct code styleFrans Hendriks2021-02-051-6/+6
* device: Drop `mmconf_resource_init` functionAngel Pons2021-01-301-11/+4
* device + util/sconfig: introduce new device `gpio`Michael Niewöhner2020-12-281-0/+6
* superio/common: Fix NULL pointer dereferencesJohn Zhao2020-09-281-1/+1
* device_util,agesa/family14: Do not consider unassigned resources in find_pci_...Furquan Shaikh2020-05-261-2/+9
* util/sconfig: Add LPC and ESPI busesRaul E Rangel2020-05-121-0/+8
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* device: Constify struct device * parameter to dev_nameFurquan Shaikh2020-04-281-1/+1
* src/device: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-041-12/+2
* src/[arch-lib]: change "unsigned" to "unsigned int"Martin Roth2019-10-271-4/+4
* src/{device,drivers}: Use 'include <stdlib.h>' when appropriateElyes HAOUAS2019-10-271-0/+1
* AUTHORS: Move src/device copyrights into AUTHORS fileMartin Roth2019-09-171-7/+0
* device: Constify `dev` argument to (probe|find)_resource()Nico Huber2019-07-311-2/+2
* device/device_util.c: Correct format specifierJacob Garber2019-07-191-1/+1
* device/device_util: Fix encoding the USB device pathKarthikeyan Ramasubramanian2019-07-131-1/+1
* device: Tidy up add_more_links()Jacob Garber2019-06-281-5/+16
* device,nb/amd: Deduplicate add_more_links()Jacob Garber2019-06-281-0/+36
* device: ignore NONE devices behind bridgePatrick Rudolph2019-05-071-1/+4
* resources: introduce io_resource()Subrata Banik2019-03-171-0/+14
* src: Add required space after "switch"Elyes HAOUAS2018-11-191-1/+1
* device: Move find_dev_path() to device_const.cKyösti Mälkki2018-05-251-80/+0
* device: Move dev_find_path() to device_const.cNico Huber2018-05-251-27/+0
* device: Always build device_simple.c for less code duplicationNico Huber2018-05-241-67/+0
* src/device: Get rid of device_tElyes HAOUAS2018-05-221-4/+6
* device/device_util.c: Remove space after sizeofElyes HAOUAS2018-05-221-16/+16
* devicetree: Add USB device typeDuncan Laurie2018-05-111-0/+11
* src/device: Fix discarded-qualifiers compilation issueSubrata Banik2018-05-021-1/+1
* device: constify some variablesLubomir Rintel2018-04-301-4/+4
* sconfig: Add a new mmio resource typeJustin TerAvest2018-01-251-0/+8
* device: further untangle device_t from struct deviceAaron Durbin2017-11-151-21/+24
* device/device_util: Add string for DEVICE_PATH_NONEPatrick Rudolph2017-11-071-0/+3
* src/device: Fix checkpatch warning: no spaces at the start of a lineMartin Roth2017-07-251-5/+5
* device/device_util: Add function to determine bridge statePatrick Rudolph2017-06-021-0/+25
* device: Add a new "SPI" device typeFurquan Shaikh2017-02-161-0/+10
* devtree: Drop unused parameter show_devs_tree() callKyösti Mälkki2017-02-061-4/+4
* src/device: Get device structure by path typeSubrata Banik2016-12-071-0/+25
* MMCONF_SUPPORT: Consolidate resource registrationKyösti Mälkki2016-12-071-0/+20
* sconfig: Add a new generic device typeDuncan Laurie2016-05-161-0/+12
* sconfig: Add 10bit addressing mode to i2c device typeDuncan Laurie2016-05-161-2/+3
* device: Add device path display supportLee Leahy2016-02-181-0/+12
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* AMD fam10: Drop PCI_BUS_SEGN_BITSKyösti Mälkki2015-03-091-28/+0
* device/device_util.c: Add space after ellipse for better legibilityPaul Menzel2015-02-151-4/+4
* Remove stale char[] initialization causing unaligned memory accessMarcelo Povoa2014-09-291-1/+1
* device/device_util.c: Fix wording in comment of `new_resource()`Paul Menzel2014-06-111-1/+1
* PCI: Guard pci.h with CONFIG_PCIKyösti Mälkki2014-02-121-1/+1
* device_util: Make device in dev_find_slot_pnp u16.Vladimir Serbinenko2014-02-091-1/+1
* device_util: Add dev_find_slot_pnp.Vladimir Serbinenko2014-02-071-0/+21