aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* [MTD] [NAND] eXcite nand flash driverThomas Koeller2007-02-113-0/+257
* [MTD] Improve heuristic for detecting wrong-endian RedBoot partition tableDavid Woodhouse2007-02-101-2/+11
* [MTD] Fix RedBoot partition parsing regression harder.Rod Whitby2007-02-101-3/+5
* [MTD] [NAND] S3C2410: Hardware ECC correction codeBen Dooks2007-02-092-13/+62
* [MTD] remove unused ecctype,eccsize fields from struct mtd_infoArtem Bityutskiy2007-02-098-13/+3
* [MTD] [NOR] Intel: remove ugly PROGREGION macrosArtem Bityutskiy2007-02-091-4/+2
* [MTD] [NOR] STAA: use writesize instead off eccsize to represent ECC blockArtem Bityutskiy2007-02-091-1/+1
* [MTD] OneNAND: Invalidate bufferRAM after eraseAdrian Hunter2007-02-091-0/+25
* [MTD] Don't oops when the RedBoot partition table is emptyMartin Michlmayr2007-02-091-1/+1
* [MTD] [NAND] Fix an off-by-one in a BUG_ON in CAFÉ ECC correction.Adrian Bunk2007-02-091-1/+1
* [MTD] [NAND] Correctly validate out-of-band offset and lengthAdrian Hunter2007-02-091-5/+41
* [MTD] Fix default timeouts for Intel NOR flashDavid Woodhouse2007-02-091-3/+17
* Merge branch 'master' of git://git.infradead.org/~kmpark/onenand-mtd-2.6David Woodhouse2007-02-092-171/+428
|\
| * [MTD] OneNAND: Select correct chip's bufferRAM for DDPAdrian Hunter2007-02-091-8/+16
| * [MTD] OneNAND: Error message printing and bad block scan errosKyungmin Park2007-02-072-30/+148
| * [MTD] OneNAND: Subpage write returned incorrect length writtenAdrian Hunter2007-02-071-11/+9
| * [MTD] OneNAND: Do not allow oob write past end of pageAdrian Hunter2007-02-061-0/+7
| * [MTD] OneNAND: Fix typo and remove unnecessary goto statementKyungmin Park2007-02-021-8/+4
| * [MTD] OneNAND: Reduce internal BufferRAM operationsKyungmin Park2007-02-021-24/+23
| * [MTD] OneNAND: Remove line of code that was meant to be deleted in OOB_AUTOKyungmin Park2007-02-021-9/+5
| * [MTD] OneNAND: Add support for auto-placement of out-of-band dataAdrian Hunter2007-02-012-37/+171
| * [MTD] OneNAND: Remove unused fieldsKyungmin Park2007-01-311-3/+2
| * [MTD] OneNAND: Amend write-verify to compare to original bufferAdrian Hunter2007-01-251-21/+31
| * [MTD] OneNAND: Check first or second pages for bad block informationAdrian Hunter2007-01-221-1/+1
| * [MTD] OneNAND: Free the bad block table when the device is releasedAdrian Hunter2007-01-222-3/+6
| * [MTD] OneNAND: Update copyrights and code cleanupKyungmin Park2007-01-181-12/+9
| * [MTD] OneNAND: Reduce Double Density Package (DDP) operationsKyungmin Park2007-01-181-26/+16
| * [MTD] OneNAND: Return an error if a read timeout occursAdrian Hunter2007-01-181-0/+3
| * [MTD] OneNAND: Fix unlock all status errorKyungmin Park2007-01-181-5/+4
* | [MTD] CK804XROM must depend on PCIakpm@osdl.org2007-02-091-1/+1
* | [MTD NAND] CAFÉ controller depends, perhaps unsurprisingly, on NANDDavid Woodhouse2007-02-051-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2007-02-051-0/+1
|\ \
| * | [PATCH] mtd/nand/cafe.c missing include of dma-mapping.hAl Viro2007-01-301-0/+1
| |/
* | [MTD] ck804xrom: fix a pci_find_deviceAlan2007-01-311-1/+1
* | [MTD] [NAND] Remove debugging cruft from CAFÉ NAND driver.David Woodhouse2007-01-231-37/+4
* | [MTD] [NAND] Inherit CAFÉ NAND timing setup from firmwareDavid Woodhouse2007-01-231-14/+30
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2007-01-185-8/+8
|\
| * [PATCH] SPI/MTD: mtd_dataflash oops preventionDavid Brownell2006-12-301-1/+1
| * [PATCH] m25p80 build fixes (with MTD debug)David Brownell2006-12-301-2/+2
| * [PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day2006-12-131-1/+1
| * [PATCH] Fix numerous kcalloc() calls, convert to kzalloc()Robert P. J. Day2006-12-131-1/+1
| * [PATCH] slab: remove SLAB_KERNELChristoph Lameter2006-12-071-1/+1
| * Fix typos in doc and commentsJan Engelhardt2006-11-301-1/+1
| * Fix misc Kconfig typosMatt LaPlante2006-11-301-1/+1
* | [MTD] OneNAND: Handle DDP chip boundary during read-while-loadAdrian Hunter2007-01-101-1/+14
* | [MTD] OneNAND: return ecc error code only when 2-bit ecc occursKyungmin Park2007-01-101-3/+3
* | [MTD] OneNAND: Implement read-while-loadAdrian Hunter2007-01-101-32/+42
* | [MTD] OneNAND: fix onenand_wait bug in read ecc errorKyungmin Park2007-01-101-2/+3
* | [MTD] OneNAND: release CPU in cyclesArtem Bityutskiy2007-01-101-7/+9
* | [MTD] OneNAND: add subpage write supportKyungmin Park2007-01-101-14/+42