summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
...
* | [MTD] [OneNAND] unlikely(x) || unlikely(y) => unlikely(x || y)Roel Kluin2008-04-221-2/+2
* | [MTD] fix minor typo in the MTD map driver for SHARP SL seriesThomas Petazzoni2008-04-221-1/+1
* | [MTD] cmdlinepart: Missing partition info is not an errorPeter Korsgaard2008-04-221-4/+1
* | [MTD] [MAPS] add support for Nvidia MCP55 to ck804xromCarl-Daniel Hailfinger2008-04-221-27/+62
* | [MTD] make struct rfd_ftl_tr staticAdrian Bunk2008-04-221-1/+1
* | [MTD] [OneNAND] proper onenand_bbt_read_oob() prototypeAdrian Bunk2008-04-221-3/+0
* | [MTD] [NOR] cfi_cmdset_0020.c: make a function staticAdrian Bunk2008-04-221-1/+2
* | [MTD] ftl.c: make code staticAdrian Bunk2008-04-221-4/+2
* | [MTD] cmdlinepart.c: don't compare pointers with 0Adrian Bunk2008-04-221-4/+6
* | [MTD] mtdram.c should #include <linux/mtd/mtdram.h>Adrian Bunk2008-04-221-0/+1
* | [MTD] proper prototypes for nftl_{read,write}_oob()Adrian Bunk2008-04-221-5/+0
* | [MTD] proper prototypes for inftl_{read,write}_oob()Adrian Bunk2008-04-221-5/+0
* | [MTD] mtd/ofpart.c: add MODULE_LICENSEAdrian Bunk2008-04-221-0/+2
* | [MTD] [NAND] fsl_elbc_nand: Fix SEQIN handling for large pages.Scott Wood2008-04-221-5/+6
* | [MTD] Correct phram module param descriptionMark Hindley2008-04-221-1/+1
* | [MTD] [NAND] at91_nand: Make part_probes[] staticAtsushi Nemoto2008-04-221-1/+1
* | [MTD] [NAND] fix platform driver hotplug/coldplugKay Sievers2008-04-226-0/+9
* | [MTD] [MAPS] fix platform driver hotplug/coldplugKay Sievers2008-04-228-2/+22
* | [MTD] [NAND] fix possible Ooops in rfc_from4Sebastian Siewior2008-04-221-21/+29
* | [MTD] replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-2210-34/+34
* | [MTD] [JEDEC] Fix whitespace noise in chip tableDavid Woodhouse2008-04-221-14/+14
* | [MTD] [JEDEC] add support for the ST M29W400DB flash chipGordon Farquharson2008-04-221-0/+32
* | [MTD] block2mtd: logging typo fixesStephane Chazelas2008-04-221-5/+5
* | [MTD] [NAND] mtd/nand/cs553x_nand.c:part_probes[] staticAdrian Bunk2008-04-221-1/+1
* | [MTD] mtdoops.c: make struct oops_cxt static againAdrian Bunk2008-04-221-1/+1
* | [MTD] [MAPS] Document MTD_PHYSMAP module name in kconfigMike Frysinger2008-04-221-0/+3
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2008-04-2213-232/+40
|\ \
| * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds2008-04-211-207/+12
| |\ \
| | * | [POWERPC] fsl_elbc_nand: factor out localbus definesAnton Vorontsov2008-04-171-207/+12
| | |/
| * | 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-082-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/+7
| | * 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-241-1/+0
| * 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
* | [MTD] [OneNAND] Fix unlock all in Double Density Package (DDP)Kyungmin Park2008-02-161-15/+17
|/
* Introduce path_put()Jan Blunck2008-02-141-2/+2
* Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck2008-02-141-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