index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
nand
/
diskonchip.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mtd: flash drivers set ecc strength
Mike Dunn
2012-03-27
1
-0
/
+1
*
mtd: introduce mtd_read interface
Artem Bityutskiy
2012-01-09
1
-2
/
+2
*
Merge git://git.infradead.org/mtd-2.6
Linus Torvalds
2011-11-07
1
-4
/
+4
|
\
|
*
mtd: utilize `mtd_is_*()' functions
Brian Norris
2011-09-21
1
-1
/
+1
|
*
mtd: spelling, capitalization, uniformity
Brian Norris
2011-09-11
1
-2
/
+2
|
*
mtd: nand: rename NAND_USE_FLASH_BBT
Brian Norris
2011-09-11
1
-1
/
+1
|
*
mtd: nand: consolidate redundant flash-based BBT flags
Brian Norris
2011-09-11
1
-1
/
+1
*
|
mtd: Add module.h to drivers users that were implicitly using it.
Paul Gortmaker
2011-10-31
1
-0
/
+1
|
/
*
mtd: diskonchip: convert to mtd_device_register()
Jamie Iles
2011-05-25
1
-11
/
+7
*
Revert wrong fixes for common misspellings
Lucas De Marchi
2011-04-26
1
-1
/
+1
*
Fix common misspellings
Lucas De Marchi
2011-03-31
1
-4
/
+4
*
mtd: Remove obsolete <mtd/compatmac.h> include
David Woodhouse
2010-08-08
1
-1
/
+0
*
mtd: doc2000: fix uninitialized variable in doc_ecc_decode()
Mark Ware
2010-08-04
1
-2
/
+3
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
tree-wide: fix assorted typos all over the place
André Goddard Rosa
2009-12-04
1
-1
/
+1
*
trivial: MTD: remove EOL from MODULE_DESCRIPTION
Niels de Vos
2009-03-30
1
-1
/
+1
*
[MTD] [NAND] diskonchip.c fix sparse endian warnings
Harvey Harrison
2008-08-01
1
-15
/
+15
*
[MTD] [NAND] remove __PPC__ hardcoded address from DiskOnChip drivers
Milton Miller
2008-07-11
1
-2
/
+0
*
MTD/JFFS2: remove CVS keywords
Adrian Bunk
2008-06-04
1
-2
/
+0
*
[MTD] [NAND] Replace -1 with -EBADMSG in nand error correction code
Jörn Engel
2007-10-20
1
-2
/
+2
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
David Woodhouse
2007-08-01
1
-3
/
+0
|
\
|
*
[MIPS] Remove Momentum Ocelot support.
Ralf Baechle
2007-07-31
1
-3
/
+0
*
|
[MTD] Remove Ocelot G support from DiskOnChip drivers.
Yoichi Yuasa
2007-07-11
1
-2
/
+0
|
/
*
[MIPS] Remove Momenco Ocelot C support
Franck Bui-Huu
2007-07-10
1
-1
/
+1
*
[MTD] [NAND] Correct misspelled preprocessor variable.
Robert P. J. Day
2007-03-08
1
-1
/
+1
*
[MTD] replace kmalloc+memset with kzalloc
Burman Yan
2006-11-28
1
-2
/
+1
*
[MTD] NAND: Fix breakage all over the place
Thomas Gleixner
2006-06-20
1
-1
/
+1
*
[MTD] NAND Replace oobinfo by ecclayout
Thomas Gleixner
2006-05-29
1
-3
/
+2
*
[MTD] NAND modularize write function
Thomas Gleixner
2006-05-26
1
-1
/
+1
*
[MTD] NAND Modularize read function
Thomas Gleixner
2006-05-25
1
-1
/
+3
*
[MTD] NAND remove write_byte/word function from nand_chip
Thomas Gleixner
2006-05-23
1
-5
/
+6
*
[MTD] Refactor NAND hwcontrol to cmd_ctrl
Thomas Gleixner
2006-05-23
1
-48
/
+29
*
[MTD] ECC rework broke diskonchip
Thomas Gleixner
2006-05-23
1
-1
/
+1
*
Merge branch 'master' of /home/tglx/work/kernel/git/mtd-2.6/
Thomas Gleixner
2006-05-23
1
-8
/
+8
|
\
|
*
[MTD] Introduce writesize
Joern Engel
2006-05-22
1
-8
/
+8
*
|
[MTD] NAND modularize ECC
Thomas Gleixner
2006-05-23
1
-4
/
+6
|
/
*
[MTD NAND] Indent all of drivers/mtd/nand/*.c.
David Woodhouse
2006-05-13
1
-204
/
+211
*
[PATCH] Unlinline a bunch of other functions
Arjan van de Ven
2006-01-14
1
-1
/
+1
*
[MTD] NAND: Clean up trailing white spaces
Thomas Gleixner
2005-11-07
1
-50
/
+50
*
[MTD] DiskOnChip: Add some comments
Dan Brown
2005-05-23
1
-1
/
+11
*
[MTD] DiskOnChip: Fix compile w/o CONFIG_MTD_PARTITIONS.
Dan Brown
2005-05-23
1
-3
/
+1
*
[MTD] DiskOnChip: Prevent problems with existing filesystems
Dan Brown
2005-05-23
1
-2
/
+2
*
[MTD] DiskOnChip: Fix (?) free OOB array info.
Dan Brown
2005-05-23
1
-2
/
+2
*
[MTD] DiskOnChip: Scan the entire device for Media Headers.
Dan Brown
2005-05-23
1
-22
/
+28
*
[MTD] DiskOnChip: Wait for the command to finish.
Thomas Gleixner
2005-05-23
1
-2
/
+9
*
[MTD] DiskOnChip: big endian fix for NFTL devices
Thomas Gleixner
2005-05-23
1
-1
/
+5
*
[MTD] DiskOnChip code cleanup
Thomas Gleixner
2005-05-23
1
-16
/
+3
*
[MTD] DiskOnChip use CONFIG_ options instead of random symbols
Thomas Gleixner
2005-05-23
1
-5
/
+5
*
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
2005-04-16
1
-0
/
+1782