aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/spi
AgeCommit message (Expand)Author
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
2022-05-03sf: dataflash: add support for AT45DB641ELuca Ellero
2022-05-03sf: dataflash: add support for "extended ID"Luca Ellero
2022-05-03mtd: spi-nor-ids: add Macronix mx25u51245g flash entryTien Fong Chee
2022-05-03mtd: spi-nor-ids: Add Winbond W25Q128JW IDMarek Vasut
2022-04-06spi: Avoid checking console in SPLSimon Glass
2022-03-12mtd: spi-nor-ids: Enable quad read for Gigadevice gd25lq128Niklas Cassel
2022-01-21configs: Migrate CONFIG_SYS_MAX_FLASH_BANKS to KconfigPatrick Delaunay
2022-01-21mtd: cfi: introduce CFI_FLASH_BANKSPatrick Delaunay
2022-01-09Merge tag 'u-boot-amlogic-20220107' of https://source.denx.de/u-boot/custodia...Tom Rini
2021-12-27Convert CONFIG_ENV_SPI_BUS et al to KconfigTom Rini
2021-12-16mtd: spi-nor-ids: Add support for W25Q01JVRam Narayanan
2021-12-02mtd: spi: Remove SF_DUAL_FLASH symbol from KconfigMichal Simek
2021-10-23mtd: spi-nor-ids: Add SECT_4K to mt25qu512aKris Chaplin
2021-10-23mtd: spi-nor-ids: Add is25lp512 and is25wp512 devicesKris Chaplin
2021-10-23mtd: Remove mtd_erase_callback() entirelyMarek Behún
2021-10-23mtd: spi-nor-core: Check for ctrlc() in spi_nor_erase()Marek Behún
2021-10-23mtd: spi-nor-core: Call mtd_erase_callback() from spi_nor_erase()Marek Behún
2021-10-23mtd: spi-nor-core: Don't check for zero length in spi_nor_write() / spi_nor_e...Marek Behún
2021-10-23mtd: spi-nor-core: Check return value of write_disable() in spi_nor_erase()Marek Behún
2021-10-23mtd: spi-nor-core: Don't overwrite return value if it is non-zeroMarek Behún
2021-10-23mtd: spi-nor-core: Check return value of write_enable() in spi_nor_erase()Marek Behún
2021-10-23mtd: spi-nor-core: Try cleaning up in case writing BAR failedMarek Behún
2021-10-23mtd: spi-nor: Add support for Spansion S25FL256LTakahiro Kuwano
2021-10-23mtd: spi-nor-ids: Add GD25LQ256D ChipYanhong Wang