summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
AgeCommit message (Expand)Author
2007-02-19Merge git://git.infradead.org/mtd-2.6Linus Torvalds
2007-02-18[MTD] [NAND] S3C2412 fix hw eccMatthieu CASTET
2007-02-18[MTD] [NAND] Work around false compiler warning in CAFÉ driverAndrew Morton
2007-02-18[MTD] [MAPS] ichxrom warning fixAndrew Morton
2007-02-18[MTD] [MAPS] amd76xrom warning fixAndrew Morton
2007-02-18[MTD] [MAPS] esb2rom warning fixesAndrew Morton
2007-02-18[MTD] [MAPS] ck804xrom warning fixAndrew Morton
2007-02-18[MTD] [MAPS] netsc520 warning fixAndrew Morton
2007-02-18[MTD] [MAPS] sc520cdp warning fixAndrew Morton
2007-02-18[MTD] [ONENAND] onenand_base warning fixAndrew Morton
2007-02-14[PATCH] Scheduled removal of SA_xxx interrupt flags fixups 2Thomas Gleixner
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau
2007-02-12[PATCH] mark struct file_operations const 5Arjan van de Ven
2007-02-11[PATCH] remove invalidate_inode_pages()Andrew Morton
2007-02-11[MTD] [NAND] eXcite nand flash driverThomas Koeller
2007-02-10[MTD] Improve heuristic for detecting wrong-endian RedBoot partition tableDavid Woodhouse
2007-02-10[MTD] Fix RedBoot partition parsing regression harder.Rod Whitby
2007-02-09[MTD] [NAND] S3C2410: Hardware ECC correction codeBen Dooks
2007-02-09[MTD] remove unused ecctype,eccsize fields from struct mtd_infoArtem Bityutskiy
2007-02-09[MTD] [NOR] Intel: remove ugly PROGREGION macrosArtem Bityutskiy
2007-02-09[MTD] [NOR] STAA: use writesize instead off eccsize to represent ECC blockArtem Bityutskiy
2007-02-09[MTD] OneNAND: Invalidate bufferRAM after eraseAdrian Hunter
2007-02-09[MTD] Don't oops when the RedBoot partition table is emptyMartin Michlmayr
2007-02-09[MTD] [NAND] Fix an off-by-one in a BUG_ON in CAFÉ ECC correction.Adrian Bunk
2007-02-09[MTD] [NAND] Correctly validate out-of-band offset and lengthAdrian Hunter
2007-02-09[MTD] Fix default timeouts for Intel NOR flashDavid Woodhouse
2007-02-09Merge branch 'master' of git://git.infradead.org/~kmpark/onenand-mtd-2.6David Woodhouse
2007-02-09[MTD] CK804XROM must depend on PCIakpm@osdl.org
2007-02-09[MTD] OneNAND: Select correct chip's bufferRAM for DDPAdrian Hunter
2007-02-07[MTD] OneNAND: Error message printing and bad block scan errosKyungmin Park
2007-02-07[MTD] OneNAND: Subpage write returned incorrect length writtenAdrian Hunter
2007-02-06[MTD] OneNAND: Do not allow oob write past end of pageAdrian Hunter
2007-02-05[MTD NAND] CAFÉ controller depends, perhaps unsurprisingly, on NANDDavid Woodhouse
2007-02-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse
2007-02-02[MTD] OneNAND: Fix typo and remove unnecessary goto statementKyungmin Park
2007-02-02[MTD] OneNAND: Reduce internal BufferRAM operationsKyungmin Park
2007-02-02[MTD] OneNAND: Remove line of code that was meant to be deleted in OOB_AUTOKyungmin Park
2007-02-01[MTD] OneNAND: Add support for auto-placement of out-of-band dataAdrian Hunter
2007-01-31[MTD] ck804xrom: fix a pci_find_deviceAlan
2007-01-31[MTD] OneNAND: Remove unused fieldsKyungmin Park
2007-01-30[PATCH] mtd/nand/cafe.c missing include of dma-mapping.hAl Viro
2007-01-25[MTD] OneNAND: Amend write-verify to compare to original bufferAdrian Hunter
2007-01-23[MTD] [NAND] Remove debugging cruft from CAFÉ NAND driver.David Woodhouse
2007-01-23[MTD] [NAND] Inherit CAFÉ NAND timing setup from firmwareDavid Woodhouse
2007-01-22[MTD] OneNAND: Check first or second pages for bad block informationAdrian Hunter
2007-01-22[MTD] OneNAND: Free the bad block table when the device is releasedAdrian Hunter
2007-01-18[MTD] OneNAND: Update copyrights and code cleanupKyungmin Park
2007-01-18[MTD] OneNAND: Reduce Double Density Package (DDP) operationsKyungmin Park
2007-01-18[MTD] OneNAND: Return an error if a read timeout occursAdrian Hunter
2007-01-18[MTD] OneNAND: Fix unlock all status errorKyungmin Park