| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove address from GPLv2 headers | Elyes HAOUAS | 2018-04-24 | 1 | -4/+0 |
* | Rename programmer registration functions | Carl-Daniel Hailfinger | 2014-07-19 | 1 | -2/+2 |
* | Add additional error handling to pcidev_readbar() callers | Niklas Söderlund | 2013-08-23 | 1 | -0/+4 |
* | Automatically unmap physmap()s | Stefan Tauner | 2013-08-14 | 1 | -10/+4 |
* | Decouple BAR reading from pci device init, handle errors gracefully | Carl-Daniel Hailfinger | 2013-01-05 | 1 | -4/+7 |
* | Introduce msg_*warn | Stefan Tauner | 2013-01-04 | 1 | -1/+1 |
* | Unify PCI init and let pcidev clean itself up | Stefan Tauner | 2013-01-04 | 1 | -1/+0 |
* | Unify usbdev_status and pcidev_status into dev_entry | Stefan Tauner | 2012-12-27 | 1 | -1/+1 |
* | Remove potential endless loops from satasii.c | Carl-Daniel Hailfinger | 2012-08-29 | 1 | -8/+19 |
* | Some ISO C fixes | Carl-Daniel Hailfinger | 2012-08-27 | 1 | -1/+1 |
* | Clean up satasii.c | Stefan Tauner | 2012-08-25 | 1 | -13/+6 |
* | Automatically release I/O permissions on shutdown | Carl-Daniel Hailfinger | 2012-07-21 | 1 | -2/+2 |
* | Hide hwaccess.h from public API | Patrick Georgi | 2012-07-20 | 1 | -0/+1 |
* | Add struct flashctx * parameter to all functions accessing flash chips | Carl-Daniel Hailfinger | 2011-12-18 | 1 | -2/+8 |
* | Register Parallel/LPC/FWH programmers the same way SPI programmers are regist... | Carl-Daniel Hailfinger | 2011-11-09 | 1 | -2/+14 |
* | Rename CHIP_BUSTYPE_FOO to BUS_FOO | Carl-Daniel Hailfinger | 2011-07-27 | 1 | -1/+1 |
* | Use shutdown callback mechanism to shutdown programmers | David Hendricks | 2011-06-14 | 1 | -8/+14 |
* | Remove vendorid parameter from pcidev_init() | Carl-Daniel Hailfinger | 2011-03-07 | 1 | -1/+1 |
* | Various status updates | Carl-Daniel Hailfinger | 2010-09-04 | 1 | -1/+1 |
* | Mark the following chips/boards/PCI-cards as OK | Uwe Hermann | 2010-07-29 | 1 | -1/+1 |
* | Split off programmer.h from flash.h | Carl-Daniel Hailfinger | 2010-07-27 | 1 | -0/+1 |
* | Convert MMIO accesses of non-internal PCI-based programmers to be endian-agno... | Carl-Daniel Hailfinger | 2010-07-27 | 1 | -10/+10 |
* | Various places in the flashrom source feature custom parameter extraction fro... | Carl-Daniel Hailfinger | 2010-07-06 | 1 | -3/+2 |
* | Kill global variables, constants and functions if local scope suffices | Carl-Daniel Hailfinger | 2010-07-03 | 1 | -2/+2 |
* | Remove unneeded #include statements completely | Carl-Daniel Hailfinger | 2010-05-30 | 1 | -1/+0 |
* | Replace PCI_OK/PCI_NT by OK/NT | Michael Karcher | 2010-02-24 | 1 | -6/+6 |
* | Convert all messages in satasii.c to the new message infrastructure | Sean Nelson | 2010-01-09 | 1 | -1/+1 |
* | Add support for parallel flash on Dr. Kaiser PC-Waechter PCI devices | TURBO J | 2009-09-02 | 1 | -1/+2 |
* | Use a common parameter variable for all programmers | Carl-Daniel Hailfinger | 2009-08-12 | 1 | -2/+2 |
* | Releasing IO permissions was done by hand everywhere | Carl-Daniel Hailfinger | 2009-08-09 | 1 | -7/+1 |
* | Add support for the AMD Am29F010A/B chips | Uwe Hermann | 2009-06-19 | 1 | -0/+1 |
* | Only probe for chips with compatible bus protocols | Carl-Daniel Hailfinger | 2009-06-01 | 1 | -0/+2 |
* | Fix warning in satasii.c when compiling with gcc 4.4.0 | Urja Rannikko | 2009-05-31 | 1 | -1/+1 |
* | A bunch of output beautifications and improvements, as well as doc fixes | Uwe Hermann | 2009-05-22 | 1 | -5/+5 |
* | The Silicon Image PCI0680 has bit 26 marked as reserved, so don't use it | Uwe Hermann | 2009-05-20 | 1 | -2/+2 |
* | Mark the Silicon Image PCI0680 Ultra ATA-133 controller as working | Uwe Hermann | 2009-05-19 | 1 | -1/+1 |
* | Factor out fallback_map/unmap, most external programmers don't need and speci... | Uwe Hermann | 2009-05-17 | 1 | -9/+0 |
* | Rename sata_sii.c to satasii.c for consistency | Uwe Hermann | 2009-05-17 | 1 | -0/+124 |