summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand
AgeCommit message (Expand)Author
2012-06-01Merge tag 'for-linus-3.5-20120601' of git://git.infradead.org/linux-mtdLinus Torvalds
2012-06-01mtd: mxc_nand: move ecc strengh setup before nand_scan_tailSascha Hauer
2012-06-01mtd: gpmi-nand: define ecc.strengthMarek Vasut
2012-05-29mtd: nand: fix scan_read_raw_oobDmitry Maluka
2012-05-26Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-05-22Merge tag 'boards' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-05-22Merge tag 'pinctrl' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-05-22Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-05-19mtd: nand: gpmi: fix compile error caused by pinctrl callShawn Guo
2012-05-16Merge branch 'clk-next' of git://git.linaro.org/people/mturquette/linux into ...Arnd Bergmann
2012-05-15mtd: Add orion_nand devicetree bindingsJamie Lentin
2012-05-14Merge branch 'imx/pinctrl' into imx/clockArnd Bergmann
2012-05-13mtd: nand: omap: add support for hardware BCH eccIvan Djelic
2012-05-13mtd: nand: check the return code of 'read_oob/read_oob_raw'Shmulik Ladkani
2012-05-13mtd: nand: remove 'sndcmd' parameter of 'read_oob/read_oob_raw'Shmulik Ladkani
2012-05-13mtd: gpmi: add gpmi support for mx6qHuang Shijie
2012-05-13mtd: gpmi: add device tree support to gpmi-nandHuang Shijie
2012-05-13mtd: nand: utilize oob_required parameterBrian Norris
2012-05-13mtd: gpmi-nand: utilize oob_requested parameterBrian Norris
2012-05-13mtd: IFC NAND: utilize oob_required parameterBrian Norris
2012-05-13mtd: eLBC NAND: utilize oob_required parameterBrian Norris
2012-05-13mtd: nand: pass proper 'oob_required' parameterBrian Norris
2012-05-13mtd: nand: add 'oob_required' argument to NAND {read,write}_page interfacesBrian Norris
2012-05-13mtd: add read_byte support to plat_nandJohn Crispin
2012-05-13OF: MTD: make plat_nand loadable from DTJohn Crispin
2012-05-13mtd: nand: kill NAND_NO_AUTOINCR optionBrian Norris
2012-05-13mtd: nand: remove autoincrement 'sndcmd' codeBrian Norris
2012-05-13mtd: nandsim: remove autoincrement codeBrian Norris
2012-05-13mtd: driver _read() returns max_bitflips; mtd_read() returns -EUCLEANMike Dunn
2012-05-13mtd: nand: add sanity check of ecc strength to nand_scan_tail()Mike Dunn
2012-05-13mtd: nand: read_page() returns max_bitflipsMike Dunn
2012-05-13mtd: nand: fix incorrect ecc strength valuesMike Dunn
2012-05-13mtd: ecc_strength is at ecc step granularityMike Dunn
2012-05-13mtd: nand: Add a NAND_CMD_STATUS when using write verificationBastian Hecht
2012-05-13mtd: mxc_nand: fix several sparse warnings about incorrect address spaceUwe Kleine-König
2012-05-13mtd: mxc_nand: implement device tree probingUwe Kleine-König
2012-05-13mtd: mxc_nand: put several more fields into devtype_dataUwe Kleine-König
2012-05-13mtd: mxc_nand: put callback for data correction into devtype structUwe Kleine-König
2012-05-13mtd: mxc_nand: split chip_select function and put it into devtype structUwe Kleine-König
2012-05-13mtd: mxc_nand: put ecc layout into devtype structsUwe Kleine-König
2012-05-13mtd: mxc_nand: split some functions to get rid of more nfc_is_vX()Uwe Kleine-König
2012-05-13mtd: mxc_nand: move function pointers to a per-SOC structUwe Kleine-König
2012-05-13mtd: mxc_nand: use a flag to detect if the mx21 quirk is necessaryUwe Kleine-König
2012-05-13mtd: mxc_nand: set owner field to prevent module unloading when in useUwe Kleine-König
2012-05-13mtd: nand: omap: fix race condition in omap_wait()Ivan Djelic
2012-05-13mtd: fsmc_nand: Add clk_{un}prepare() supportViresh Kumar
2012-05-13mtd: omap2: fix resource leak in prefetch-busy pathGrazvydas Ignotas
2012-05-13mtd: print out the page size and oob size after parsing out the nandHuang Shijie
2012-05-13mtd: IFC NAND: Add support of ONFI NAND flashPrabhakar Kushwaha
2012-05-13mtd: use module_pci_driverAxel Lin