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-10-07
mtd: rawnand: au1550nd: Fix au_read_buf16() prototype
Paul Burton
1
-3
/
+2
2019-09-22
Merge tag 'mips_5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
Linus Torvalds
3
-544
/
+0
2019-09-15
Merge tag 'nand/for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...
Richard Weinberger
16
-389
/
+645
2019-08-29
mtd: rawnand: omap2: Fix number of bitflips reporting with ELM
Sascha Hauer
1
-1
/
+1
2019-08-29
mtd: rawnand: brcmnand: Fix ecc chunk calculation for erased page bitfips
Claire Lin
1
-1
/
+4
2019-08-26
mtd: rawnand: remove w90x900 driver
Arnd Bergmann
3
-313
/
+0
2019-08-26
mtd: rawnand: Add Macronix raw NAND controller driver
Mason Yang
3
-0
/
+589
2019-08-24
mtd: rawnand: Fix a memory leak bug
Wenwen Wang
1
-4
/
+6
2019-08-24
mtd: onenand_base: Fix a memory leak bug
Wenwen Wang
1
-0
/
+3
2019-08-07
mtd: rawnand: remove redundant assignment to variable ret
Colin Ian King
1
-1
/
+1
2019-08-07
mtd: rawnand: r852: Use dev_get_drvdata
Chuhong Yuan
1
-2
/
+2
2019-08-07
mtd: rawnand: ingenic: fix devm_platform_ioremap_resource.cocci warnings
Julia Lawall
1
-3
/
+1
2019-08-04
Merge tag 'mtd/fixes-for-5.3-rc3' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-3
/
+11
2019-08-03
mtd: rawnand: micron: handle on-die "ECC-off" devices correctly
Marco Felsch
1
-3
/
+11
2019-07-30
mtd: rawnand: Drop obsolete JZ4740 NAND driver
Paul Cercueil
3
-544
/
+0
2019-07-25
mtd: onenand_base: Mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2019-07-25
mtd: rawnand: ingenic: Add of_node_put() before return
Nishka Dasgupta
1
-0
/
+1
2019-07-25
mtd: rawnand: meson: Add of_node_put() before return
Nishka Dasgupta
1
-0
/
+1
2019-07-25
mtd: rawnand: tango: Add of_node_put() before return
Nishka Dasgupta
1
-0
/
+1
2019-07-25
mtd: rawnand: oxnas: Add of_node_put()
Nishka Dasgupta
1
-3
/
+5
2019-07-25
mtd: rawnand: vf610: Add of_node_put() before goto
Nishka Dasgupta
1
-0
/
+1
2019-07-25
mtd: rawnand: stm32_fmc2: avoid warnings when building with W=1 option
Christophe Kerello
1
-61
/
+29
2019-07-15
docs: mtd: move it to the driver-api book
Mauro Carvalho Chehab
1
-1
/
+1
2019-07-15
docs: mtd: convert to ReST
Mauro Carvalho Chehab
1
-1
/
+1
2019-07-13
Merge tag 'mtd/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...
Linus Torvalds
18
-1668
/
+1803
2019-07-05
mtd: rawnand: sunxi: Add A23/A33 DMA support with extra MBUS configuration
Miquel Raynal
1
-0
/
+24
2019-07-05
Revert "mtd: rawnand: sunxi: Add A23/A33 DMA support"
Miquel Raynal
1
-36
/
+2
2019-07-01
mtd: rawnand: ingenic: Fix ingenic_ecc dependency
Paul Cercueil
4
-11
/
+4
2019-07-01
mtd: spinand: Fix max_bad_eraseblocks_per_lun info in memorg
Frieder Schrempf
2
-3
/
+3
2019-06-28
mtd: rawnand: stm32_fmc2: increase DMA completion timeouts
Amelie Delaunay
1
-6
/
+9
2019-06-28
mtd: rawnand: Use kzalloc() instead of kmalloc() and memset()
Fuqian Huang
1
-2
/
+1
2019-06-28
mtd: spinand: read returns badly if the last page has bitflips
liaoweixiong
1
-1
/
+1
2019-06-27
mtd: spinand: Add initial support for Paragon PN26G0xA
Jeff Kletsky
3
-1
/
+149
2019-06-27
mtd: rawnand: mtk: Re-license MTK NAND driver as Dual MIT/GPL
Xiaolei Li
3
-7
/
+5
2019-06-27
mtd: rawnand: gpmi: remove double assignment to block_size
Colin Ian King
1
-1
/
+1
2019-06-27
mtd: rawnand: brcmnand: Add support for v7.3 controller
Kamal Dasu
1
-22
/
+80
2019-06-27
mtd: rawnand: brcmnand: Refactored code to introduce helper functions
Kamal Dasu
1
-38
/
+62
2019-06-27
mtd: rawnand: brcmnand: When oops in progress use pio and interrupt polling
Kamal Dasu
1
-3
/
+45
2019-06-27
mtd: rawnand: Add Macronix NAND read retry support
Mason Yang
1
-0
/
+45
2019-06-27
mtd: onenand: Avoid fall-through warnings
Gustavo A. R. Silva
1
-0
/
+3
2019-06-27
mtd: spinand: Add support for GigaDevice GD5F1GQ4UFxxG
Jeff Kletsky
1
-15
/
+64
2019-06-27
mtd: spinand: Add support for two-byte device IDs
Jeff Kletsky
1
-1
/
+1
2019-06-27
mtd: rawnand: brcmnand: fallback to detected ecc-strength, ecc-step-size
Kamal Dasu
1
-0
/
+11
2019-06-27
mtd: rawnand: gpmi: Implement exec_op
Sascha Hauer
2
-690
/
+440
2019-06-27
dmaengine: mxs: rename custom flag
Sascha Hauer
1
-6
/
+11
2019-06-27
dmaengine: mxs: Add header file to be shared with gpmi nand driver
Sascha Hauer
1
-22
/
+14
2019-06-27
mtd: rawnand: gpmi: drop unnecessary flag
Sascha Hauer
1
-9
/
+5
2019-06-27
mtd: rawnand: gpmi: use runtime PM to manage clocks
Sascha Hauer
1
-25
/
+44
2019-06-27
mtd: rawnand: gpmi: Drop unnecessary restoring of previous chipselection
Sascha Hauer
1
-14
/
+2
2019-06-27
mtd: rawnand: gpmi: remove unused parameters
Sascha Hauer
1
-15
/
+19
[next]