summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.infradead.org/~kmpark/onenand-mtd-2.6David Woodhouse2008-02-031-31/+28
|\
| * [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/+2
| * [MTD] [OneNAND] Get correct density from device IDKyungmin Park2008-01-291-4/+16
| * [MTD] [OneNAND] Consolidate OneNAND operation orderKyungmin Park2008-01-291-15/+4
| * [MTD] [OneNAND] fix call to onenand_verify when writing subpagesAdrian Hunter2008-01-291-1/+1
| * [MTD] [OneNAND] Do not release chip twiceAdrian Hunter2008-01-291-3/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse2008-02-032-9/+10
|\ \
| * | mtd: Convert from class_device to device for MTD/mtdcharTony Jones2008-01-241-7/+5
| * | cache invalidation error for buffered writeMassimo Cirillo2008-01-111-2/+5
* | | [MTD] Unlocking all Intel flash that is locked on power up.Justin Treon2008-02-034-9/+22
* | | [MTD] [NAND] at91_nand: Make mtdparts option can override board infoAtsushi Nemoto2008-02-031-6/+6
* | | [MTD] mtdoops: Various minor cleanupsRichard Purdie2008-02-031-7/+9
* | | [MTD] mtdoops: Ensure sequential write to the bufferRichard Purdie2008-02-031-0/+28
* | | [MTD] mtdoops: Perform write operations in a workqueueRichard Purdie2008-02-031-40/+42
* | | [MTD] mtdoops: Add further error return code checkingRichard Purdie2008-02-031-12/+29
* | | [MTD] [NOR] Test devtype, not definition in flash_probe(), drivers/mtd/device...Roel Kluin2008-02-031-1/+1
* | | [UBI] drivers/mtd/ubi/scan.c: fix uninitialized var warningakpm@linux-foundation.org2008-02-031-1/+1
* | | [UBI] drivers/mtd/ubi/wl.c: fix uninitialized var warningakpm@linux-foundation.org2008-02-031-1/+1
* | | [UBI] drivers/mtd/ubi/cdev.c: unused varakpm@linux-foundation.org2008-02-031-1/+1
* | | [MTD] Factor out OF partition support from the NOR driver.Scott Wood2008-02-034-62/+110
* | | [MTD] jedec probe: drop unnecessary forward declarationsIlpo Järvinen2008-02-031-8/+0
* | | [MTD] JEDEC probe: kill some inline bloatIlpo Järvinen2008-02-031-2/+1
| |/ |/|
* | [MTD] [NAND] fix s3c2410 error correctionMatt Reimer2008-01-261-14/+12
* | [MTD] [NAND] make s3c2410 indicate an error for multi-bit read errorsMatt Reimer2008-01-121-1/+1
* | [MTD] [NOR] Fix incorrect interface code for x16/x32 chipsBartlomiej Sieka2008-01-103-9/+11
* | [MTD] [NAND] Don't panic if a controller driver does ecc its own way.Scott Wood2008-01-081-2/+6
* | [MTD] [MAPS] Remove Photron PNC-2000 map driverDavid Woodhouse2008-01-083-101/+0
* | [MTD] mtdchar.c: ioctl always returns 0 as size written for ppc64David Scidmore2008-01-081-2/+6
* | UBI: bugfix: do not forget to increment vol_countArtem Bityutskiy2007-12-262-1/+2
* | UBI: do not support kiBArtem Bityutskiy2007-12-261-3/+1
* | UBI: add mtd_num sysfs attributeArtem Bityutskiy2007-12-261-1/+9
* | UBI: fix mtd device string parsingArtem Bityutskiy2007-12-261-24/+12
* | UBI: use separate mutex for volumes checkingArtem Bityutskiy2007-12-263-8/+5
* | UBI: handle attach ioctlArtem Bityutskiy2007-12-263-42/+135
* | UBI: remove data_offsetArtem Bityutskiy2007-12-262-29/+16
* | UBI: prepare attach and detach functionsArtem Bityutskiy2007-12-263-87/+169
* | UBI: add UBI devices reference countingArtem Bityutskiy2007-12-267-63/+201
* | UBI: add UBI control deviceArtem Bityutskiy2007-12-263-11/+54
* | UBI: fix commentArtem Bityutskiy2007-12-262-9/+5
* | UBI: fix ubi_wl_flushArtem Bityutskiy2007-12-262-7/+33
* | UBI: fix printkArtem Bityutskiy2007-12-261-9/+13
* | UBI: bugfix: protect from volume removalArtem Bityutskiy2007-12-263-135/+239
* | UBI: improve commentArtem Bityutskiy2007-12-261-3/+6
* | UBI: add PID to debugging printsArtem Bityutskiy2007-12-261-14/+7
* | UBI: tweak volumes locking some moreArtem Bityutskiy2007-12-262-16/+17
* | UBI: introduce volume refcountingArtem Bityutskiy2007-12-265-42/+84
* | UBI: simplify error handlingArtem Bityutskiy2007-12-261-40/+12
* | UBI: fix and cleanup volume opening functionsArtem Bityutskiy2007-12-261-36/+25
OpenPOWER on IntegriCloud