aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-25mtd: nand: omap: Fix 1-bit Hamming code scheme, omap_calculate_ecc()Roger Quadros1-1/+1
2014-08-25mtd: nand: omap: Revert to using software ECC by defaultRoger Quadros1-3/+11
2014-08-08Merge tag 'for-linus-20140808' of git://git.infradead.org/linux-mtdLinus Torvalds12-107/+443
2014-08-07Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-16/+13
2014-07-30MIPS: Alchemy: remove au_read/write/syncManuel Lauss1-11/+10
2014-07-30MIPS: Alchemy: add helpers to access static memory ctrl registers.Manuel Lauss1-5/+3
2014-07-27mtd: gpmi: make blockmark swapping optionalLothar Waßmann1-19/+32
2014-07-27mtd: gpmi: remove line breaks from error messages and improve wordingLothar Waßmann1-5/+5
2014-07-27mtd: gpmi: remove useless (void *) type casts and spaces between type casts and variablesLothar Waßmann1-5/+5
2014-07-21mtd: atmel_nand: NFC: support multiple interrupt handlingJosh Wu1-22/+62
2014-07-21mtd: atmel_nand: implement the nfc_device_ready() by checking the R/B bitWu, Josh1-3/+11
2014-07-21mtd: atmel_nand: add NFC status error checkWu, Josh2-1/+27
2014-07-21mtd: atmel_nand: make ecc parameters same as definitionBo Shen1-10/+10
2014-07-21mtd: nand: add ONFI timing mode to nand_timings converterBoris BREZILLON2-1/+254
2014-07-21Merge tag 'v3.16-rc6' into MTD development branchBrian Norris1-2/+4
2014-07-14mtd: denali: use 8 bytes for READID commandgrmoore@altera.com1-3/+3
2014-07-13mtd: nand: reduce the warning noise when the ECC is too weakThomas Petazzoni1-2/+4
2014-07-08mtd: Introduce mtd_block_isreserved()Ezequiel Garcia2-0/+32
2014-07-02mtd: bf5xx_nand: drop no-op PM supportBrian Norris1-24/+0
2014-07-02mtd: s3c2410: Move to clk_prepare_enable/clk_disable_unprepareVasily Khoruzhick1-2/+2
2014-07-01mtd: lpc32xx: drop bitflip_threshold initializationBrian Norris2-12/+0
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2014-06-12Merge commit '9f12600fe425bc28f0ccba034a77783c09c15af4' into for-linusAl Viro1-0/+6
2014-05-28mtd: gpmi: add gpmi support for imx6sxHuang Shijie4-15/+28
2014-05-28mtd: bf5xx_nand: use the managed version of kzallocHimangi Saraogi1-9/+4
2014-05-28mtd: pxa3xx_nand: make the driver work on big-endian systemsThomas Petazzoni1-2/+2
2014-05-28mtd: nand: omap: fix omap_calculate_ecc_bch() for-loop errorTed Juan1-5/+5
2014-05-28mtd: nand: r852: correct write_buf loop boundsBrian Norris1-2/+4
2014-05-28mtd: nand_bbt: handle error case for nand_create_badblock_pattern()Brian Norris1-2/+6
2014-05-28mtd: nand_bbt: remove unused variableBrian Norris1-4/+1
2014-05-21mtd: nand: pxa3xx: Use ECC strength and step size devicetree bindingEzequiel Garcia1-2/+15
2014-05-21mtd: nand: pxa3xx: Clean pxa_ecc_init() error handlingEzequiel Garcia1-11/+10
2014-05-21mtd: nand: Warn the user if the selected ECC strength is too weakEzequiel Garcia1-0/+36
2014-05-20mtd: nand: omap: add support for BCH16_ECC - NAND driver updatespekon gupta1-0/+94
2014-05-20NAND_ECC_SOFT_BCH can support subpage reads tooRon Lee1-2/+10
2014-05-20mtd: fsl_ifc_nand: Workaround bogus WP on 16-bit NANDJoe Schultz1-1/+4
2014-05-20mtd: fsl_ifc_nand: Use void type for IFC bufferAaron Sierra1-7/+9
2014-05-20mtd: nand: Add support to use nand_base poi databuf as bounce bufferKamal Dasu1-6/+31
2014-05-20mtd: eLBC NAND: fix subpage write supportPekon Gupta1-0/+14
2014-05-20mtd: orion_nand: Make of_device_id array constJingoo Han1-1/+1
2014-05-20mtd: nand: pxa3xx: Make of_device_id array constJingoo Han1-1/+1
2014-05-20mtd: nand: omap: fix BCHx ecc.correct to return detected bit-flips in erased-pagepekon gupta1-1/+1
2014-05-09mtd: nand: refactor erase_cmd() to return chip statusBrian Norris3-13/+14
2014-05-06replace checking for ->read/->aio_read presence with check in ->f_modeAl Viro1-2/+2
2014-04-30mtd: davinci-nand: disable subpage write for keystone-nandMurali Karicheri1-0/+6
2014-04-29mtd: nand: fix a typo in a comment lineMasahiro Yamada1-1/+1
2014-04-16mtd: gpmi: add gpmi_devdata{} to simplify the codeHuang Shijie3-40/+46
2014-04-16mtd: nand: add line feed to pr_errRaphaël Poggi1-1/+1
2014-04-15mtd: davinci-nand: disable subpage write for keystone-nandMurali Karicheri1-0/+6
2014-04-15mtd: nand: use the nand_read_subpage index everywhereRon1-2/+1