summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds2008-04-221-207/+12Star
|\
| * [POWERPC] fsl_elbc_nand: factor out localbus definesAnton Vorontsov2008-04-171-207/+12Star
* | Merge branch 'omap2-upstream' into develRussell King2008-04-195-14/+15
|\|
| * mtd/chips: add missing set_current_state() to cfi_{amdstd,staa}_sync()Dmitry Adamushko2008-04-092-0/+2
| * mtd: fix broken state in CFI driver caused by FL_SHUTDOWNAlexey Korolev2008-04-041-5/+5
| * mtd: maps/physmap: fix oops in suspend/resume/shutdown opsAnton Vorontsov2008-03-281-8/+7Star
| * mtd: nand: add out label in rfc_from4Sebastian Siewior2008-03-281-1/+1
* | plat-orion: make orion_nand available for all Orion familiesLennert Buytenhek2008-03-272-2/+2
|/
* mtd: memory corruption in block2mtd.cIngo van Lil2008-03-251-1/+0Star
* UBI: mtd/ubi/vtbl.c: fix memory leakAdrian Bunk2008-03-041-0/+1
* UBI: fix sparse errors in ubi.hHarvey Harrison2008-03-041-5/+5
* UBI: fix error messageArtem Bityutskiy2008-03-041-2/+2
* UBI: silence warningS.Çağlar Onur2008-03-041-1/+3
* Introduce path_put()Jan Blunck2008-02-151-2/+2
* Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck2008-02-151-5/+5
* [MTD] [NAND] cs553x_nand: command line partitioning supportMart Raudsepp2008-02-091-3/+28
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2008-02-0751-2013/+4605
|\
| * [MTD] Fix mtdoops.c compilationDavid Woodhouse2008-02-071-0/+1
| * [MTD] [NOR] fix startup lock when using multiple nor flash chipsRizzo Davide2008-02-071-1/+1
| * [MTD] [DOC200x] eccbuf is statically defined and always evaluate to trueSamuel Tardieu2008-02-072-3/+3
| * [MTD] Fix maps/physmap.c compilation with CONFIG_PMakpm@linux-foundation.org2008-02-071-6/+8
| * [MTD] onenand: Add panic_write function to the onenand driverRichard Purdie2008-02-071-0/+108
| * [MTD] mtdoops: Use the panic_write function when presentRichard Purdie2008-02-071-5/+21
| * [MTD] Add mtd panic_write function pointerRichard Purdie2008-02-071-0/+17
| * [MTD] [NAND] Freescale enhanced Local Bus Controller FCM NAND support.Scott Wood2008-02-073-0/+1254
| * [MTD] physmap.c: Add support for multiple resourcesStefan Roese2008-02-031-58/+104
| * [MTD] [NAND] Fix misparenthesization introduced by commit 78b65179...Scott Wood2008-02-031-2/+2
| * Merge git://git.infradead.org/~dedekind/ubi-2.6David Woodhouse2008-02-0310-164/+350
| |\
| | * UBI: do not flush queue on each vtbl changeArtem Bityutskiy2008-02-011-1/+1
| | * UBI: implement atomic LEB change ioctlArtem Bityutskiy2008-01-253-28/+183
| | * UBI: handle zero-length caseArtem Bityutskiy2008-01-251-0/+11
| | * UBI: simplify internal interfacesArtem Bityutskiy2008-01-253-36/+36
| | * UBI: do not change file pointer while updatingArtem Bityutskiy2008-01-252-4/+1Star
| | * UBI: add layout volume informationArtem Bityutskiy2008-01-253-7/+7
| | * UBI: fix warningsArtem Bityutskiy2008-01-252-2/+2
| | * UBI: add sanity checkArtem Bityutskiy2008-01-251-1/+6
| | * UBI: remove bogus assertionArtem Bityutskiy2008-01-251-1/+0Star
| | * UBI: bugfix: calculate data offset properlyArtem Bityutskiy2008-01-251-1/+1
| | * UBI: amend array sizeArtem Bityutskiy2008-01-251-2/+2
| | * UBI: add auto-resize featureArtem Bityutskiy2008-01-256-24/+80
| | * UBI: use bit-fieldsArtem Bityutskiy2008-01-252-19/+9Star
| | * UBI: fix warningsArtem Bityutskiy2008-01-252-11/+9Star
| | * UBI: get rid of ubi_ltree_slabArtem Bityutskiy2008-01-253-33/+8Star
| * | [MTD] [NAND] Fix Blackfin NFC ECC calculating bug with page size 512 bytesBryan Wu2008-02-031-6/+10
| * | [MTD] [NAND] Remove wrong operation in PM function of the BF54x NFC driverBryan Wu2008-02-031-3/+0Star
| * | [MTD] [NAND] Remove unused variable in plat_nand_removeLi Zefan2008-02-031-0/+2
| * | Merge git://git.infradead.org/~kmpark/onenand-mtd-2.6David Woodhouse2008-02-031-31/+28Star
| |\ \
| | * | [MTD] [OneNAND] Use pre-alloced oob buffer instead of local bufferKyungmin Park2008-01-291-4/+5
| | * | [MTD] [OneNAND] Use the u_char instead of char in oobbufSheng Yongjie (Sam2008-01-291-1/+1
| | * | [MTD] [OneNAND] Check the initial bad block using ONENAND_CTRL_ERRORKyungmin Park2008-01-291-4/+2Star