aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/mtdconcat.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-25mtd: mtdconcat: fix NAND OOB writeGravatar Felix Radensky 1-2/+2
2011-03-11mtd: adapt writebufsize calculation for concatGravatar Holger Brunck 1-1/+7
2011-01-06mtd: initialize writebufsize in the MTD object of a partitionGravatar Anatolij Gustschin 1-0/+1
2010-08-08mtd: Update copyright noticesGravatar David Woodhouse 1-2/+16
2010-08-02mtd: mtdconcat: fix bug with uninitialized lock and unlock functionsGravatar Martin Krause 1-8/+12
2010-05-15drivers/mtd: Use kmemdupGravatar Julia Lawall 1-2/+1
2009-09-19mtd: mtdconcat: prevent a read from eraseregions[-1]Gravatar Roel Kluin 1-3/+3
2009-03-24NOMMU: Add support for direct mapping through mtdconcat if possibleGravatar David Howells 1-0/+47
2008-12-23[MTD] struct device - replace bus_id with dev_name(), dev_set_name()Gravatar Kay Sievers 1-1/+1
2008-12-10[MTD] Remove more strange u_intxx_t typesGravatar David Woodhouse 1-1/+1
2008-12-10[MTD] update internal API to support 64-bit device sizeGravatar Adrian Hunter 1-14/+19
2008-08-12[MTD] Define and use MTD_FAIL_ADDR_UNKNOWN instead of 0xffffffffGravatar Adrian Hunter 1-2/+2
2008-06-04MTD/JFFS2: remove CVS keywordsGravatar Adrian Bunk 1-2/+0
2007-10-14[MTD] fix mtdconcat for subpage-write NANDGravatar Chris Paulson-Ellis 1-0/+1
2007-07-23[MTD] Fix do_div() type warning in mtdconcatGravatar David Woodhouse 1-1/+1
2007-03-08[MTD] [NAND] make oobavail publicGravatar Vitaly Wool 1-0/+1
2007-02-09[MTD] remove unused ecctype,eccsize fields from struct mtd_infoGravatar Artem Bityutskiy 1-4/+0
2006-11-29[MTD] NAND: add subpage write supportGravatar Thomas Gleixner 1-0/+1
2006-11-28[MTD] replace kmalloc+memset with kzallocGravatar Burman Yan 1-2/+1
2006-11-28[MTD] [NAND] remove len/ooblen confusion.Gravatar Vitaly Wool 1-15/+24
2006-05-30[MTD] NAND Expose the new raw mode function and status info to userspaceGravatar Thomas Gleixner 1-16/+35
2006-05-29[MTD] NAND Signal that a bitflip was corrected by ECCGravatar Thomas Gleixner 1-3/+12
2006-05-29[MTD] Rework the out of band handling completelyGravatar Thomas Gleixner 1-53/+37
2006-05-29[MTD] NAND Replace oobinfo by ecclayoutGravatar Thomas Gleixner 1-1/+1
2006-05-29[MTD] NAND Consolidate oobinfo handlingGravatar Thomas Gleixner 1-3/+1
2006-05-23[MTD] Remove read/write _ecc variantsGravatar Thomas Gleixner 1-116/+0
2006-05-23[MTD] Remove nand writev supportGravatar Thomas Gleixner 1-18/+2
2006-05-22[MTD] Introduce writesizeGravatar Joern Engel 1-5/+5
2006-05-20[MTD] Avoid 64-bit division in mtdconcatGravatar Andrew Morton 1-2/+6
2006-05-17[MTD] Fix mtdconcat build. We didn't introduce mtd->writesize yet.Gravatar David Woodhouse 1-2/+2
2006-05-17MTD: mtdconcat NAND/Sibley support (rev.2)Gravatar Alexander Belyakov 1-5/+164
2006-03-26BUG_ON() Conversion in drivers/mtd/Gravatar Eric Sesterhenn 1-4/+2
2005-11-07[MTD] core: Clean up trailing white spacesGravatar Thomas Gleixner 1-3/+3
2005-11-07[MTD] Tidy up Tims include cleanupGravatar Thomas Gleixner 1-4/+5
2005-10-30[PATCH] fix missing includesGravatar Tim Schmielau 1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+897