| Commit message (Expand) | Author | Age | Files | Lines |
* | hwaccess: move mmio functions into hwaccess_physmap | Thomas Heijligen | 2022-01-20 | 1 | -1/+1 |
* | hwaccess: move x86 port I/O related code into own files | Thomas Heijligen | 2021-12-22 | 1 | -0/+1 |
* | remove compile guards | Thomas Heijligen | 2021-09-26 | 1 | -4/+0 |
* | spi_master: Use new API to register shutdown function | Anastasia Klimchuk | 2021-08-25 | 1 | -4/+2 |
* | spi_master: Move shutdown function above spi_master struct | Anastasia Klimchuk | 2021-08-17 | 1 | -7/+6 |
* | treewide: Drop most cases of `sizeof(struct ...)` | Angel Pons | 2021-06-09 | 1 | -1/+1 |
* | programmer: Make use of new register_spi_master() API | Nico Huber | 2021-05-13 | 1 | -3/+2 |
* | programmer: Smoothen register_spi_master() API | Nico Huber | 2021-05-13 | 1 | -1/+1 |
* | it87spi.c: Remove 'it8716f_' prefix from local state tracker | Edward O'Callaghan | 2020-11-22 | 1 | -21/+21 |
* | it87spi.c: Move singleton state into spi master state tracker | Edward O'Callaghan | 2020-11-22 | 1 | -26/+71 |
* | it87spi.c: Reorder functions with primitives at the top | Edward O'Callaghan | 2020-11-22 | 1 | -172/+164 |
* | it87spi.c: Prevent use-after-free bug | Angel Pons | 2020-10-22 | 1 | -1/+2 |
* | it87spi.c: Fix layering violation of default_spi_read | Edward O'Callaghan | 2020-10-12 | 1 | -2/+2 |
* | const'ify flashctx to align signatures with cros flashrom | Edward O'Callaghan | 2020-04-30 | 1 | -2/+2 |
* | Fix -Wsign-compare trouble | Nico Huber | 2019-07-31 | 1 | -1/+2 |
* | spi: Drop spi_controller type | Nico Huber | 2019-06-27 | 1 | -1/+0 |
* | tree: Make internal functions static | Jacob Garber | 2019-06-23 | 1 | -1/+1 |
* | spi25: Fix layering violation in default_spi_write_aai() | Nico Huber | 2019-06-21 | 1 | -1/+1 |
* | Remove trailing whitespace | Elyes HAOUAS | 2019-03-04 | 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 |
* | Add 'const' keyword to chip write and other function prototypes | Mark Marshall | 2014-05-09 | 1 | -4/+3 |
* | Add a bunch of new/tested stuff and various small changes 20 | Stefan Tauner | 2014-05-03 | 1 | -3/+2 |
* | IT87: Add ability to select between chips on GIGABYTE DualBIOS boards | Vadim Girlin | 2013-08-24 | 1 | -7/+40 |
* | Add a bunch of new/tested stuff and various small changes 17 | Stefan Tauner | 2013-02-22 | 1 | -6/+3 |
* | Some ISO C fixes | Carl-Daniel Hailfinger | 2012-08-27 | 1 | -1/+1 |
* | Make struct flashchip a field in struct flashctx instead of a complete copy | Carl-Daniel Hailfinger | 2012-08-25 | 1 | -10/+10 |
* | Hide hwaccess.h from public API | Patrick Georgi | 2012-07-20 | 1 | -0/+1 |
* | Let the programmer driver decide how to do AAI transfers | Nico Huber | 2012-06-15 | 1 | -0/+1 |
* | dummyflasher: Add a status register to SPI chips | Stefan Tauner | 2012-05-06 | 1 | -1/+1 |
* | Fix parallel-style programmer access from ITE IT87/Winbond W83627 SPI | Carl-Daniel Hailfinger | 2012-03-01 | 1 | -2/+2 |
* | Add struct flashctx * parameter to all functions accessing flash chips | Carl-Daniel Hailfinger | 2011-12-18 | 1 | -7/+11 |
* | Use struct flashctx instead of struct flashchip for flash chip access | Carl-Daniel Hailfinger | 2011-12-14 | 1 | -5/+5 |
* | Unsignify lengths and addresses in chip functions and structs | Stefan Tauner | 2011-11-23 | 1 | -7/+8 |
* | Register Parallel/LPC/FWH programmers the same way SPI programmers are regist... | Carl-Daniel Hailfinger | 2011-11-09 | 1 | -1/+1 |
* | Revert "Unsignify lengths and addresses in chip functions and structs" | Stefan Tauner | 2011-09-18 | 1 | -4/+4 |
* | Unsignify lengths and addresses in chip functions and structs | Stefan Tauner | 2011-09-18 | 1 | -4/+4 |
* | Change programmer selection in cli and generic code | Carl-Daniel Hailfinger | 2011-09-08 | 1 | -4/+2 |
* | Fixup of r1397 | Carl-Daniel Hailfinger | 2011-08-15 | 1 | -1/+2 |
* | Random whitespace and coding-style fixes | Uwe Hermann | 2011-07-28 | 1 | -22/+23 |
* | Rename CHIP_BUSTYPE_FOO to BUS_FOO | Carl-Daniel Hailfinger | 2011-07-27 | 1 | -1/+1 |
* | Kill central list of SPI programmers | Michael Karcher | 2011-05-11 | 1 | -5/+19 |
* | Add support for more than one Super I/O or EC per machine | Carl-Daniel Hailfinger | 2011-04-27 | 1 | -55/+66 |
* | Fix internal offset calculations for SPI BYTE PROGRAM and SPI AAI PROGRAM | Carl-Daniel Hailfinger | 2010-10-27 | 1 | -5/+6 |
* | Switch all flash chips to partial write | Carl-Daniel Hailfinger | 2010-10-13 | 1 | -12/+14 |
* | Updates to the board and chips status tables | Uwe Hermann | 2010-09-05 | 1 | -2/+2 |
* | Split off programmer.h from flash.h | Carl-Daniel Hailfinger | 2010-07-27 | 1 | -0/+1 |
* | Use generic unlocking infrastructure for SPI chips | Carl-Daniel Hailfinger | 2010-07-14 | 1 | -1/+0 |
* | Convert SPI chips to partial write | Carl-Daniel Hailfinger | 2010-07-14 | 1 | -16/+26 |
* | Generify support for ITE IT8705 Super I/O | Carl-Daniel Hailfinger | 2010-07-10 | 1 | -79/+85 |