Gitiles
Code Review
Sign In
review.sourcearcade.org
/
flashprog
/
9bfa2333145dd664ad8f84298f32433184b799d0
/
linux_spi.c
fbc41d2
spi: Move SPI related things into new chipdrivers/spi.h
by Nico Huber
· 6 months ago
610c1aa
spi: Pass master instead of flash to .send_command
by Nico Huber
· 3 years, 6 months ago
522a86d
linux_spi: Use default_spi_read()/_write_256()
by Nico Huber
· 3 years, 3 months ago
9a11cbf
Let the flash context directly point to the used master
by Nico Huber
· 3 years, 7 months ago
89569d6
memory_mapped: Reduce `decode_sizes` to a single `max_rom_decode`
by Nico Huber
· 3 years, 7 months ago
e3a2688
Pass programmer context to programmer->init()
by Nico Huber
· 3 years, 7 months ago
c3b02dc
Rebrand to flashprog and update URLs
by Nico Huber
· 3 years ago
flashprog
0cea753
spi: Add function to probe erase command opcode for all spi_master
by Aarya Chaumal
· 4 years, 1 month ago
0b587f9
spi: Make 'default_spi_write_aai' the default unless defined
by Edward O'Callaghan
· 4 years ago
621208c
drivers/: Make 'fallback_{un}map' the default unless defined
by Edward O'Callaghan
· 4 years ago
56684d9
drivers/: Make 'internal_delay' the default unless defined
by Edward O'Callaghan
· 4 years ago
51264d5
remove compile guards
by Thomas Heijligen
· 4 years, 11 months ago
c63d918
spi_master: Use new API to register shutdown function
by Anastasia Klimchuk
· 5 years ago
03f3a6d
programmer: Make use of new register_spi_master() API
by Nico Huber
· 5 years ago
5e08e3e
programmer: Smoothen register_spi_master() API
by Nico Huber
· 5 years ago
2a32966
linux_spi.c: Drop some unnecessary initialisations and checks
by Anastasia Klimchuk
· 5 years ago
84f0392
linux_spi.c: Refactor singleton states into reentrant pattern
by Anastasia Klimchuk
· 5 years ago
f876c0f
linux_spi.c: Separate shutdown from failed init cleanup
by Anastasia Klimchuk
· 5 years ago
c19ef9b
linux_spi.c: Extract get_max_kernel_buf_size() as a function
by Anastasia Klimchuk
· 5 years ago
cc853d8
programmer_table: move each entry to the associated programmer source
by Thomas Heijligen
· 5 years ago
5eca427
const'ify flashctx to align signatures with cros flashrom
by Edward O'Callaghan
· 6 years ago
e0ceedf
linux_spi: reorder includes for linux <4.14
by Fabrice Fontaine
· 7 years ago
1c0c8fd
linux_spi: Use fgets() to read buffer size
by Jacob Garber
· 7 years ago
deeac7e
spi: Drop spi_controller type
by Nico Huber
· 9 years ago
9cecc7e
linux_spi: Hardcode default spispeed of 2MHz
by Nico Huber
· 8 years ago
e083880
Remove address from GPLv2 headers
by Elyes HAOUAS
· 8 years ago
2241842
linux_spi: Reduce maximum read chunksize
by Nico Huber
· 8 years ago
1cf407b
spi_master: Introduce SPI_MASTER_4BA feature flag
by Nico Huber
· 9 years ago
1f33cb5
linux_spi: Dynamically detect max buffer size
by Keno Fischer
· 11 years ago
23e10b8
Add a bunch of new/tested stuff and various small changes 24
by Stefan Tauner
· 11 years ago
8cd0c73
Add (implicit) support for musl libc
by Gwenhael Goavec-Merou
· 11 years ago
18f5097
linux_spi: properly convert pointers to kernel's u64
by David Riley
· 12 years ago
a5bcbce
Rename programmer registration functions
by Carl-Daniel Hailfinger
· 12 years ago
f20b7be
Add 'const' keyword to chip write and other function prototypes
by Mark Marshall
· 12 years ago
69dd09d
linux_spi: Stop messing up the units of SPI speed
by Alexandru Gagniuc
· 12 years ago
d29806f
linux_spi: Fix conversion from kHz to Hz
by Alexandru Gagniuc
· 12 years ago
0554ca5
Add a bunch of new/tested stuff and various small changes 18
by Stefan Tauner
· 13 years ago
7bca126
Let the programmer driver decide how to do AAI transfers
by Nico Huber
· 14 years ago
8868db3
Make the presence of Linux SPI headers mandatory for linux_spi
by Stefan Tauner
· 14 years ago
8371d72
Prevent submission of empty read requests in linux_spi
by Michael Karcher
· 14 years ago
2c3e9d5
linux_spi.c: set SPI mode, bit order and bits per word on init
by Stefan Tauner
· 14 years ago
8a3c60c
Add struct flashctx * parameter to all functions accessing flash chips
by Carl-Daniel Hailfinger
· 15 years ago
63fd902
Use struct flashctx instead of struct flashchip for flash chip access
by Carl-Daniel Hailfinger
· 15 years ago
c69c9c8
Unsignify lengths and addresses in chip functions and structs
by Stefan Tauner
· 15 years ago
cb24ddb
Small fixes for the linux_spi programmer code
by Sven Schnelle
· 15 years ago
48446c8
Fix linux_spi.c build on 32bit systems
by Uwe Hermann
· 15 years ago
5ce5f70
Add support for the Linux SPI subsystem (spidev)
by Sven Schnelle
· 15 years ago