summaryrefslogtreecommitdiff
path: root/drivers/mtd/spi
Commit message (Expand)AuthorAgeFilesLines
* sf: Rename spi-nor-tiny functionsSimon Glass2023-05-111-8/+8
* sf: Guard against zero erasesizeSimon Glass2023-05-111-1/+2
* Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-spiTom Rini2023-05-011-1/+116
|\
| * mtd: spi-nor-core: Add fixups for s25fs512sTakahiro Kuwano2023-04-261-0/+85
| * mtd: spi-nor: missing fallthrough in set_4byte()Heinrich Schuchardt2023-04-251-0/+1
| * mtd: spi-nor: Add CHIP_ERASE optimizationMarek Vasut2023-04-251-1/+30
* | sandbox: spi: sandbox_sf_process_cmd() missing fallthroughHeinrich Schuchardt2023-04-281-0/+1
|/
* Merge tag 'xilinx-for-v2023.04-rc1' of https://source.denx.de/u-boot/custodia...Tom Rini2023-01-271-0/+68
|\
| * mtd: spi-nor-ids: add gigadevice part #Victor Lim2023-01-101-0/+68
* | mtd: spi-nor: Add support for Infineon s25fs256tTakahiro Kuwano2023-01-262-9/+40
* | mtd: spi-nor: Rename s25hx_t prefixTakahiro Kuwano2023-01-261-21/+21
* | mtd: spi-nor-core: Make CFRx reg fields genericTakahiro Kuwano2023-01-261-4/+4
* | bootstd: Add a new pre-scan priority for bootdevsSimon Glass2023-01-231-2/+2
* | bootstd: Add a SPI flash bootdevSimon Glass2023-01-234-0/+102
* | global: Finish CONFIG -> CFG migrationTom Rini2023-01-201-2/+2
|/
* global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini2022-12-051-6/+6
* mtd: spi-nor-core: Invert logic to reflect sst26 flash unlockedAlgapally Santosh Sagar2022-12-051-1/+1
* mtd: spi-nor-core: Fix index value for SCCR dwordsTakahiro Kuwano2022-10-231-1/+1
* mtd: spi-nor-core: Rework s25hx_t_post_bfpt_fixup() for flash's internal addr...Takahiro Kuwano2022-10-231-4/+19
* mtd: spi-nor-core: Rework spansion_read/write_any_reg() to use addr_mode_nbytesTakahiro Kuwano2022-10-231-8/+8
* mtd: spi-nor-core: Track flash's internal address modeTakahiro Kuwano2022-10-231-0/+2
* mtd: spi-nor-core: Default to addr_width of 3 for configurable widthsTakahiro Kuwano2022-10-231-0/+1
* mtd: spi-nor-ids: Add s28hl512t, s28hl01gt, and s28hs01gt IDsTakahiro Kuwano2022-10-232-5/+10
* mtd: spi-nor-core: Rename configuration macro for S28 supportTakahiro Kuwano2022-10-233-9/+9
* mtd: spi-nor-core: Rename s28hs512t prefixTakahiro Kuwano2022-10-231-17/+17
* cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese2022-09-181-2/+2
* mtd: spi-nor-ids: Add Winbond W25Q512JVQ IDChin-Ting Kuo2022-09-131-0/+5
* mtd: spi-nor: Use spi-mem dirmap APIChin-Ting Kuo2022-09-132-16/+115
* common: Drop display_options.h from common headerSimon Glass2022-08-102-0/+2
* Audit <flash.h> inclusionTom Rini2022-08-043-3/+0
* mtd: spi-nor-ids: add winbond w25q512nw family supportJae Hyun Yoo2022-07-181-0/+10
* mtd: spi-nor-core: Add support for Macronix Octal flashJaimeLiao2022-07-181-1/+18
* mtd: spi: Convert is_locked callback to is_unlockedJan Kiszka2022-07-181-13/+13
* mtd: spi-nor: Parse SFDP SCCR MapJaimeLiao2022-07-181-0/+52
* mtd: spi-nor-core: Adding different type of command extension in Soft ResetJaimeLiao2022-07-182-1/+13
* mtd: spi-nor: add support for Macronix Octal flashJaimeLiao2022-07-181-0/+82
* spl: Ensure all SPL symbols in Kconfig have some SPL dependencyTom Rini2022-07-071-1/+1
* mtd: spi-nor-ids: Add support for flashes tested by xilinxAshok Reddy Soma2022-06-291-0/+37
* stm32mp1: fix reference for STMicroelectronicsPatrick Delaunay2022-06-171-1/+1
* spi: spi_flash_probe_bus_cs() rely on DT for spi speed and modePatrice Chotard2022-05-231-16/+17
* spi: spi-uclass: Add new spi_get_bus_and_cs() implementationPatrice Chotard2022-05-231-1/+1
* sf: dataflash: add support for AT45DB641ELuca Ellero2022-05-031-0/+3
* sf: dataflash: add support for "extended ID"Luca Ellero2022-05-031-34/+64
* mtd: spi-nor-ids: add Macronix mx25u51245g flash entryTien Fong Chee2022-05-031-0/+2
* mtd: spi-nor-ids: Add Winbond W25Q128JW IDMarek Vasut2022-05-031-0/+5
* spi: Avoid checking console in SPLSimon Glass2022-04-061-1/+1
* mtd: spi-nor-ids: Enable quad read for Gigadevice gd25lq128Niklas Cassel2022-03-121-1/+1
* configs: Migrate CONFIG_SYS_MAX_FLASH_BANKS to KconfigPatrick Delaunay2022-01-211-2/+3
* mtd: cfi: introduce CFI_FLASH_BANKSPatrick Delaunay2022-01-211-3/+2
* Merge tag 'u-boot-amlogic-20220107' of https://source.denx.de/u-boot/custodia...Tom Rini2022-01-092-6/+5
|\