index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
drivers
/
spi
/
winbond.c
Age
Commit message (
Expand
)
Author
2020-05-18
src: Remove unused 'include <string.h>'
Elyes HAOUAS
2020-05-11
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-05-06
treewide: replace GPLv2 long form headers with SPDX header
Patrick Georgi
2020-05-06
treewide: Move "is part of the coreboot project" line in its own comment
Patrick Georgi
2020-04-10
spi: add Winbond W25Q64JW spi rom support
Scott Chao
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-16
drivers/spi/spi_flash: assume spi_flash read callback exists
Aaron Durbin
2020-01-06
drives/spi_flash: add spi_flash_cmd_write_page_program()
Aaron Durbin
2019-12-20
{drivers,southbridge}: Replace min() with MIN()
Elyes HAOUAS
2019-12-11
printf: Automatically prefix %p with 0x
Julius Werner
2019-11-13
spi: Add Winbond W25Q128JW_DTR SPI ROM support
Peichao Wang
2019-11-11
region: publicize region_end() and add region_device_end()
Aaron Durbin
2019-10-22
AUTHORS: Move src/drivers/[l*-v*] copyrights into AUTHORS file
Martin Roth
2019-07-23
include/spi-generic: Append unit to macro names
Uwe Poeche
2019-06-10
spi_flash: Add Dual SPI support
Julius Werner
2019-06-10
spi_flash: Make .read() callback optional
Julius Werner
2019-04-23
src: include <assert.h> when appropriate
Elyes HAOUAS
2019-04-11
drivers/spi: Move M25Pxx commands to spi_winbond.h
Frans Hendriks
2019-03-08
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2019-01-18
drivers/spi/winbond.c: Add the rest of >=1MB Winbond W25 chips
Mike Banon
2018-12-04
drivers/spi/winbond: Fix TB bit
Patrick Rudolph
2018-10-30
drivers/spi: Winbond specific write-protection enable
Patrick Rudolph
2018-10-05
drivers/spi/winbond: Add new chip
Patrick Rudolph
2018-10-01
drivers/spi/winbond: Fix read protection bits
Patrick Rudolph
2018-09-16
drivers/spi: Read Winbond's flash protection bits
Patrick Rudolph
2018-08-09
drivers/spi/winbond: Improve structure packing
Patrick Rudolph
2018-06-16
drivers/spi: Add Winbond W25Q80
Kyösti Mälkki
2017-07-02
drivers/spi: add IS_ENABLED() around Kconfig symbol references
Martin Roth
2017-05-19
drivers/spi/spi_flash: Move flash ops to spi_flash_ops structure
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
2017-05-05
drivers/spi: Re-factor spi_crop_chunk
Furquan Shaikh
2016-12-19
drivers/spi: fix flash writes at page boundaries
Aaron Durbin
2016-12-06
spi_flash: Make a deep copy of spi_slave structure
Furquan Shaikh
2016-11-22
spi: Clean up SPI flash driver interface
Furquan Shaikh
2016-05-09
spi: Add support for Winbond W25Q256
Varadarajan Narayanan
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-03-20
spi: do not use malloc in Winbond driver
Vadim Bendebury
2014-12-17
spi_flash: Move (de-)assertion of /CS to single location
David Hendricks
2014-12-16
spi: Add support for Winbond W25Q32DW
David Hendricks
2014-09-29
spi: Add support for Winbond W25Q128FW
Mohan D'Costa
2014-07-17
drivers/spi: Sanitize headers from preprocessor abuse
Edward O'Callaghan
2014-07-14
SPI: Split writes using spi_crop_chunk()
Kyösti Mälkki
2014-07-14
SPI flash: Fix alignment checks in Page Program commands
Kyösti Mälkki
2014-01-28
spi: Add support for Winbod W25Q64DW
Aaron Durbin
2012-12-12
Claim the SPI bus before writes if the IMC ROM is present
Martin Roth
2012-12-08
Limit SPI device debug prints with CONFIG_DEBUG_SPI_FLASH
Marc Jones
2012-11-12
SPI: Fix and enable Fast Read support
Duncan Laurie
2012-05-26
Reduce default verbosity of SPI flash drivers
Stefan Reinauer
2012-05-26
Fix printk types in SPI flash drivers
Stefan Reinauer
2012-05-10
Add SPI flash driver
Stefan Reinauer