index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mtd
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
mtd: rawnand: ams-delta: Write protect device during probe
Janusz Krzysztofik
2020-03-09
1
-2
/
+16
|
*
|
mtd: rawnand: ingenic: Use devm_platform_ioremap_resource()
Paul Cercueil
2020-03-09
1
-3
/
+1
|
*
|
mtd: spinand: rework detect procedure for different READ_ID operation
Chuanhong Guo
2020-03-09
7
-181
/
+113
|
*
|
mtd: spinand: toshiba: Add comment about Kioxia ID
Yoshio Furuyama
2020-03-09
2
-0
/
+2
|
*
|
mtd: rawnand: denali: deassert write protect pin
Masahiro Yamada
2020-03-09
1
-0
/
+1
|
*
|
mtd: rawnand: free the nand_device object
Christophe Kerello
2020-03-09
1
-0
/
+2
|
*
|
mtd: rawnand: Ensure nand_soft_waitrdy wait period is enough
Martin Devera
2020-03-09
1
-1
/
+6
|
|
/
*
|
Merge tag 'spi-nor/for-5.7' into mtd/next
Miquel Raynal
2020-03-25
34
-6090
/
+6398
|
\
\
|
*
|
mtd: spi-nor: Enable locking for n25q512ax3/n25q512a
Jungseung Lee
2020-03-24
1
-2
/
+6
|
*
|
mtd: spi-nor: Add SR 4bit block protection support
Jungseung Lee
2020-03-24
2
-18
/
+58
|
*
|
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: controllers: aspeed-smc: Replace zero-length array with flexibl...
Gustavo A. R. Silva
2020-03-23
1
-1
/
+1
|
*
|
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
10
-42
/
+288
|
*
|
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
4
-3
/
+26
|
*
|
mtd: spi-nor: Move Xilinx bits out of core.c
Boris Brezillon
2020-03-17
4
-86
/
+98
|
*
|
mtd: spi-nor: Move Catalyst bits out of core.c
Boris Brezillon
2020-03-17
4
-7
/
+32
|
*
|
mtd: spi-nor: Move Winbond bits out of core.c
Boris Brezillon
2020-03-17
4
-114
/
+115
|
*
|
mtd: spi-nor: Move SST bits out of core.c
Boris Brezillon
2020-03-17
4
-120
/
+156
|
*
|
mtd: spi-nor: Move Spansion bits out of core.c
Boris Brezillon
2020-03-17
4
-58
/
+98
|
*
|
mtd: spi-nor: Move Micron/ST bits out of core.c
Boris Brezillon
2020-03-17
4
-120
/
+158
|
*
|
mtd: spi-nor: Move Macronix bits out of core.c
Boris Brezillon
2020-03-17
4
-68
/
+101
|
*
|
mtd: spi-nor: Move ISSI bits out of core.c
Boris Brezillon
2020-03-17
4
-65
/
+86
|
*
|
mtd: spi-nor: Move Intel bits out of core.c
Boris Brezillon
2020-03-17
4
-14
/
+35
|
*
|
mtd: spi-nor: Move GigaDevice bits out of core.c
Boris Brezillon
2020-03-17
4
-59
/
+62
|
*
|
mtd: spi-nor: Move Fujitsu bits out of core.c
Boris Brezillon
2020-03-17
4
-3
/
+23
|
*
|
mtd: spi-nor: Move Everspin bits out of core.c
Boris Brezillon
2020-03-17
4
-6
/
+30
|
*
|
mtd: spi-nor: Move ESMT bits out of core.c
Boris Brezillon
2020-03-17
4
-5
/
+28
|
*
|
mtd: spi-nor: Move Eon bits out of core.c
Boris Brezillon
2020-03-17
4
-17
/
+37
|
*
|
mtd: spi-nor: Move Atmel bits out of core.c
Boris Brezillon
2020-03-17
4
-29
/
+53
|
*
|
mtd: spi-nor: Add the concept of SPI NOR manufacturer driver
Boris Brezillon
2020-03-17
2
-11
/
+81
|
*
|
mtd: spi-nor: Expose stuctures and functions to manufacturer drivers
Boris Brezillon
2020-03-17
2
-158
/
+169
|
*
|
mtd: spi-nor: Move SFDP logic out of the core
Tudor Ambarus
2020-03-16
5
-1297
/
+1349
|
*
|
mtd: spi-nor: Prepare core / manufacturer code split
Boris Brezillon
2020-03-16
13
-81
/
+86
|
*
|
mtd: spi-nor: Emphasise which is the generic set_4byte_addr_mode() method
Tudor Ambarus
2020-03-16
1
-16
/
+18
|
*
|
mtd: spi-nor: Stop prefixing generic functions with a manufacturer name
Boris Brezillon
2020-03-16
1
-35
/
+35
|
*
|
Merge tag 'mtk-mtd-spi-move' into spi-nor/next
Tudor Ambarus
2020-03-13
3
-574
/
+0
|
|
\
\
|
|
*
|
mtd: spi-nor: remove mtk-quadspi driver
Chuanhong Guo
2020-03-11
3
-574
/
+0
|
|
|
/
|
*
|
mtd: spi-nor: Refactor spi_nor_read_id()
Jonathan Neuschäfer
2020-02-27
1
-14
/
+12
|
*
|
mtd: spi-nor: use spi-mem dirmap API
Sergei Shtylyov
2020-02-19
1
-10
/
+84
|
*
|
mtd: spi-nor: split spi_nor_spimem_xfer_data()
Sergei Shtylyov
2020-02-19
1
-39
/
+48
|
*
|
mtd: spi-nor: introduce SR_BP_SHIFT define
Jungseung Lee
2020-02-17
1
-6
/
+5
|
*
|
mtd: spi-nor: use le32_to_cpu_array()
Sergei Shtylyov
2020-02-17
1
-7
/
+4
|
|
/
*
|
Merge tag 'cfi/for-5.7' into mtd/next
Miquel Raynal
2020-03-25
2
-12
/
+15
|
\
\
|
*
|
mtd: hyperbus: move direct mapping setup to AM654 HBMC driver
Sergei Shtylyov
2020-03-03
2
-11
/
+12
|
*
|
mtd: hyperbus: Add proper error message for missing compatible
Dirk Behme
2020-03-03
1
-1
/
+3
|
|
/
*
|
mtd: Fix issue where write_cached_data() fails but write() still returns success
Xiaoming Ni
2020-03-24
1
-2
/
+3
[prev]
[next]