| Commit message (Expand) | Author | Age | Files | Lines |
* | parallel: Drop explicit fallback_chip_X boilerplate | Edward O'Callaghan | 2023-01-11 | 1 | -6/+0 |
* | drivers/: Make 'fallback_{un}map' the default unless defined | Edward O'Callaghan | 2022-10-08 | 1 | -2/+0 |
* | drivers/: Make 'internal_delay' the default unless defined | Edward O'Callaghan | 2022-09-27 | 1 | -1/+0 |
* | tree: Fix drivers to pass programmer_cfg to pcidev_init() | Edward O'Callaghan | 2022-09-07 | 1 | -1/+1 |
* | tree: Allow passing programmer_cfg directly to programmer | Edward O'Callaghan | 2022-09-07 | 1 | -1/+1 |
* | tree: indent struct *_master consistently with tabs | Thomas Heijligen | 2022-06-27 | 1 | -9/+9 |
* | hwaccess: move x86 port I/O related code into own files | Thomas Heijligen | 2021-12-22 | 1 | -1/+1 |
* | pci.h: move include into own wrapper | Thomas Heijligen | 2021-12-22 | 1 | -0/+1 |
* | remove compile guards | Thomas Heijligen | 2021-09-26 | 1 | -6/+0 |
* | par_master: Use new API to register shutdown function | Anastasia Klimchuk | 2021-08-30 | 1 | -8/+2 |
* | par_master: Move shutdown function above par_master struct | Anastasia Klimchuk | 2021-08-30 | 1 | -7/+7 |
* | nicrealtek.c: Refactor singleton states into reentrant pattern | Anastasia Klimchuk | 2021-06-10 | 1 | -10/+31 |
* | programmer_table: move each entry to the associated programmer source | Thomas Heijligen | 2021-06-10 | 1 | -2/+12 |
* | par_masters: Reshuffle to remove forward declarations | Edward O'Callaghan | 2021-05-27 | 1 | -40/+38 |
* | programmer: Smoothen register_par_master API | Anastasia Klimchuk | 2021-05-23 | 1 | -1/+1 |
* | 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 |
* | Move global io_base_addr into compilation units | Stefan Tauner | 2014-06-01 | 1 | -0/+1 |
* | Add additional error handling to pcidev_readbar() callers | Niklas Söderlund | 2013-08-23 | 1 | -0/+2 |
* | Decouple BAR reading from pci device init, handle errors gracefully | Carl-Daniel Hailfinger | 2013-01-05 | 1 | -4/+10 |
* | Unify PCI init and let pcidev clean itself up | Stefan Tauner | 2013-01-04 | 1 | -2/+1 |
* | Unify usbdev_status and pcidev_status into dev_entry | Stefan Tauner | 2012-12-27 | 1 | -1/+1 |
* | Add a bunch of new/tested stuff and various small changes 15 | Stefan Tauner | 2012-10-20 | 1 | -8/+8 |
* | Add support for Realtek RTL8169 | Sergey Lichack | 2012-08-27 | 1 | -17/+27 |
* | Some ISO C fixes | Carl-Daniel Hailfinger | 2012-08-27 | 1 | -1/+2 |
* | 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/+10 |
* | Remove vendorid parameter from pcidev_init() | Carl-Daniel Hailfinger | 2011-03-07 | 1 | -18/+1 |
* | Split off programmer.h from flash.h | Carl-Daniel Hailfinger | 2010-07-27 | 1 | -0/+1 |
* | 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 |
* | The nicrealtek code uses magic constants, but they are not explained | Carl-Daniel Hailfinger | 2010-06-14 | 1 | -0/+16 |
* | Remove unneeded #include statements completely | Carl-Daniel Hailfinger | 2010-05-30 | 1 | -2/+0 |
* | Handle the following architectures in generic flashrom code | Carl-Daniel Hailfinger | 2010-05-26 | 1 | -0/+6 |
* | Various nicrealtek fixes | Uwe Hermann | 2010-05-24 | 1 | -17/+23 |
* | Add missing nicrealtek.c which was missing from revision 1002 which was | Joerg Fischer | 2010-05-21 | 1 | -0/+89 |