summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/common/block/fast_spi/fast_spi_flash.c
Commit message (Expand)AuthorAgeFilesLines
* block/fast_spi: Use read32p/write32p for SPI RWAshish Kumar Mishra2024-05-061-6/+16
* soc/intel/common/block/fast_spi: probe for 2nd flash componentMichał Żygowski2024-04-041-11/+26
* soc/intel/common/block: Use readXXp/writeXXp()Elyes Haouas2022-12-061-5/+5
* soc/intel/cmn/fast_spi: Add API to check if SPI Cycle In ProgressSubrata Banik2022-04-191-0/+12
* soc/intel/fast_spi: Check SPI Cycle In-Progress prior start HW SeqSubrata Banik2022-02-261-0/+23
* treewide: Remove "ERROR: "/"WARN: " prefixes from log messagesJulius Werner2022-02-071-3/+3
* soc/intel/common/block/fast_spi: Clean up headerAngel Pons2021-03-121-2/+2
* soc/intel/common: Drop unused `fast_spi_flash_read_wpsr` functionAngel Pons2021-02-181-24/+0
* src/soc/intel: Drop unneeded empty linesElyes HAOUAS2020-09-211-1/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* soc/intel/common: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-061-13/+2
* soc: Remove copyright noticesPatrick Georgi2020-03-181-1/+0
* drivers/spi/spi_flash: remove spi flash namesAaron Durbin2020-01-281-1/+0
* {nb,soc}: Replace min/max() with MIN/MAX()Elyes HAOUAS2019-12-201-2/+3
* Clean up unused arch/early_variables.h headerArthur Heymans2019-05-291-1/+0
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-041-1/+1
* drivers/spi: Add controller protection typeRizwan Qureshi2019-01-211-3/+20
* soc/intel/common/fast_spi: implement spi_flash_ctrlr_protect_region()Aaron Durbin2017-12-161-10/+56
* drivers/spi/spi_flash: Move flash ops to spi_flash_ops structureFurquan Shaikh2017-05-191-5/+8
* drivers/spi/spi_flash: Clean up SPI flash probeFurquan Shaikh2017-05-191-2/+3
* drivers/spi/spi_flash: Pass in spi_slave structure as const to probe functionsFurquan Shaikh2017-05-191-1/+1
* drivers/spi/spi_flash: Pass in flash structure to fill in probeFurquan Shaikh2017-05-191-8/+3
* drivers/spi/spi_flash: Add page_size to struct spi_flashFurquan Shaikh2017-05-191-5/+7
* drivers/spi: Re-factor spi_crop_chunkFurquan Shaikh2017-05-051-0/+1
* soc/intel/common: Provide common block fast_spi_flash_ctrlrFurquan Shaikh2017-05-051-0/+15
* soc/intel/common/block: Add Intel common FAST_SPI codeBarnali Sarkar2017-05-011-0/+352