summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/omap2.c
AgeCommit message (Expand)Author
2015-10-13mtd: nand: pass page number to ecc->write_xxx() methodsBoris BREZILLON
2015-10-13mtd: nand: omap2: show parent device structure in sysfsFrans Klaver
2015-02-05mtd: nand: omap: drop condition with no effectNicholas Mc Guire
2014-12-17Merge tag 'for-linus-20141215' of git://git.infradead.org/linux-mtdLinus Torvalds
2014-11-25mtd: nand: omap: Fix NAND enumeration on 3430 LDPRoger Quadros
2014-11-05mtd: nand: omap: Synchronize the access to the ECC engineRostislav Lisovy
2014-10-22mtd: nand: omap: Do not use global variablesRostislav Lisovy
2014-10-20mtd: nand: drop owner assignment from platform_driversWolfram Sang
2014-09-22nand: omap2: Replace pr_err with dev_errEzequiel García
2014-09-22nand: omap2: Remove horrible ifdefs to fix module probeEzequiel García
2014-09-17nand: omap2: Add support for flash-based bad block tableEzequiel García
2014-08-25mtd: nand: omap: Fix 1-bit Hamming code scheme, omap_calculate_ecc()Roger Quadros
2014-08-25mtd: nand: omap: Revert to using software ECC by defaultRoger Quadros
2014-05-28mtd: nand: omap: fix omap_calculate_ecc_bch() for-loop errorTed Juan
2014-05-20mtd: nand: omap: add support for BCH16_ECC - NAND driver updatespekon gupta
2014-05-20mtd: nand: omap: fix BCHx ecc.correct to return detected bit-flips in erased-...pekon gupta
2014-04-15mtd: nand: omap: fix compile warning on ‘erased_sector_bitflips’Christian Engelmayer
2014-03-25mtd: omap2: Use devm_ioremap_resource()Jingoo Han
2014-03-25mtd: devices: elm: check for hardware engine's design constraintsPekon Gupta
2014-03-20mtd: nand: omap: remove is_elm_present flagPekon Gupta
2014-03-20mtd: nand: omap: ecc.hwctl: clean omap_enable_hwecc_bch for redundant ECC con...Pekon Gupta
2014-03-20mtd: nand: omap: ecc.hwctl: refactor omap_enable_hwecc_bch for ECC related GP...Pekon Gupta
2014-03-20mtd: nand: omap: ecc.hwctl: rename omap3_enable_hwecc_bch to omap_enable_hwec...Pekon Gupta
2014-03-20mtd: nand: omap: ecc.calculate: merge omap3_calculate_ecc_bch8 in omap_calcul...Pekon Gupta
2014-03-20mtd: nand: omap: ecc.calculate: merge omap3_calculate_ecc_bch4 in omap_calcul...Pekon Gupta
2014-03-20mtd: nand: omap: ecc.calculate: refactor omap_calculate_ecc_bch for BCHx_HW e...Pekon Gupta
2014-03-20mtd: nand: omap: ecc.calculate: rename omap3_calculate_ecc_bch to omap_calcul...Pekon Gupta
2014-03-20mtd: nand: omap: ecc.correct: omap_elm_correct_data: fix programmed-page bit-...Pekon Gupta
2014-03-20mtd: nand: omap: ecc.correct: omap_elm_correct_data: cleanup for future enhan...Pekon Gupta
2014-03-20mtd: nand: omap: ecc.correct: omap_elm_correct_data: fix erased-page detectio...Pekon Gupta
2014-03-20mtd: nand: omap: ecc.correct: omap_elm_correct_data: rename ambiguous variabl...Pekon Gupta
2014-03-20mtd: nand: omap: add field to indicate current ecc-scheme in 'struct omap_nan...Pekon Gupta
2014-02-23mtd: nand: omap: fix ecclayout->oobfree->lengthPekon Gupta
2014-02-23mtd: nand: omap: fix ecclayout->oobfree->offsetPekon Gupta
2014-02-23mtd: nand: omap: fix ecclayout to be in sync with u-boot NAND driverPekon Gupta
2014-01-07mtd: omap2: use nand_base defaults for polled I/OBrian Norris
2013-11-06mtd: nand: omap: fix error return code in omap_nand_probe()Wei Yongjun
2013-11-06mtd: nand: omap: updated devm_xx for all resource allocation and free callsPekon Gupta
2013-11-06mtd: nand: omap: use drivers/mtd/nand/nand_bch.c wrapper for BCH ECC instead ...Pekon Gupta
2013-11-06mtd: nand: omap: clean-up ecc layout for BCH ecc schemesPekon Gupta
2013-11-06mtd: nand: omap2: clean-up BCHx_HW and BCHx_SW ECC configurations in device_p...Pekon Gupta
2013-11-06mtd: nand: omap: use DT specified bus-width only for scanning NAND devicePekon Gupta
2013-11-06mtd: nand: omap: cleanup: replace local references with generic framework namesPekon Gupta
2013-11-06mtd: nand: omap: combine different flavours of 1-bit hamming ecc schemesPekon Gupta
2013-08-30mtd: nand: use dev_get_platdata()Jingoo Han
2013-08-30mtd: nand: remove NAND_BBT_SCANEMPTYBrian Norris
2013-08-05mtd: nand: omap2: remove unnecessary platform_set_drvdata()Jingoo Han
2013-04-05mtd: omap2: use msecs_to_jiffies()Toan Pham
2013-04-05mtd: devices: elm: check for device's presence before configurationDaniel Mack
2013-03-02Merge tag 'for-linus-20130301' of git://git.infradead.org/linux-mtdLinus Torvalds