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-08-28
mtd: spi-nor: Add a ->convert_addr() method
Boris Brezillon
-10
/
+14
2019-08-28
mtd: spi-nor: Add spansion_post_sfdp_fixups()
Boris Brezillon
-14
/
+23
2019-08-28
mtd: spi-nor: Add post_sfdp() hook to tweak flash config
Boris Brezillon
-1
/
+32
2019-08-28
mtd: spi-nor: Rework the SPI NOR lock/unlock logic
Boris Brezillon
-13
/
+37
2019-08-28
mtd: spi-nor: Create a ->set_4byte() method
Boris Brezillon
-37
/
+39
2019-08-28
mtd: spi-nor: Split spi_nor_init_params()
Tudor Ambarus
-20
/
+63
2019-08-28
mtd: spi-nor: Move manufacturer quad_enable() in ->default_init()
Tudor Ambarus
-19
/
+29
2019-08-28
mtd: spi-nor: Add a default_init() fixup hook for gd25q256
Boris Brezillon
-12
/
+16
2019-08-28
mtd: spi-nor: Add default_init() hook to tweak flash parameters
Tudor Ambarus
-0
/
+17
2019-08-28
mtd: spi-nor: Move erase_map to 'struct spi_nor_flash_parameter'
Tudor Ambarus
-19
/
+21
2019-08-28
mtd: spi-nor: Drop quad_enable() from 'struct spi-nor'
Tudor Ambarus
-17
/
+23
2019-08-28
mtd: spi-nor: Use nor->params
Tudor Ambarus
-27
/
+19
2019-08-28
mtd: spi-nor: Regroup flash parameter and settings
Tudor Ambarus
-65
/
+0
2019-08-28
Merge tag 'v5.3-rc6' into spi-nor/next
Tudor Ambarus
-6
/
+18
2019-08-27
mtd: cfi_cmdset_0002: Disable write buffer functions if FORCE_WORD_WRITE is 1
Tokunori Ikegami
-0
/
+6
2019-08-27
mtd: cfi_cmdset_0002: Split do_write_oneword() to reduce exit paths
Tokunori Ikegami
-14
/
+24
2019-08-27
mtd: cfi_cmdset_0002: Split wait for write buffer completion sequence
Tokunori Ikegami
-41
/
+51
2019-08-27
mtd: cfi_cmdset_0002: Split write-to-buffer-reset sequence
Tokunori Ikegami
-16
/
+22
2019-08-27
mtd: cfi_cmdset_0002: Split do_write_oneword() op_done goto statement
Tokunori Ikegami
-19
/
+43
2019-08-27
mtd: cfi_cmdset_0002: Split do_write_oneword() to reduce function size
Tokunori Ikegami
-40
/
+50
2019-08-27
mtd: cfi_cmdset_0002: Remove goto statement from do_write_buffer()
Tokunori Ikegami
-26
/
+27
2019-08-27
mtd: cfi_cmdset_0002: Use chip_good() to retry in do_write_oneword()
Tokunori Ikegami
-6
/
+12
2019-08-27
mtd: chips: gen_probe: kill useless initializer in mtd_do_chip_probe()
Sergei Shtylyov
-1
/
+1
2019-08-26
mtd: rawnand: remove w90x900 driver
Arnd Bergmann
-313
/
+0
2019-08-26
mtd: rawnand: Add Macronix raw NAND controller driver
Mason Yang
-0
/
+589
2019-08-24
mtd: rawnand: Fix a memory leak bug
Wenwen Wang
-4
/
+6
2019-08-24
mtd: onenand_base: Fix a memory leak bug
Wenwen Wang
-0
/
+3
2019-08-22
Merge tag 'Wimplicit-fallthrough-5.3-rc6' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
-0
/
+1
2019-08-21
mtd: spi-nor: intel-spi: Whitelist 4B read commands
Alexander Sverdlin
-0
/
+2
2019-08-21
mtd: spi-nor: fix a memory leak bug
Wenwen Wang
-1
/
+1
2019-08-21
mtd: spi-nor: Fix an error code in spi_nor_read_raw()
Dan Carpenter
-2
/
+2
2019-08-21
mtd: spi-nor: Fix Cadence QSPI RCU Schedule Stall
Thor Thayer
-14
/
+5
2019-08-20
mtd: sa1100: Mark expected switch fall-through
Gustavo A. R. Silva
-0
/
+1
2019-08-20
mtd: spi-nor : Remove SPI_NOR_HAS_TB flag on s25fl512s
Jungseung Lee
-1
/
+1
2019-08-20
mtd: spi-nor: intel-spi: Add support for Intel Tiger Lake SPI serial flash
Mika Westerberg
-0
/
+1
2019-08-20
mtd: spi-nor: add support for sst26wf016b memory IC
Eugeniy Paltsev
-0
/
+2
2019-08-20
mtd: spi-nor: Add Winbond w25q256jvm
Avi Fishman
-0
/
+2
2019-08-13
mtd: spi-nor: Fix the disabling of write protection at init
Tudor Ambarus
-2
/
+3
2019-08-12
mtd: spi-nor: Rework hwcaps selection for the spi-mem case
Boris Brezillon
-36
/
+147
2019-08-12
mtd: spi-nor: Move m25p80 code in spi-nor.c
Boris Brezillon
-394
/
+602
2019-08-12
mtd: spi-nor: always use bounce buffer for register read/writes
Vignesh Raghavendra
-36
/
+44
2019-08-07
mtd: rawnand: remove redundant assignment to variable ret
Colin Ian King
-1
/
+1
2019-08-07
mtd: rawnand: r852: Use dev_get_drvdata
Chuhong Yuan
-2
/
+2
2019-08-07
mtd: rawnand: ingenic: fix devm_platform_ioremap_resource.cocci warnings
Julia Lawall
-3
/
+1
2019-08-04
Merge tag 'mtd/fixes-for-5.3-rc3' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-4
/
+13
2019-08-03
mtd: hyperbus: Add hardware dependency to AM654 driver
Jean Delvare
-0
/
+1
2019-08-03
mtd: hyperbus: Kconfig: Fix HBMC_AM654 dependencies
Vignesh Raghavendra
-1
/
+1
2019-08-03
mtd: rawnand: micron: handle on-die "ECC-off" devices correctly
Marco Felsch
-3
/
+11
2019-07-30
mtd: rawnand: Drop obsolete JZ4740 NAND driver
Paul Cercueil
-544
/
+0
2019-07-25
mtd: onenand_base: Mark expected switch fall-through
Gustavo A. R. Silva
-0
/
+1
[prev]
[next]