summaryrefslogtreecommitdiff
path: root/src/drivers/spi/stmicro.c
AgeCommit message (Expand)Author
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-05-06treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi
2020-05-06treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi
2020-01-28drivers/spi/spi_flash: remove spi flash namesAaron Durbin
2020-01-17drivers/spi/spi_flash: organize spi flash by sector topologyAaron Durbin
2020-01-17drivers/spi/spi_flash: introduce common spi_flash_part_id objectAaron Durbin
2020-01-16drivers/spi/spi_flash: add missing status() command callbacksAaron Durbin
2020-01-16drivers/spi/spi_flash: assume spi_flash read callback existsAaron Durbin
2020-01-10drivers/spi/spi_flash: explicitly handle STMicro deep power stateAaron Durbin
2020-01-06drives/spi_flash: add spi_flash_cmd_write_page_program()Aaron Durbin
2019-12-20{drivers,southbridge}: Replace min() with MIN()Elyes HAOUAS
2019-12-11printf: Automatically prefix %p with 0xJulius Werner
2019-10-22AUTHORS: Move src/drivers/[l*-v*] copyrights into AUTHORS fileMartin Roth
2019-07-23include/spi-generic: Append unit to macro namesUwe Poeche
2019-06-10spi_flash: Make .read() callback optionalJulius Werner
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2019-01-16drivers/spi/stmicro.c: Add the rest of >=1MB STMicro M25/N25 chipsMike Banon
2018-08-13driver/spi/stmicro: add 3.3V variant of N25Q032Stefan Tauner
2017-07-02drivers/spi: add IS_ENABLED() around Kconfig symbol referencesMartin Roth
2017-05-19drivers/spi/spi_flash: Move flash ops to spi_flash_ops structureFurquan Shaikh
2017-05-19drivers/spi/spi_flash: Pass in spi_slave structure as const to probe functionsFurquan Shaikh
2017-05-19drivers/spi/spi_flash: Pass in flash structure to fill in probeFurquan Shaikh
2017-05-19drivers/spi/spi_flash: Add page_size to struct spi_flashFurquan Shaikh
2017-05-05drivers/spi: Re-factor spi_crop_chunkFurquan Shaikh
2016-12-19drivers/spi: fix flash writes at page boundariesAaron Durbin
2016-12-06spi_flash: Make a deep copy of spi_slave structureFurquan Shaikh
2016-11-22spi: Clean up SPI flash driver interfaceFurquan Shaikh
2016-08-05drivers/spi: Add support for Micron N25Q128AWerner Zeh
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-09-07Drop "See file CREDITS..." commentStefan Reinauer
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-05-04drivers/spi/stmicro: Rename N25Q256A to N25Q256David Imhoff
2015-05-04drivers/spi/stmicro: Add '.op_erase' for N25Q256David Imhoff
2015-05-04drivers/spi/stmicro: Add N25Q064 supportDavid Imhoff
2015-05-04spi: Remove out of date comment and reorder flash tableDavid Imhoff
2015-04-17flash: use two bytes of device ID to identify stmicro chipsDaisuke Nojiri
2015-04-17spi: allow inclusion of Micronix and STM drivers in bootblockVadim Bendebury
2015-04-17drivers/spi: Pass flash parameters from coreboot to payloadDan Ehrenberg
2014-12-17spi_flash: Move (de-)assertion of /CS to single locationDavid Hendricks
2014-10-17drivers/spi: Add support for Micron N25Q128Scott Radcliffe
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
2013-08-23SPI: Support STMicro partial page writeKyösti Mälkki
2013-02-20Whitespace: Replace tab character in license text with two spacesPaul Menzel
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-05-26Reduce default verbosity of SPI flash driversStefan Reinauer
2012-05-26Fix printk types in SPI flash driversStefan Reinauer
2012-05-10Add SPI flash driverStefan Reinauer