index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/test/py/pytest-9.0.3
dependabot/pip/tools/patman/aiohttp-3.13.4
master
next
origin
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
spi
/
spi-nor-core.c
Age
Commit message (
Expand
)
Author
2026-02-13
mtd: spi-nor: winbond: Make sure w25q{01, 02}jv behave correctly
Miquel Raynal
2025-08-07
mtd: spi-nor: Fix return value of s25_s28_mdp_ready()
Takahiro Kuwano
2025-05-06
mtd: spi-nor: Send write disable cmd after every write enable
Venkatesh Yadav Abbarapu
2025-05-06
mtd: spi-nor-core: Fixup SNOR_F_IO_MODE_EN_VOLATILE for MT35X
Vaishnav Achath
2025-04-29
Revert "mtd: spi-nor: Remove recently added SST special case"
Prasad Kummari
2025-04-29
mtd: spi-nor: Use CONFIG_IS_ENABLED for CONFIG_SPI_FLASH_BAR defines
Bernhard Messerklinger
2024-12-30
mtd: spi-nor: Fix the spi_nor_read() when config SPI_STACKED_PARALLEL is enabled
Venkatesh Yadav Abbarapu
2024-10-31
mtd: spi-nor: Guard SPI_STACKED_PARALLEL with DM_SPI check
Tom Rini
2024-10-31
mtd: spi-nor: Always build SPI_STACKED_PARALLEL code
Marek Vasut
2024-10-31
mtd: spi-nor: Rename SPI_ADVANCE to SPI_STACKED_PARALLEL
Marek Vasut
2024-10-31
mtd: spi-nor: Rewrite rem_bank_len calculation
Marek Vasut
2024-10-31
mtd: spi-nor: Fix multiple coding style issues
Marek Vasut
2024-10-31
mtd: spi-nor: Remove recently added SST special case
Marek Vasut
2024-10-31
mtd: spi-nor: Remove recently added write_disable() call
Marek Vasut
2024-10-31
mtd: spi-nor: Remove recently added set_4byte() call
Marek Vasut
2024-10-31
mtd: spi-nor: Remove recently added spi_nor_wait_till_ready() call
Marek Vasut
2024-10-31
mtd: spi-nor: Remove recently added nor->addr_width == 3 test
Marek Vasut
2024-10-15
mtd: spi-nor: Set ECC unit size to MTD writesize in Infineon SEMPER flashes
Takahiro Kuwano
2024-10-15
mtd: spi-nor: Call spi_nor_post_sfdp_fixups() only after spi_nor_parse_sfdp()
Takahiro Kuwano
2024-10-15
mtd: spi-nor: Replace default_init() hook with late_init()
Takahiro Kuwano
2024-10-15
mtd: spi-nor: Check nor->info before setting macronix_octal_fixups
Takahiro Kuwano
2024-10-15
mtd: spi-nor: Allow flashes to specify MTD writesize
Takahiro Kuwano
2024-10-11
Merge patch series "Tidy up use of 'SPL' and CONFIG_SPL_BUILD"
Tom Rini
2024-10-11
drivers: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD
Simon Glass
2024-10-10
Merge patch series "mtd: spi-nor: Add support for S25FS-S family"
Tom Rini
2024-10-10
mtd: spi-nor-id: Add S25FS064S, S25FS128S, S25FS256S IDs
Takahiro Kuwano
2024-10-10
mtd: spi-nore-core: Fix 4KB erase opcode for s25fs-s
Takahiro Kuwano
2024-10-10
mtd: spi-nor: Clear Winbond SR3 WPS bit on boot
Marek Vasut
2024-10-09
mtd: spi-nor: Add parallel and stacked memories support in read_bar and write...
Ashok Reddy Soma
2024-10-09
mtd: spi-nor: Add parallel memories support for read_sr and read_fsr
Ashok Reddy Soma
2024-10-09
mtd: spi-nor: Add parallel and stacked memories support
Venkatesh Yadav Abbarapu
2024-09-19
mtd: spi-nor: scale up timeout for full-chip erase
Venkatesh Yadav Abbarapu
2024-06-12
mtd: spi-nor-core: Do not start or end writes at odd address in DTR mode
Pratyush Yadav
2024-05-20
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
Tom Rini
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
2024-05-07
mtd: Remove <common.h> and add needed includes
Tom Rini
2024-01-29
mtd: spi-nor-core: Rework spi_nor_cypress_octal_dtr_enable()
Takahiro Kuwano
2024-01-29
mtd: spi-nor-core: Consolidate post_bfpt_fixup() for Infineon(Cypress) S25 an...
Takahiro Kuwano
2024-01-29
mtd: spi-nor-core: Consolidate setup() hook for Infineon(Cypress) S25 and S28
Takahiro Kuwano
2024-01-29
mtd: spi-nor-core: Rework s25_mdp_ready() to support Octal DTR mode
Takahiro Kuwano
2024-01-29
mtd: spi-nor-core: Use CLPEF(0x82) as alternative to CLSR(0x30) for S25 and S28
Takahiro Kuwano
2024-01-29
mtd: spi-nor-core: Rework spansion_read_any_reg() to support Octal DTR mode
Takahiro Kuwano
2024-01-29
mtd: spi-nor-core: Consolidate non-uniform erase helpers for S25 and S28
Takahiro Kuwano
2024-01-29
mtd: spi-nor-core: Clean up macros for Infineon(Cypress) S25 and S28
Takahiro Kuwano
2023-12-14
mtd: spi-nor-core: Implement spi_nor_read_sfdp_dma_unsafe() for sfdp parse
Vaishnav Achath
2023-11-07
mtd: spi-nor: Add spi flash lock config option
Venkatesh Yadav Abbarapu
2023-09-24
common: Drop linux/printk.h from common header
Simon Glass
2023-04-26
mtd: spi-nor-core: Add fixups for s25fs512s
Takahiro Kuwano
2023-04-25
mtd: spi-nor: missing fallthrough in set_4byte()
Heinrich Schuchardt
2023-04-25
mtd: spi-nor: Add CHIP_ERASE optimization
Marek Vasut
[next]