summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand
Commit message (Expand)AuthorAgeFilesLines
* mtd: nand: reduce the warning noise when the ECC is too weakThomas Petazzoni2014-07-131-2/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-06-121-2/+2
|\
| * Merge commit '9f12600fe425bc28f0ccba034a77783c09c15af4' into for-linusAl Viro2014-06-121-0/+6
| |\
| | * mtd: davinci-nand: disable subpage write for keystone-nandMurali Karicheri2014-04-301-0/+6
| * | replace checking for ->read/->aio_read presence with check in ->f_modeAl Viro2014-05-061-2/+2
| |/
* | mtd: gpmi: add gpmi support for imx6sxHuang Shijie2014-05-284-15/+28
* | mtd: bf5xx_nand: use the managed version of kzallocHimangi Saraogi2014-05-281-9/+4
* | mtd: pxa3xx_nand: make the driver work on big-endian systemsThomas Petazzoni2014-05-281-2/+2
* | mtd: nand: omap: fix omap_calculate_ecc_bch() for-loop errorTed Juan2014-05-281-5/+5
* | mtd: nand: r852: correct write_buf loop boundsBrian Norris2014-05-281-2/+4
* | mtd: nand_bbt: handle error case for nand_create_badblock_pattern()Brian Norris2014-05-281-2/+6
* | mtd: nand_bbt: remove unused variableBrian Norris2014-05-281-4/+1
* | mtd: nand: pxa3xx: Use ECC strength and step size devicetree bindingEzequiel Garcia2014-05-211-2/+15
* | mtd: nand: pxa3xx: Clean pxa_ecc_init() error handlingEzequiel Garcia2014-05-211-11/+10
* | mtd: nand: Warn the user if the selected ECC strength is too weakEzequiel Garcia2014-05-211-0/+36
* | mtd: nand: omap: add support for BCH16_ECC - NAND driver updatespekon gupta2014-05-201-0/+94
* | NAND_ECC_SOFT_BCH can support subpage reads tooRon Lee2014-05-201-2/+10
* | mtd: fsl_ifc_nand: Workaround bogus WP on 16-bit NANDJoe Schultz2014-05-201-1/+4
* | mtd: fsl_ifc_nand: Use void type for IFC bufferAaron Sierra2014-05-201-7/+9
* | mtd: nand: Add support to use nand_base poi databuf as bounce bufferKamal Dasu2014-05-201-6/+31
* | mtd: eLBC NAND: fix subpage write supportPekon Gupta2014-05-201-0/+14
* | mtd: orion_nand: Make of_device_id array constJingoo Han2014-05-201-1/+1
* | mtd: nand: pxa3xx: Make of_device_id array constJingoo Han2014-05-201-1/+1
* | mtd: nand: omap: fix BCHx ecc.correct to return detected bit-flips in erased-...pekon gupta2014-05-201-1/+1
* | mtd: nand: refactor erase_cmd() to return chip statusBrian Norris2014-05-093-13/+14
* | mtd: nand: fix a typo in a comment lineMasahiro Yamada2014-04-291-1/+1
* | mtd: gpmi: add gpmi_devdata{} to simplify the codeHuang Shijie2014-04-163-40/+46
* | mtd: nand: add line feed to pr_errRaphaël Poggi2014-04-161-1/+1
* | mtd: davinci-nand: disable subpage write for keystone-nandMurali Karicheri2014-04-151-0/+6
* | mtd: nand: use the nand_read_subpage index everywhereRon2014-04-151-2/+1
* | mtd: nand: omap: fix compile warning on ‘erased_sector_bitflips’Christian Engelmayer2014-04-151-1/+1
|/
* Merge tag 'for-linus-20140405' of git://git.infradead.org/linux-mtdLinus Torvalds2014-04-0722-407/+527
|\
| * Fix index regression in nand_read_subpageRon2014-04-041-3/+2
| * mtd: diskonchip: mem resource name is not optionalSasha Levin2014-03-311-1/+1
| * mtd: nand: fix mention to CONFIG_MTD_NAND_ECC_BCHErico Nunes2014-03-261-1/+1
| * mtd: omap2: Use devm_ioremap_resource()Jingoo Han2014-03-251-20/+3
| * mtd: denali_dt: Use devm_ioremap_resource()Jingoo Han2014-03-251-31/+8
| * mtd: devices: elm: check for hardware engine's design constraintsPekon Gupta2014-03-251-3/+6
| * mtd: nand: omap: remove is_elm_present flagPekon Gupta2014-03-201-3/+0
| * mtd: nand: omap: ecc.hwctl: clean omap_enable_hwecc_bch for redundant ECC con...Pekon Gupta2014-03-201-13/+10
| * mtd: nand: omap: ecc.hwctl: refactor omap_enable_hwecc_bch for ECC related GP...Pekon Gupta2014-03-201-24/+50
| * mtd: nand: omap: ecc.hwctl: rename omap3_enable_hwecc_bch to omap_enable_hwec...Pekon Gupta2014-03-201-8/+7
| * mtd: nand: omap: ecc.calculate: merge omap3_calculate_ecc_bch8 in omap_calcul...Pekon Gupta2014-03-201-49/+10
| * mtd: nand: omap: ecc.calculate: merge omap3_calculate_ecc_bch4 in omap_calcul...Pekon Gupta2014-03-201-41/+10
| * mtd: nand: omap: ecc.calculate: refactor omap_calculate_ecc_bch for BCHx_HW e...Pekon Gupta2014-03-201-33/+35
| * mtd: nand: omap: ecc.calculate: rename omap3_calculate_ecc_bch to omap_calcul...Pekon Gupta2014-03-201-5/+5
| * mtd: nand: omap: ecc.correct: omap_elm_correct_data: fix programmed-page bit-...Pekon Gupta2014-03-201-10/+19
| * mtd: nand: omap: ecc.correct: omap_elm_correct_data: cleanup for future enhan...Pekon Gupta2014-03-201-25/+13
| * mtd: nand: omap: ecc.correct: omap_elm_correct_data: fix erased-page detectio...Pekon Gupta2014-03-201-52/+33
| * mtd: nand: omap: ecc.correct: omap_elm_correct_data: rename ambiguous variabl...Pekon Gupta2014-03-201-16/+23
OpenPOWER on IntegriCloud