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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-31
Merge tag 'mtd/for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...
Linus Torvalds
6
-45
/
+102
2020-01-27
Merge tag 'nand/for-5.6' into mtd/next
Miquel Raynal
1
-0
/
+1
2020-01-19
mtd: spi-nor: Add support for at25sl321
Michael Walle
1
-0
/
+3
2020-01-19
mtd: spi-nor: Add support for w25q32jwm
Michael Walle
1
-0
/
+5
2020-01-18
mtd: spi-nor: Fix quad enable for Spansion like flashes
Michael Walle
1
-0
/
+2
2020-01-18
mtd: spi-nor: Fix selection of 4-byte addressing opcodes on Spansion
Vignesh Raghavendra
1
-3
/
+1
2020-01-14
mtd: spi-nor: remove unused enum spi_nor_ops
Michael Walle
4
-24
/
+24
2020-01-13
mtd: spi-nor: intel-spi: Add support for Intel Comet Lake-V SPI serial flash
Mika Westerberg
1
-0
/
+1
2020-01-10
mtd: spi-nor: hisi-sfc: Try to provide some clarity on which SFC we are
John Garry
2
-3
/
+3
2020-01-10
mtd: spi-nor: Add support for sst26vf016b
Joseph Kust
1
-0
/
+2
2020-01-09
mtd: spi-nor: Fix the writing of the Status Register on micron flashes
Tudor Ambarus
1
-0
/
+1
2019-12-23
mtd: spi-nor: Add support for mx25r3235f
David Bauer
1
-0
/
+2
2019-12-23
mtd: spi-nor: intel-spi: Add support for Intel Jasper Lake SPI serial flash
Mika Westerberg
1
-0
/
+1
2019-12-23
mtd: spi-nor: Add USE_FSR flag for n25q* entries
Vignesh Raghavendra
1
-5
/
+10
2019-12-23
mtd: spi-nor: Add entries for mt25q variants
Vignesh Raghavendra
1
-0
/
+9
2019-12-23
mtd: spi-nor: Split mt25qu512a (n25q512a) entry into two
Vignesh Raghavendra
1
-4
/
+5
2019-12-23
mtd: spi-nor: add Gigadevice gd25lq128d support
Jerome Brunet
1
-0
/
+5
2019-12-23
mtd: spi-nor: Fix wrong TB selection of GD25Q256
Jungseung Lee
1
-1
/
+2
2019-12-23
mtd: spi-nor: Support TB selection using SR bit 6
Jungseung Lee
1
-7
/
+27
2019-12-23
mtd: spi-nor: Rename SR_TB to indicate the bit used
Jungseung Lee
1
-5
/
+5
2019-12-23
mtd: spi-nor: fix typo of "JESB216" in comment
Jungseung Lee
1
-1
/
+1
2019-12-23
mtd: spi-nor: Add 4B_OPCODES flag to w25q256
Robert Marko
1
-1
/
+3
2019-11-17
Merge tag 'spi-nor/for-5.5' into mtd/next
Miquel Raynal
8
-712
/
+991
2019-11-11
mtd: spi-nor: Set default Quad Enable method for ISSI flashes
Sagar Shrikant Kadam
1
-0
/
+9
2019-11-11
mtd: spi-nor: Add support for is25wp256
Sagar Shrikant Kadam
1
-0
/
+4
2019-11-11
mtd: spi-nor: Add support for w25q256jw
Manivannan Sadhasivam
1
-0
/
+2
2019-11-11
mtd: spi-nor: Move condition to avoid a NULL check
Tudor Ambarus
1
-3
/
+2
2019-11-11
mtd: spi-nor: Make sure nor->spimem and nor->controller_ops are mutually excl...
Tudor Ambarus
1
-0
/
+6
2019-11-11
mtd: spi-nor: Rename Quad Enable methods
Tudor Ambarus
1
-13
/
+12
2019-11-11
mtd: spi-nor: Merge spansion Quad Enable methods
Tudor Ambarus
1
-95
/
+66
2019-11-11
mtd: spi-nor: Rename CR_QUAD_EN_SPAN to SR2_QUAD_EN_BIT1
Tudor Ambarus
1
-4
/
+4
2019-11-11
mtd: spi-nor: Extend the SR Read Back test
Tudor Ambarus
1
-19
/
+39
2019-11-11
mtd: spi-nor: Rework the disabling of block write protection
Tudor Ambarus
1
-90
/
+50
2019-11-11
mtd: spi-nor: Fix clearing of QE bit on lock()/unlock()
Tudor Ambarus
1
-5
/
+115
2019-11-07
mtd: spi-nor: Print debug message when the read back test fails
Tudor Ambarus
1
-1
/
+6
2019-11-07
mtd: spi-nor: Check all the bits written, not just the BP ones
Tudor Ambarus
1
-5
/
+4
2019-11-07
mtd: spi-nor: Fix errno on Quad Enable methods
Tudor Ambarus
1
-3
/
+3
2019-11-07
mtd: spi-nor: Drop spansion_quad_enable()
Tudor Ambarus
1
-53
/
+5
2019-11-07
mtd: spi-nor: Describe all the Reg Ops
Tudor Ambarus
1
-11
/
+127
2019-11-07
mtd: spi-nor: Merge spi_nor_write_sr() and spi_nor_write_sr_cr()
Tudor Ambarus
1
-51
/
+23
2019-11-07
mtd: spi-nor: Move the WE and wait calls inside Write SR methods
Tudor Ambarus
1
-64
/
+44
2019-11-07
mtd: spi-nor: Void return type for spi_nor_clear_sr/fsr()
Tudor Ambarus
1
-6
/
+2
2019-11-07
mtd: spi-nor: Rename label as it is no longer generic
Tudor Ambarus
1
-11
/
+11
2019-11-07
mtd: spi-nor: Check for errors after each Register Operation
Tudor Ambarus
1
-21
/
+60
2019-11-07
mtd: spi-nor: Print debug info inside Reg Ops methods
Tudor Ambarus
1
-42
/
+127
2019-11-07
mtd: spi-nor: Use dev_dbg insted of dev_err for low level info
Tudor Ambarus
1
-21
/
+21
2019-11-02
mtd: spi-nor: fix silent truncation in spi_nor_read_raw()
Sergei Shtylyov
1
-1
/
+1
2019-11-02
mtd: spi-nor: fix silent truncation in spi_nor_read()
Sergei Shtylyov
1
-1
/
+1
2019-11-02
mtd: spi-nor: intel-spi: Add support for Intel Comet Lake-H SPI serial flash
Mika Westerberg
1
-0
/
+1
2019-11-02
mtd: spi-nor: Print device info in case of error
Tudor Ambarus
1
-2
/
+2
[next]