aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-03-09[MTD] [OneNAND] Classify the page data and oob bufferKyungmin Park1-6/+18
2007-03-09[MTD] [OneNAND] Exit the loop when transferring/filling of the oob is finishedKyungmin Park1-2/+4
2007-03-09[MTD] [OneNAND] add Nokia Copyright and a creditAdrian Hunter1-0/+5
2007-03-09[MTD] [OneNAND] Fix typo & wrong commentsKyungmin Park1-9/+11
2007-03-09[MTD] [OneNAND] Use oob buffer instead of main one in oob functionsKyungmin Park1-10/+13
2007-03-08[MTD] Correct partition failed erase addressAdrian Hunter1-1/+5
2007-03-08[MTD] [NAND] Correct misspelled preprocessor variable.Robert P. J. Day1-1/+1
2007-03-08[MTD] [MAPS] dilnetpc: Fix printk warningAlan Cox1-2/+2
2007-03-08[MTD] [NOR] Fix oops in cfi_amdstd_syncVijay Sampath2-0/+4
2007-03-08[MTD] ESB2 check for closed ROM windowCyrill Gorcunov1-3/+8
2007-03-08[MTD] [NAND] make oobavail publicVitaly Wool4-0/+4
2007-02-25[ARM] 4233/1: nand/s3c2410.c: warning fixArnaud Patard1-1/+1
2007-02-19Merge git://git.infradead.org/mtd-2.6Linus Torvalds25-280/+930
2007-02-18[MTD] [NAND] S3C2412 fix hw eccMatthieu CASTET1-0/+27
2007-02-18[MTD] [NAND] Work around false compiler warning in CAFÉ driverAndrew Morton1-2/+2
2007-02-18[MTD] [MAPS] ichxrom warning fixAndrew Morton1-2/+2
2007-02-18[MTD] [MAPS] amd76xrom warning fixAndrew Morton1-2/+2
2007-02-18[MTD] [MAPS] esb2rom warning fixesAndrew Morton1-2/+2
2007-02-18[MTD] [MAPS] ck804xrom warning fixAndrew Morton1-2/+2
2007-02-18[MTD] [MAPS] netsc520 warning fixAndrew Morton1-1/+3
2007-02-18[MTD] [MAPS] sc520cdp warning fixAndrew Morton1-2/+3
2007-02-18[MTD] [ONENAND] onenand_base warning fixAndrew Morton1-1/+1
2007-02-14[PATCH] Scheduled removal of SA_xxx interrupt flags fixups 2Thomas Gleixner1-1/+2
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau10-10/+0
2007-02-12[PATCH] mark struct file_operations const 5Arjan van de Ven1-1/+1
2007-02-11[PATCH] remove invalidate_inode_pages()Andrew Morton1-1/+2
2007-02-11[MTD] [NAND] eXcite nand flash driverThomas Koeller3-0/+257
2007-02-10[MTD] Improve heuristic for detecting wrong-endian RedBoot partition tableDavid Woodhouse1-2/+11
2007-02-10[MTD] Fix RedBoot partition parsing regression harder.Rod Whitby1-3/+5
2007-02-09[MTD] [NAND] S3C2410: Hardware ECC correction codeBen Dooks2-13/+62
2007-02-09[MTD] remove unused ecctype,eccsize fields from struct mtd_infoArtem Bityutskiy8-13/+3
2007-02-09[MTD] [NOR] Intel: remove ugly PROGREGION macrosArtem Bityutskiy1-4/+2
2007-02-09[MTD] [NOR] STAA: use writesize instead off eccsize to represent ECC blockArtem Bityutskiy1-1/+1
2007-02-09[MTD] OneNAND: Invalidate bufferRAM after eraseAdrian Hunter1-0/+25
2007-02-09[MTD] Don't oops when the RedBoot partition table is emptyMartin Michlmayr1-1/+1
2007-02-09[MTD] [NAND] Fix an off-by-one in a BUG_ON in CAFÉ ECC correction.Adrian Bunk1-1/+1
2007-02-09[MTD] [NAND] Correctly validate out-of-band offset and lengthAdrian Hunter1-5/+41
2007-02-09[MTD] Fix default timeouts for Intel NOR flashDavid Woodhouse1-3/+17
2007-02-09Merge branch 'master' of git://git.infradead.org/~kmpark/onenand-mtd-2.6David Woodhouse2-171/+428
2007-02-09[MTD] CK804XROM must depend on PCIakpm@osdl.org1-1/+1
2007-02-09[MTD] OneNAND: Select correct chip's bufferRAM for DDPAdrian Hunter1-8/+16
2007-02-07[MTD] OneNAND: Error message printing and bad block scan errosKyungmin Park2-30/+148
2007-02-07[MTD] OneNAND: Subpage write returned incorrect length writtenAdrian Hunter1-11/+9
2007-02-06[MTD] OneNAND: Do not allow oob write past end of pageAdrian Hunter1-0/+7
2007-02-05[MTD NAND] CAFÉ controller depends, perhaps unsurprisingly, on NANDDavid Woodhouse1-1/+1
2007-02-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse1-0/+1
2007-02-02[MTD] OneNAND: Fix typo and remove unnecessary goto statementKyungmin Park1-8/+4
2007-02-02[MTD] OneNAND: Reduce internal BufferRAM operationsKyungmin Park1-24/+23
2007-02-02[MTD] OneNAND: Remove line of code that was meant to be deleted in OOB_AUTOKyungmin Park1-9/+5
2007-02-01[MTD] OneNAND: Add support for auto-placement of out-of-band dataAdrian Hunter2-37/+171