index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mtd
Age
Commit message (
Expand
)
Author
Lines
2019-11-11
mtd: spi-nor: Extend the SR Read Back test
Tudor Ambarus
-19
/
+39
2019-11-11
mtd: spi-nor: Rework the disabling of block write protection
Tudor Ambarus
-90
/
+50
2019-11-11
mtd: spi-nor: Fix clearing of QE bit on lock()/unlock()
Tudor Ambarus
-5
/
+115
2019-11-09
mtd: cfi_cmdset_0002: fix delayed error detection on HyperFlash
Sergei Shtylyov
-25
/
+33
2019-11-09
mtd: cfi_cmdset_0002: only check errors when ready in cfi_check_err_status()
Sergei Shtylyov
-0
/
+4
2019-11-09
mtd: cfi_cmdset_0002: don't free cfi->cfiq in error path of cfi_amdstd_setup()
Hou Tao
-1
/
+0
2019-11-09
mtd: cfi_cmdset_*: kill useless 'ret' variable initializers
Sergei Shtylyov
-18
/
+18
2019-11-09
mtd: cfi_util: use DIV_ROUND_UP() in cfi_udelay()
Sergei Shtylyov
-1
/
+1
2019-11-07
mtd: spi-nor: Print debug message when the read back test fails
Tudor Ambarus
-1
/
+6
2019-11-07
mtd: spi-nor: Check all the bits written, not just the BP ones
Tudor Ambarus
-5
/
+4
2019-11-07
mtd: spi-nor: Fix errno on Quad Enable methods
Tudor Ambarus
-3
/
+3
2019-11-07
mtd: spi-nor: Drop spansion_quad_enable()
Tudor Ambarus
-53
/
+5
2019-11-07
mtd: spi-nor: Describe all the Reg Ops
Tudor Ambarus
-11
/
+127
2019-11-07
mtd: spi-nor: Merge spi_nor_write_sr() and spi_nor_write_sr_cr()
Tudor Ambarus
-51
/
+23
2019-11-07
mtd: spi-nor: Move the WE and wait calls inside Write SR methods
Tudor Ambarus
-64
/
+44
2019-11-07
mtd: spi-nor: Void return type for spi_nor_clear_sr/fsr()
Tudor Ambarus
-6
/
+2
2019-11-07
mtd: spi-nor: Rename label as it is no longer generic
Tudor Ambarus
-11
/
+11
2019-11-07
mtd: spi-nor: Check for errors after each Register Operation
Tudor Ambarus
-21
/
+60
2019-11-07
mtd: spi-nor: Print debug info inside Reg Ops methods
Tudor Ambarus
-42
/
+127
2019-11-07
mtd: spi-nor: Use dev_dbg insted of dev_err for low level info
Tudor Ambarus
-21
/
+21
2019-11-02
mtd: spi-nor: fix silent truncation in spi_nor_read_raw()
Sergei Shtylyov
-1
/
+1
2019-11-02
mtd: spi-nor: fix silent truncation in spi_nor_read()
Sergei Shtylyov
-1
/
+1
2019-11-02
mtd: spi-nor: intel-spi: Add support for Intel Comet Lake-H SPI serial flash
Mika Westerberg
-0
/
+1
2019-11-02
mtd: spi-nor: Print device info in case of error
Tudor Ambarus
-2
/
+2
2019-11-01
mtd: spi-nor: Constify data to write to the Status Register
Tudor Ambarus
-2
/
+2
2019-11-01
mtd: spi-nor: Fix retlen handling in sst_write()
Tudor Ambarus
-4
/
+5
2019-11-01
mtd: spi-nor: Drop redundant error reports in Reg Ops callers
Tudor Ambarus
-40
/
+10
2019-11-01
mtd: spi-nor: Pointer parameter for CR in spi_nor_read_cr()
Tudor Ambarus
-25
/
+30
2019-11-01
mtd: spi-nor: Pointer parameter for FSR in spi_nor_read_fsr()
Tudor Ambarus
-18
/
+20
2019-11-01
mtd: spi-nor: Pointer parameter for SR in spi_nor_read_sr()
Tudor Ambarus
-53
/
+64
2019-11-01
mtd: spi-nor: Don't overwrite errno from Reg Ops
Tudor Ambarus
-7
/
+6
2019-11-01
mtd: spi-nor: Drop explicit cast to int to already int value
Tudor Ambarus
-9
/
+6
2019-11-01
mtd: spi-nor: Stop compare with negative in Reg Ops methods
Tudor Ambarus
-10
/
+13
2019-11-01
mtd: spi-nor: Group all Reg Ops to avoid forward declarations
Tudor Ambarus
-213
/
+213
2019-11-01
mtd: spi-nor: Drop duplicated new line
Tudor Ambarus
-1
/
+0
2019-11-01
mtd: spi-nor: Prepend spi_nor_ to all Reg Ops methods
Tudor Ambarus
-54
/
+56
2019-10-30
mtd: rawnand: remove unecessary checking if dmac is NULL
Piotr Sroka
-2
/
+2
2019-10-29
mtd: rawnand: cadence: Remove dev_err() on platform_get_irq() failure
YueHaibing
-3
/
+2
2019-10-29
mtd: rawnand: mxic: Remove dev_err() on platform_get_irq() failure
YueHaibing
-3
/
+1
2019-10-29
mtd: rawnand: brcmnand: Fix NULL pointer assignment
Florian Fainelli
-1
/
+1
2019-10-29
mtd: rawnand: denali: remove the old unified controller/chip DT support
Masahiro Yamada
-51
/
+4
2019-10-29
mtd: spear_smi: Fix Write Burst mode
Miquel Raynal
-1
/
+37
2019-10-29
mtd: physmap_of: add a hook for Intel IXP4xx flash probing
Linus Walleij
-0
/
+166
2019-10-29
mtd: maps: l440gx: Avoid printing address to dmesg
Fuqian Huang
-1
/
+1
2019-10-23
compat_ioctl: move drivers to compat_ptr_ioctl
Arnd Bergmann
-33
/
+3
2019-10-23
mtd: spi-nor: cadence-quadspi: Fix cqspi_command_read() definition
Tudor Ambarus
-8
/
+7
2019-10-23
mtd: spi-nor: Introduce 'struct spi_nor_controller_ops'
Tudor Ambarus
-96
/
+136
2019-10-23
mtd: spi-nor: hisi-sfc: Drop nor->erase NULL assignment
Tudor Ambarus
-1
/
+0
2019-10-23
mtd: spi-nor: add support for en25qh16
DENG Qingfang
-0
/
+2
2019-10-23
mtd: spi-nor: intel-spi: add support for Intel Cannon Lake SPI flash
Jethro Beekman
-0
/
+16
[prev]
[next]