summaryrefslogtreecommitdiffstats
path: root/satasii.c
Commit message (Expand)AuthorAgeFilesLines
* printf: Use inttype.h macros for format stringsThomas Heijligen2023-04-271-1/+1
* parallel: Drop explicit fallback_chip_X boilerplateEdward O'Callaghan2023-01-111-6/+0
* 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: Allow passing programmer_cfg directly to programmerEdward O'Callaghan2022-09-071-1/+1
* satasii: drop unused variable from par data structAlexander Goncharov2022-08-051-2/+0
* satasii: Drop sii_ prefix for par data struct membersAlexander Goncharov2022-08-051-11/+11
* satasii: Refactor singleton states into reentrant patternAlexander Goncharov2022-08-051-20/+41
* tree: indent struct *_master consistently with tabsThomas Heijligen2022-06-271-8/+8
* hwaccess: move mmio functions into hwaccess_physmapThomas Heijligen2022-01-201-1/+0
* satasii: 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
* par_master: Fix propagation of register_par_master() return valuesAnastasia Klimchuk2021-08-301-3/+1
* programmer_table: move each entry to the associated programmer sourceThomas Heijligen2021-06-101-2/+11
* par_masters: Reshuffle to remove forward declarationsEdward O'Callaghan2021-05-271-44/+42
* programmer: Smoothen register_par_master APIAnastasia Klimchuk2021-05-231-1/+1
* Remove address from GPLv2 headersElyes HAOUAS2018-04-241-4/+0
* Rename programmer registration functionsCarl-Daniel Hailfinger2014-07-191-2/+2
* Add additional error handling to pcidev_readbar() callersNiklas Söderlund2013-08-231-0/+4
* Automatically unmap physmap()sStefan Tauner2013-08-141-10/+4
* Decouple BAR reading from pci device init, handle errors gracefullyCarl-Daniel Hailfinger2013-01-051-4/+7
* Introduce msg_*warnStefan Tauner2013-01-041-1/+1
* Unify PCI init and let pcidev clean itself upStefan Tauner2013-01-041-1/+0
* Unify usbdev_status and pcidev_status into dev_entryStefan Tauner2012-12-271-1/+1
* Remove potential endless loops from satasii.cCarl-Daniel Hailfinger2012-08-291-8/+19
* Some ISO C fixesCarl-Daniel Hailfinger2012-08-271-1/+1
* Clean up satasii.cStefan Tauner2012-08-251-13/+6
* Automatically release I/O permissions on shutdownCarl-Daniel Hailfinger2012-07-211-2/+2
* Hide hwaccess.h from public APIPatrick Georgi2012-07-201-0/+1
* Add struct flashctx * parameter to all functions accessing flash chipsCarl-Daniel Hailfinger2011-12-181-2/+8
* Register Parallel/LPC/FWH programmers the same way SPI programmers are regist...Carl-Daniel Hailfinger2011-11-091-2/+14
* Rename CHIP_BUSTYPE_FOO to BUS_FOOCarl-Daniel Hailfinger2011-07-271-1/+1
* Use shutdown callback mechanism to shutdown programmersDavid Hendricks2011-06-141-8/+14
* Remove vendorid parameter from pcidev_init()Carl-Daniel Hailfinger2011-03-071-1/+1
* Various status updatesCarl-Daniel Hailfinger2010-09-041-1/+1
* Mark the following chips/boards/PCI-cards as OKUwe Hermann2010-07-291-1/+1
* Split off programmer.h from flash.hCarl-Daniel Hailfinger2010-07-271-0/+1
* Convert MMIO accesses of non-internal PCI-based programmers to be endian-agno...Carl-Daniel Hailfinger2010-07-271-10/+10
* Various places in the flashrom source feature custom parameter extraction fro...Carl-Daniel Hailfinger2010-07-061-3/+2
* Kill global variables, constants and functions if local scope sufficesCarl-Daniel Hailfinger2010-07-031-2/+2
* Remove unneeded #include statements completelyCarl-Daniel Hailfinger2010-05-301-1/+0
* Replace PCI_OK/PCI_NT by OK/NTMichael Karcher2010-02-241-6/+6
* Convert all messages in satasii.c to the new message infrastructureSean Nelson2010-01-091-1/+1
* Add support for parallel flash on Dr. Kaiser PC-Waechter PCI devicesTURBO J2009-09-021-1/+2
* Use a common parameter variable for all programmersCarl-Daniel Hailfinger2009-08-121-2/+2
* Releasing IO permissions was done by hand everywhereCarl-Daniel Hailfinger2009-08-091-7/+1
* Add support for the AMD Am29F010A/B chipsUwe Hermann2009-06-191-0/+1