summaryrefslogtreecommitdiff
path: root/ogp_spi.c
Commit message (Expand)AuthorAgeFilesLines
* drivers/: Make 'fallback_{un}map' the default unless definedEdward O'Callaghan2022-10-081-2/+0
* drivers/: Make 'internal_delay' the default unless definedEdward O'Callaghan2022-09-271-1/+0
* tree: Fix drivers to pass programmer_cfg to pcidev_init()Edward O'Callaghan2022-09-071-1/+1
* tree: Port programmers to pass programmer_cfg to extractorsEdward O'Callaghan2022-09-071-1/+1
* tree: Allow passing programmer_cfg directly to programmerEdward 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
* tree: indent struct *_master consistently with tabsThomas Heijligen2022-06-271-7/+7
* hwaccess: move mmio functions into hwaccess_physmapThomas Heijligen2022-01-201-1/+0
* ogp_spi: remove unused rget_io_perms()Thomas Heijligen2022-01-101-4/+0
* physmap: rename to hwaccess_physmap, create own headerThomas Heijligen2021-12-221-0/+1
* hwaccess: move x86 port I/O related code into own filesThomas Heijligen2021-12-221-0/+1
* pci.h: move include into own wrapperThomas Heijligen2021-12-221-0/+1
* programmer_table: move each entry to the associated programmer sourceThomas Heijligen2021-06-101-2/+12
* ogp_spi.c: Refactor singleton states into reentrant patternAnastasia Klimchuk2021-06-031-12/+46
* bitbang: Extend bitbang_spi_master functions to accept spi dataAnastasia Klimchuk2021-06-031-6/+6
* bitbang: Extend register_spi_bitbang_master() API with spi dataAnastasia Klimchuk2021-06-031-1/+1
* bitbang_spi: Drop bitbang_spi_master_typeNico Huber2019-06-231-1/+0
* Remove address from GPLv2 headersElyes HAOUAS2018-04-241-4/+0
* Rename programmer registration functionsCarl-Daniel Hailfinger2014-07-191-1/+1
* Move global io_base_addr into compilation unitsStefan Tauner2014-06-011-1/+1
* CID1130007: Resource leak in ogp_spiStefan Reinauer2014-04-261-0/+2
* Add additional error handling to pcidev_readbar() callersNiklas Söderlund2013-08-231-0/+3
* Automatically unmap physmap()sStefan Tauner2013-08-141-9/+2
* Decouple BAR reading from pci device init, handle errors gracefullyCarl-Daniel Hailfinger2013-01-051-1/+5
* Unify PCI init and let pcidev clean itself upStefan Tauner2013-01-041-2/+0
* Unify usbdev_status and pcidev_status into dev_entryStefan Tauner2012-12-271-1/+1
* Some ISO C fixesCarl-Daniel Hailfinger2012-08-271-1/+3
* Automatically release I/O permissions on shutdownCarl-Daniel Hailfinger2012-07-211-2/+2
* Hide hwaccess.h from public APIPatrick Georgi2012-07-201-0/+1
* Have all programmer init functions register bus masters/programmersCarl-Daniel Hailfinger2011-12-201-2/+2
* Use shutdown callback mechanism to shutdown programmersDavid Hendricks2011-06-141-9/+12
* Kill central list of SPI programmersMichael Karcher2011-05-111-3/+0
* Remove vendorid parameter from pcidev_init()Carl-Daniel Hailfinger2011-03-071-2/+1
* Add support for the Open Graphics Project development card, OGD1, as a SPI fl...Mark Marshall2010-12-031-0/+145