summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2008-02-03[MTD] [NAND] Fix Blackfin NFC ECC calculating bug with page size 512 bytesBryan Wu1-6/+10
2008-02-03[MTD] [NAND] Remove wrong operation in PM function of the BF54x NFC driverBryan Wu1-3/+0
2008-02-03[MTD] [NAND] Remove unused variable in plat_nand_removeLi Zefan1-0/+2
2008-02-03Merge git://git.infradead.org/~kmpark/onenand-mtd-2.6David Woodhouse1-31/+28
2008-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse2-9/+10
2008-02-03[MTD] Unlocking all Intel flash that is locked on power up.Justin Treon4-9/+22
2008-02-03[MTD] [NAND] at91_nand: Make mtdparts option can override board infoAtsushi Nemoto1-6/+6
2008-02-03[MTD] mtdoops: Various minor cleanupsRichard Purdie1-7/+9
2008-02-03[MTD] mtdoops: Ensure sequential write to the bufferRichard Purdie1-0/+28
2008-02-03[MTD] mtdoops: Perform write operations in a workqueueRichard Purdie1-40/+42
2008-02-03[MTD] mtdoops: Add further error return code checkingRichard Purdie1-12/+29
2008-02-03[MTD] [NOR] Test devtype, not definition in flash_probe(), drivers/mtd/device...Roel Kluin1-1/+1
2008-02-03[UBI] drivers/mtd/ubi/scan.c: fix uninitialized var warningakpm@linux-foundation.org1-1/+1
2008-02-03[UBI] drivers/mtd/ubi/wl.c: fix uninitialized var warningakpm@linux-foundation.org1-1/+1
2008-02-03[UBI] drivers/mtd/ubi/cdev.c: unused varakpm@linux-foundation.org1-1/+1
2008-02-03[MTD] Factor out OF partition support from the NOR driver.Scott Wood4-62/+110
2008-02-03[MTD] jedec probe: drop unnecessary forward declarationsIlpo Järvinen1-8/+0
2008-02-03[MTD] JEDEC probe: kill some inline bloatIlpo Järvinen1-2/+1
2008-01-29[MTD] [OneNAND] Use pre-alloced oob buffer instead of local bufferKyungmin Park1-4/+5
2008-01-29[MTD] [OneNAND] Use the u_char instead of char in oobbufSheng Yongjie (Sam1-1/+1
2008-01-29[MTD] [OneNAND] Check the initial bad block using ONENAND_CTRL_ERRORKyungmin Park1-4/+2
2008-01-29[MTD] [OneNAND] Get correct density from device IDKyungmin Park1-4/+16
2008-01-29[MTD] [OneNAND] Consolidate OneNAND operation orderKyungmin Park1-15/+4
2008-01-29[MTD] [OneNAND] fix call to onenand_verify when writing subpagesAdrian Hunter1-1/+1
2008-01-29[MTD] [OneNAND] Do not release chip twiceAdrian Hunter1-3/+0
2008-01-26[MTD] [NAND] fix s3c2410 error correctionMatt Reimer1-14/+12
2008-01-24mtd: Convert from class_device to device for MTD/mtdcharTony Jones1-7/+5
2008-01-12[MTD] [NAND] make s3c2410 indicate an error for multi-bit read errorsMatt Reimer1-1/+1
2008-01-11cache invalidation error for buffered writeMassimo Cirillo1-2/+5
2008-01-10[MTD] [NOR] Fix incorrect interface code for x16/x32 chipsBartlomiej Sieka3-9/+11
2008-01-08[MTD] [NAND] Don't panic if a controller driver does ecc its own way.Scott Wood1-2/+6
2008-01-08[MTD] [MAPS] Remove Photron PNC-2000 map driverDavid Woodhouse3-101/+0
2008-01-08[MTD] mtdchar.c: ioctl always returns 0 as size written for ppc64David Scidmore1-2/+6
2007-12-26UBI: bugfix: do not forget to increment vol_countArtem Bityutskiy2-1/+2
2007-12-26UBI: do not support kiBArtem Bityutskiy1-3/+1
2007-12-26UBI: add mtd_num sysfs attributeArtem Bityutskiy1-1/+9
2007-12-26UBI: fix mtd device string parsingArtem Bityutskiy1-24/+12
2007-12-26UBI: use separate mutex for volumes checkingArtem Bityutskiy3-8/+5
2007-12-26UBI: handle attach ioctlArtem Bityutskiy3-42/+135
2007-12-26UBI: remove data_offsetArtem Bityutskiy2-29/+16
2007-12-26UBI: prepare attach and detach functionsArtem Bityutskiy3-87/+169
2007-12-26UBI: add UBI devices reference countingArtem Bityutskiy7-63/+201
2007-12-26UBI: add UBI control deviceArtem Bityutskiy3-11/+54
2007-12-26UBI: fix commentArtem Bityutskiy2-9/+5
2007-12-26UBI: fix ubi_wl_flushArtem Bityutskiy2-7/+33
2007-12-26UBI: fix printkArtem Bityutskiy1-9/+13
2007-12-26UBI: bugfix: protect from volume removalArtem Bityutskiy3-135/+239
2007-12-26UBI: improve commentArtem Bityutskiy1-3/+6
2007-12-26UBI: add PID to debugging printsArtem Bityutskiy1-14/+7
2007-12-26UBI: tweak volumes locking some moreArtem Bityutskiy2-16/+17