summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-3.5-20120601' of git://git.infradead.org/linux-mtdLinus Torvalds2012-06-0233-612/+1181
|\
| * mtd: mxc_nand: move ecc strengh setup before nand_scan_tailSascha Hauer2012-06-011-6/+6
| * mtd: gpmi-nand: define ecc.strengthMarek Vasut2012-06-011-0/+5
| * mtd: nand: fix scan_read_raw_oobDmitry Maluka2012-05-291-0/+1
| * mtd: nand: omap: add support for hardware BCH eccIvan Djelic2012-05-142-0/+285
| * mtd: nand: check the return code of 'read_oob/read_oob_raw'Shmulik Ladkani2012-05-141-3/+10
| * mtd: nand: remove 'sndcmd' parameter of 'read_oob/read_oob_raw'Shmulik Ladkani2012-05-146-30/+17Star
| * mtd: gpmi: add gpmi support for mx6qHuang Shijie2012-05-145-16/+45
| * mtd: gpmi: add device tree support to gpmi-nandHuang Shijie2012-05-143-69/+68Star
| * mtd: nand: utilize oob_required parameterBrian Norris2012-05-141-2/+4
| * mtd: gpmi-nand: utilize oob_requested parameterBrian Norris2012-05-141-15/+18
| * mtd: IFC NAND: utilize oob_required parameterBrian Norris2012-05-141-1/+2
| * mtd: eLBC NAND: utilize oob_required parameterBrian Norris2012-05-141-1/+2
| * mtd: nand: pass proper 'oob_required' parameterBrian Norris2012-05-141-6/+8
| * mtd: nand: add 'oob_required' argument to NAND {read,write}_page interfacesBrian Norris2012-05-1414-67/+84
| * mtd: add read_byte support to plat_nandJohn Crispin2012-05-141-0/+1
| * OF: MTD: make plat_nand loadable from DTJohn Crispin2012-05-141-6/+15
| * mtd: nand: kill NAND_NO_AUTOINCR optionBrian Norris2012-05-1414-30/+11Star
| * mtd: nand: remove autoincrement 'sndcmd' codeBrian Norris2012-05-141-37/+6Star
| * mtd: nandsim: remove autoincrement codeBrian Norris2012-05-141-25/+3Star
| * mtd: driver _read() returns max_bitflips; mtd_read() returns -EUCLEANMike Dunn2012-05-142-6/+16
| * mtd: nand: add sanity check of ecc strength to nand_scan_tail()Mike Dunn2012-05-141-2/+7
| * mtd: nand: read_page() returns max_bitflipsMike Dunn2012-05-1410-38/+82
| * mtd: nand: fix incorrect ecc strength valuesMike Dunn2012-05-143-11/+3Star
| * mtd: ecc_strength is at ecc step granularityMike Dunn2012-05-141-1/+1
| * mtd: nand: Add a NAND_CMD_STATUS when using write verificationBastian Hecht2012-05-141-0/+3
| * mtd: mxc_nand: fix several sparse warnings about incorrect address spaceUwe Kleine-König2012-05-141-11/+11
| * mtd: mxc_nand: implement device tree probingUwe Kleine-König2012-05-141-19/+95
| * mtd: mxc_nand: put several more fields into devtype_dataUwe Kleine-König2012-05-141-36/+94
| * mtd: mxc_nand: put callback for data correction into devtype structUwe Kleine-König2012-05-141-4/+6
| * mtd: mxc_nand: split chip_select function and put it into devtype structUwe Kleine-König2012-05-141-5/+28
| * mtd: mxc_nand: put ecc layout into devtype structsUwe Kleine-König2012-05-141-11/+14
| * mtd: mxc_nand: split some functions to get rid of more nfc_is_vX()Uwe Kleine-König2012-05-141-29/+80
| * mtd: mxc_nand: move function pointers to a per-SOC structUwe Kleine-König2012-05-141-66/+104
| * mtd: mxc_nand: use a flag to detect if the mx21 quirk is necessaryUwe Kleine-König2012-05-141-49/+49
| * mtd: mxc_nand: set owner field to prevent module unloading when in useUwe Kleine-König2012-05-141-0/+1
| * mtd: nand: omap: fix race condition in omap_wait()Ivan Djelic2012-05-141-1/+3
| * mtd: fsmc_nand: Add clk_{un}prepare() supportViresh Kumar2012-05-141-7/+7
| * mtd: omap2: fix resource leak in prefetch-busy pathGrazvydas Ignotas2012-05-141-1/+3
| * mtd: print out the page size and oob size after parsing out the nandHuang Shijie2012-05-141-4/+5
| * mtd: IFC NAND: Add support of ONFI NAND flashPrabhakar Kushwaha2012-05-141-6/+16
| * mtd: use module_pci_driverAxel Lin2012-05-143-37/+3Star
| * mtd: gpmi: do not include the mxs.hHuang Shijie2012-05-141-4/+5
| * mtd: plat_nand: Add default partition parser to driverH Hartley Sweeten2012-05-141-2/+6
* | Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-05-262-3/+21
|\ \
| * \ Merge branch 'clk-next' of git://git.linaro.org/people/mturquette/linux into ...Arnd Bergmann2012-05-161-0/+18
| |\ \
| | * | ARM: Orion: NAND: Add support for clk, if there is one.Andrew Lunn2012-05-091-0/+18
| * | | Merge branch 'imx/pinctrl' into imx/clockArnd Bergmann2012-05-141-0/+10
| |\ \ \
| * | | | mtd mxc_nand: prepare/unprepare clockSascha Hauer2012-04-251-3/+3
| | |/ / | |/| |
* | | | Merge tag 'boards' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-05-221-3/+44
|\ \ \ \