index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
spi-nor
/
core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-09
Merge tag 'mtd/for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...
Linus Torvalds
1
-75
/
+97
2023-12-19
mtd: spi-nor: drop superfluous debug prints
Tudor Ambarus
1
-18
/
+0
2023-12-19
mtd: spi-nor: print flash ID instead of name
Tudor Ambarus
1
-2
/
+2
2023-12-06
mtd: spi-nor: remove NO_CHIP_ERASE flag
Tudor Ambarus
1
-3
/
+0
2023-12-06
mtd: spi-nor: micron-st: enable die erase for multi die flashes
Tudor Ambarus
1
-15
/
+17
2023-12-06
mtd: spi-nor: add erase die (chip) capability
Tudor Ambarus
1
-33
/
+75
2023-11-30
mtd: spi-nor: Stop reporting warning message when soft reset is not suported
Chia-Lin Kao (AceLan)
1
-1
/
+2
2023-11-30
spi: Unify error codes by replacing -ENOTSUPP with -EOPNOTSUPP
Chia-Lin Kao (AceLan)
1
-1
/
+1
2023-11-15
mtd: spi-nor: use kernel sized types instead of c99 types
Tudor Ambarus
1
-3
/
+2
2023-09-19
mtd: spi-nor: rename .otp_org to .otp and make it a pointer
Michael Walle
1
-1
/
+1
2023-09-19
mtd: spi-nor: move the .id and .id_len into an own structure
Michael Walle
1
-3
/
+3
2023-09-19
mtd: spi-nor: drop .parse_sfdp
Michael Walle
1
-2
/
+1
2023-09-19
mtd: spi-nor: make sector_size optional
Michael Walle
1
-2
/
+4
2023-09-19
mtd: spi-nor: push 4k SE handling into spi_nor_select_uniform_erase()
Michael Walle
1
-18
/
+9
2023-09-19
mtd: spi-nor: default .n_banks to 1
Michael Walle
1
-2
/
+1
2023-09-19
mtd: spi-nor: store .n_banks in struct spi_nor_flash_parameter
Michael Walle
1
-3
/
+4
2023-09-19
mtd: spi-nor: default page_size to 256 bytes
Michael Walle
1
-6
/
+1
2023-09-19
mtd: spi-nor: convert .n_sectors to .size
Michael Walle
1
-1
/
+1
2023-09-19
mtd: spi-nor: remove Fujitsu MB85RS1MT support
Michael Walle
1
-1
/
+0
2023-09-19
mtd: spi-nor: remove catalyst 'flashes'
Michael Walle
1
-1
/
+0
2023-08-18
mtd: spi-nor: Check bus width while setting QE bit
Hsin-Yi Wang
1
-9
/
+10
2023-07-26
mtd: spi-nor: spansion: use CLPEF as an alternative to CLSR
Takahiro Kuwano
1
-8
/
+15
2023-07-18
mtd: spi-nor: rename method for enabling or disabling octal DTR
Tudor Ambarus
1
-6
/
+6
2023-07-13
mtd: spi-nor: Avoid setting SRWD bit in SR if WP# signal not connected
Amit Kumar Mahapatra
1
-0
/
+3
2023-05-26
mtd: spi-nor: Fix divide by zero for spi-nor-generic flashes
Tudor Ambarus
1
-1
/
+4
2023-04-25
Merge tag 'mtd/for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...
Linus Torvalds
1
-33
/
+469
2023-04-08
mtd: spi-nor: spansion: Enable JFFS2 write buffer for Infineon s28hx SEMPER f...
Takahiro Kuwano
1
-0
/
+3
2023-04-04
mtd: spi-nor: core: Introduce spi_nor_set_4byte_addr_mode()
Tudor Ambarus
1
-5
/
+30
2023-04-04
mtd: spi-nor: core: Update flash's current address mode when changing address...
Tudor Ambarus
1
-1
/
+3
2023-04-04
mtd: spi-nor: Stop exporting spi_nor_restore()
Tudor Ambarus
1
-2
/
+1
2023-04-04
mtd: spi-nor: Set the 4-Byte Address Mode method based on SFDP data
Tudor Ambarus
1
-1
/
+6
2023-04-04
mtd: spi-nor: core: Make spi_nor_set_4byte_addr_mode_brwr public
Tudor Ambarus
1
-1
/
+1
2023-04-04
mtd: spi-nor: core: Update name and description of spi_nor_set_4byte_addr_mode
Tudor Ambarus
1
-3
/
+5
2023-04-04
mtd: spi-nor: core: Update name and description of spansion_set_4byte_addr_mode
Tudor Ambarus
1
-4
/
+9
2023-04-04
mtd: spi-nor: core: Update name and description of micron_st_nor_set_4byte_ad...
Tudor Ambarus
1
-3
/
+4
2023-04-04
mtd: spi-nor: core: Move generic method to core - micron_st_nor_set_4byte_add...
Tudor Ambarus
1
-0
/
+24
2023-04-04
mtd: spi-nor: Delay the initialization of bank_size
Miquel Raynal
1
-1
/
+2
2023-04-04
mtd: spi-nor: Fix a trivial typo
Miquel Raynal
1
-1
/
+1
2023-03-29
mtd: spi-nor: Enhance locking to support reads while writes
Miquel Raynal
1
-16
/
+321
2023-03-29
mtd: spi-nor: Add a RWW flag
Miquel Raynal
1
-0
/
+3
2023-03-29
mtd: spi-nor: Prepare the introduction of a new locking mechanism
Miquel Raynal
1
-6
/
+53
2023-03-29
mtd: spi-nor: Separate preparation and locking
Miquel Raynal
1
-4
/
+20
2023-03-29
mtd: spi-nor: Reorder the preparation vs. locking steps
Miquel Raynal
1
-12
/
+9
2023-03-29
mtd: spi-nor: Introduce the concept of bank
Miquel Raynal
1
-0
/
+1
2023-03-06
mtd: spi-nor: fix memory leak when using debugfs_lookup()
Greg Kroah-Hartman
1
-1
/
+13
2023-02-06
mtd: spi-nor: Sort headers alphabetically
Tudor Ambarus
1
-7
/
+6
2023-02-06
mtd: spi-nor: Fix shift-out-of-bounds in spi_nor_set_erase_type
Louis Rannou
1
-0
/
+9
2023-01-26
mtd: spi-nor: core: fix implicit declaration warning
Zeng Heng
1
-0
/
+1
2022-12-05
Merge tag 'spi-nor/for-6.2' into mtd/next
Miquel Raynal
1
-5
/
+80
2022-11-22
mtd: spi-nor: add SFDP fixups for Quad Page Program
Sudip Mukherjee
1
-0
/
+6
[next]