index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
spi-nor
/
core.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mtd: spi-nor: sst: Add support for Global Unlock on sst26vf
Tudor Ambarus
2021-02-05
1
-1
/
+1
*
mtd: spi-nor: Add Global Block Unlock command
Tudor Ambarus
2021-02-05
1
-0
/
+37
*
mtd: spi-nor: core: Add erase size check for erase command initialization
Takahiro Kuwano
2021-02-05
1
-0
/
+1
*
mtd: spi-nor: core: Fix erase type discovery for overlaid region
Takahiro Kuwano
2021-02-05
1
-4
/
+5
*
mtd: spi-nor: keep lock bits if they are non-volatile
Michael Walle
2020-12-07
1
-3
/
+20
*
mtd: spi-nor: atmel: fix unlock_all() for AT25FS010/040
Michael Walle
2020-12-07
1
-1
/
+1
*
mtd: spi-nor: ignore errors in spi_nor_unlock_all()
Michael Walle
2020-12-07
1
-10
/
+13
*
mtd: spi-nor: core: Allow flashes to specify MTD writesize
Pratyush Yadav
2020-12-07
1
-1
/
+2
*
mtd: spi-nor: Fix multiple typos
Jonathan Neuschäfer
2020-12-07
1
-2
/
+2
*
mtd: spi-nor: core: disable Octal DTR mode on suspend.
Pratyush Yadav
2020-11-09
1
-0
/
+15
*
mtd: spi-nor: core: perform a Soft Reset on shutdown
Pratyush Yadav
2020-11-09
1
-0
/
+45
*
mtd: spi-nor: core: enable octal DTR mode when possible
Pratyush Yadav
2020-11-09
1
-0
/
+38
*
mtd: spi-nor: Introduce SNOR_F_IO_MODE_EN_VOLATILE
Tudor Ambarus
2020-11-09
1
-0
/
+3
*
mtd: spi-nor: core: do 2 byte reads for SR and FSR in DTR mode
Pratyush Yadav
2020-11-09
1
-2
/
+13
*
mtd: spi-nor: core: use dummy cycle and address width info from SFDP
Pratyush Yadav
2020-11-09
1
-0
/
+10
*
mtd: spi-nor: sfdp: parse xSPI Profile 1.0 table
Pratyush Yadav
2020-11-09
1
-1
/
+1
*
mtd: spi-nor: add support for DTR protocol
Pratyush Yadav
2020-11-09
1
-82
/
+237
*
mtd: spi-nor: add spi_nor_controller_ops_{read_reg, write_reg, erase}()
Pratyush Yadav
2020-11-09
1
-34
/
+53
*
mtd: spi-nor: core: use EOPNOTSUPP instead of ENOTSUPP
Pratyush Yadav
2020-11-09
1
-5
/
+5
*
mtd: spi-nor: Fix address width on flash chips > 16MB
Bert Vermeulen
2020-10-28
1
-3
/
+5
*
mtd: spi-nor: Don't copy self-pointing struct around
Alexander Sverdlin
2020-10-28
1
-3
/
+2
*
Revert "mtd: spi-nor: Add capability to disable flash quad mode"
Yicong Yang
2020-09-14
1
-36
/
+19
*
Revert "mtd: spi-nor: Disable the flash quad mode in spi_nor_restore()"
Yicong Yang
2020-09-14
1
-2
/
+0
*
mtd: spi-nor: Disable the flash quad mode in spi_nor_restore()
Yicong Yang
2020-07-13
1
-0
/
+2
*
mtd: spi-nor: Add capability to disable flash quad mode
Yicong Yang
2020-07-13
1
-19
/
+36
*
mtd: spi-nor: Fix SPI NOR acronym
Tudor Ambarus
2020-05-28
1
-2
/
+2
*
mtd: spi-nor: Fix description of the sr_ready() return value
Tudor Ambarus
2020-04-29
1
-4
/
+4
*
mtd: spi-nor: Uniformize the return value in spi_nor_*_ready()
Tudor Ambarus
2020-04-29
1
-1
/
+1
*
mtd: spi-nor: core: fix kernel-doc typo for spi_nor_[{info|sfdp}_]init_params()
Sergei Shtylyov
2020-04-28
1
-3
/
+3
*
mtd: spi-nor: core: fix kernel-doc typo for spi_nor_manufacturer_init_params()
Sergei Shtylyov
2020-04-28
1
-1
/
+1
*
mtd: spi-nor: Add SR 4bit block protection support
Jungseung Lee
2020-03-24
1
-18
/
+48
*
mtd: spi-nor: Add generic formula for SR block protection handling
Jungseung Lee
2020-03-24
1
-31
/
+41
*
mtd: spi-nor: Set all BP bits to one when lock_len == mtd->size
Tudor Ambarus
2020-03-24
1
-7
/
+13
*
mtd: spi-nor: Clear WEL bit when erase or program errors occur
Tudor Ambarus
2020-03-23
1
-0
/
+22
*
mtd: spi-nor: Trim what is exposed in spi-nor.h
Tudor Ambarus
2020-03-17
1
-32
/
+54
*
mtd: spi-nor: Drop the MFR definitions
Tudor Ambarus
2020-03-17
1
-2
/
+0
*
mtd: spi-nor: Get rid of the now empty spi_nor_ids[] table
Boris Brezillon
2020-03-17
1
-25
/
+0
*
mtd: spi-nor: Move XMC bits out of core.c
Boris Brezillon
2020-03-17
1
-3
/
+1
*
mtd: spi-nor: Move Xilinx bits out of core.c
Boris Brezillon
2020-03-17
1
-75
/
+1
*
mtd: spi-nor: Move Catalyst bits out of core.c
Boris Brezillon
2020-03-17
1
-7
/
+1
*
mtd: spi-nor: Move Winbond bits out of core.c
Boris Brezillon
2020-03-17
1
-114
/
+1
*
mtd: spi-nor: Move SST bits out of core.c
Boris Brezillon
2020-03-17
1
-120
/
+3
*
mtd: spi-nor: Move Spansion bits out of core.c
Boris Brezillon
2020-03-17
1
-58
/
+1
*
mtd: spi-nor: Move Micron/ST bits out of core.c
Boris Brezillon
2020-03-17
1
-120
/
+2
*
mtd: spi-nor: Move Macronix bits out of core.c
Boris Brezillon
2020-03-17
1
-68
/
+1
*
mtd: spi-nor: Move ISSI bits out of core.c
Boris Brezillon
2020-03-17
1
-65
/
+1
*
mtd: spi-nor: Move Intel bits out of core.c
Boris Brezillon
2020-03-17
1
-14
/
+1
*
mtd: spi-nor: Move GigaDevice bits out of core.c
Boris Brezillon
2020-03-17
1
-59
/
+1
*
mtd: spi-nor: Move Fujitsu bits out of core.c
Boris Brezillon
2020-03-17
1
-3
/
+1
*
mtd: spi-nor: Move Everspin bits out of core.c
Boris Brezillon
2020-03-17
1
-6
/
+1
[next]