summaryrefslogtreecommitdiffstats
path: root/src/device/device_util.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace all occurences of sprintf with snprintfVladimir Serbinenko2014-01-101-37/+46
* Add function to encode device path into integerDuncan Laurie2013-11-261-0/+55
* device: Fix spellingMartin Roth2013-07-101-2/+2
* GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel2013-03-011-1/+1
* sconfig: rename lapic_cluster -> cpu_clusterStefan Reinauer2013-02-141-7/+7
* sconfig: rename pci_domain -> domainStefan Reinauer2013-02-141-5/+5
* Rename devices -> deviceStefan Reinauer2012-11-301-0/+870