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
/
onenand
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-29
Merge tag 'nand/for-4.16' of git://git.infradead.org/linux-mtd into mtd/next
Boris Brezillon
3
-509
/
+260
2018-01-19
mtd: onenand: omap2: Remove redundant dev_err call in omap2_onenand_probe()
Wei Yongjun
1
-3
/
+1
2018-01-16
mtd: Remove duplicate checks on mtd_oob_ops parameter
Boris Brezillon
1
-18
/
+0
2018-01-16
mtd: Fallback to ->_read/write_oob() when ->_read/write() is missing
Boris Brezillon
1
-63
/
+0
2018-01-16
mtd: onenand: omap2: print resource using %pR format string
Arnd Bergmann
1
-2
/
+1
2018-01-14
mtd: onenand: samsung: remove incorrect __iomem annotation
Christophe JAILLET
1
-6
/
+6
2018-01-12
mtd: onenand: omap2: Configure driver from DT
Ladislav Michl
2
-98
/
+156
2018-01-12
mtd: onenand: omap2: Decouple DMA enabling from INT pin availability
Ladislav Michl
1
-31
/
+21
2018-01-12
mtd: onenand: omap2: Do not make delay for GPIO OMAP3 specific
Ladislav Michl
1
-5
/
+2
2018-01-12
mtd: onenand: omap2: Convert to use dmaengine for memcpy
Peter Ujfalusi
1
-42
/
+38
2018-01-12
mtd: onenand: omap2: Unify OMAP2 and OMAP3 DMA implementation
Ladislav Michl
1
-125
/
+4
2018-01-12
mtd: onenand: omap2: Simplify the DMA setup for various paths
Peter Ujfalusi
1
-64
/
+45
2018-01-12
mtd: onenand: omap2: Account waiting time as waiting on IO
Ladislav Michl
1
-3
/
+2
2018-01-12
mtd: onenand: omap2: Remove partitioning support from platform data
Ladislav Michl
1
-2
/
+1
2018-01-12
mtd: onenand: omap2: Remove skip initial unlocking support
Ladislav Michl
1
-3
/
+0
2018-01-12
mtd: onenand: omap2: Remove regulator support
Ladislav Michl
1
-41
/
+1
2017-12-18
mtd: onenand: samsung: Remove a useless include
Christophe JAILLET
1
-2
/
+0
2017-12-18
mtd: onenand: samsung: Propagate the error returned by 'onenand_scan()'
Christophe JAILLET
1
-2
/
+3
2017-12-18
mtd: onenand: samsung: return an error if 'mtd_device_parse_register()' fails
Christophe JAILLET
1
-0
/
+5
2017-12-18
mtd: onenand: samsung: use devm_ function to simplify code and fix some leaks
Christophe JAILLET
1
-135
/
+30
2017-12-14
mtd: onenand: Remove obsolete url from Kconfig help
Ladislav Michl
1
-2
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2
-0
/
+2
2016-07-09
mtd: silence some uninitialized variable warnings
Dan Carpenter
1
-2
/
+2
2016-05-05
mtd: onenand: switch to mtd_ooblayout_ops
Boris Brezillon
1
-65
/
+97
2016-04-19
mtd: onenand: use mtd_set_ecclayout() where appropriate
Boris Brezillon
1
-1
/
+1
2016-04-19
mtd: onenand: use mtd_ooblayout_xxx() helpers where appropriate
Boris Brezillon
1
-60
/
+15
2016-03-24
Merge tag 'for-linus-20160324' of git://git.infradead.org/linux-mtd
Linus Torvalds
2
-27
/
+10
2016-03-07
mtd: create an mtd_oobavail() helper and make use of it
Boris BREZILLON
1
-16
/
+3
2016-03-07
mtd: kill the ecclayout->oobavail field
Boris BREZILLON
1
-9
/
+7
2016-02-24
mtd: onenand: fix deadlock in onenand_block_markbad
Aaro Koskinen
1
-1
/
+2
2016-02-16
gpio: Include linux/gpio.h instead of asm/gpio.h
Bjorn Helgaas
1
-1
/
+1
2016-01-23
mtd: onenand: unexport onenand_default_bbt()
Thomas Petazzoni
1
-2
/
+0
2016-01-23
mtd: onenand: make onenand_scan_bbt() static
Thomas Petazzoni
1
-2
/
+1
2015-11-11
mtd: drop unnecessary partition parser data
Brian Norris
1
-5
/
+3
2015-10-13
mtd: onenand: omap2: drop owner and name assignment
Frans Klaver
1
-2
/
+0
2015-10-13
mtd: onenand: samsung: drop owner assignment
Frans Klaver
1
-1
/
+0
2015-10-13
mtd: onenand: generic: show parent device in sysfs
Frans Klaver
1
-2
/
+1
2015-08-10
arch, drivers: don't include <asm/io.h> directly, use <linux/io.h> instead
Dan Williams
1
-1
/
+1
2015-05-07
mtd: samsung: Constify platform_device_id
Krzysztof Kozlowski
1
-1
/
+1
2015-03-11
mtd: onenand: drop dead code
Brian Norris
1
-9
/
+3
2014-10-20
mtd: onenand: drop owner assignment from platform_drivers
Wolfram Sang
2
-2
/
+0
2014-07-13
mtd: onenand: remove s5pc100 related onenand codes
Kukjin Kim
2
-26
/
+3
2014-05-20
mtd: onenand: fix build warning for dma type
Arnd Bergmann
1
-4
/
+4
2014-03-10
mtd: Add a retlen parameter to _get_{fact,user}_prot_info
Christian Riesch
1
-18
/
+12
2014-03-10
mtd: onenand: Remove unnecessary OOM messages
Jingoo Han
2
-9
/
+2
2014-03-10
mtd: delete non-required instances of include <linux/init.h>
Paul Gortmaker
3
-3
/
+0
2014-01-11
mtd: onenand: Trivial cleanup in samsung.h
Sachin Kamat
1
-2
/
+0
2014-01-07
mtd: onenand: fix warning (integer used as pointer)
Brian Norris
1
-1
/
+1
2013-11-15
tree-wide: use reinit_completion instead of INIT_COMPLETION
Wolfram Sang
1
-5
/
+5
2013-10-27
mtd: onenand: omap: remove two unused functions
Paul Bolle
1
-22
/
+0
[next]