summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/omap2.c
AgeCommit message (Expand)Author
2016-05-30mtd: nand: omap2: Support parsing dma channel information from DTCooper Jr., Franklin
2016-05-05mtd: nand: omap2: Fix high memory dma prefetch transferCooper Jr., Franklin
2016-05-05mtd: nand: omap2: Start dma request before enabling prefetchCooper Jr., Franklin
2016-05-05mtd: nand: omap2: fix compare_const_fl.cocci warningsJulia Lawall
2016-05-05mtd: nand: omap2: set ECC algorithm explicitlyRafał Miłecki
2016-05-05mtd: nand: omap2: switch to mtd_ooblayout_opsBoris Brezillon
2016-04-19mtd: nand: omap2: use mtd_ooblayout_xxx() helpers where appropriateBoris Brezillon
2016-04-19mtd: nand: omap2: rely on generic DT parsing done in nand_scan_ident()Boris Brezillon
2016-04-15mtd: nand: omap2: Implement NAND ready using gpiolibRoger Quadros
2016-04-15mtd: nand: omap: Clean up device tree supportRoger Quadros
2016-04-15mtd: nand: omap: Copy platform data parameters to omap_nand_info dataRoger Quadros
2016-04-15mtd: nand: omap: Switch to using GPMC-NAND ops for writebuffer empty checkRoger Quadros
2016-04-15mtd: nand: omap: Use gpmc_omap_get_nand_ops() to get NAND registersRoger Quadros
2016-03-08mtd: nand: simplify nand_bch_init() usageBoris BREZILLON
2016-01-07mtd: nand: return consistent error codes in ecc.correct() implementationsBoris BREZILLON
2015-12-18mtd: nand: remove useless mtd->priv = chip assignmentsBoris BREZILLON
2015-12-18mtd: nand: omap2: use the mtd instance embedded in struct nand_chipBoris BREZILLON
2015-12-18mtd: nand: omap2: create and use mtd_to_omap()Boris BREZILLON
2015-12-08mtd: nand: make use of mtd_to_nand() in NAND driversBoris BREZILLON
2015-11-11mtd: nand: drop unnecessary partition parser dataBrian Norris
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-06mtd: 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-26mtd: 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-21mtd: 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-16mtd: nand: omap: fix compile warning on ‘erased_sector_bitflips’Christian Engelmayer
2014-03-26mtd: omap2: Use devm_ioremap_resource()Jingoo Han
2014-03-26mtd: 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