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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-19
mtd: spi-nor: issi: convert flash_info to new format
Michael Walle
1
-36
/
+78
2023-09-19
mtd: spi-nor: intel: convert flash_info to new format
Michael Walle
1
-6
/
+16
2023-09-19
mtd: spi-nor: gigadevice: convert flash_info to new format
Michael Walle
1
-32
/
+49
2023-09-19
mtd: spi-nor: everspin: convert flash_info to new format
Michael Walle
1
-4
/
+23
2023-09-19
mtd: spi-nor: esmt: convert flash_info to new format
Michael Walle
1
-9
/
+19
2023-09-19
mtd: spi-nor: eon: convert flash_info to new format
Michael Walle
1
-18
/
+54
2023-09-19
mtd: spi-nor: atmel: convert flash_info to new format
Michael Walle
1
-42
/
+80
2023-09-19
mtd: spi-nor: remove or move flash_info comments
Michael Walle
11
-14
/
+1
2023-09-19
mtd: spi-nor: add SNOR_ID() and SNOR_OTP()
Michael Walle
1
-0
/
+14
2023-09-19
mtd: spi-nor: rename .otp_org to .otp and make it a pointer
Michael Walle
3
-4
/
+4
2023-09-19
mtd: spi-nor: move the .id and .id_len into an own structure
Michael Walle
5
-19
/
+36
2023-09-19
mtd: spi-nor: introduce (temporary) INFO0()
Michael Walle
3
-11
/
+14
2023-09-19
mtd: spi-nor: drop .parse_sfdp
Michael Walle
9
-36
/
+22
2023-09-19
mtd: spi-nor: make sector_size optional
Michael Walle
4
-7
/
+16
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
3
-7
/
+5
2023-09-19
mtd: spi-nor: store .n_banks in struct spi_nor_flash_parameter
Michael Walle
2
-3
/
+6
2023-09-19
mtd: spi-nor: default page_size to 256 bytes
Michael Walle
2
-8
/
+7
2023-09-19
mtd: spi-nor: convert .n_sectors to .size
Michael Walle
4
-11
/
+12
2023-09-19
mtd: spi-nor: xilinx: remove addr_nbytes from S3AN_INFO()
Michael Walle
1
-1
/
+0
2023-09-19
mtd: spi-nor: xilinx: use SPI_NOR_ID() in S3AN_INFO()
Michael Walle
1
-6
/
+1
2023-09-19
mtd: spi-nor: remove Fujitsu MB85RS1MT support
Michael Walle
4
-24
/
+0
2023-09-19
mtd: spi-nor: remove catalyst 'flashes'
Michael Walle
4
-27
/
+0
2023-09-03
Merge tag 'mtd/for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...
Linus Torvalds
13
-184
/
+293
2023-08-18
Merge tag 'spi-nor/for-6.6' into mtd/next
Miquel Raynal
13
-183
/
+293
2023-08-18
mtd: spi-nor: nxp-spifi: Use helper function devm_clk_get_enabled()
Li Zetao
1
-27
/
+6
2023-08-18
mtd: spi-nor: Add support for sst26vf032b flash
Miquel Raynal
1
-0
/
+4
2023-08-18
mtd: spi-nor: Check bus width while setting QE bit
Hsin-Yi Wang
1
-9
/
+10
2023-07-27
mtd: Explicitly include correct DT includes
Rob Herring
1
-1
/
+0
2023-07-27
mtd: spi-nor: avoid holes in struct spi_mem_op
Arnd Bergmann
1
-2
/
+2
2023-07-26
mtd: spi-nor: spansion: switch cypress_nor_get_page_size() to use vreg_offset
Tudor Ambarus
1
-65
/
+48
2023-07-26
mtd: spi-nor: spansion: switch s25hx_t to use vreg_offset for quad_enable()
Tudor Ambarus
1
-11
/
+7
2023-07-26
mtd: spi-nor: spansion: let SFDP determine the flash and sector size
Tudor Ambarus
1
-8
/
+8
2023-07-26
mtd: spi-nor: spansion: add support for S28HS02GT
Takahiro Kuwano
1
-5
/
+15
2023-07-26
mtd: spi-nor: spansion: add octal DTR support in RD_ANY_REG_OP
Takahiro Kuwano
1
-1
/
+7
2023-07-26
mtd: spi-nor: spansion: add MCP support in set_octal_dtr()
Takahiro Kuwano
1
-14
/
+19
2023-07-26
mtd: spi-nor: spansion: switch h28hx's ready() to use vreg_offset
Takahiro Kuwano
1
-0
/
+1
2023-07-26
mtd: spi-nor: spansion: switch set_octal_dtr method to use vreg_offset
Takahiro Kuwano
1
-6
/
+19
2023-07-26
mtd: spi-nor: spansion: prepare octal dtr methods for multi chip support
Takahiro Kuwano
1
-13
/
+37
2023-07-26
mtd: spi-nor: spansion: preserve CFR2V[7] when writing MEMLAT
Takahiro Kuwano
1
-1
/
+13
2023-07-26
mtd: spi-nor: spansion: use CLPEF as an alternative to CLSR
Takahiro Kuwano
10
-32
/
+103
2023-07-22
mtd: spi-nor: spansion: return method directly
Tudor Ambarus
1
-7
/
+1
2023-07-18
mtd: spi-nor: rename method for enabling or disabling octal DTR
Tudor Ambarus
4
-13
/
+13
2023-07-18
mtd: spi-nor: Correct flags for Winbond w25q128
Linus Walleij
1
-2
/
+3
2023-07-13
mtd: spi-nor: Avoid setting SRWD bit in SR if WP# signal not connected
Amit Kumar Mahapatra
4
-2
/
+12
2023-05-26
mtd: spi-nor: Fix divide by zero for spi-nor-generic flashes
Tudor Ambarus
1
-1
/
+4
2023-05-26
mtd: spi-nor: spansion: make sure local struct does not contain garbage
Tudor Ambarus
1
-2
/
+2
2023-04-25
Merge tag 'mtd/for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...
Linus Torvalds
14
-156
/
+1070
2023-04-19
Merge tag 'spi-nor/for-6.4' into mtd/next
Miquel Raynal
13
-154
/
+1068
2023-04-08
mtd: spi-nor: spansion: Add support for s25hl02gt and s25hs02gt
Takahiro Kuwano
1
-0
/
+12
[prev]
[next]