summaryrefslogtreecommitdiffstats
path: root/src/device/device_util.c
Commit message (Expand)AuthorAgeFilesLines
* resource: Add helpers for memory resourcesKyösti Mälkki2022-06-261-0/+15
* device: Add fixed_io_range_flags() and helpersKyösti Mälkki2022-06-261-14/+0
* device: Add fixed_mem_range_flags() and helpersKyösti Mälkki2022-06-261-11/+12
* device/resource: Add _kb postfix for resource allocatorsKyösti Mälkki2022-06-221-1/+1
* device: Add log_resource()Kyösti Mälkki2022-05-241-0/+9
* Rename ECAM-specific MMCONF KconfigsShelley Chen2021-11-101-2/+2
* device_util.c: Replace `memcpy()` with `strcpy()`Angel Pons2021-08-191-3/+3
* src/device: Remove DEVICE_PATH_ESPI & DEVICE_PATH_LPCMartin Roth2021-07-141-8/+0
* device: Reflow strings in printk statementsAngel Pons2021-07-051-2/+2
* device: Clean up resource utility function signaturesKyösti Mälkki2021-07-011-4/+4
* 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