summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* Improved gpmc_nand driver to show the current eccmode.Juergen Kilb2011-06-101-3/+5
* Always initialize oob_poi before writing OOB dataJuergen Beisert2011-05-251-3/+3
* ARM: omap4: fix dev_width for omap_enable_hweccJan Weitzel2011-04-201-1/+1
* nand omap: handle erased pages correctly in hamming ecc modeSascha Hauer2011-04-121-0/+5
* nand omap: use xzalloc instead of callocSascha Hauer2011-04-121-5/+1
* nand omap: use standard debug functionsSascha Hauer2011-04-121-19/+8
* nand bb: add proper bb remove functionSascha Hauer2011-04-121-0/+22
* nand bb: switch to cdev operationsSascha Hauer2011-04-121-39/+26
* nand: move bb handling code to drivers/mtd/nandSascha Hauer2011-04-122-1/+283
* nand: nand_block_markbad is only used with nand write supportSascha Hauer2011-04-123-21/+5
* nand omap: turn debug messages into dev_dbgSascha Hauer2011-04-121-8/+8
* nand omap: fix hamming romcode ecc codeSascha Hauer2011-04-121-4/+14
* nand: make reading oob optionalSascha Hauer2011-04-114-9/+49
* nand: remove unused nand_util fileSascha Hauer2011-04-112-859/+0
* devfs: remove unused struct filep* argument from open/closeSascha Hauer2011-04-111-2/+2
* ubi: do not use filepSascha Hauer2011-04-111-7/+1
* Merge branch 'nand-pu' into nextSascha Hauer2011-04-0611-1300/+1398
|\
| * nand: make bbt support optionalSascha Hauer2011-04-043-4/+20
| * nand: make vendor/type printout optionalSascha Hauer2011-04-042-69/+84
| * nand: Make different ecc modes optionalSascha Hauer2011-04-043-5/+32
| * nand: Make write support optionalSascha Hauer2011-04-046-9/+39
| * nand: factor out nand write supportSascha Hauer2011-04-044-717/+766
| * nand: factor out syndrome support to seperate fileSascha Hauer2011-04-044-207/+228
| * nand: factor out software ecc support to seperate fileSascha Hauer2011-04-044-75/+97
| * nand: Factor out hw ecc support to seperate fileSascha Hauer2011-04-044-85/+120
| * nand: do not fall through in nand_scan_tail()Sascha Hauer2011-04-041-16/+22
| * nand: remove unneeded nand_[get|release]_device functionsSascha Hauer2011-04-041-95/+0
| * nand: remove unused suspend/resume functionsSascha Hauer2011-04-041-28/+0
* | Merge branch 'omap-drivers' into nextSascha Hauer2011-04-063-107/+738
|\ \
| * | mtd nand omap: Add BCH ecc supportSascha Hauer2011-04-043-38/+576
| * | mtd nand omap: make ecc mode runtime configurableSascha Hauer2011-04-041-88/+181
| * | mtd nand omap: Pass ecc mode from platformSascha Hauer2011-04-041-1/+1
* | | omap: rename GPMC Kconfig entry to OMAP_GPMCSascha Hauer2011-04-041-1/+1
| |/ |/|
* | Merge branch 'next'Sascha Hauer2011-04-042-33/+100
|\|
| * mtd/nand_imx: add support for page size of 4kBaruch Siach2011-03-181-1/+1
| * S3C24xx/NFC: Add OOB/ECC handling documentation for different NANDsJuergen Beisert2011-03-141-3/+18
| * S3C24xx/NFC: Setup ECC handling in accordance to the kernelJuergen Beisert2011-03-141-4/+17
| * S3C24xx/NFC: Consider correct NAND page size for boot.Juergen Beisert2011-03-141-18/+58
| * S3C24xx/NFC: Remove double function setupJuergen Beisert2011-03-141-1/+0
| * S3C24xx/NFC: Remove dead codeJuergen Beisert2011-03-141-6/+2
| * S3C24xx/NFC: Re-enable the controller after NAND boot testJuergen Beisert2011-03-141-0/+4
* | mtd/nand_imx: fix read past buffer endBaruch Siach2011-03-181-2/+2
|/
* ARM i.MX: cleanup boot modesSascha Hauer2011-03-032-328/+0
* MACH-S3C2440: Speed up NAND controller for this CPUJuergen Beisert2011-03-031-0/+55
* MACH-S3C2440: Fix NAND controller for this CPUJuergen Beisert2011-03-031-3/+15
* MACH-S3C24XX: Add support for flash based BBTJuergen Beisert2011-03-031-0/+6
* cdev: fix printf compiler warningsSascha Hauer2011-01-071-1/+1
* nand: Fix warnings due to incompatible format stringsSanjeev Premi2011-01-072-8/+8
* nand_s3c2410: Fix sparse warnings.Marek Belisko2010-11-191-13/+13
* imx nand: Add v3 (i.MX51) supportSascha Hauer2010-11-122-3/+209