index
:
coreboot
2560p
820g2
autoport-hsw
broadwell_refcode
e6230
e7240_bdw
haswell-mrc
hp820g1
hp9480m
mec1322
Some coreboot project code with my work
vimacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
spi_flash.h
Age
Commit message (
Expand
)
Author
2020-05-06
treewide: replace GPLv2 long form headers with SPDX header
Patrick Georgi
2020-05-06
treewide: move copyrights and authors to AUTHORS
Patrick Georgi
2020-01-28
drivers/spi/spi_flash: remove spi flash names
Aaron Durbin
2020-01-17
drivers/spi/spi_flash: organize spi flash by sector topology
Aaron Durbin
2020-01-17
drivers/spi/spi_flash: introduce common spi_flash_part_id object
Aaron Durbin
2020-01-16
drivers/spi/spi_flash: separate out protection ops
Aaron Durbin
2020-01-06
drives/spi_flash: add spi_flash_cmd_write_page_program()
Aaron Durbin
2019-06-10
spi_flash: Add Dual SPI support
Julius Werner
2019-01-21
drivers/spi: Add controller protection type
Rizwan Qureshi
2018-11-26
drivers/spi: store detected flash IDs
Stefan Tauner
2018-10-30
drivers/spi: Winbond specific write-protection enable
Patrick Rudolph
2018-09-16
drivers/spi: Read Winbond's flash protection bits
Patrick Rudolph
2018-04-23
drivers/spi: reduce confusion in the API
Aaron Durbin
2017-12-15
drivers/spi/spi_flash: add flash region protection to controller
Aaron Durbin
2017-05-19
drivers/spi/spi_flash: Move flash ops to spi_flash_ops structure
Furquan Shaikh
2017-05-19
drivers/spi/spi_flash: Clean up SPI flash probe
Furquan Shaikh
2017-05-19
drivers/spi/spi_flash: Pass in spi_slave structure as const to probe functions
Furquan Shaikh
2017-05-19
drivers/spi/spi_flash: Pass in flash structure to fill in probe
Furquan Shaikh
2017-05-19
drivers/spi/spi_flash: Add page_size to struct spi_flash
Furquan Shaikh
2016-12-08
drivers/spi: provide a mechanism to obtain the SPI flash boot device
Aaron Durbin
2016-12-06
spi_flash: Make a deep copy of spi_slave structure
Furquan Shaikh
2016-12-04
spi_flash: Move spi flash opcodes to spi_flash.h
Furquan Shaikh
2016-11-22
spi: Get rid of flash_programmer_probe in spi_slave structure
Furquan Shaikh
2016-11-22
spi: Clean up SPI flash driver interface
Furquan Shaikh
2015-10-31
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-09-07
Drop "See file CREDITS..." comment
Stefan Reinauer
2015-05-21
Remove address from GPLv2 headers
Patrick Georgi
2015-05-15
spi_flash: document expected return values
Aaron Durbin
2015-04-17
spi: Add function to read flash status register
Duncan Laurie
2015-04-17
drivers/spi: Pass flash parameters from coreboot to payload
Dan Ehrenberg
2015-01-14
Move container_of() macro to stddef.h
Stefan Reinauer
2015-01-09
Drop duplicate API from spi_flash.h
Stefan Reinauer
2015-01-06
Revert "Re-factor 'to_flash_offset()' into 'spi_flash.h'"
Kyösti Mälkki
2015-01-06
doxygen fixes: change @var to @param var
Martin Roth
2015-01-06
Re-factor 'to_flash_offset()' into 'spi_flash.h'
Edward O'Callaghan
2014-07-14
SPI: Split writes using spi_crop_chunk()
Kyösti Mälkki
2014-07-05
spi: Remove unused parameters from spi_flash_probe and setup_spi_slave.
Gabe Black
2014-07-01
stdlib: Drop duplicates of min() and max()
Kyösti Mälkki
2013-02-20
Whitespace: Replace tab character in license text with two spaces
Paul Menzel
2013-02-11
spi.h: Rename the spi.h to spi-generic.h
Zheng Bao
2012-07-24
SPI flash layer: remove unused function spi_flash_free()
Stefan Reinauer
2012-05-10
Add SPI flash driver
Stefan Reinauer