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
/
docg4.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-12-14
mtd: nand: force drivers to explicitly send READ/PROG commands
Boris Brezillon
1
-4
/
+8
2017-12-14
mtd: nand: provide several helpers to do common NAND operations
Boris Brezillon
1
-1
/
+1
2017-12-01
mtd: nand: use usual return values for the ->erase() hook
Miquel Raynal
1
-1
/
+6
2017-08-13
mtd: nand: Rename nand.h into rawnand.h
Boris Brezillon
1
-1
/
+1
2017-05-30
mtd: nand: Make sure drivers not supporting SET/GET_FEATURES return -ENOTSUPP
Boris Brezillon
1
-0
/
+2
2016-09-23
mtd: nand: import nand_hw_control_init()
Marc Gonzalez
1
-2
/
+1
2016-05-06
mtd: nand: docg4: switch to mtd_ooblayout_ops
Boris Brezillon
1
-5
/
+28
2016-03-10
mtd: nand: don't select chip in nand_chip's block_bad op
Archit Taneja
1
-1
/
+1
2016-03-08
mtd: kill the ecclayout->oobavail field
Boris BREZILLON
1
-1
/
+0
2016-01-07
mtd: nand: make use of nand_set/get_controller_data() helpers
Boris BREZILLON
1
-20
/
+20
2015-12-19
mtd: nand: remove useless mtd->priv = chip assignments
Boris BREZILLON
1
-1
/
+0
2015-12-18
mtd: nand: docg4: simplify error case
Brian Norris
1
-8
/
+4
2015-12-18
mtd: nand: docg4: use the mtd instance embedded in struct nand_chip
Boris BREZILLON
1
-11
/
+12
2015-12-08
mtd: nand: make use of mtd_to_nand() in NAND drivers
Boris BREZILLON
1
-17
/
+17
2015-10-13
mtd: nand: pass page number to ecc->write_xxx() methods
Boris BREZILLON
1
-3
/
+3
2015-10-13
mtd: nand: docg4: show parent device in sysfs
Frans Klaver
1
-1
/
+1
2014-10-20
mtd: nand: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-05-10
mtd: nand: refactor erase_cmd() to return chip status
Brian Norris
1
-2
/
+4
2013-11-16
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2013-11-07
mtd: docg4: fix status polling loop
Mike Dunn
1
-9
/
+6
2013-10-28
nand: docg4: use nand_base's default BBT scan
Brian Norris
1
-1
/
+0
2013-10-14
treewide: Fix typo in printk
Masanari Iida
1
-1
/
+1
2013-08-30
mtd: nand: refactor chip->block_markbad interface
Brian Norris
1
-6
/
+0
2013-08-05
mtd: nand: docg4: remove unnecessary platform_set_drvdata()
Jingoo Han
1
-2
/
+0
2013-04-05
mtd: doc: use module_platform_driver_probe()
Jingoo Han
1
-12
/
+1
2012-12-12
mtd: nand/docg4: fix and improve read of factory bbt
Mike Dunn
1
-5
/
+19
2012-12-12
mtd: nand/docg4: reserve bb marker area in ecclayout
Mike Dunn
1
-4
/
+6
2012-12-12
mtd: nand/docg4: add support for writing in reliable mode
Mike Dunn
1
-0
/
+39
2012-09-29
mtd: docg4: ecc.read_page() returns 0 on uncorrectable errors
Mike Dunn
1
-0
/
+2
2012-09-29
mtd: docg4: fix oob reads
Mike Dunn
1
-27
/
+6
2012-07-06
mtd: nand: teach write_page and write_page_raw return an error code
Josh Wu
1
-3
/
+5
2012-05-14
mtd: nand: remove 'sndcmd' parameter of 'read_oob/read_oob_raw'
Shmulik Ladkani
1
-1
/
+1
2012-05-14
mtd: nand: add 'oob_required' argument to NAND {read,write}_page interfaces
Brian Norris
1
-6
/
+6
2012-05-14
mtd: nand: kill NAND_NO_AUTOINCR option
Brian Norris
1
-2
/
+1
2012-05-14
mtd: nand: read_page() returns max_bitflips
Mike Dunn
1
-2
/
+3
2012-03-27
mtd: flash drivers set ecc strength
Mike Dunn
1
-0
/
+1
2012-03-27
mtd: docg4: fix printk() warnings
Dan Carpenter
1
-3
/
+1
2012-03-27
mtd: nand: add support for diskonchip G4 nand flash device
Mike Dunn
1
-0
/
+1378