index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
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
2023-01-02
mtd: cfi: allow building spi-intel standalone
Arnd Bergmann
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
2022-11-21
mtd: spi-nor: Fix the number of bytes for the dummy cycles
Allen-KH Cheng
1
-1
/
+2
2022-11-21
mtd: spi-nor: add generic flash driver
Michael Walle
1
-2
/
+24
2022-11-21
mtd: spi-nor: fix select_uniform_erase to skip 0 erase size
Michael Walle
1
-0
/
+4
2022-11-21
mtd: spi-nor: remember full JEDEC flash ID
Michael Walle
1
-0
/
+5
2022-11-21
mtd: spi-nor: Check for zero erase size in spi_nor_find_best_erase_type()
Alexander Sverdlin
1
-0
/
+2
2022-10-25
mtd: spi-nor: core: Add an error message when failing to exit the 4-byte addr...
Tudor Ambarus
1
-2
/
+12
2022-10-25
mtd: spi-nor: Add support for flash reset
Sai Krishna Potthuri
1
-0
/
+25
2022-10-18
mtd: spi-nor: core: Ignore -ENOTSUPP in spi_nor_init()
Mika Westerberg
1
-1
/
+3
2022-07-28
mtd: spi-nor: fix spi_nor_spimem_setup_op() call in spi_nor_erase_{sector,chi...
Patrice Chotard
1
-3
/
+3
2022-07-28
mtd: spi-nor: core: Return error code from set_4byte_addr_mode()
Takahiro Kuwano
1
-1
/
+1
2022-07-28
mtd: spi-nor: Do not change nor->addr_nbytes at SFDP parsing time
Tudor Ambarus
1
-3
/
+2
2022-07-28
mtd: spi-nor: s/addr_width/addr_nbytes
Tudor Ambarus
1
-27
/
+27
2022-06-27
mtd: spi-nor: move SECT_4K_PMC special handling
Michael Walle
1
-6
/
+1
2022-05-09
mtd: spi-nor: expose internal parameters via debugfs
Michael Walle
1
-0
/
+2
2022-05-09
mtd: spi-nor: export spi_nor_hwcaps_pp2cmd()
Michael Walle
1
-1
/
+1
2022-05-02
mtd: spi-nor: move spi_nor_write_ear() to winbond module
Michael Walle
1
-30
/
+0
2022-04-27
mtd: spi-nor: Introduce templates for SPI NOR operations
Tudor Ambarus
1
-83
/
+18
2022-04-27
mtd: spi-nor: core: Add helpers to read/write any register
Tudor Ambarus
1
-0
/
+46
2022-04-27
mtd: spi-nor: core: Introduce method for RDID op
Tudor Ambarus
1
-15
/
+35
2022-04-27
mtd: spi-nor: core: Use auto-detection only once
Tudor Ambarus
1
-3
/
+1
2022-04-27
mtd: spi-nor: Introduce spi_nor_match_id()
Tudor Ambarus
1
-21
/
+19
2022-04-27
mtd: spi-nor: Rename method, s/spi_nor_match_id/spi_nor_match_name
Tudor Ambarus
1
-3
/
+3
2022-04-27
mtd: spi-nor: core: Check written SR value in spi_nor_write_16bit_sr_and_check()
Chen-Tsung Hsieh
1
-0
/
+9
2022-03-08
mtd: spi-nor: Skip erase logic when SPI_NOR_NO_ERASE is set
Tudor Ambarus
1
-1
/
+2
2022-02-25
mtd: spi-nor: slightly change code style in spi_nor_sr_ready()
Michael Walle
1
-1
/
+2
2022-02-25
mtd: spi-nor: spansion: convert USE_CLSR to a manufacturer flag
Michael Walle
1
-3
/
+0
2022-02-25
mtd: spi-nor: move all spansion specifics into spansion.c
Michael Walle
1
-49
/
+0
2022-02-25
mtd: spi-nor: micron-st: convert USE_FSR to a manufacturer flag
Michael Walle
1
-3
/
+0
2022-02-25
mtd: spi-nor: move all micron-st specifics into micron-st.c
Michael Walle
1
-122
/
+1
2022-02-25
mtd: spi-nor: move all xilinx specifics into xilinx.c
Michael Walle
1
-63
/
+1
2022-02-25
mtd: spi-nor: export more functions to be used in vendor modules
Michael Walle
1
-5
/
+5
2022-02-25
mtd: spi-nor: allow a flash to define its own ready() function
Michael Walle
1
-0
/
+4
2022-02-25
mtd: spi-nor: slightly refactor the spi_nor_setup()
Michael Walle
1
-5
/
+5
2021-12-29
mtd: spi-nor: Remove debugfs entries that duplicate sysfs entries
Tudor Ambarus
1
-12
/
+0
2021-12-23
mtd: spi-nor: core: use 2 data bytes for template ops
Pratyush Yadav
1
-2
/
+2
2021-12-23
mtd: spi-nor: core: Remove reference to spi-nor.c
Flavio Suligoi
1
-2
/
+2
2021-12-07
mtd: spi-nor: core: Move spi_nor_set_addr_width() in spi_nor_setup()
Tudor Ambarus
1
-50
/
+52
2021-12-07
mtd: spi-nor: core: Init all flash parameters based on SFDP where possible
Tudor Ambarus
1
-78
/
+119
2021-12-07
mtd: spi-nor: Introduce spi_nor_init_fixup_flags()
Tudor Ambarus
1
-8
/
+20
2021-12-07
mtd: spi-nor: Introduce spi_nor_init_flags()
Tudor Ambarus
1
-38
/
+51
2021-12-07
mtd: spi-nor: Rework the flash_info flags
Tudor Ambarus
1
-22
/
+30
2021-12-07
mtd: spi-nor: core: Call spi_nor_post_sfdp_fixups() only when SFDP is defined
Tudor Ambarus
1
-29
/
+4
2021-12-07
mtd: spi-nor: Introduce spi_nor_set_mtd_info()
Tudor Ambarus
1
-25
/
+31
2021-12-07
mtd: spi-nor: core: Don't use mtd_info in the NOR's probe sequence of calls
Tudor Ambarus
1
-4
/
+4
2021-11-17
mtd: spi-nor: core: Introduce the late_init() hook
Tudor Ambarus
1
-4
/
+13
2021-11-17
mtd: spi-nor: Get rid of nor->page_size
Tudor Ambarus
1
-10
/
+9
2021-11-17
mtd: spi-nor: core: Use container_of to get the pointer to struct spi_nor
Tudor Ambarus
1
-1
/
+0
[next]