index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
nand
Age
Commit message (
Expand
)
Author
Files
Lines
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-11-13
mtd: rawnand: sh_flctl: convert to SPDX identifiers
Kuninori Morimoto
1
-15
/
+2
2018-11-13
Merge tag 'v4.20-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
Miquel Raynal
1
-1
/
+0
2018-11-06
mtd: rawnand: Flag 1.8V AC chips with a broken GET_FEATURES(TIMINGS)
Mason Yang
1
-0
/
+7
2018-11-05
mtd: rawnand: r852: use generic DMA API
Christoph Hellwig
1
-13
/
+13
2018-11-05
mtd: rawnand: denali: include <linux/bits.h> instead of <linux/bitops.h>
Masahiro Yamada
1
-1
/
+1
2018-11-05
mtd: rawnand: ams-delta: Convert the driver to ->exec_op()
Janusz Krzysztofik
1
-44
/
+56
2018-11-05
mtd: rawnand: ams-delta: Stop using legacy .IOADDR_R/W
Janusz Krzysztofik
1
-4
/
+2
2018-11-05
mtd: rawnand: Provide helper for polling GPIO R/B pin
Janusz Krzysztofik
1
-0
/
+31
2018-11-05
mtd: rawnand: fsmc: Fix unchecked return value in fsmc_read_page_hwecc
Gustavo A. R. Silva
1
-3
/
+4
2018-11-05
mtd: spinand: winbond: Add support for W25N01GV
Robert Marko
1
-0
/
+8
2018-11-05
mtd: nand: drop kernel-doc notation for a deleted function parameter
Randy Dunlap
1
-1
/
+0
2018-10-23
Merge tag 'mtd/for-4.20' of git://git.infradead.org/linux-mtd
Linus Torvalds
75
-4938
/
+3669
2018-10-08
mtd: rawnand: marvell: fix the IRQ handler complete() condition
Miquel Raynal
1
-1
/
+1
2018-10-08
mtd: rawnand: denali: set SPARE_AREA_SKIP_BYTES register to 8 if unset
Masahiro Yamada
1
-4
/
+10
2018-10-08
mtd: rawnand: r852: fix spelling mistake "card_registred" -> "card_registered"
Colin Ian King
2
-8
/
+8
2018-10-08
mtd: rawnand: toshiba: Pass a single nand_chip object to the status helper
Miquel Raynal
1
-6
/
+4
2018-10-03
mtd: rawnand: Allow selection of ECC byte ordering at runtime
Boris Brezillon
5
-53
/
+49
2018-10-03
mtd: rawnand: sh_flctl: Use proper enum for flctl_dma_fifo0_transfer
Nathan Chancellor
1
-2
/
+2
2018-10-03
mtd: rawnand: ams-delta: Set port direction when needed
Janusz Krzysztofik
1
-17
/
+40
2018-10-03
mtd: rawnand: ams-delta: Use private structure
Janusz Krzysztofik
1
-56
/
+66
2018-10-03
mtd: rawnand: ams-delta: show parent device in sysfs
Janusz Krzysztofik
1
-1
/
+1
2018-10-03
mtd: rawnand: ams-delta: use GPIO lookup table
Janusz Krzysztofik
1
-59
/
+67
2018-10-03
mtd: rawnand: atmel: Fix potential NULL pointer dereference
Gustavo A. R. Silva
1
-0
/
+4
2018-10-03
mtd: rawnand: marvell: Add support for 8kiB pages NAND chips layout
Konstantin Porotchkin
1
-0
/
+2
2018-10-03
mtd: rawnand: ESMT: retrieve ECC requirements from 5th id byte
Marcel Ziswiler
4
-1
/
+50
2018-10-03
mtd: rawnand: reorder NAND manufacturer IDs
Marcel Ziswiler
2
-24
/
+24
2018-10-03
mtd: rawnand: Move JEDEC code to nand_jedec.c
Boris Brezillon
4
-97
/
+118
2018-10-03
mtd: rawnand: Move ONFI code to nand_onfi.c
Boris Brezillon
4
-292
/
+317
[next]