index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
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
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
2023-01-26
mtd: spi-nor: Add support for Infineon s25fs256t
Takahiro Kuwano
2023-01-26
mtd: spi-nor: Rename s25hx_t prefix
Takahiro Kuwano
2023-01-26
mtd: spi-nor-core: Make CFRx reg fields generic
Takahiro Kuwano
2022-12-05
mtd: spi-nor-core: Invert logic to reflect sst26 flash unlocked
Algapally Santosh Sagar
2022-10-23
mtd: spi-nor-core: Fix index value for SCCR dwords
Takahiro Kuwano
2022-10-23
mtd: spi-nor-core: Rework s25hx_t_post_bfpt_fixup() for flash's internal addr...
Takahiro Kuwano
2022-10-23
mtd: spi-nor-core: Rework spansion_read/write_any_reg() to use addr_mode_nbytes
Takahiro Kuwano
2022-10-23
mtd: spi-nor-core: Track flash's internal address mode
Takahiro Kuwano
2022-10-23
mtd: spi-nor-core: Default to addr_width of 3 for configurable widths
Takahiro Kuwano
2022-10-23
mtd: spi-nor-ids: Add s28hl512t, s28hl01gt, and s28hs01gt IDs
Takahiro Kuwano
2022-10-23
mtd: spi-nor-core: Rename configuration macro for S28 support
Takahiro Kuwano
2022-10-23
mtd: spi-nor-core: Rename s28hs512t prefix
Takahiro Kuwano
2022-09-18
cyclic: Use schedule() instead of WATCHDOG_RESET()
Stefan Roese
2022-09-13
mtd: spi-nor: Use spi-mem dirmap API
Chin-Ting Kuo
2022-08-10
common: Drop display_options.h from common header
Simon Glass
2022-08-04
Audit <flash.h> inclusion
Tom Rini
2022-07-18
mtd: spi: Convert is_locked callback to is_unlocked
Jan Kiszka
2022-07-18
mtd: spi-nor: Parse SFDP SCCR Map
JaimeLiao
2022-07-18
mtd: spi-nor-core: Adding different type of command extension in Soft Reset
JaimeLiao
2022-07-18
mtd: spi-nor: add support for Macronix Octal flash
JaimeLiao
2022-04-06
spi: Avoid checking console in SPL
Simon Glass
2022-01-21
configs: Migrate CONFIG_SYS_MAX_FLASH_BANKS to Kconfig
Patrick Delaunay
2022-01-21
mtd: cfi: introduce CFI_FLASH_BANKS
Patrick Delaunay
2021-10-23
mtd: Remove mtd_erase_callback() entirely
Marek Behún
2021-10-23
mtd: spi-nor-core: Check for ctrlc() in spi_nor_erase()
Marek Behún
2021-10-23
mtd: spi-nor-core: Call mtd_erase_callback() from spi_nor_erase()
Marek Behún
2021-10-23
mtd: spi-nor-core: Don't check for zero length in spi_nor_write() / spi_nor_e...
Marek Behún
2021-10-23
mtd: spi-nor-core: Check return value of write_disable() in spi_nor_erase()
Marek Behún
2021-10-23
mtd: spi-nor-core: Don't overwrite return value if it is non-zero
Marek Behún
2021-10-23
mtd: spi-nor-core: Check return value of write_enable() in spi_nor_erase()
Marek Behún
2021-10-23
mtd: spi-nor-core: Try cleaning up in case writing BAR failed
Marek Behún
2021-10-23
mtd: spi-nor: Add support for Spansion S25FL256L
Takahiro Kuwano
[next]