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
/
nand
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-18
mtd: rawnand: denali: get ->setup_data_interface() working again
Masahiro Yamada
1
-1
/
+1
2019-01-18
mtd: nand: jz4740: fix '__iomem *' vs. '* __iomem'
Luc Van Oostenryck
1
-1
/
+1
2019-01-15
mtd: rawnand: fsmc: Keep bank enable bit set
Linus Walleij
1
-21
/
+0
2019-01-08
mtd: rawnand: qcom: fix memory corruption that causes panic
Christian Lamparter
1
-10
/
+10
2018-12-18
Merge tag 'spi-nor/for-4.21' of git://git.infradead.org/linux-mtd into mtd/next
Boris Brezillon
3
-21
/
+25
2018-12-18
Merge tag 'nand/for-4.21' of git://git.infradead.org/linux-mtd into mtd/next
Boris Brezillon
51
-1018
/
+1415
2018-12-17
mtd: rawnand: sunxi: Write pageprog related opcodes to WCMD_SET
Boris Brezillon
1
-1
/
+1
2018-12-15
mtd: rawnand: marvell: prevent timeouts on a loaded machine
Miquel Raynal
1
-3
/
+14
2018-12-14
mtd: rawnand: omap2: Pass the parent of pdev to dma_request_chan()
Boris Brezillon
1
-1
/
+1
2018-12-14
mtd: rawnand: Fix JEDEC detection
Boris Brezillon
1
-0
/
+2
2018-12-07
mtd: rawnand: jz4780: annotate implicit fall throughs
Mathieu Malaterre
1
-0
/
+2
2018-12-07
mtd: spinand: add support for GigaDevice GD5FxGQ4xA
Chuanhong Guo
3
-1
/
+150
2018-12-07
mtd: rawnand: Deprecate the dummy_controller field
Boris Brezillon
13
-14
/
+14
2018-12-07
mtd: rawnand: vf610: Add an SPDX tag to replace the license text
Boris Brezillon
1
-5
/
+1
2018-12-07
mtd: rawnand: vf610: Stop using the dummy controller obj
Boris Brezillon
1
-1
/
+5
2018-12-07
mtd: rawnand: vf610: Stop passing mtd_info to internal functions
Boris Brezillon
1
-29
/
+19
2018-12-07
mtd: rawnand: fsmc: Fix all coding style issues reported by checkpatch
Boris Brezillon
1
-100
/
+99
2018-12-07
mtd: rawnand: fsmc: Add an SPDX tag to replace the license text
Boris Brezillon
1
-5
/
+2
2018-12-07
mtd: rawnand: fsmc: Stop using the dummy controller obj
Boris Brezillon
1
-1
/
+6
2018-12-07
mtd: rawnand: fsmc: Make conversion from chip to fsmc consistent
Boris Brezillon
1
-2
/
+1
2018-12-07
mtd: rawnand: fsmc: Fix the fsmc_nand_data kernel-doc
Boris Brezillon
1
-3
/
+4
2018-12-07
mtd: rawnand: fsmc: Stop passing mtd_info objects to internal functions
Boris Brezillon
1
-28
/
+23
2018-12-07
mtd: rawnand: denali: remove denali_reset_banks()
Masahiro Yamada
1
-29
/
+0
2018-12-07
mtd: rawnand: denali: remove ->dev_ready() hook
Masahiro Yamada
1
-22
/
+1
2018-12-07
mtd: rawnand: marvell: fix spelling mistake in kernel doc
Miquel Raynal
1
-1
/
+1
2018-12-07
mtd: rawnand: ams-delta: Use GPIO API for data I/O
Janusz Krzysztofik
1
-48
/
+61
2018-12-07
mtd: rawnand: ams-delta: Request data port GPIO resource
Janusz Krzysztofik
1
-2
/
+9
2018-12-07
mtd: rawnand: Move ->setup_data_interface() to nand_controller_ops
Boris Brezillon
14
-22
/
+51
2018-12-07
mtd: rawnand: Move the ->exec_op() method to nand_controller_ops
Boris Brezillon
9
-38
/
+51
2018-12-07
mtd: rawnand: Deprecate the ->select_chip() hook
Boris Brezillon
27
-36
/
+37
2018-12-07
mtd: rawnand: ams-delta: Stop implementing ->select_chip()
Boris Brezillon
1
-8
/
+6
2018-12-07
mtd: rawnand: vf610: Stop implementing ->select_chip()
Boris Brezillon
1
-16
/
+18
2018-12-07
mtd: rawnand: tegra: Stop implementing ->select_chip()
Boris Brezillon
1
-16
/
+12
2018-12-07
mtd: rawnand: marvell: Stop implementing ->select_chip()
Boris Brezillon
1
-9
/
+18
2018-12-07
mtd: rawnand: fsmc: Stop implementing ->select_chip()
Boris Brezillon
1
-11
/
+12
2018-12-07
mtd: rawnand: Make ->select_chip() optional when ->exec_op() is implemented
Boris Brezillon
1
-7
/
+6
2018-12-07
mtd: rawnand: Pass the CS line to be selected in struct nand_operation
Boris Brezillon
3
-19
/
+27
2018-12-07
mtd: rawnand: Add nand_[de]select_target() helpers
Boris Brezillon
4
-51
/
+100
2018-12-07
mtd: rawnand: ams-delta: Explicitly inherit from nand_controller
Boris Brezillon
1
-0
/
+5
2018-12-07
mtd: rawnand: ams-delta: Check mtd_device_register() return code
Boris Brezillon
1
-1
/
+7
2018-12-07
mtd: rawnand: ams-delta: cleanup ams_delta_init() error path
Boris Brezillon
1
-14
/
+12
2018-12-07
mtd: rawnand: ams-delta: Fix various coding style issues
Boris Brezillon
1
-15
/
+8
2018-12-07
mtd: rawnand: ams-delta: Add an SPDX tag to replace the license text
Boris Brezillon
1
-5
/
+2
2018-12-07
mtd: rawnand: ams-delta: Allow this driver to be compiled when COMPILE_TEST=y
Boris Brezillon
2
-6
/
+3
2018-12-07
mtd: rawnand: Move nand_exec_op() to internal.h
Boris Brezillon
1
-0
/
+9
2018-12-07
mtd: rawnand: legacy: Drop useless test in nand_legacy_set_defaults()
Boris Brezillon
1
-1
/
+1
2018-12-07
mtd: rawnand: Reorganize code to avoid forward declarations
Boris Brezillon
2
-254
/
+246
2018-12-07
mtd: rawnand: Stop passing mtd_info objects to internal functions
Boris Brezillon
3
-190
/
+184
2018-12-07
mtd: spinand: Add initial support for Toshiba TC58CVG2S0H
Schrempf Frieder
3
-1
/
+139
2018-12-03
mtd: use DEFINE_SHOW_ATTRIBUTE() instead of open-coding it
Yangtao Li
1
-14
/
+3
[next]