index
:
flashrom.git
1.0.x
1.1.x
1.2.x
1.3.x
1.3.x_infdev
main
master
stable
staging
testpush
Flash programming utility
flashrom
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
it87spi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
tree: provide flashrom context into programmer_delay()
Alexander Goncharov
2022-10-17
1
-1
/
+1
*
drivers: Move (un)map_flash_region to par/spi/opaque_master
Jonathon Hall
2022-10-08
1
-0
/
+2
*
it87spi.c: Retype attribute `fast_spi` with bool
Felix Singer
2022-09-08
1
-3
/
+4
*
tree: Port programmers to pass programmer_cfg to extractors
Edward O'Callaghan
2022-09-07
1
-2
/
+2
*
it87spi.c: Allow passing programmer_cfg directly
Edward O'Callaghan
2022-09-07
1
-3
/
+3
*
tree: Change signature of extract_programmer_param_str()
Edward O'Callaghan
2022-09-07
1
-2
/
+2
*
spi: Add function to probe erase command opcode for all spi_master
Aarya Chaumal
2022-07-11
1
-0
/
+1
*
it87spi.c: Enable probing of IT8686E
Pete Smith
2022-07-11
1
-0
/
+1
*
it85spi: EOL support
Edward O'Callaghan
2022-07-04
1
-12
/
+0
*
Add `str` extension to extract_programmer_param function name
Chinmay Lonkar
2022-07-02
1
-2
/
+2
*
libflashrom: Return progress state to the library user
Richard Hughes
2022-05-25
1
-0
/
+1
*
spi25_statusreg: delete spi_read_status_register()
Nikolai Artemiev
2022-04-05
1
-2
/
+15
*
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
[next]