| Commit message (Expand) | Author | Age | Files | Lines |
* | 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: Port programmers to pass programmer_cfg to extractors | 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: Change signature of extract_programmer_param_str() | Edward O'Callaghan | 2022-09-07 | 1 | -1/+1 |
* | Add `str` extension to extract_programmer_param function name | Chinmay Lonkar | 2022-07-02 | 1 | -1/+1 |
* | tree: indent struct *_master consistently with tabs | Thomas Heijligen | 2022-06-27 | 1 | -7/+7 |
* | hwaccess: move mmio functions into hwaccess_physmap | Thomas Heijligen | 2022-01-20 | 1 | -1/+0 |
* | ogp_spi: remove unused rget_io_perms() | Thomas Heijligen | 2022-01-10 | 1 | -4/+0 |
* | physmap: rename to hwaccess_physmap, create own header | Thomas Heijligen | 2021-12-22 | 1 | -0/+1 |
* | hwaccess: move x86 port I/O related code into own files | Thomas Heijligen | 2021-12-22 | 1 | -0/+1 |
* | pci.h: move include into own wrapper | Thomas Heijligen | 2021-12-22 | 1 | -0/+1 |
* | programmer_table: move each entry to the associated programmer source | Thomas Heijligen | 2021-06-10 | 1 | -2/+12 |
* | ogp_spi.c: Refactor singleton states into reentrant pattern | Anastasia Klimchuk | 2021-06-03 | 1 | -12/+46 |
* | bitbang: Extend bitbang_spi_master functions to accept spi data | Anastasia Klimchuk | 2021-06-03 | 1 | -6/+6 |
* | bitbang: Extend register_spi_bitbang_master() API with spi data | Anastasia Klimchuk | 2021-06-03 | 1 | -1/+1 |
* | bitbang_spi: Drop bitbang_spi_master_type | Nico Huber | 2019-06-23 | 1 | -1/+0 |
* | Remove address from GPLv2 headers | Elyes HAOUAS | 2018-04-24 | 1 | -4/+0 |
* | Rename programmer registration functions | Carl-Daniel Hailfinger | 2014-07-19 | 1 | -1/+1 |
* | Move global io_base_addr into compilation units | Stefan Tauner | 2014-06-01 | 1 | -1/+1 |
* | CID1130007: Resource leak in ogp_spi | Stefan Reinauer | 2014-04-26 | 1 | -0/+2 |
* | Add additional error handling to pcidev_readbar() callers | Niklas Söderlund | 2013-08-23 | 1 | -0/+3 |
* | Automatically unmap physmap()s | Stefan Tauner | 2013-08-14 | 1 | -9/+2 |
* | Decouple BAR reading from pci device init, handle errors gracefully | Carl-Daniel Hailfinger | 2013-01-05 | 1 | -1/+5 |
* | Unify PCI init and let pcidev clean itself up | Stefan Tauner | 2013-01-04 | 1 | -2/+0 |
* | Unify usbdev_status and pcidev_status into dev_entry | Stefan Tauner | 2012-12-27 | 1 | -1/+1 |
* | Some ISO C fixes | Carl-Daniel Hailfinger | 2012-08-27 | 1 | -1/+3 |
* | 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 |
* | Have all programmer init functions register bus masters/programmers | Carl-Daniel Hailfinger | 2011-12-20 | 1 | -2/+2 |
* | Use shutdown callback mechanism to shutdown programmers | David Hendricks | 2011-06-14 | 1 | -9/+12 |
* | Kill central list of SPI programmers | Michael Karcher | 2011-05-11 | 1 | -3/+0 |
* | Remove vendorid parameter from pcidev_init() | Carl-Daniel Hailfinger | 2011-03-07 | 1 | -2/+1 |
* | Add support for the Open Graphics Project development card, OGD1, as a SPI fl... | Mark Marshall | 2010-12-03 | 1 | -0/+145 |