summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand
AgeCommit message (Expand)AuthorFilesLines
2012-07-06mtd: nand: remove stale config optionsRichard Genoud1-40/+0
2012-07-06mtd: nand: change "AMD" manuf. ID to "AMD/Spansion"Brian Norris1-1/+1
2012-07-06mtd: add LPC32xx SLC NAND driverRoland Stigge3-0/+1077
2012-07-06mtd: nand: teach write_page and write_page_raw return an error codeJosh Wu11-29/+62
2012-07-06mtd: at91: extract hw ecc initialization to one functionJosh Wu1-61/+66
2012-07-06mtd: nand: Use the mirror BBT descriptor when reading its versionShmulik Ladkani1-1/+1
2012-07-06mtd: mxc_nand: add i.MX53 supportSascha Hauer1-6/+42
2012-07-06mtd: mxc_nand: swap iomem resource orderSascha Hauer1-16/+19
2012-07-06mtd: mxc_nand: Use managed resourcesSascha Hauer1-47/+23
2012-07-06mtd: elbc nand: use drvdata to only remove the relevant chipScott Wood1-5/+5
2012-07-06nand: mxc_nand: Use clk_prepare_enable/clk_disable_unprepareFabio Estevam1-2/+2
2012-07-06mtd: nand: kill NAND_NO_READRDYBrian Norris5-22/+2
2012-07-06mtd: nand: add Eon Silicon Solutions manufacturer IDBrian Norris1-0/+1
2012-07-06mtd: sh_flctl: Use user oob data in hardware ECC modeBastian Hecht1-8/+17
2012-07-06mtd: sh_flctl: Restructure the hardware ECC handlingBastian Hecht1-40/+81
2012-07-06mtd: sh_flctl: Group sector accesses into a single transferBastian Hecht1-25/+19
2012-07-06mtd: sh_flctl: Simplify the hardware ecc page read/writeBastian Hecht1-23/+2
2012-07-06mtd: sh_flctl: Fix hardware ECC behaviourBastian Hecht1-23/+7
2012-07-06mtd: sh_flctl: Use different OOB layoutBastian Hecht1-6/+12
2012-07-06mtd: sh_flctl: Add support for error IRQBastian Hecht1-3/+31
2012-07-06mtd: sh_flctl: Add missing iounmap()Bastian Hecht1-0/+2
2012-07-06mtd: nand: gpmi: need to use {read,write}_oob_rawBrian Norris1-0/+3
2012-07-06mtd: cafe_nand: spelling mistakeBrian Norris1-1/+1
2012-07-06mtd: nandsim: don't open code a do_div helperHerton Ronaldo Krzesinski1-9/+3
2012-07-06mtd: gpmi-nand: fix read page when reading to vmalloced areaSascha Hauer1-5/+5
2012-07-06mtd: mxc_nand: use 32bit copy functionsSascha Hauer1-8/+29
2012-07-06mtd: cafe_nand: fix an & vs | mistakeDan Carpenter1-1/+1
2012-06-09mtd: nand: initialize bitflip_threshold prior to BBT scanningShmulik Ladkani1-0/+7
2012-06-02Merge tag 'for-linus-3.5-20120601' of git://git.infradead.org/linux-mtdLinus Torvalds33-612/+1181
2012-06-01mtd: mxc_nand: move ecc strengh setup before nand_scan_tailSascha Hauer1-6/+6
2012-06-01mtd: gpmi-nand: define ecc.strengthMarek Vasut1-0/+5
2012-05-29mtd: nand: fix scan_read_raw_oobDmitry Maluka1-0/+1
2012-05-26Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-3/+21
2012-05-23Merge tag 'boards' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-3/+44
2012-05-22Merge tag 'pinctrl' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+9
2012-05-22Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-7/+5
2012-05-19mtd: nand: gpmi: fix compile error caused by pinctrl callShawn Guo1-1/+1
2012-05-16Merge branch 'clk-next' of git://git.linaro.org/people/mturquette/linux into ...Arnd Bergmann1-0/+18
2012-05-15mtd: Add orion_nand devicetree bindingsJamie Lentin1-3/+44
2012-05-14Merge branch 'imx/pinctrl' into imx/clockArnd Bergmann1-0/+10
2012-05-14mtd: nand: omap: add support for hardware BCH eccIvan Djelic2-0/+285
2012-05-14mtd: nand: check the return code of 'read_oob/read_oob_raw'Shmulik Ladkani1-3/+10
2012-05-14mtd: nand: remove 'sndcmd' parameter of 'read_oob/read_oob_raw'Shmulik Ladkani6-30/+17
2012-05-14mtd: gpmi: add gpmi support for mx6qHuang Shijie5-16/+45
2012-05-14mtd: gpmi: add device tree support to gpmi-nandHuang Shijie3-69/+68
2012-05-14mtd: nand: utilize oob_required parameterBrian Norris1-2/+4
2012-05-14mtd: gpmi-nand: utilize oob_requested parameterBrian Norris1-15/+18
2012-05-14mtd: IFC NAND: utilize oob_required parameterBrian Norris1-1/+2
2012-05-14mtd: eLBC NAND: utilize oob_required parameterBrian Norris1-1/+2
2012-05-14mtd: nand: pass proper 'oob_required' parameterBrian Norris1-6/+8