index
:
delta/linux-rt.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
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
nand
/
cmx270_nand.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mtd: nand: move raw NAND related code to the raw/ subdir
Boris Brezillon
2018-02-16
1
-244
/
+0
*
mtd: nand: State when references to other drivers are no longer valid
Boris Brezillon
2018-02-16
1
-1
/
+1
*
mtd: nand: Get rid of comments giving the file path inside the file itself
Boris Brezillon
2018-02-16
1
-2
/
+0
*
mtd: constify mtd_partition
Arvind Yadav
2017-11-06
1
-1
/
+1
*
mtd: nand: Rename nand.h into rawnand.h
Boris Brezillon
2017-08-13
1
-1
/
+1
*
drivers/mtd: Convert remaining uses of pr_warning to pr_warn
Joe Perches
2017-04-19
1
-2
/
+2
*
mtd: nand: cmx270: return error code of nand_scan() on error
Masahiro Yamada
2016-11-07
1
-2
/
+2
*
mtd: nand: cmx270: set ECC algorithm explicitly
Rafał Miłecki
2016-05-05
1
-0
/
+1
*
mtd: nand: remove useless mtd->priv = chip assignments
Boris BREZILLON
2015-12-18
1
-1
/
+0
*
mtd: nand: cmx270: use the mtd instance embedded in struct nand_chip
Boris BREZILLON
2015-12-18
1
-9
/
+5
*
mtd: nand: make use of mtd_to_nand() in NAND drivers
Boris BREZILLON
2015-12-08
1
-4
/
+4
*
mtd: cmx270_nand: Remove unnecessary OOM messages
Jingoo Han
2014-01-03
1
-1
/
+0
*
mtd: kill MTD_NAND_VERIFY_WRITE
Huang Shijie
2012-09-29
1
-13
/
+0
*
mtd: do not use plain 0 as NULL
Artem Bityutskiy
2012-03-27
1
-1
/
+1
*
Merge git://git.infradead.org/mtd-2.6
Linus Torvalds
2011-11-07
1
-21
/
+2
|
\
|
*
mtd: cmx270_nand.c: use mtd_device_parse_register
Dmitry Eremin-Solenikov
2011-09-11
1
-18
/
+2
|
*
mtd: cmx270_nand don't specify default parsing options
Dmitry Eremin-Solenikov
2011-09-11
1
-5
/
+2
*
|
mtd: Add module.h to drivers users that were implicitly using it.
Paul Gortmaker
2011-10-31
1
-0
/
+1
|
/
*
mtd: convert remaining users to mtd_device_register()
Jamie Iles
2011-05-25
1
-1
/
+1
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
trivial: mtd: add __init/__exit macros to init/exitfunctions
Peter Huewe
2009-09-21
1
-2
/
+2
*
[ARM] pxa: move pxa2xx chip selects definitions out of pxa-regs.h
Eric Miao
2009-03-09
1
-2
/
+1
*
[ARM] 5282/1: pxa: add CM-X255 support
Mike Rapoport
2008-10-07
1
-1
/
+1
*
[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach
Russell King
2008-08-07
1
-2
/
+2
*
[ARM] 5105/1: CM-X270: update NAND flash driver to use gpio_lib
Mike Rapoport
2008-07-09
1
-32
/
+47
*
[MTD] [NAND] CM-x270 MTD driver
Mike Rapoport
2007-04-27
1
-0
/
+267