aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-13mtd: nand: reduce the warning noise when the ECC is too weakThomas Petazzoni1-2/+4
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
2014-04-15mtd: nand: omap: fix compile warning on ‘erased_sector_bitflips’Christian Engelmayer1-1/+1
2014-04-07Merge tag 'for-linus-20140405' of git://git.infradead.org/linux-mtdLinus Torvalds22-407/+527
2014-04-05Merge tag 'drivers-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-22/+0
2014-04-04Fix index regression in nand_read_subpageRon1-3/+2
2014-04-01Merge tag 'char-misc-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds2-1/+2
2014-03-31mtd: diskonchip: mem resource name is not optionalSasha Levin1-1/+1
2014-03-26mtd: nand: fix mention to CONFIG_MTD_NAND_ECC_BCHErico Nunes1-1/+1
2014-03-25mtd: omap2: Use devm_ioremap_resource()Jingoo Han1-20/+3
2014-03-25mtd: denali_dt: Use devm_ioremap_resource()Jingoo Han1-31/+8
2014-03-25mtd: devices: elm: check for hardware engine's design constraintsPekon Gupta1-3/+6
2014-03-20Merge branches 'pm-qos', 'pm-domains' and 'pm-drivers'Rafael J. Wysocki1-1/+1
2014-03-20mtd: nand: omap: remove is_elm_present flagPekon Gupta1-3/+0
2014-03-20mtd: nand: omap: ecc.hwctl: clean omap_enable_hwecc_bch for redundant ECC configsPekon Gupta1-13/+10
2014-03-20mtd: nand: omap: ecc.hwctl: refactor omap_enable_hwecc_bch for ECC related GPMC configsPekon Gupta1-24/+50
2014-03-20mtd: nand: omap: ecc.hwctl: rename omap3_enable_hwecc_bch to omap_enable_hwecc_bchPekon Gupta1-8/+7
2014-03-20mtd: nand: omap: ecc.calculate: merge omap3_calculate_ecc_bch8 in omap_calculate_ecc_bchPekon Gupta1-49/+10
2014-03-20mtd: nand: omap: ecc.calculate: merge omap3_calculate_ecc_bch4 in omap_calculate_ecc_bchPekon Gupta1-41/+10
2014-03-20mtd: nand: omap: ecc.calculate: refactor omap_calculate_ecc_bch for BCHx_HW ecc-schemePekon Gupta1-33/+35
2014-03-20mtd: nand: omap: ecc.calculate: rename omap3_calculate_ecc_bch to omap_calculate_ecc_bchPekon Gupta1-5/+5
2014-03-20mtd: nand: omap: ecc.correct: omap_elm_correct_data: fix programmed-page bit-flip correction logicPekon Gupta1-10/+19