summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* mtd nand omap: use NAND_OWN_BUFFERS optionSascha Hauer2011-11-081-3/+3
* mtd nand omap: add read function for the OMAP4 romcode ecc modeSascha Hauer2011-11-081-8/+91
* mtd nand omap: factor out an internal __omap_calculate_ecc functionSascha Hauer2011-11-081-4/+10
* mtd nand omap: make debugging output more usefulSascha Hauer2011-11-081-17/+10
* mtd nand omap: use register defines for ecc registersSascha Hauer2011-11-081-11/+40
* mtd nand omap: fail on bch decode failureSascha Hauer2011-11-081-1/+4
* mtd nand omap: call ecc calculate function outside omap_correct_bchSascha Hauer2011-11-081-2/+6
* mtd nand omap: factor out hamming correct functionSascha Hauer2011-11-081-35/+45
* mtd nand omap: factor out bch correct functionSascha Hauer2011-11-081-52/+62
* mtd nand omap: use blocknum calculation to where it's usedSascha Hauer2011-11-081-7/+7
* nand: export some useful information about flashes to device variablesSascha Hauer2011-10-181-0/+6
* mtd nand i.MX: depend on ARCH_IMX instead of individual SoCsSascha Hauer2011-10-131-1/+1
* mtd nand i.MX: Add i.MX53 supportSascha Hauer2011-10-131-2/+8
* 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