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
/
nand_base.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-11-01
tree-wide: fix comment/printk typos
Uwe Kleine-König
1
-1
/
+1
2010-10-25
mtd: nand: fix MTD_MODE_RAW writes
Jon Povey
1
-1
/
+1
2010-10-25
mtd: add init_size hook for NAND driver
Huang Shijie
1
-2
/
+4
2010-10-25
mtd: nand_base: do not cache pages with uncorrectable ECC errors
Artem Bityutskiy
1
-1
/
+2
2010-10-25
mtd: fix almost all checkpatch warnings in nand_base.c
Florian Fainelli
1
-30
/
+43
2010-10-25
mtd: fix all checkpatch errors in nand_base.c
Florian Fainelli
1
-23
/
+26
2010-10-25
mtd: nand: split ONFI detection logic to its own function
Florian Fainelli
1
-61
/
+71
2010-10-25
mtd: nand: add support for reading ONFI parameters from NAND device
Florian Fainelli
1
-30
/
+134
2010-10-25
mtd: nand: Samsung MLC - new OOB sizes
Brian Norris
1
-2
/
+15
2010-10-25
mtd: nand: support new Toshiba SLC
Brian Norris
1
-2
/
+3
2010-10-25
mtd: nand: spansion S30MLxxxP support
Brian Norris
1
-0
/
+13
2010-10-25
mtd: fix callback return value check
Baruch Siach
1
-1
/
+1
2010-08-21
mtd: nand: Fix probe of Samsung NAND chips
Tilman Sauerbeck
1
-0
/
+1
2010-08-19
mtd: nand: Fix regression in BBM detection
Brian Norris
1
-7
/
+3
2010-08-11
mtd/nand_base: fix kernel-doc warnings & typos
Randy Dunlap
1
-19
/
+20
2010-08-09
mtd: Remove obsolete <mtd/compatmac.h> include
David Woodhouse
1
-1
/
+0
2010-08-02
mtd: nand: update nand_default_block_markbad()
Brian Norris
1
-10
/
+24
2010-08-02
mtd: nand: more BB Detection refactoring and dynamic scan options
Brian Norris
1
-0
/
+14
2010-08-02
mtd: nand: refactor BB marker detection
Brian Norris
1
-4
/
+20
2010-08-02
mtd: nand: edit macro flag for BBT scan of last page in block
Brian Norris
1
-3
/
+3
2010-05-14
mtd: nand: support alternate BB marker locations on MLC
Kevin Cernekee
1
-0
/
+15
2010-05-14
mtd: nand: extend NAND flash detection to new MLC chips
Kevin Cernekee
1
-20
/
+44
2010-02-26
mtd: Workaround wrong write protect status on some xD cards
Maxim Levitsky
1
-1
/
+7
2010-02-26
mtd: nand: Allow caller to pass alternative ID table to nand_scan_ident()
David Woodhouse
1
-14
/
+15
2010-02-26
mtd: nand: add ->badblockbits for minimum number of set bits in bad block byte
Maxim Levitsky
1
-4
/
+9
2010-02-26
mtd: nand: make reads using MTD_OOB_RAW affect only ECC validation
Maxim Levitsky
1
-12
/
+7
2010-02-26
mtd: nand: cleanup the nand_do_write_ops
Maxim Levitsky
1
-7
/
+17
2010-02-26
mtd: nand: make MTD_OOB_PLACE work correctly.
Maxim Levitsky
1
-1
/
+5
2010-02-26
mtd: nand: make suspend work if device is accessed by kernel threads.
Maxim Levitsky
1
-3
/
+0
2010-02-26
mtd: nand: add lock/unlock routines
Vimal Singh
1
-0
/
+164
2010-02-26
mtd: nand: create a helper verification function
Vimal Singh
1
-18
/
+30
2009-11-30
mtd: nand: fix multi-chip suspend problem
Li Yang
1
-2
/
+8
2009-11-30
mtd: nand: add option to quieten off the no device found messgae
Ben Dooks
1
-1
/
+2
2009-11-30
mtd: Add panic_write for NAND flashes
Simon Kagstrom
1
-8
/
+120
2009-09-24
mtd: nand: fix htmldocs warnings
Jaswinder Singh Rajput
1
-0
/
+6
2009-09-19
mtd: nand: add new ECC mode - ECC_HW_OOB_FIRST
Sneha Narnakaje
1
-1
/
+60
2009-09-19
mtd: nand: add "page" parameter to all read_page/read_page_raw APIs
Sneha Narnakaje
1
-8
/
+10
2009-09-04
mtd: nand_base: allow drivers to choose ECC block size
Singh, Vimal
1
-1
/
+2
2009-09-04
mtd: nand_base: use __func__ instead of typing names
vimal singh
1
-40
/
+42
2009-09-04
mtd: nand: remove repeated comment, fix spelling
vimal singh
1
-2
/
+1
2009-06-05
mtd: nand: don't walk past end of oobfree[]
David Brownell
1
-1
/
+2
2009-04-07
Merge git://git.infradead.org/mtd-2.6
Linus Torvalds
1
-8
/
+117
2009-04-06
[MTD] [NAND] Add support for 4KiB pages.
Thomas Gleixner
1
-0
/
+18
2009-03-31
module: remove module_text_address()
Rusty Russell
1
-2
/
+2
2009-03-20
[MTD] [NAND] fix broken debug messages
David Brownell
1
-4
/
+4
2009-03-20
[MTD] [NAND] fix "raw" reads with ECC syndrome layouts
David Brownell
1
-4
/
+95
2008-12-10
[MTD] [NAND] remove excess kernel-doc notation
Randy Dunlap
1
-1
/
+0
2008-12-10
[MTD] update internal API to support 64-bit device size
Adrian Hunter
1
-9
/
+15
2008-09-16
[MTD] [NAND] nand_base.c: reset chip first
Karl Beldan
1
-0
/
+8
2008-08-21
[MTD] [NAND] Fix missing kernel-doc
Alexey Korolev
1
-3
/
+3
[next]