summaryrefslogtreecommitdiff
path: root/drivers/mtd/spi/spi-nor-core.c
AgeCommit message (Expand)Author
2023-10-18mtd: spi-nor: fix DMA unsafe buffer issue in spi_nor_read_sfdp()Apurva Nandan
2023-07-11mtd: spi-nor-core: Fixup SNOR_F_IO_MODE_EN_VOLATILE for MT35XVaishnav Achath
2023-06-08mtd: spi-nor-core: Do not start or end writes at odd address in DTR modePratyush Yadav
2023-05-22mtd: spi-nor-core: run calibration when initialization is donePratyush Yadav
2023-05-22mtd: spi-nor-core: refactor read op creation to make a template opPratyush Yadav
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
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: 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: 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-04-06spi: Avoid checking console in SPLSimon Glass
2022-01-21configs: Migrate CONFIG_SYS_MAX_FLASH_BANKS to KconfigPatrick Delaunay
2022-01-21mtd: cfi: introduce CFI_FLASH_BANKSPatrick Delaunay
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-09-28mtd: spi: nor: force mtd name to "nor%d"Patrick Delaunay
2021-08-03mtd: spi-nor: Mask out fast read if not requested in DTBin Meng
2021-08-03mtd: spi-nor: Respect flash's hwcaps in spi_nor_adjust_hwcaps()Bin Meng
2021-06-29mtd: spi-nor-core: Add fixups for Cypress s25hl-t/s25hs-tTakahiro Kuwano
2021-06-29mtd: spi-nor-core: Add Cypress manufacturer ID in set_4byteTakahiro Kuwano
2021-06-29mtd: spi-nor-core: Read status by Read Any RegisterTakahiro Kuwano
2021-06-29mtd: spi-nor-core: Add the ->ready() hookTakahiro Kuwano
2021-06-29mtd: spi-nor-core: Add support for volatile QE bitTakahiro Kuwano
2021-06-29mtd: spi-nor-core: Add support for Read/Write Any RegisterTakahiro Kuwano
2021-06-28mtd: spi-nor-core: Allow using Micron mt35xu512aba in Octal DTR modePratyush Yadav
2021-06-28mtd: spi-nor-core: Add support for Cypress Semper flashPratyush Yadav
2021-06-28mtd: spi-nor-core: Add non-uniform erase for Spansion/CypressTakahiro Kuwano
2021-06-28mtd: spi-nor-core: allow truncated erasesPratyush Yadav