index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
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
2011-05-25
mtd: nand: convert to mtd_device_register()
Jamie Iles
1
-9
/
+1
2011-05-25
mtd: return badblockbits back
Artem Bityutskiy
1
-0
/
+2
2011-05-25
mtd: nand: remove doubled chip deselection on (un)lock
Jiri Pinkava
1
-6
/
+0
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-1
/
+1
2011-03-11
mtd: nand: add software BCH ECC support
Ivan Djelic
1
-1
/
+39
2011-03-11
mtd: nand: fix a typo in a commentary
Jason Liu
1
-1
/
+1
2011-01-17
Merge git://git.infradead.org/mtd-2.6
Linus Torvalds
1
-10
/
+15
2011-01-06
mtd: nand: add mtd->writebufsize initialization
Anatolij Gustschin
1
-0
/
+1
2011-01-06
mtd: nand: rearrange ONFI revision checking, add ONFI 2.3
Brian Norris
1
-8
/
+12
2011-01-06
mtd: nand: choose correct chip name (ONFI bug)
Brian Norris
1
-1
/
+1
2011-01-06
Revert "mtd: nand: add check for out of page read"
Artem Bityutskiy
1
-8
/
+1
2010-12-03
mtd: nand: Fix integer overflow in ONFI detection of chips >= 4GiB
David Woodhouse
1
-1
/
+1
2010-12-03
mtd: nand: add check for out of page read
Jason Liu
1
-1
/
+8
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-24
mtd: fix almost all checkpatch warnings in nand_base.c
Florian Fainelli
1
-30
/
+43
2010-10-24
mtd: fix all checkpatch errors in nand_base.c
Florian Fainelli
1
-23
/
+26
2010-10-24
mtd: nand: split ONFI detection logic to its own function
Florian Fainelli
1
-61
/
+71
2010-10-24
mtd: nand: add support for reading ONFI parameters from NAND device
Florian Fainelli
1
-30
/
+134
2010-10-24
mtd: nand: Samsung MLC - new OOB sizes
Brian Norris
1
-2
/
+15
2010-10-24
mtd: nand: support new Toshiba SLC
Brian Norris
1
-2
/
+3
2010-10-24
mtd: nand: spansion S30MLxxxP support
Brian Norris
1
-0
/
+13
2010-10-24
mtd: fix callback return value check
Baruch Siach
1
-1
/
+1
2010-08-20
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-08
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
[next]