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
/
wbsio_spi.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
*
spi: Add function to probe erase command opcode for all spi_master
Aarya Chaumal
2022-07-11
1
-0
/
+1
*
tree: indent struct *_master consistently with tabs
Thomas Heijligen
2022-06-27
1
-8
/
+8
*
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
-6
/
+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
*
wbsio_spi.c: Move singleton state into spi master state tracker
Edward O'Callaghan
2020-11-23
1
-12
/
+37
*
wbsio_spi.c: Reorder functions with primitives at the top
Edward O'Callaghan
2020-11-23
1
-34
/
+27
*
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
/
+1
*
spi: Drop spi_controller type
Nico Huber
2019-06-27
1
-1
/
+0
*
spi25: Fix layering violation in default_spi_write_aai()
Nico Huber
2019-06-21
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
*
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
*
Fix parallel-style programmer access from ITE IT87/Winbond W83627 SPI
Carl-Daniel Hailfinger
2012-03-01
1
-1
/
+2
*
Add struct flashctx * parameter to all functions accessing flash chips
Carl-Daniel Hailfinger
2011-12-18
1
-6
/
+12
*
Use struct flashctx instead of struct flashchip for flash chip access
Carl-Daniel Hailfinger
2011-12-14
1
-2
/
+2
*
Unsignify lengths and addresses in chip functions and structs
Stefan Tauner
2011-11-23
1
-2
/
+2
*
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
-2
/
+2
*
Unsignify lengths and addresses in chip functions and structs
Stefan Tauner
2011-09-18
1
-2
/
+2
*
Whitespace, documentation and other small stuff
Stefan Tauner
2011-05-19
1
-1
/
+1
*
Kill central list of SPI programmers
Michael Karcher
2011-05-11
1
-4
/
+17
*
Split off programmer.h from flash.h
Carl-Daniel Hailfinger
2010-07-27
1
-0
/
+1
*
Use the max_rom_decode infrastructure for wbsio_spi
Carl-Daniel Hailfinger
2010-07-14
1
-17
/
+3
*
Convert SPI chips to partial write
Carl-Daniel Hailfinger
2010-07-14
1
-5
/
+3
*
board_enable.c: Remove useless 'name' parameter
Uwe Hermann
2010-06-07
1
-1
/
+1
*
Remove unneeded #include statements completely
Carl-Daniel Hailfinger
2010-05-30
1
-1
/
+0
*
Handle the following architectures in generic flashrom code
Carl-Daniel Hailfinger
2010-05-26
1
-0
/
+4
*
Split spi.c into programmer and chip code Remove chipdriver.h include from fl...
Sean Nelson
2010-02-26
1
-0
/
+1
*
Convert all messages in wbsio_spi.c to the new message infrastructure
Sean Nelson
2010-01-09
1
-35
/
+24
*
Allow one to disable programmer debug messages at compile time
Carl-Daniel Hailfinger
2010-01-07
1
-18
/
+30
*
Replace remaining explicit erases in SPI programmer drivers with auto-erases
Carl-Daniel Hailfinger
2009-08-10
1
-16
/
+4
*
Use a distinct return code for SPI commands with unsupported/invalid length
Carl-Daniel Hailfinger
2009-07-14
1
-1
/
+2
*
Convert SPI byte program to use the multicommand infrastructure
Carl-Daniel Hailfinger
2009-07-12
1
-4
/
+1
*
Add SPI multicommand infrastructure
Carl-Daniel Hailfinger
2009-07-10
1
-1
/
+1
*
Support reads of arbitrary range
Carl-Daniel Hailfinger
2009-06-16
1
-2
/
+2
*
Flashrom only checks for very few chips if the erase worked
Carl-Daniel Hailfinger
2009-06-15
1
-1
/
+4
*
Every SPI host controller implemented its own way to read flash chips
Carl-Daniel Hailfinger
2009-06-13
1
-2
/
+2
*
Add programmer-specific delay functions
Carl-Daniel Hailfinger
2009-06-05
1
-2
/
+2
*
Only probe for chips with compatible bus protocols
Carl-Daniel Hailfinger
2009-06-01
1
-0
/
+3
*
Add bus type annotation to struct flashchips
Carl-Daniel Hailfinger
2009-05-31
1
-1
/
+1
[next]