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
/
davinci_nand.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-13
mtd: nand: Rename nand.h into rawnand.h
Boris Brezillon
1
-1
/
+1
2017-05-15
mtd: nand: davinci: set ECC algorithm explicitly for HW based ECC
Alexander Couzens
1
-0
/
+3
2017-04-25
mtd: nand: davinci: add comment on NAND subpage write status on keystone
Sekhar Nori
1
-0
/
+11
2016-09-10
mtd: nand: davinci: Reinitialize the HW ECC engine in 4bit hwctl
Karl Beldan
1
-0
/
+3
2016-05-06
mtd: nand: davinci: set ECC algorithm explicitly
Rafał Miłecki
1
-0
/
+9
2016-05-06
mtd: nand: davinci: rely on generic DT parsing done in nand_scan_ident()
Boris Brezillon
1
-45
/
+38
2016-05-06
mtd: nand: davinci: switch to mtd_ooblayout_ops
Boris Brezillon
1
-74
/
+44
2016-01-07
mtd: nand: davinci: remove custom 'erased check' implementation
Boris BREZILLON
1
-8
/
+1
2016-01-07
mtd: nand: return consistent error codes in ecc.correct() implementations
Boris BREZILLON
1
-3
/
+3
2015-12-19
mtd: nand: remove useless mtd->priv = chip assignments
Boris BREZILLON
1
-1
/
+0
2015-12-18
mtd: nand: davinci: use the mtd instance embedded in struct nand_chip
Boris BREZILLON
1
-14
/
+16
2015-12-08
mtd: nand: make use of mtd_to_nand() in NAND drivers
Boris BREZILLON
1
-4
/
+4
2015-11-12
mtd: nand: drop unnecessary partition parser data
Brian Norris
1
-7
/
+3
2015-10-13
mtd: nand: davinci_nand: drop owner and name assignment
Frans Klaver
1
-3
/
+0
2015-07-20
nand: davinci: add support for 4K page size nand devices
Sandeep Paulraj
1
-11
/
+31
2014-10-20
mtd: nand: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-05-01
mtd: davinci-nand: disable subpage write for keystone-nand
Murali Karicheri
1
-0
/
+6
2014-04-07
Merge tag 'for-linus-20140405' of git://git.infradead.org/linux-mtd
Linus Torvalds
1
-1
/
+0
2014-03-11
mtd: delete non-required instances of include <linux/init.h>
Paul Gortmaker
1
-1
/
+0
2014-02-23
ARM: davinci: aemif: get rid of davinci-nand driver dependency on aemif
Ivan Khoronzhuk
1
-22
/
+0
2014-01-03
mtd: davinci_nand: Remove unnecessary OOM messages
Jingoo Han
1
-3
/
+1
2014-01-03
mtd: nand: davinci: don't request AEMIF address range
Ivan Khoronzhuk
1
-3
/
+11
2014-01-03
mtd: nand: davinci: adjust DT properties to MTD generic
Ivan Khoronzhuk
1
-4
/
+10
2014-01-03
mtd: nand: davinci: simplify error handling
Ivan Khoronzhuk
1
-29
/
+17
2014-01-03
mtd: nand: davinci: check required ti,davinci-chipselect property
Ivan Khoronzhuk
1
-0
/
+3
2014-01-03
mtd: nand: davinci: return ENOMEM if memory allocation is failed
Ivan Khoronzhuk
1
-1
/
+4
2014-01-03
mtd: nand: davinci: fix driver registration
Ivan Khoronzhuk
1
-6
/
+7
2013-08-31
mtd: nand: use dev_get_platdata()
Jingoo Han
1
-3
/
+3
2013-08-05
mtd: nand: davinci: use devm_ioremap_resource()
Laurent Navet
1
-5
/
+8
2013-04-05
mtd: davinci_nand: Use of_match_ptr()
Sachin Kamat
1
-2
/
+2
2013-04-05
mtd: davinci_nand: use module_platform_driver_probe()
Jingoo Han
1
-11
/
+1
2013-02-13
mtd: davinci_nand: Use managed resources
Mrugesh Katepallewar
1
-19
/
+5
2013-02-04
mtd: davinci_nand: fix modular build with CONFIG_OF=y
Sergei Shtylyov
1
-1
/
+1
2012-11-15
mtd: davinci: add support for parition binding nodes
Murali Karicheri
1
-3
/
+10
2012-10-09
Merge tag 'disintegrate-mtd-20121009' of git://git.infradead.org/users/dhowel...
David Woodhouse
1
-2
/
+2
2012-09-29
mtd: nand: clk: preparation for switch to common clock framework
m-karicheri2@ti.com
1
-3
/
+3
2012-09-29
mtd: nand: davinci: add OF support for davinci nand controller
Heiko Schocher
1
-1
/
+71
2012-09-14
ARM: davinci: move platform_data definitions
Arnd Bergmann
1
-2
/
+2
2012-03-27
mtd: flash drivers set ecc strength
Mike Dunn
1
-0
/
+1
2012-03-27
mtd: do not use plain 0 as NULL
Artem Bityutskiy
1
-2
/
+2
2012-01-09
mtd: davinci: if no amif timing is passed, don; t setup cscfg register
Heiko Schocher
1
-1
/
+3
2011-09-11
mtd: davinci_nand.c: use mtd_device_parse_register
Dmitry Eremin-Solenikov
1
-23
/
+2
2011-09-11
mtd: davinci_nand: remove redundant mtd_device_unregister
Axel Lin
1
-3
/
+0
2011-09-11
mtd: davinci_nand don't specify default parsing options
Dmitry Eremin-Solenikov
1
-8
/
+1
2011-09-11
mtd: nand: rename NAND_USE_FLASH_BBT
Brian Norris
1
-1
/
+1
2011-09-11
mtd: nand: consolidate redundant flash-based BBT flags
Brian Norris
1
-1
/
+3
2011-05-25
mtd: davinci_nand: convert to mtd_device_register()
Jamie Iles
1
-30
/
+21
2011-03-11
mtd: DaVinci: Removed header file that is not required
Sandeep Paulraj
1
-3
/
+0
2010-10-30
Merge git://git.infradead.org/mtd-2.6
Linus Torvalds
1
-3
/
+8
2010-10-25
mtd: davinci: relax a timeout for ECC-initialization
Wolfram Sang
1
-1
/
+2
[next]