index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
spi-nor
/
spansion.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-29
mtd: spi-nor: spansion: Use nor->addr_nbytes in octal DTR mode in RD_ANY_REG_OP
Takahiro Kuwano
1
-0
/
+1
2024-09-14
mtd: spi-nor: spansion: Add support for S28HS256T
Takahiro Kuwano
1
-0
/
+4
2023-12-06
mtd: spi-nor: spansion: enable die erase for multi die flashes
Tudor Ambarus
1
-2
/
+2
2023-09-19
mtd: spi-nor: spansion: sort flash_info database
Michael Walle
1
-87
/
+87
2023-09-19
mtd: spi-nor: spansion: convert flash_info to new format
Michael Walle
1
-129
/
+241
2023-09-19
mtd: spi-nor: remove or move flash_info comments
Michael Walle
1
-3
/
+0
2023-09-19
mtd: spi-nor: move the .id and .id_len into an own structure
Michael Walle
1
-2
/
+2
2023-09-19
mtd: spi-nor: drop .parse_sfdp
Michael Walle
1
-12
/
+0
2023-09-19
mtd: spi-nor: make sector_size optional
Michael Walle
1
-1
/
+2
2023-09-03
Merge tag 'mtd/for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...
Linus Torvalds
1
-115
/
+203
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
1
-14
/
+58
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
1
-3
/
+3
2023-05-26
mtd: spi-nor: spansion: make sure local struct does not contain garbage
Tudor Ambarus
1
-2
/
+2
2023-04-08
mtd: spi-nor: spansion: Add support for s25hl02gt and s25hs02gt
Takahiro Kuwano
1
-0
/
+12
2023-04-08
mtd: spi-nor: spansion: Add a new ->ready() hook for multi-chip device
Takahiro Kuwano
1
-24
/
+85
2023-04-08
mtd: spi-nor: spansion: Rework cypress_nor_quad_enable_volatile() for multi-c...
Takahiro Kuwano
1
-21
/
+39
2023-04-08
mtd: spi-nor: spansion: Rework cypress_nor_get_page_size() for multi-chip dev...
Takahiro Kuwano
1
-20
/
+69
2023-04-08
mtd: spi-nor: Allow post_sfdp hook to return errors
Tudor Ambarus
1
-3
/
+9
2023-04-08
mtd: spi-nor: spansion: Rename method to cypress_nor_get_page_size
Tudor Ambarus
1
-6
/
+5
2023-04-08
mtd: spi-nor: spansion: Enable JFFS2 write buffer for S25FS256T
Takahiro Kuwano
1
-7
/
+1
2023-04-08
mtd: spi-nor: spansion: Enable JFFS2 write buffer for Infineon s25hx SEMPER f...
Takahiro Kuwano
1
-5
/
+2
2023-04-08
mtd: spi-nor: spansion: Enable JFFS2 write buffer for Infineon s28hx SEMPER f...
Takahiro Kuwano
1
-1
/
+12
2023-04-04
mtd: spi-nor: spansion: Determine current address mode
Takahiro Kuwano
1
-3
/
+128
2023-03-17
mtd: spi-nor: spansion: Add support for Infineon S25FS256T
Takahiro Kuwano
1
-0
/
+60
2023-03-17
mtd: spi-nor: spansion: Make RD_ANY_REG_OP macro take number of dummy bytes
Takahiro Kuwano
1
-5
/
+5
2023-01-26
mtd: spi-nor: spansion: Make CFRx reg fields generic
Tudor Ambarus
1
-11
/
+11
2023-01-26
mtd: spi-nor: spansion: Consider reserved bits in CFR5 register
Tudor Ambarus
1
-2
/
+7
2022-10-25
mtd: spi-nor: spansion: Replace hardcoded values for addr_nbytes/addr_mode_nb...
Tudor Ambarus
1
-5
/
+11
2022-10-25
mtd: spi-nor: spansion: Add s28hl512t, s28hl01gt, and s28hs01gt info
Takahiro Kuwano
1
-0
/
+12
2022-10-25
mtd: spi-nor: spansion: Rename s28hs512t prefix
Takahiro Kuwano
1
-10
/
+10
2022-10-25
mtd: spi-nor: spansion: Remove NO_SFDP_FLAGS from s28hs512t info
Takahiro Kuwano
1
-9
/
+8
2022-07-28
mtd: spi-nor: spansion: Add s25hl-t/s25hs-t IDs and fixups
Takahiro Kuwano
1
-0
/
+132
2022-07-28
mtd: spi-nor: spansion: Add local function to discover page size
Takahiro Kuwano
1
-22
/
+31
2022-04-27
mtd: spi-nor: spansion: Remove status polling on volatile registers write
Tudor Ambarus
1
-4
/
+0
2022-04-27
mtd: spi-nor: Introduce templates for SPI NOR operations
Tudor Ambarus
1
-9
/
+17
2022-04-27
mtd: spi-nor: spansion: Rework spi_nor_cypress_octal_dtr_enable()
Tudor Ambarus
1
-59
/
+69
2022-04-27
mtd: spi-nor: manufacturers: Use spi_nor_read_id() core method
Tudor Ambarus
1
-10
/
+3
2022-02-25
mtd: spi-nor: spansion: rename vendor specific functions and defines
Michael Walle
1
-7
/
+7
[next]