aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/spi
AgeCommit message (Expand)Author
2023-11-01bootstd: BOOTDEV_SPI_FLASH requires BOOTSTDHeinrich Schuchardt
2023-10-30Kconfig: Remove all default n/no optionsMichal Simek
2023-10-24mtd: spi-nor: Add support for XMC XM25QU128CRicardo Pardini
2023-09-24common: Drop linux/printk.h from common headerSimon Glass
2023-09-21drivers/mtd/spi/spi-nor-ids.c: add mx25u25635f supportNeal Frager
2023-09-14sf: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut
2023-07-13mtd: spi-nor: Add support for w25q256jwmVenkatesh Yadav Abbarapu
2023-07-13mtd: spi-nor-ids: add xtxtech part#Bruce Suen
2023-07-13mtd: spi-nor-ids: change full company name of XTXBruce Suen
2023-05-11sf: Rename spi-nor-tiny functionsSimon Glass
2023-05-11sf: Guard against zero erasesizeSimon Glass
2023-05-01Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-spiTom Rini
2023-04-28sandbox: spi: sandbox_sf_process_cmd() missing fallthroughHeinrich Schuchardt
2023-04-26mtd: spi-nor-core: Add fixups for s25fs512sTakahiro Kuwano
2023-04-25mtd: spi-nor: missing fallthrough in set_4byte()Heinrich Schuchardt
2023-04-25mtd: spi-nor: Add CHIP_ERASE optimizationMarek Vasut
2023-01-27Merge tag 'xilinx-for-v2023.04-rc1' of https://source.denx.de/u-boot/custodia...Tom Rini
2023-01-26mtd: spi-nor: Add support for Infineon s25fs256tTakahiro Kuwano
2023-01-26mtd: spi-nor: Rename s25hx_t prefixTakahiro Kuwano
2023-01-26mtd: spi-nor-core: Make CFRx reg fields genericTakahiro Kuwano
2023-01-23bootstd: Add a new pre-scan priority for bootdevsSimon Glass
2023-01-23bootstd: Add a SPI flash bootdevSimon Glass
2023-01-20global: Finish CONFIG -> CFG migrationTom Rini
2023-01-10mtd: spi-nor-ids: add gigadevice part #Victor Lim
2022-12-05global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini
2022-12-05mtd: spi-nor-core: Invert logic to reflect sst26 flash unlockedAlgapally Santosh Sagar
2022-10-23mtd: spi-nor-core: Fix index value for SCCR dwordsTakahiro Kuwano
2022-10-23mtd: spi-nor-core: Rework s25hx_t_post_bfpt_fixup() for flash's internal addr...Takahiro Kuwano
2022-10-23mtd: spi-nor-core: Rework spansion_read/write_any_reg() to use addr_mode_nbytesTakahiro Kuwano
2022-10-23mtd: spi-nor-core: Track flash's internal address modeTakahiro Kuwano
2022-10-23mtd: spi-nor-core: Default to addr_width of 3 for configurable widthsTakahiro Kuwano
2022-10-23mtd: spi-nor-ids: Add s28hl512t, s28hl01gt, and s28hs01gt IDsTakahiro Kuwano
2022-10-23mtd: spi-nor-core: Rename configuration macro for S28 supportTakahiro Kuwano
2022-10-23mtd: spi-nor-core: Rename s28hs512t prefixTakahiro Kuwano
2022-09-18cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese
2022-09-13mtd: spi-nor-ids: Add Winbond W25Q512JVQ IDChin-Ting Kuo
2022-09-13mtd: spi-nor: Use spi-mem dirmap APIChin-Ting Kuo
2022-08-10common: Drop display_options.h from common headerSimon Glass
2022-08-04Audit <flash.h> inclusionTom Rini
2022-07-18mtd: spi-nor-ids: add winbond w25q512nw family supportJae Hyun Yoo
2022-07-18mtd: spi-nor-core: Add support for Macronix Octal flashJaimeLiao
2022-07-18mtd: spi: Convert is_locked callback to is_unlockedJan Kiszka
2022-07-18mtd: spi-nor: Parse SFDP SCCR MapJaimeLiao
2022-07-18mtd: spi-nor-core: Adding different type of command extension in Soft ResetJaimeLiao
2022-07-18mtd: spi-nor: add support for Macronix Octal flashJaimeLiao
2022-07-07spl: Ensure all SPL symbols in Kconfig have some SPL dependencyTom Rini
2022-06-29mtd: spi-nor-ids: Add support for flashes tested by xilinxAshok Reddy Soma
2022-06-17stm32mp1: fix reference for STMicroelectronicsPatrick Delaunay
2022-05-23spi: spi_flash_probe_bus_cs() rely on DT for spi speed and modePatrice Chotard
2022-05-23spi: spi-uclass: Add new spi_get_bus_and_cs() implementationPatrice Chotard