summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/omap2.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: nand: omap2: Fix subpage writeRoger Quadros2017-10-271-115/+224
* mtd: nand: omap2: Do not assign omap_nand_info to platform drvdataLadislav Michl2017-10-141-1/+0
* mtd: nand: omap2: Remove omap_nand_platform_dataLadislav Michl2017-10-141-29/+8
* mtd: nand: Rename nand.h into rawnand.hBoris Brezillon2017-08-131-1/+1
* mtd: nand: omap2: Fix partition creation via cmdline mtdpartsRoger Quadros2017-04-251-0/+9
* mtd: nand: omap2: return error code of nand_scan_ident/tail() on errorMasahiro Yamada2016-11-071-5/+4
* mtd: nand: omap2: Fix module autoloadJavier Martinez Canillas2016-10-171-0/+1
* mtd: nand: omap2: Don't call dma_release_channel() if dma_request_chan() failedRoger Quadros2016-08-291-1/+1
* Merge tag 'for-linus-20160801' of git://git.infradead.org/linux-mtdLinus Torvalds2016-08-021-7/+4
|\
| * mtd: nand: omap2: fix return value check in omap_nand_probe()Wei Yongjun2016-07-151-2/+2
| * mtd: nand: omap2: Support parsing dma channel information from DTCooper Jr., Franklin2016-05-301-5/+2
* | mtd: nand: omap2: Add check for old elm bindingTeresa Remmet2016-07-141-2/+5
|/
* mtd: nand: omap2: Fix high memory dma prefetch transferCooper Jr., Franklin2016-05-051-11/+2
* mtd: nand: omap2: Start dma request before enabling prefetchCooper Jr., Franklin2016-05-051-4/+5
* mtd: nand: omap2: fix compare_const_fl.cocci warningsJulia Lawall2016-05-051-1/+1
* mtd: nand: omap2: set ECC algorithm explicitlyRafał Miłecki2016-05-051-0/+1
* mtd: nand: omap2: switch to mtd_ooblayout_opsBoris Brezillon2016-05-051-81/+121
* mtd: nand: omap2: use mtd_ooblayout_xxx() helpers where appropriateBoris Brezillon2016-04-191-11/+14
* mtd: nand: omap2: rely on generic DT parsing done in nand_scan_ident()Boris Brezillon2016-04-191-11/+7
* mtd: nand: omap2: Implement NAND ready using gpiolibRoger Quadros2016-04-151-11/+18
* mtd: nand: omap: Clean up device tree supportRoger Quadros2016-04-151-20/+114
* mtd: nand: omap: Copy platform data parameters to omap_nand_info dataRoger Quadros2016-04-151-8/+18
* mtd: nand: omap: Switch to using GPMC-NAND ops for writebuffer empty checkRoger Quadros2016-04-151-6/+4
* mtd: nand: omap: Use gpmc_omap_get_nand_ops() to get NAND registersRoger Quadros2016-04-151-1/+8
* mtd: nand: simplify nand_bch_init() usageBoris BREZILLON2016-03-071-16/+12
* mtd: nand: return consistent error codes in ecc.correct() implementationsBoris BREZILLON2016-01-061-3/+3
* mtd: nand: remove useless mtd->priv = chip assignmentsBoris BREZILLON2015-12-181-1/+0
* mtd: nand: omap2: use the mtd instance embedded in struct nand_chipBoris BREZILLON2015-12-181-7/+7
* mtd: nand: omap2: create and use mtd_to_omap()Boris BREZILLON2015-12-181-34/+21
* mtd: nand: make use of mtd_to_nand() in NAND driversBoris BREZILLON2015-12-081-6/+6
* mtd: nand: drop unnecessary partition parser dataBrian Norris2015-11-111-4/+2
* mtd: nand: pass page number to ecc->write_xxx() methodsBoris BREZILLON2015-10-131-1/+2
* mtd: nand: omap2: show parent device structure in sysfsFrans Klaver2015-10-131-2/+1
* mtd: nand: omap: drop condition with no effectNicholas Mc Guire2015-02-051-22/+9
* Merge tag 'for-linus-20141215' of git://git.infradead.org/linux-mtdLinus Torvalds2014-12-171-15/+9
|\
| * mtd: nand: omap: Fix NAND enumeration on 3430 LDPRoger Quadros2014-11-251-7/+0
| * mtd: nand: omap: Synchronize the access to the ECC engineRostislav Lisovy2014-11-051-5/+7
| * mtd: nand: omap: Do not use global variablesRostislav Lisovy2014-10-221-4/+3
* | mtd: nand: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
|/
* nand: omap2: Replace pr_err with dev_errEzequiel García2014-09-221-13/+17
* nand: omap2: Remove horrible ifdefs to fix module probeEzequiel García2014-09-221-59/+71
* nand: omap2: Add support for flash-based bad block tableEzequiel García2014-09-171-1/+5
* mtd: nand: omap: Fix 1-bit Hamming code scheme, omap_calculate_ecc()Roger Quadros2014-08-251-1/+1
* mtd: nand: omap: Revert to using software ECC by defaultRoger Quadros2014-08-251-3/+11
* mtd: nand: omap: fix omap_calculate_ecc_bch() for-loop errorTed Juan2014-05-281-5/+5
* mtd: nand: omap: add support for BCH16_ECC - NAND driver updatespekon gupta2014-05-201-0/+94
* mtd: nand: omap: fix BCHx ecc.correct to return detected bit-flips in erased-...pekon gupta2014-05-201-1/+1
* mtd: nand: omap: fix compile warning on ‘erased_sector_bitflips’Christian Engelmayer2014-04-151-1/+1
* mtd: omap2: Use devm_ioremap_resource()Jingoo Han2014-03-251-20/+3
* mtd: devices: elm: check for hardware engine's design constraintsPekon Gupta2014-03-251-3/+6
OpenPOWER on IntegriCloud