index
:
iCE40/flashrom
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
realtek_mst_i2c_spi.c
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: Port programmers to pass programmer_cfg to extractors
Edward O'Callaghan
2022-09-07
1
-4
/
+4
*
tree: Allow passing programmer_cfg directly to programmer
Edward O'Callaghan
2022-09-07
1
-3
/
+3
*
tree: Change signature of extract_programmer_param_str()
Edward O'Callaghan
2022-09-07
1
-3
/
+3
*
realtek_mst_i2c_spi.c: Avoid premature initialisation
Edward O'Callaghan
2022-08-25
1
-1
/
+1
*
realtek_mst_i2c_spi.c: Use one variable to store raw parameter values
Felix Singer
2022-08-14
1
-15
/
+15
*
realtek_mst_i2c_spi.c: Use bool type for parameters
Felix Singer
2022-07-22
1
-11
/
+11
*
realtek_mst_i2c_spi.c: Clean up get_params()
Felix Singer
2022-07-22
1
-6
/
+3
*
realtek_mst_i2c_spi: Use underscores for parameters instead hyphens
Felix Singer
2022-07-22
1
-7
/
+7
*
realtek_mst_i2c_spi.c: Add allow-brick=yes programmer param
Edward O'Callaghan
2022-07-17
1
-4
/
+29
*
spi: Add function to probe erase command opcode for all spi_master
Aarya Chaumal
2022-07-11
1
-0
/
+1
*
realtek_mst_i2c_spi.c: Clarify gpio pin 88 comment to be more exacting
Edward O'Callaghan
2022-07-05
1
-2
/
+1
*
Add `str` extension to extract_programmer_param function name
Chinmay Lonkar
2022-07-02
1
-2
/
+2
*
tree: indent struct *_master consistently with tabs
Thomas Heijligen
2022-06-27
1
-8
/
+8
*
libflashrom: Return progress state to the library user
Richard Hughes
2022-05-25
1
-0
/
+1
*
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
-10
/
+10
*
realtek_mst_i2c_spi: don't always fail init
Peter Marheine
2021-08-10
1
-1
/
+1
*
programmer_table: move each entry to the associated programmer source
Thomas Heijligen
2021-06-10
1
-1
/
+11
*
treewide: Drop most cases of `sizeof(struct ...)`
Angel Pons
2021-06-09
1
-1
/
+1
*
spi_master: Make use of new register_spi_master() API
Anastasia Klimchuk
2021-06-03
1
-4
/
+2
*
programmer: Smoothen register_spi_master() API
Nico Huber
2021-05-13
1
-1
/
+1
*
realtek_mst_i2c_spi.c: Rename `PAGE_SIZE` macro
Angel Pons
2021-05-12
1
-9
/
+9
*
realtek_mst_i2c_spi: Use `i2c_open_from_programmer_params`
Angel Pons
2021-05-09
1
-36
/
+5
*
realtek_mst_i2c_spi: Add missing braces
Angel Pons
2021-05-09
1
-8
/
+10
*
realtek_mst_i2c_spi.c: Move gpio 88 toggle outside write function
Shiyu Sun
2021-02-12
1
-6
/
+7
*
realtek_mst_i2c_spi.c: Skip return value check for reset function
Shiyu Sun
2021-01-28
1
-3
/
+7
*
realtek_mst_i2c_spi.c: Fix indentation
Shiyu Sun
2021-01-22
1
-3
/
+3
*
realtek_mst_i2c_spi.c: Consolidate shifts to the one fn
Edward O'Callaghan
2021-01-01
1
-9
/
+8
*
realtek_mst_i2c_spi.c: Don't depend on int overflows
Edward O'Callaghan
2021-01-01
1
-6
/
+6
*
realtek_mst_i2c_spi.c: Update PAGE_SIZE and fix write
Shiyu Sun
2020-12-29
1
-2
/
+3
*
realtek_mst_i2c_spi.c: Add ISP mode check
Shiyu Sun
2020-12-23
1
-3
/
+14
*
realtek_mst_i2c_spi.c: Introduce ISP enter param
Shiyu Sun
2020-10-24
1
-8
/
+24
*
realtek_mst_i2c_spi.c: Trigger gpio 88 toggle down after write
Shiyu Sun
2020-10-23
1
-2
/
+1
*
realtek_mst_i2c_spi.c: Update GPIO pin 88 toggle function
Shiyu Sun
2020-10-14
1
-14
/
+43
*
realtek_mst_i2c_spi.c: Fixup get_params() err ctrl flow
Edward O'Callaghan
2020-10-02
1
-5
/
+4
*
realtek_mst_i2c_spi.c: Introduce MCU reset param
Edward O'Callaghan
2020-10-02
1
-5
/
+26
*
realtek_mst_i2c_spi.c: Remove reset from init fn
Edward O'Callaghan
2020-10-02
1
-5
/
+0
*
realtek_mst_i2c_spi.c: Remove dead code
Edward O'Callaghan
2020-05-07
1
-33
/
+0
*
realtek_mst_i2c_spi.c: Fix cmd timeout issue
Edward O'Callaghan
2020-05-07
1
-8
/
+12
*
realtek_mst_i2c_spi.c: Fix _spi_write256() as documented
Edward O'Callaghan
2020-05-06
1
-22
/
+50
*
realtek_mst_i2c_spi.c: Fix _spi_send_command cb for erasures
Edward O'Callaghan
2020-05-06
1
-9
/
+40
*
realtek_mst_i2c_spi.c: Define some register names
Edward O'Callaghan
2020-05-05
1
-6
/
+14
*
Initial Realtek MST i2c_spi support
Edward O'Callaghan
2020-05-04
1
-0
/
+437