summaryrefslogtreecommitdiff
path: root/pcidev.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "pcidev: remove pcidev_getdevfn() function"Thomas Heijligen2023-03-201-0/+8
* pcidev: remove pcidev_getdevfn() functionThomas Heijligen2023-03-101-8/+0
* libpci: drop support for pciutils < 2.2.0Thomas Heijligen2023-03-101-8/+0
* tree: Fix drivers to pass programmer_cfg to pcidev_init()Edward O'Callaghan2022-09-071-2/+2
* tree: Port programmers to pass programmer_cfg to extractorsEdward O'Callaghan2022-09-071-1/+1
* tree: Change signature of extract_programmer_param_str()Edward O'Callaghan2022-09-071-1/+1
* Add `str` extension to extract_programmer_param function nameChinmay Lonkar2022-07-021-1/+1
* pcidev: Always fetch ident infoNico Huber2022-06-221-4/+10
* pcidev: Move pci_dev_find() from internal to canonical placeEdward O'Callaghan2022-03-221-0/+11
* pcidev: Move pci_card_find() from internal to canonical placeEdward O'Callaghan2022-03-221-0/+19
* pcidev: Move scandev_inclass logic from internal to pcidevEdward O'Callaghan2022-03-041-0/+19
* pcidev: Move pci_get_dev() logic into canonical placeEdward O'Callaghan2022-03-021-0/+13
* pcidev: Avoid internal programmer relying on pacc globalEdward O'Callaghan2022-02-241-0/+9
* pci.h: move include into own wrapperThomas Heijligen2021-12-221-1/+1
* treewide: Drop most cases of `sizeof(struct ...)`Angel Pons2021-06-091-1/+1
* pcidev.c: populate IDs with pci_fill_info()Daniel Verkamp2020-10-141-0/+1
* pcidev.c: Drop unused variableElyes HAOUAS2020-04-241-2/+1
* Revert "pcidev.c: Factor out pcidev_validate() into pure fn"Nico Huber2020-01-191-29/+24
* pcidev.c: Factor out pcidev_validate() into pure fnEdward O'Callaghan2019-11-281-24/+29
* tree: Make internal functions staticJacob Garber2019-06-231-1/+1
* Remove unneeded white spacesElyes HAOUAS2018-06-241-3/+3
* Remove address from GPLv2 headersElyes HAOUAS2018-04-241-4/+0
* Fix whitespace errorsElyes HAOUAS2018-04-241-2/+2
* rpci: Use pci_dev struct pointer to avoid API breaksYouness Alaoui2017-08-101-9/+15
* Move global io_base_addr into compilation unitsStefan Tauner2014-06-011-1/+0
* Add additional error handling to pcidev_readbar() callersNiklas Söderlund2013-08-231-1/+1
* Decouple BAR reading from pci device init, handle errors gracefullyCarl-Daniel Hailfinger2013-01-051-12/+15
* Unify PCI init and let pcidev clean itself upStefan Tauner2013-01-041-3/+34
* Unify usbdev_status and pcidev_status into dev_entryStefan Tauner2012-12-271-1/+1
* Refactor PCI and USB device status printingStefan Tauner2012-12-271-13/+0
* Hide hwaccess.h from public APIPatrick Georgi2012-07-201-0/+1
* Check vendor_id for PCI based external programmersCarl-Daniel Hailfinger2012-07-161-131/+114
* Random whitespace and coding-style fixesUwe Hermann2011-07-281-3/+3
* Fix unchecked malloc calls and casts of malloc return valuesStefan Tauner2011-07-121-0/+4
* Use shutdown callback mechanism to shutdown programmersDavid Hendricks2011-06-141-1/+2
* Remove vendorid parameter from pcidev_init()Carl-Daniel Hailfinger2011-03-071-4/+5
* Support 64-bit MEM BARs wherever possibleCarl-Daniel Hailfinger2011-02-151-22/+131
* Revert PCI config space writes on shutdownCarl-Daniel Hailfinger2010-11-101-0/+70
* Refine text of requests to send logsPaul Menzel2010-10-081-3/+5
* List the devices for all supported programmers in "flashrom -L" outputCarl-Daniel Hailfinger2010-10-071-1/+1
* Refine -L output to include all programmer modulesCarl-Daniel Hailfinger2010-10-061-0/+1
* Update the author list in the man pageCarl-Daniel Hailfinger2010-10-061-1/+1
* Remove duplicate includes from the codeStefan Reinauer2010-10-061-1/+0
* Split off programmer.h from flash.hCarl-Daniel Hailfinger2010-07-271-0/+1
* Unify programmer parameter extractionCarl-Daniel Hailfinger2010-07-081-1/+1
* Various places in the flashrom source feature custom parameter extraction fro...Carl-Daniel Hailfinger2010-07-061-1/+4
* Kill global variables, constants and functions if local scope sufficesCarl-Daniel Hailfinger2010-07-031-4/+4
* Convert various prints to use msg_p* and msg_g* respectivelySean Nelson2010-05-071-6/+6
* PCI device BARs of all types had only bits 1:0 cleared while reading the addressCarl-Daniel Hailfinger2010-03-171-1/+17
* Replace PCI_OK/PCI_NT by OK/NTMichael Karcher2010-02-241-2/+2