aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/omap2.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-22nand: omap2: Replace pr_err with dev_errEzequiel García1-13/+17
2014-09-22nand: omap2: Remove horrible ifdefs to fix module probeEzequiel García1-59/+71
2014-09-17nand: omap2: Add support for flash-based bad block tableEzequiel García1-1/+5
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-05-28mtd: nand: omap: fix omap_calculate_ecc_bch() for-loop errorTed Juan1-5/+5
2014-05-20mtd: nand: omap: add support for BCH16_ECC - NAND driver updatespekon gupta1-0/+94
2014-05-20mtd: nand: omap: fix BCHx ecc.correct to return detected bit-flips in erased-pagepekon gupta1-1/+1
2014-04-15mtd: nand: omap: fix compile warning on ‘erased_sector_bitflips’Christian Engelmayer1-1/+1
2014-03-25mtd: omap2: Use devm_ioremap_resource()Jingoo Han1-20/+3
2014-03-25mtd: devices: elm: check for hardware engine's design constraintsPekon Gupta1-3/+6
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
2014-03-20mtd: nand: omap: ecc.correct: omap_elm_correct_data: cleanup for future enhancementsPekon Gupta1-25/+13
2014-03-20mtd: nand: omap: ecc.correct: omap_elm_correct_data: fix erased-page detection for BCHx_HW ECC schemesPekon Gupta1-52/+33
2014-03-20mtd: nand: omap: ecc.correct: omap_elm_correct_data: rename ambiguous variable 'eccsize' and 'ecc_vector_size'Pekon Gupta1-16/+23
2014-03-20mtd: nand: omap: add field to indicate current ecc-scheme in 'struct omap_nand_info'Pekon Gupta1-1/+3
2014-02-23mtd: nand: omap: fix ecclayout->oobfree->lengthPekon Gupta1-3/+2
2014-02-23mtd: nand: omap: fix ecclayout->oobfree->offsetPekon Gupta1-10/+15
2014-02-23mtd: nand: omap: fix ecclayout to be in sync with u-boot NAND driverPekon Gupta1-8/+23
2014-01-07mtd: omap2: use nand_base defaults for polled I/OBrian Norris1-7/+1
2013-11-06mtd: nand: omap: fix error return code in omap_nand_probe()Wei Yongjun1-1/+2
2013-11-06mtd: nand: omap: updated devm_xx for all resource allocation and free callsPekon Gupta1-50/+35
2013-11-06mtd: nand: omap: use drivers/mtd/nand/nand_bch.c wrapper for BCH ECC instead of lib/bch.cPekon Gupta1-74/+22
2013-11-06mtd: nand: omap: clean-up ecc layout for BCH ecc schemesPekon Gupta1-99/+62
2013-11-06mtd: nand: omap2: clean-up BCHx_HW and BCHx_SW ECC configurations in device_probePekon Gupta1-123/+158
2013-11-06mtd: nand: omap: use DT specified bus-width only for scanning NAND devicePekon Gupta1-12/+9
2013-11-06mtd: nand: omap: cleanup: replace local references with generic framework namesPekon Gupta1-55/+57
2013-11-06mtd: nand: omap: combine different flavours of 1-bit hamming ecc schemesPekon Gupta1-6/+3
2013-08-30mtd: nand: use dev_get_platdata()Jingoo Han1-1/+1
2013-08-30mtd: nand: remove NAND_BBT_SCANEMPTYBrian Norris1-1/+1
2013-08-05mtd: nand: omap2: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-04-05mtd: omap2: use msecs_to_jiffies()Toan Pham1-2/+2
2013-04-05mtd: devices: elm: check for device's presence before configurationDaniel Mack1-2/+3
2013-03-02Merge tag 'for-linus-20130301' of git://git.infradead.org/linux-mtdLinus Torvalds1-42/+541
2013-02-04mtd: nand: omap2: Support for hardware BCH error correction.Philip Avinash1-39/+534
2013-02-04mtd: nand: omap2: Update nerrors using ecc.strengthPhilip Avinash1-4/+8
2013-01-14mtd: omap-nand: pass device_node in platform dataDaniel Mack1-1/+3
2012-12-19Merge tag 'for-linus-20121219' of git://git.infradead.org/linux-mtdLinus Torvalds1-1/+1
2012-11-30ARM: OMAP: Move plat-omap/dma-omap.h to include/linux/omap-dma.hTony Lindgren1-1/+0
2012-11-22mtd: remove use of __devinitBill Pemberton1-1/+1
2012-10-17Merge branch 'omap-for-v3.8/cleanup-headers-gpmc' into omap-for-v3.8/cleanup-headersTony Lindgren1-21/+104
2012-10-15ARM: OMAP: DMA: Move plat/dma.h to plat-omap/dma-omap.hLokesh Vutla1-1/+1