summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/omap2.c
AgeCommit message (Expand)Author
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
2013-02-04mtd: nand: omap2: Support for hardware BCH error correction.Philip Avinash
2013-02-04mtd: nand: omap2: Update nerrors using ecc.strengthPhilip Avinash
2013-01-14mtd: omap-nand: pass device_node in platform dataDaniel Mack
2012-12-19Merge tag 'for-linus-20121219' of git://git.infradead.org/linux-mtdLinus Torvalds
2012-11-30ARM: OMAP: Move plat-omap/dma-omap.h to include/linux/omap-dma.hTony Lindgren
2012-11-22mtd: remove use of __devinitBill Pemberton
2012-10-17Merge branch 'omap-for-v3.8/cleanup-headers-gpmc' into omap-for-v3.8/cleanup-...Tony Lindgren
2012-10-15ARM: OMAP: DMA: Move plat/dma.h to plat-omap/dma-omap.hLokesh Vutla
2012-10-15ARM: OMAP2+: DMA: Moving OMAP2+ DMA channel definitions to mach-omap2Lokesh Vutla
2012-10-15mtd: nand: omap: handle gpmc bch[48]Afzal Mohammed
2012-10-15mtd: nand: omap: bring in gpmc nand macrosAfzal Mohammed
2012-10-15mtd: nand: omap: read nand using register addressAfzal Mohammed
2012-10-15mtd: nand: omap: free region as per resource sizeAfzal Mohammed
2012-10-09Merge tag 'disintegrate-mtd-20121009' of git://git.infradead.org/users/dhowel...David Woodhouse
2012-09-29mtd: omap2: fix module loadingAndreas Bießmann
2012-09-29mtd: omap2: fix omap_nand_remove segfaultAndreas Bießmann
2012-09-29mtd: kill MTD_NAND_VERIFY_WRITEHuang Shijie