aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/spi
AgeCommit message (Expand)Author
2014-07-17drivers/spi: Sanitize headers from preprocessor abuseEdward O'Callaghan
2014-07-14SPI: Split writes using spi_crop_chunk()Kyösti Mälkki
2014-07-14SPI flash: Fix alignment checks in Page Program commandsKyösti Mälkki
2014-07-05spi: Change spi_xfer to work in units of bytes instead of bits.Gabe Black
2014-07-05spi: Remove unused parameters from spi_flash_probe and setup_spi_slave.Gabe Black
2014-07-05spi flash: Organise options listKyösti Mälkki
2014-07-05drivers/spi: Reduce the per loop delay of spi_flash_cmd_poll_bit()Dave Frodin
2014-05-18drivers/spi/sst.c: Remove unused func to_sst_spi_flash()Edward O'Callaghan
2014-04-29SPI: Use common dependency in KconfigKyösti Mälkki
2014-03-12drivers/spi: Add support for adesto SPI flash partsChris Douglass
2014-02-28drivers/spi: Sort SPI flash filesChris Douglass
2014-02-17src/drivers/spi: introduce AMIC supportIdwer Vollering
2014-01-28spi: Add support for Winbod W25Q64DWAaron Durbin
2014-01-23SPI: Add API for programmer-specific flashing.Vladimir Serbinenko
2014-01-12drivers/spi/eon: Add EN25Q64Vladimir Serbinenko
2013-08-23SPI: Support STMicro partial page writeKyösti Mälkki
2013-03-01GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel
2013-02-20Whitespace: Replace tab character in license text with two spacesPaul Menzel
2013-02-11spi.h: Rename the spi.h to spi-generic.hZheng Bao
2012-12-12Claim the SPI bus before writes if the IMC ROM is presentMartin Roth
2012-12-08Limit SPI device debug prints with CONFIG_DEBUG_SPI_FLASHMarc Jones
2012-12-06driver/spi: Add support of MX25L3235DZheng Bao
2012-11-27SPI/SST: Add OpCode Enable-Write-Status-Register (EWSR)Zheng Bao
2012-11-12SPI: Fix and enable Fast Read supportDuncan Laurie
2012-11-09Add Gigadevice SPI rom supportMartin Roth
2012-07-24SMM: Add option for SPI driver to be available in SMMDuncan Laurie
2012-07-24SPI flash layer: remove unused function spi_flash_free()Stefan Reinauer
2012-05-29Fix compilation with CONFIG_DEBUG_SPI_FLASH enabledStefan Reinauer
2012-05-26Reduce default verbosity of SPI flash driversStefan Reinauer
2012-05-26Fix printk types in SPI flash driversStefan Reinauer
2012-05-14SPI driver: style fixPatrick Georgi
2012-05-10Add SPI flash driverStefan Reinauer