index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
spi-nor
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mtd: cfi: allow building spi-intel standalone
Arnd Bergmann
2023-01-02
1
-0
/
+1
*
Merge tag 'spi-nor/for-6.2' into mtd/next
Miquel Raynal
2022-12-05
11
-45
/
+211
|
\
|
*
mtd: spi-nor: add SFDP fixups for Quad Page Program
Sudip Mukherjee
2022-11-22
3
-0
/
+9
|
*
mtd: spi-nor: issi: is25wp256: Init flash based on SFDP
Sudip Mukherjee
2022-11-22
1
-2
/
+2
|
*
mtd: spi-nor: winbond: add support for W25Q512NW-IQ
Jae Hyun Yoo
2022-11-21
1
-0
/
+3
|
*
mtd: spi-nor: micron-st: Enable locking for mt25qu256a
Eliav Farber
2022-11-21
1
-0
/
+2
|
*
mtd: spi-nor: Fix the number of bytes for the dummy cycles
Allen-KH Cheng
2022-11-21
1
-1
/
+2
|
*
mtd: spi-nor: gigadevice: gd25q256: replace gd25q256_default_init with gd25q2...
Yaliang Wang
2022-11-21
1
-7
/
+17
|
*
mtd: spi-nor: Fix formatting in spi_nor_read_raw() kerneldoc comment
Jonathan Neuschäfer
2022-11-21
1
-2
/
+1
|
*
mtd: spi-nor: sysfs: print JEDEC ID for generic flash driver
Michael Walle
2022-11-21
1
-2
/
+4
|
*
mtd: spi-nor: add generic flash driver
Michael Walle
2022-11-21
3
-2
/
+52
|
*
mtd: spi-nor: fix select_uniform_erase to skip 0 erase size
Michael Walle
2022-11-21
1
-0
/
+4
|
*
mtd: spi-nor: move function declaration out of sfdp.h
Michael Walle
2022-11-21
2
-2
/
+2
|
*
mtd: spi-nor: remember full JEDEC flash ID
Michael Walle
2022-11-21
2
-1
/
+6
|
*
mtd: spi-nor: sysfs: hide manufacturer if it is not set
Michael Walle
2022-11-21
1
-0
/
+2
|
*
mtd: spi-nor: hide jedec_id sysfs attribute if not present
Michael Walle
2022-11-21
1
-0
/
+14
|
*
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: micron-st.c: Replace hardcoded values for addr_nbytes/addr_mode...
Tudor Ambarus
2022-10-25
1
-3
/
+7
|
*
mtd: spi-nor: spansion: Replace hardcoded values for addr_nbytes/addr_mode_nb...
Tudor Ambarus
2022-10-25
1
-5
/
+11
|
*
mtd: spi-nor: spansion: Add s28hl512t, s28hl01gt, and s28hs01gt info
Takahiro Kuwano
2022-10-25
1
-0
/
+12
|
*
mtd: spi-nor: spansion: Rename s28hs512t prefix
Takahiro Kuwano
2022-10-25
1
-10
/
+10
|
*
mtd: spi-nor: spansion: Remove NO_SFDP_FLAGS from s28hs512t info
Takahiro Kuwano
2022-10-25
1
-9
/
+8
|
*
mtd: spi-nor: sfdp: Update params->hwcaps.mask at xSPI profile 1.0 table parse
Takahiro Kuwano
2022-10-25
1
-0
/
+7
|
*
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: spansion: Add s25hl-t/s25hs-t IDs and fixups
Takahiro Kuwano
2022-07-28
1
-0
/
+132
*
mtd: spi-nor: spansion: Add local function to discover page size
Takahiro Kuwano
2022-07-28
1
-22
/
+31
*
mtd: spi-nor: core: Track flash's internal address mode
Tudor Ambarus
2022-07-28
2
-1
/
+8
*
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
4
-8
/
+9
*
mtd: spi-nor: core: Shrink the storage size of the flash_info's addr_nbytes
Tudor Ambarus
2022-07-28
1
-1
/
+1
*
mtd: spi-nor: s/addr_width/addr_nbytes
Tudor Ambarus
2022-07-28
9
-66
/
+66
*
mtd: spi-nor: esmt: Use correct name of f25l32qa
Sungbo Eo
2022-07-19
1
-1
/
+1
*
mtd: spi-nor: micron-st: Skip FSR reading if SPI controller does not support it
Mika Westerberg
2022-07-19
1
-2
/
+10
*
mtd: spi-nor: move SECT_4K_PMC special handling
Michael Walle
2022-06-27
3
-10
/
+22
*
Merge tag 'spi-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...
Linus Torvalds
2022-05-25
3
-932
/
+0
|
\
|
*
spi: spi-mem: Convert Aspeed SMC driver to spi-mem
Cédric Le Goater
2022-05-16
3
-932
/
+0
*
|
mtd: spi-nor: debugfs: fix format specifier
Michael Walle
2022-05-12
1
-1
/
+1
*
|
mtd: spi-nor: support eon en25qh256a variant
Leon M. George
2022-05-09
1
-1
/
+2
*
|
mtd: spi-nor: winbond: add support for W25Q512NW-IM
Shaik Sajida Bhanu
2022-05-09
1
-0
/
+3
*
|
mtd: spi-nor: expose internal parameters via debugfs
Michael Walle
2022-05-09
4
-0
/
+259
*
|
mtd: spi-nor: export spi_nor_hwcaps_pp2cmd()
Michael Walle
2022-05-09
2
-1
/
+2
*
|
mtd: spi-nor: move spi_nor_write_ear() to winbond module
Michael Walle
2022-05-02
3
-38
/
+41
*
|
mtd: spi-nor: amend the rdsr dummy cycles documentation
Michael Walle
2022-04-29
1
-2
/
+3
*
|
mtd: spi-nor: micron-st: Remove status polling on volatile registers write
Tudor Ambarus
2022-04-27
1
-3
/
+0
*
|
mtd: spi-nor: spansion: Remove status polling on volatile registers write
Tudor Ambarus
2022-04-27
1
-4
/
+0
*
|
mtd: spi-nor: Introduce templates for SPI NOR operations
Tudor Ambarus
2022-04-27
5
-107
/
+158
*
|
mtd: spi-nor: spansion: Rework spi_nor_cypress_octal_dtr_enable()
Tudor Ambarus
2022-04-27
1
-59
/
+69
[next]