index
:
iCE40/flashrom
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
raiden_debug_spi: Use new API to register shutdown function
Anastasia Klimchuk
2021-10-10
1
-4
/
+2
*
raiden_debug_spi: Move shutdown function above spi_master struct
Anastasia Klimchuk
2021-10-10
1
-31
/
+31
*
raiden_debug_spi: Use spi data in configure_protocol
Anastasia Klimchuk
2021-10-10
1
-7
/
+5
*
raiden_debug_spi: Link spi_master struct to spi data
Anastasia Klimchuk
2021-10-10
1
-4
/
+5
*
ft2232_spi: reintroduce generic GPIOL control
Michael Niewöhner
2021-10-04
2
-9
/
+109
*
ich_descriptors: Add explicit checks for all chipsets
David Hendricks
2021-10-01
1
-10
/
+19
*
flashrom.8: carve out `csgpiol` into its own section
Michael Niewöhner
2021-10-01
1
-6
/
+11
*
ft2232_spi: prevent use of reserved pins on some programmers
Michael Niewöhner
2021-10-01
1
-0
/
+12
*
flashchips.c: mark EN25F10 as TEST_OK_PREW
Simon Buhrow
2021-10-01
1
-1
/
+1
*
tests: Revise mock chip definition and usage
Anastasia Klimchuk
2021-10-01
1
-117
/
+60
*
tests: Add tests to read from chip
Anastasia Klimchuk
2021-10-01
5
-0
/
+146
*
tests: Extract setup and teardown for chip tests
Anastasia Klimchuk
2021-10-01
1
-55
/
+47
*
nicintel_spi.c: Implement `set_sck_set_mosi` and `set_sck_get_miso`
Angel Pons
2021-10-01
1
-0
/
+27
*
util/ich_descriptors_tool: Use GNU-style printf in MinGW
David Hendricks
2021-10-01
1
-0
/
+4
*
ch341a: use better english in the debug message
Thomas Heijligen
2021-10-01
1
-1
/
+1
*
dediprog.c: Split up compound conditional and swap two operations
Angel Pons
2021-10-01
1
-3
/
+3
*
internal.c: unify the macro for x86 only code
Thomas Heijligen
2021-09-29
1
-7
/
+7
*
ch341a_spi: replace active kernel driver detaching by automatic one
Thomas Heijligen
2021-09-29
1
-11
/
+4
*
Makefile: move functions and macros to own file
Thomas Heijligen
2021-09-28
2
-197
/
+215
*
custom_baud: move Linux specific code into own file
Thomas Heijligen
2021-09-28
4
-47
/
+69
*
os.h: remove unneeded include
Thomas Heijligen
2021-09-27
1
-2
/
+0
*
ft2232_spi: clarify the comment about gpio configuration
Michael Niewöhner
2021-09-26
1
-2
/
+5
*
flashrom.8: add missing entry for `--flash-contents`
Michael Niewöhner
2021-09-26
1
-0
/
+7
*
flashrom.8: replace `svn changelog` with `git history`
Michael Niewöhner
2021-09-26
1
-1
/
+1
*
remove compile guards
Thomas Heijligen
2021-09-26
18
-83
/
+0
*
mec1308: remove MEC1308 EC programmer
Victor Ding
2021-09-22
9
-602
/
+2
*
ene_lpc: remove ENE LPC programmer
Victor Ding
2021-09-22
9
-681
/
+3
*
dediprog.c: Drop dediprog_ prefix for spi data struct members
Anastasia Klimchuk
2021-09-13
1
-60
/
+54
*
dediprog.c: Refactor singleton states into reentrant pattern
Anastasia Klimchuk
2021-09-13
1
-112
/
+150
*
chipset_enable.c: Mark Z97 as DEP
Sophie van Soest
2021-09-13
1
-1
/
+1
*
ich_descriptors_tool: Add missing Comet Point in usage
Michał Żygowski
2021-09-12
1
-0
/
+1
*
ni845x_spi: add missing const specifier to the spi_transmit function
Miklós Márton
2021-09-06
1
-1
/
+1
*
Add support for Intel Emmitsburg PCH
Jonathan Zhang
2021-09-01
2
-0
/
+3
*
tests: Mock file i/o for linux_mtd and linux_spi tests
Anastasia Klimchuk
2021-08-30
5
-4
/
+180
*
par_master: Fix propagation of register_par_master() return values
Anastasia Klimchuk
2021-08-30
10
-28
/
+10
*
par_master: Use new API to register shutdown function
Anastasia Klimchuk
2021-08-30
2
-15
/
+4
*
par_master: Move shutdown function above par_master struct
Anastasia Klimchuk
2021-08-30
2
-18
/
+18
*
par_master: Add shutdown function in par_master struct
Anastasia Klimchuk
2021-08-30
2
-0
/
+8
*
ni845x_spi: handle PROGRAMFILES(X86) env var properly
Miklós Márton
2021-08-27
1
-2
/
+11
*
spi_master: Use new API to register shutdown function
Anastasia Klimchuk
2021-08-25
21
-112
/
+40
*
opaque_master: Use new API to register shutdown function
Anastasia Klimchuk
2021-08-25
2
-15
/
+5
*
flashchips: Add MX25L12833F
Tao Xia
2021-08-24
2
-3
/
+3
*
flashchips.c: Add 'GD25LQ128E' to match C and D variants
Edward O'Callaghan
2021-08-24
1
-1
/
+1
*
tests: Add tests to erase a chip
Anastasia Klimchuk
2021-08-19
4
-0
/
+237
*
tests: Use real spi_send_command for all tests except spi25.c
Anastasia Klimchuk
2021-08-19
1
-13
/
+29
*
tests: add init_shutdown test for realtek_mst_i2c_spi
Peter Marheine
2021-08-19
5
-0
/
+100
*
opaque_master: Move shutdown function above opaque_master struct
Anastasia Klimchuk
2021-08-17
2
-25
/
+25
*
opaque_master: Add shutdown function in opaque_master struct
Anastasia Klimchuk
2021-08-17
2
-0
/
+8
*
linux_mtd: Free param right after its last usage
Anastasia Klimchuk
2021-08-17
1
-4
/
+6
*
nicintel_eeprom: Check UNPROG_DEVICE in 82580 shutdown
Anastasia Klimchuk
2021-08-17
1
-14
/
+24
[next]