summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
...
* introduce io.hSascha Hauer2011-09-2211-11/+11
* i.MX NAND: pass second base address as resourceSascha Hauer2011-09-211-6/+15
* at91: nand switch ecc base to resourceJean-Christophe PLAGNIOL-VILLARD2011-09-201-4/+4
* nand: convert to struct resourceJean-Christophe PLAGNIOL-VILLARD2011-07-232-7/+7
* nomadik/nand: switch to dev_request_mem_regionJean-Christophe PLAGNIOL-VILLARD2011-07-201-4/+3
* atmel/drivers: switch to dev_request_mem_regionJean-Christophe PLAGNIOL-VILLARD2011-07-201-1/+1
* nand i.MX: convert to struct resourceSascha Hauer2011-07-191-1/+1
* nomadik_nand: use "struct resource" instead of platform_dataJean-Christophe PLAGNIOL-VILLARD2011-07-181-4/+4
* atmel_nand: switch to "struct resource"Jean-Christophe PLAGNIOL-VILLARD2011-07-181-1/+1
* 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