index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
nand
/
nand_base.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mtd: nand: support alternate BB marker locations on MLC
Kevin Cernekee
2010-05-14
1
-0
/
+15
*
mtd: nand: extend NAND flash detection to new MLC chips
Kevin Cernekee
2010-05-14
1
-20
/
+44
*
mtd: Workaround wrong write protect status on some xD cards
Maxim Levitsky
2010-02-26
1
-1
/
+7
*
mtd: nand: Allow caller to pass alternative ID table to nand_scan_ident()
David Woodhouse
2010-02-26
1
-14
/
+15
*
mtd: nand: add ->badblockbits for minimum number of set bits in bad block byte
Maxim Levitsky
2010-02-26
1
-4
/
+9
*
mtd: nand: make reads using MTD_OOB_RAW affect only ECC validation
Maxim Levitsky
2010-02-26
1
-12
/
+7
*
mtd: nand: cleanup the nand_do_write_ops
Maxim Levitsky
2010-02-26
1
-7
/
+17
*
mtd: nand: make MTD_OOB_PLACE work correctly.
Maxim Levitsky
2010-02-26
1
-1
/
+5
*
mtd: nand: make suspend work if device is accessed by kernel threads.
Maxim Levitsky
2010-02-26
1
-3
/
+0
*
mtd: nand: add lock/unlock routines
Vimal Singh
2010-02-26
1
-0
/
+164
*
mtd: nand: create a helper verification function
Vimal Singh
2010-02-26
1
-18
/
+30
*
mtd: nand: fix multi-chip suspend problem
Li Yang
2009-11-30
1
-2
/
+8
*
mtd: nand: add option to quieten off the no device found messgae
Ben Dooks
2009-11-30
1
-1
/
+2
*
mtd: Add panic_write for NAND flashes
Simon Kagstrom
2009-11-30
1
-8
/
+120
*
mtd: nand: fix htmldocs warnings
Jaswinder Singh Rajput
2009-09-24
1
-0
/
+6
*
mtd: nand: add new ECC mode - ECC_HW_OOB_FIRST
Sneha Narnakaje
2009-09-19
1
-1
/
+60
*
mtd: nand: add "page" parameter to all read_page/read_page_raw APIs
Sneha Narnakaje
2009-09-19
1
-8
/
+10
*
mtd: nand_base: allow drivers to choose ECC block size
Singh, Vimal
2009-09-04
1
-1
/
+2
*
mtd: nand_base: use __func__ instead of typing names
vimal singh
2009-09-04
1
-40
/
+42
*
mtd: nand: remove repeated comment, fix spelling
vimal singh
2009-09-04
1
-2
/
+1
*
mtd: nand: don't walk past end of oobfree[]
David Brownell
2009-06-05
1
-1
/
+2
*
Merge git://git.infradead.org/mtd-2.6
Linus Torvalds
2009-04-06
1
-8
/
+117
|
\
|
*
[MTD] [NAND] Add support for 4KiB pages.
Thomas Gleixner
2009-04-06
1
-0
/
+18
|
*
[MTD] [NAND] fix broken debug messages
David Brownell
2009-03-20
1
-4
/
+4
|
*
[MTD] [NAND] fix "raw" reads with ECC syndrome layouts
David Brownell
2009-03-20
1
-4
/
+95
*
|
module: remove module_text_address()
Rusty Russell
2009-03-31
1
-2
/
+2
|
/
*
[MTD] [NAND] remove excess kernel-doc notation
Randy Dunlap
2008-12-10
1
-1
/
+0
*
[MTD] update internal API to support 64-bit device size
Adrian Hunter
2008-12-10
1
-9
/
+15
*
[MTD] [NAND] nand_base.c: reset chip first
Karl Beldan
2008-09-16
1
-0
/
+8
*
[MTD] [NAND] Fix missing kernel-doc
Alexey Korolev
2008-08-20
1
-3
/
+3
*
[MTD] Define and use MTD_FAIL_ADDR_UNKNOWN instead of 0xffffffff
Adrian Hunter
2008-08-12
1
-1
/
+1
*
[MTD] [NAND] subpage read feature as a way to increase performance.
Alexey Korolev
2008-07-25
1
-1
/
+86
*
[MTD] [NAND] Verify probe by retrying to checking the results match
Ben Dooks
2008-04-22
1
-0
/
+21
*
Merge git://git.infradead.org/mtd-2.6
Linus Torvalds
2008-02-07
1
-2
/
+6
|
\
|
*
[MTD] [NAND] Fix misparenthesization introduced by commit 78b65179...
Scott Wood
2008-02-03
1
-2
/
+2
|
*
[MTD] [NAND] Don't panic if a controller driver does ecc its own way.
Scott Wood
2008-01-08
1
-2
/
+6
*
|
drivers/mtd/: Spelling fixes
Joe Perches
2008-02-03
1
-1
/
+1
|
/
*
[MTD] [NAND] treat any negative return value from correct() as an error
Matt Reimer
2007-10-20
1
-3
/
+3
*
[MTD] [NAND] Avoid deadlock in erase callback; release chip lock first.
David Woodhouse
2007-10-06
1
-3
/
+4
*
[MTD] [NAND] nand_base.c fix broken link
maximilian attems
2007-08-01
1
-1
/
+1
*
[MTD] [NAND] fix race in nand_base.c
Artem Bityutskiy
2007-07-23
1
-0
/
+4
*
[MTD] [NAND] nand_base.c: fix type of eccpos pointer
Ben Dooks
2007-06-28
1
-4
/
+4
*
[MTD] [NAND] Tidy up handling of page number in nand_block_bad()
Thomas Knobloch
2007-05-03
1
-6
/
+5
*
[MTD] [NAND] Wrong calculation of page number in nand_block_bad()
Knobloch, Thomas
2007-04-27
1
-1
/
+1
*
[MTD] [NAND] Casting bug in nand_default_block_markbad
Andre Renaud
2007-04-17
1
-1
/
+1
*
[MTD] [NAND] Use ecc.read/write_page_raw consequently
Thomas Gleixner
2007-04-17
1
-2
/
+2
*
[MTD] [NAND] make oobavail public
Vitaly Wool
2007-03-08
1
-0
/
+1
*
[MTD] remove unused ecctype,eccsize fields from struct mtd_info
Artem Bityutskiy
2007-02-09
1
-1
/
+0
*
[MTD] [NAND] Correctly validate out-of-band offset and length
Adrian Hunter
2007-02-09
1
-5
/
+41
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
David Woodhouse
2006-12-01
1
-0
/
+1
|
\
[next]