index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
spi-nor
/
core.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mtd: spi-nor: Check bus width while setting QE bit
Hsin-Yi Wang
2023-08-18
1
-9
/
+10
*
mtd: spi-nor: spansion: use CLPEF as an alternative to CLSR
Takahiro Kuwano
2023-07-26
1
-8
/
+15
*
mtd: spi-nor: rename method for enabling or disabling octal DTR
Tudor Ambarus
2023-07-18
1
-6
/
+6
*
mtd: spi-nor: Avoid setting SRWD bit in SR if WP# signal not connected
Amit Kumar Mahapatra
2023-07-13
1
-0
/
+3
*
mtd: spi-nor: Fix divide by zero for spi-nor-generic flashes
Tudor Ambarus
2023-05-26
1
-1
/
+4
*
Merge tag 'mtd/for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...
Linus Torvalds
2023-04-25
1
-33
/
+469
|
\
|
*
mtd: spi-nor: spansion: Enable JFFS2 write buffer for Infineon s28hx SEMPER f...
Takahiro Kuwano
2023-04-08
1
-0
/
+3
|
*
mtd: spi-nor: core: Introduce spi_nor_set_4byte_addr_mode()
Tudor Ambarus
2023-04-04
1
-5
/
+30
|
*
mtd: spi-nor: core: Update flash's current address mode when changing address...
Tudor Ambarus
2023-04-04
1
-1
/
+3
|
*
mtd: spi-nor: Stop exporting spi_nor_restore()
Tudor Ambarus
2023-04-04
1
-2
/
+1
|
*
mtd: spi-nor: Set the 4-Byte Address Mode method based on SFDP data
Tudor Ambarus
2023-04-04
1
-1
/
+6
|
*
mtd: spi-nor: core: Make spi_nor_set_4byte_addr_mode_brwr public
Tudor Ambarus
2023-04-04
1
-1
/
+1
|
*
mtd: spi-nor: core: Update name and description of spi_nor_set_4byte_addr_mode
Tudor Ambarus
2023-04-04
1
-3
/
+5
|
*
mtd: spi-nor: core: Update name and description of spansion_set_4byte_addr_mode
Tudor Ambarus
2023-04-04
1
-4
/
+9
|
*
mtd: spi-nor: core: Update name and description of micron_st_nor_set_4byte_ad...
Tudor Ambarus
2023-04-04
1
-3
/
+4
|
*
mtd: spi-nor: core: Move generic method to core - micron_st_nor_set_4byte_add...
Tudor Ambarus
2023-04-04
1
-0
/
+24
|
*
mtd: spi-nor: Delay the initialization of bank_size
Miquel Raynal
2023-04-04
1
-1
/
+2
|
*
mtd: spi-nor: Fix a trivial typo
Miquel Raynal
2023-04-04
1
-1
/
+1
|
*
mtd: spi-nor: Enhance locking to support reads while writes
Miquel Raynal
2023-03-29
1
-16
/
+321
|
*
mtd: spi-nor: Add a RWW flag
Miquel Raynal
2023-03-29
1
-0
/
+3
|
*
mtd: spi-nor: Prepare the introduction of a new locking mechanism
Miquel Raynal
2023-03-29
1
-6
/
+53
|
*
mtd: spi-nor: Separate preparation and locking
Miquel Raynal
2023-03-29
1
-4
/
+20
|
*
mtd: spi-nor: Reorder the preparation vs. locking steps
Miquel Raynal
2023-03-29
1
-12
/
+9
|
*
mtd: spi-nor: Introduce the concept of bank
Miquel Raynal
2023-03-29
1
-0
/
+1
*
|
mtd: spi-nor: fix memory leak when using debugfs_lookup()
Greg Kroah-Hartman
2023-03-06
1
-1
/
+13
|
/
*
mtd: spi-nor: Sort headers alphabetically
Tudor Ambarus
2023-02-06
1
-7
/
+6
*
mtd: spi-nor: Fix shift-out-of-bounds in spi_nor_set_erase_type
Louis Rannou
2023-02-06
1
-0
/
+9
*
mtd: spi-nor: core: fix implicit declaration warning
Zeng Heng
2023-01-26
1
-0
/
+1
*
Merge tag 'spi-nor/for-6.2' into mtd/next
Miquel Raynal
2022-12-05
1
-5
/
+80
|
\
|
*
mtd: spi-nor: add SFDP fixups for Quad Page Program
Sudip Mukherjee
2022-11-22
1
-0
/
+6
|
*
mtd: spi-nor: Fix the number of bytes for the dummy cycles
Allen-KH Cheng
2022-11-21
1
-1
/
+2
|
*
mtd: spi-nor: add generic flash driver
Michael Walle
2022-11-21
1
-2
/
+24
|
*
mtd: spi-nor: fix select_uniform_erase to skip 0 erase size
Michael Walle
2022-11-21
1
-0
/
+4
|
*
mtd: spi-nor: remember full JEDEC flash ID
Michael Walle
2022-11-21
1
-0
/
+5
|
*
mtd: spi-nor: Check for zero erase size in spi_nor_find_best_erase_type()
Alexander Sverdlin
2022-11-21
1
-0
/
+2
|
*
mtd: spi-nor: core: Add an error message when failing to exit the 4-byte addr...
Tudor Ambarus
2022-10-25
1
-2
/
+12
|
*
mtd: spi-nor: Add support for flash reset
Sai Krishna Potthuri
2022-10-25
1
-0
/
+25
*
|
mtd: spi-nor: core: Ignore -ENOTSUPP in spi_nor_init()
Mika Westerberg
2022-10-18
1
-1
/
+3
|
/
*
mtd: spi-nor: fix spi_nor_spimem_setup_op() call in spi_nor_erase_{sector,chi...
Patrice Chotard
2022-07-28
1
-3
/
+3
*
mtd: spi-nor: core: Return error code from set_4byte_addr_mode()
Takahiro Kuwano
2022-07-28
1
-1
/
+1
*
mtd: spi-nor: Do not change nor->addr_nbytes at SFDP parsing time
Tudor Ambarus
2022-07-28
1
-3
/
+2
*
mtd: spi-nor: s/addr_width/addr_nbytes
Tudor Ambarus
2022-07-28
1
-27
/
+27
*
mtd: spi-nor: move SECT_4K_PMC special handling
Michael Walle
2022-06-27
1
-6
/
+1
*
mtd: spi-nor: expose internal parameters via debugfs
Michael Walle
2022-05-09
1
-0
/
+2
*
mtd: spi-nor: export spi_nor_hwcaps_pp2cmd()
Michael Walle
2022-05-09
1
-1
/
+1
*
mtd: spi-nor: move spi_nor_write_ear() to winbond module
Michael Walle
2022-05-02
1
-30
/
+0
*
mtd: spi-nor: Introduce templates for SPI NOR operations
Tudor Ambarus
2022-04-27
1
-83
/
+18
*
mtd: spi-nor: core: Add helpers to read/write any register
Tudor Ambarus
2022-04-27
1
-0
/
+46
*
mtd: spi-nor: core: Introduce method for RDID op
Tudor Ambarus
2022-04-27
1
-15
/
+35
*
mtd: spi-nor: core: Use auto-detection only once
Tudor Ambarus
2022-04-27
1
-3
/
+1
[next]