index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mtd
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-17
Merge tag 'nand/for-5.5' into mtd/next
Miquel Raynal
8
-60
/
+3072
2019-11-17
Merge tag 'spi-nor/for-5.5' into mtd/next
Miquel Raynal
9
-715
/
+993
2019-11-17
Merge CFI/Hyperbus tag 'for-v5.5-rc1' into mtd/next
Miquel Raynal
4
-44
/
+55
2019-11-14
mtd: devices: fix mchp23k256 read and write
Angelo Dureghello
1
-8
/
+12
2019-11-14
mtd: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
3
-114
/
+51
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-09
mtd: cfi_cmdset_0002: fix delayed error detection on HyperFlash
Sergei Shtylyov
1
-25
/
+33
2019-11-09
mtd: cfi_cmdset_0002: only check errors when ready in cfi_check_err_status()
Sergei Shtylyov
1
-0
/
+4
2019-11-09
mtd: cfi_cmdset_0002: don't free cfi->cfiq in error path of cfi_amdstd_setup()
Hou Tao
1
-1
/
+0
2019-11-09
mtd: cfi_cmdset_*: kill useless 'ret' variable initializers
Sergei Shtylyov
3
-18
/
+18
2019-11-09
mtd: cfi_util: use DIV_ROUND_UP() in cfi_udelay()
Sergei Shtylyov
1
-1
/
+1
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
2019-11-01
mtd: spi-nor: Constify data to write to the Status Register
Tudor Ambarus
1
-2
/
+2
2019-11-01
mtd: spi-nor: Fix retlen handling in sst_write()
Tudor Ambarus
1
-4
/
+5
2019-11-01
mtd: spi-nor: Drop redundant error reports in Reg Ops callers
Tudor Ambarus
1
-40
/
+10
2019-11-01
mtd: spi-nor: Pointer parameter for CR in spi_nor_read_cr()
Tudor Ambarus
1
-25
/
+30
2019-11-01
mtd: spi-nor: Pointer parameter for FSR in spi_nor_read_fsr()
Tudor Ambarus
1
-18
/
+20
2019-11-01
mtd: spi-nor: Pointer parameter for SR in spi_nor_read_sr()
Tudor Ambarus
1
-53
/
+64
2019-11-01
mtd: spi-nor: Don't overwrite errno from Reg Ops
Tudor Ambarus
1
-7
/
+6
2019-11-01
mtd: spi-nor: Drop explicit cast to int to already int value
Tudor Ambarus
1
-9
/
+6
2019-11-01
mtd: spi-nor: Stop compare with negative in Reg Ops methods
Tudor Ambarus
1
-10
/
+13
2019-11-01
mtd: spi-nor: Group all Reg Ops to avoid forward declarations
Tudor Ambarus
1
-213
/
+213
2019-11-01
mtd: spi-nor: Drop duplicated new line
Tudor Ambarus
1
-1
/
+0
2019-11-01
mtd: spi-nor: Prepend spi_nor_ to all Reg Ops methods
Tudor Ambarus
1
-54
/
+56
2019-10-30
mtd: rawnand: remove unecessary checking if dmac is NULL
Piotr Sroka
1
-2
/
+2
[next]