summaryrefslogtreecommitdiff
path: root/drivers/mtd/spi/spi-nor-core.c
AgeCommit message (Expand)Author
2025-08-07mtd: spi-nor: Fix return value of s25_s28_mdp_ready()Takahiro Kuwano
2025-05-06mtd: spi-nor: Send write disable cmd after every write enableVenkatesh Yadav Abbarapu
2025-05-06mtd: spi-nor-core: Fixup SNOR_F_IO_MODE_EN_VOLATILE for MT35XVaishnav Achath
2025-04-29Revert "mtd: spi-nor: Remove recently added SST special case"Prasad Kummari
2025-04-29mtd: spi-nor: Use CONFIG_IS_ENABLED for CONFIG_SPI_FLASH_BAR definesBernhard Messerklinger
2024-12-30mtd: spi-nor: Fix the spi_nor_read() when config SPI_STACKED_PARALLEL is enabledVenkatesh Yadav Abbarapu
2024-10-31mtd: spi-nor: Guard SPI_STACKED_PARALLEL with DM_SPI checkTom Rini
2024-10-31mtd: spi-nor: Always build SPI_STACKED_PARALLEL codeMarek Vasut
2024-10-31mtd: spi-nor: Rename SPI_ADVANCE to SPI_STACKED_PARALLELMarek Vasut
2024-10-31mtd: spi-nor: Rewrite rem_bank_len calculationMarek Vasut
2024-10-31mtd: spi-nor: Fix multiple coding style issuesMarek Vasut
2024-10-31mtd: spi-nor: Remove recently added SST special caseMarek Vasut
2024-10-31mtd: spi-nor: Remove recently added write_disable() callMarek Vasut
2024-10-31mtd: spi-nor: Remove recently added set_4byte() callMarek Vasut
2024-10-31mtd: spi-nor: Remove recently added spi_nor_wait_till_ready() callMarek Vasut
2024-10-31mtd: spi-nor: Remove recently added nor->addr_width == 3 testMarek Vasut
2024-10-15mtd: spi-nor: Set ECC unit size to MTD writesize in Infineon SEMPER flashesTakahiro Kuwano
2024-10-15mtd: spi-nor: Call spi_nor_post_sfdp_fixups() only after spi_nor_parse_sfdp()Takahiro Kuwano
2024-10-15mtd: spi-nor: Replace default_init() hook with late_init()Takahiro Kuwano
2024-10-15mtd: spi-nor: Check nor->info before setting macronix_octal_fixupsTakahiro Kuwano
2024-10-15mtd: spi-nor: Allow flashes to specify MTD writesizeTakahiro Kuwano
2024-10-11Merge patch series "Tidy up use of 'SPL' and CONFIG_SPL_BUILD"Tom Rini
2024-10-11drivers: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILDSimon Glass
2024-10-10Merge patch series "mtd: spi-nor: Add support for S25FS-S family"Tom Rini
2024-10-10mtd: spi-nor-id: Add S25FS064S, S25FS128S, S25FS256S IDsTakahiro Kuwano
2024-10-10mtd: spi-nore-core: Fix 4KB erase opcode for s25fs-sTakahiro Kuwano
2024-10-10mtd: spi-nor: Clear Winbond SR3 WPS bit on bootMarek Vasut
2024-10-09mtd: spi-nor: Add parallel and stacked memories support in read_bar and write...Ashok Reddy Soma
2024-10-09mtd: spi-nor: Add parallel memories support for read_sr and read_fsrAshok Reddy Soma
2024-10-09mtd: spi-nor: Add parallel and stacked memories supportVenkatesh Yadav Abbarapu
2024-09-19mtd: spi-nor: scale up timeout for full-chip eraseVenkatesh Yadav Abbarapu
2024-06-12mtd: spi-nor-core: Do not start or end writes at odd address in DTR modePratyush Yadav
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-07mtd: Remove <common.h> and add needed includesTom Rini
2024-01-29mtd: spi-nor-core: Rework spi_nor_cypress_octal_dtr_enable()Takahiro Kuwano
2024-01-29mtd: spi-nor-core: Consolidate post_bfpt_fixup() for Infineon(Cypress) S25 an...Takahiro Kuwano
2024-01-29mtd: spi-nor-core: Consolidate setup() hook for Infineon(Cypress) S25 and S28Takahiro Kuwano
2024-01-29mtd: spi-nor-core: Rework s25_mdp_ready() to support Octal DTR modeTakahiro Kuwano
2024-01-29mtd: spi-nor-core: Use CLPEF(0x82) as alternative to CLSR(0x30) for S25 and S28Takahiro Kuwano
2024-01-29mtd: spi-nor-core: Rework spansion_read_any_reg() to support Octal DTR modeTakahiro Kuwano
2024-01-29mtd: spi-nor-core: Consolidate non-uniform erase helpers for S25 and S28Takahiro Kuwano
2024-01-29mtd: spi-nor-core: Clean up macros for Infineon(Cypress) S25 and S28Takahiro Kuwano
2023-12-14mtd: spi-nor-core: Implement spi_nor_read_sfdp_dma_unsafe() for sfdp parseVaishnav Achath
2023-11-07mtd: spi-nor: Add spi flash lock config optionVenkatesh Yadav Abbarapu
2023-09-24common: Drop linux/printk.h from common headerSimon Glass
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-26mtd: spi-nor: Add support for Infineon s25fs256tTakahiro Kuwano