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
/
onenand
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-15
mtd: Move onenand code base to drivers/mtd/nand/onenand
Boris Brezillon
8
-6211
/
+0
2018-03-15
mtd: onenand: Get rid of comments giving the file path inside the file itself
Boris Brezillon
4
-8
/
+0
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-10
mtd: silence some uninitialized variable warnings
Dan Carpenter
1
-2
/
+2
2016-05-06
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-25
Merge tag 'for-linus-20160324' of git://git.infradead.org/linux-mtd
Linus Torvalds
2
-27
/
+10
2016-03-08
mtd: create an mtd_oobavail() helper and make use of it
Boris BREZILLON
1
-16
/
+3
2016-03-08
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-24
mtd: onenand: unexport onenand_default_bbt()
Thomas Petazzoni
1
-2
/
+0
2016-01-24
mtd: onenand: make onenand_scan_bbt() static
Thomas Petazzoni
1
-2
/
+1
2015-11-12
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-11
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-12
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-21
mtd: onenand: fix build warning for dma type
Arnd Bergmann
1
-4
/
+4
2014-03-11
mtd: Add a retlen parameter to _get_{fact,user}_prot_info
Christian Riesch
1
-18
/
+12
2014-03-11
mtd: onenand: Remove unnecessary OOM messages
Jingoo Han
2
-9
/
+2
2014-03-11
mtd: delete non-required instances of include <linux/init.h>
Paul Gortmaker
3
-3
/
+0
2014-01-12
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
[next]