index
:
binx/bcachefs.git
bcachefs-garbage
master
Unnamed repository; edit this file 'description' to name the repository.
Hunter Shaffer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
spi-nor
/
core.c
Age
Commit message (
Expand
)
Author
2023-05-26
mtd: spi-nor: Fix divide by zero for spi-nor-generic flashes
Tudor Ambarus
2023-04-25
Merge tag 'mtd/for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...
Linus Torvalds
2023-04-08
mtd: spi-nor: spansion: Enable JFFS2 write buffer for Infineon s28hx SEMPER f...
Takahiro Kuwano
2023-04-04
mtd: spi-nor: core: Introduce spi_nor_set_4byte_addr_mode()
Tudor Ambarus
2023-04-04
mtd: spi-nor: core: Update flash's current address mode when changing address...
Tudor Ambarus
2023-04-04
mtd: spi-nor: Stop exporting spi_nor_restore()
Tudor Ambarus
2023-04-04
mtd: spi-nor: Set the 4-Byte Address Mode method based on SFDP data
Tudor Ambarus
2023-04-04
mtd: spi-nor: core: Make spi_nor_set_4byte_addr_mode_brwr public
Tudor Ambarus
2023-04-04
mtd: spi-nor: core: Update name and description of spi_nor_set_4byte_addr_mode
Tudor Ambarus
2023-04-04
mtd: spi-nor: core: Update name and description of spansion_set_4byte_addr_mode
Tudor Ambarus
2023-04-04
mtd: spi-nor: core: Update name and description of micron_st_nor_set_4byte_ad...
Tudor Ambarus
2023-04-04
mtd: spi-nor: core: Move generic method to core - micron_st_nor_set_4byte_add...
Tudor Ambarus
2023-04-04
mtd: spi-nor: Delay the initialization of bank_size
Miquel Raynal
2023-04-04
mtd: spi-nor: Fix a trivial typo
Miquel Raynal
2023-03-29
mtd: spi-nor: Enhance locking to support reads while writes
Miquel Raynal
2023-03-29
mtd: spi-nor: Add a RWW flag
Miquel Raynal
2023-03-29
mtd: spi-nor: Prepare the introduction of a new locking mechanism
Miquel Raynal
2023-03-29
mtd: spi-nor: Separate preparation and locking
Miquel Raynal
2023-03-29
mtd: spi-nor: Reorder the preparation vs. locking steps
Miquel Raynal
2023-03-29
mtd: spi-nor: Introduce the concept of bank
Miquel Raynal
2023-03-06
mtd: spi-nor: fix memory leak when using debugfs_lookup()
Greg Kroah-Hartman
2023-02-06
mtd: spi-nor: Sort headers alphabetically
Tudor Ambarus
2023-02-06
mtd: spi-nor: Fix shift-out-of-bounds in spi_nor_set_erase_type
Louis Rannou
2023-01-26
mtd: spi-nor: core: fix implicit declaration warning
Zeng Heng
2022-12-05
Merge tag 'spi-nor/for-6.2' into mtd/next
Miquel Raynal
2022-11-22
mtd: spi-nor: add SFDP fixups for Quad Page Program
Sudip Mukherjee
2022-11-21
mtd: spi-nor: Fix the number of bytes for the dummy cycles
Allen-KH Cheng
2022-11-21
mtd: spi-nor: add generic flash driver
Michael Walle
2022-11-21
mtd: spi-nor: fix select_uniform_erase to skip 0 erase size
Michael Walle
2022-11-21
mtd: spi-nor: remember full JEDEC flash ID
Michael Walle
2022-11-21
mtd: spi-nor: Check for zero erase size in spi_nor_find_best_erase_type()
Alexander Sverdlin
2022-10-25
mtd: spi-nor: core: Add an error message when failing to exit the 4-byte addr...
Tudor Ambarus
2022-10-25
mtd: spi-nor: Add support for flash reset
Sai Krishna Potthuri
2022-10-18
mtd: spi-nor: core: Ignore -ENOTSUPP in spi_nor_init()
Mika Westerberg
2022-07-28
mtd: spi-nor: fix spi_nor_spimem_setup_op() call in spi_nor_erase_{sector,chi...
Patrice Chotard
2022-07-28
mtd: spi-nor: core: Return error code from set_4byte_addr_mode()
Takahiro Kuwano
2022-07-28
mtd: spi-nor: Do not change nor->addr_nbytes at SFDP parsing time
Tudor Ambarus
2022-07-28
mtd: spi-nor: s/addr_width/addr_nbytes
Tudor Ambarus
2022-06-27
mtd: spi-nor: move SECT_4K_PMC special handling
Michael Walle
2022-05-09
mtd: spi-nor: expose internal parameters via debugfs
Michael Walle
2022-05-09
mtd: spi-nor: export spi_nor_hwcaps_pp2cmd()
Michael Walle
2022-05-02
mtd: spi-nor: move spi_nor_write_ear() to winbond module
Michael Walle
2022-04-27
mtd: spi-nor: Introduce templates for SPI NOR operations
Tudor Ambarus
2022-04-27
mtd: spi-nor: core: Add helpers to read/write any register
Tudor Ambarus
2022-04-27
mtd: spi-nor: core: Introduce method for RDID op
Tudor Ambarus
2022-04-27
mtd: spi-nor: core: Use auto-detection only once
Tudor Ambarus
2022-04-27
mtd: spi-nor: Introduce spi_nor_match_id()
Tudor Ambarus
2022-04-27
mtd: spi-nor: Rename method, s/spi_nor_match_id/spi_nor_match_name
Tudor Ambarus
2022-04-27
mtd: spi-nor: core: Check written SR value in spi_nor_write_16bit_sr_and_check()
Chen-Tsung Hsieh
2022-03-08
mtd: spi-nor: Skip erase logic when SPI_NOR_NO_ERASE is set
Tudor Ambarus
[next]