aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/omap2.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-16mtd: nand: move raw NAND related code to the raw/ subdirBoris Brezillon1-2316/+0
2017-12-14mtd: nand: squash struct nand_buffers into struct nand_chipMasahiro Yamada1-5/+5
2017-12-14mtd: nand: force drivers to explicitly send READ/PROG commandsBoris Brezillon1-2/+8
2017-12-14mtd: nand: provide several helpers to do common NAND operationsBoris Brezillon1-4/+4
2017-10-27mtd: nand: omap2: Fix subpage writeRoger Quadros1-115/+224
2017-10-14mtd: nand: omap2: Do not assign omap_nand_info to platform drvdataLadislav Michl1-1/+0
2017-10-14mtd: nand: omap2: Remove omap_nand_platform_dataLadislav Michl1-29/+8
2017-08-13mtd: nand: Rename nand.h into rawnand.hBoris Brezillon1-1/+1
2017-04-25mtd: nand: omap2: Fix partition creation via cmdline mtdpartsRoger Quadros1-0/+9
2016-11-07mtd: nand: omap2: return error code of nand_scan_ident/tail() on errorMasahiro Yamada1-5/+4
2016-10-17mtd: nand: omap2: Fix module autoloadJavier Martinez Canillas1-0/+1
2016-08-29mtd: nand: omap2: Don't call dma_release_channel() if dma_request_chan() failedRoger Quadros1-1/+1
2016-08-02Merge tag 'for-linus-20160801' of git://git.infradead.org/linux-mtdLinus Torvalds1-7/+4
2016-07-15mtd: nand: omap2: fix return value check in omap_nand_probe()Wei Yongjun1-2/+2
2016-07-14mtd: nand: omap2: Add check for old elm bindingTeresa Remmet1-2/+5
2016-05-30mtd: nand: omap2: Support parsing dma channel information from DTCooper Jr., Franklin1-5/+2
2016-05-05mtd: nand: omap2: Fix high memory dma prefetch transferCooper Jr., Franklin1-11/+2
2016-05-05mtd: nand: omap2: Start dma request before enabling prefetchCooper Jr., Franklin1-4/+5
2016-05-05mtd: nand: omap2: fix compare_const_fl.cocci warningsJulia Lawall1-1/+1
2016-05-05mtd: nand: omap2: set ECC algorithm explicitlyRafał Miłecki1-0/+1
2016-05-05mtd: nand: omap2: switch to mtd_ooblayout_opsBoris Brezillon1-81/+121
2016-04-19mtd: nand: omap2: use mtd_ooblayout_xxx() helpers where appropriateBoris Brezillon1-11/+14
2016-04-19mtd: nand: omap2: rely on generic DT parsing done in nand_scan_ident()Boris Brezillon1-11/+7
2016-04-15mtd: nand: omap2: Implement NAND ready using gpiolibRoger Quadros1-11/+18
2016-04-15mtd: nand: omap: Clean up device tree supportRoger Quadros1-20/+114
2016-04-15mtd: nand: omap: Copy platform data parameters to omap_nand_info dataRoger Quadros1-8/+18
2016-04-15mtd: nand: omap: Switch to using GPMC-NAND ops for writebuffer empty checkRoger Quadros1-6/+4
2016-04-15mtd: nand: omap: Use gpmc_omap_get_nand_ops() to get NAND registersRoger Quadros1-1/+8
2016-03-07mtd: nand: simplify nand_bch_init() usageBoris BREZILLON1-16/+12
2016-01-06mtd: nand: return consistent error codes in ecc.correct() implementationsBoris BREZILLON1-3/+3
2015-12-18mtd: nand: remove useless mtd->priv = chip assignmentsBoris BREZILLON1-1/+0
2015-12-18mtd: nand: omap2: use the mtd instance embedded in struct nand_chipBoris BREZILLON1-7/+7
2015-12-18mtd: nand: omap2: create and use mtd_to_omap()Boris BREZILLON1-34/+21
2015-12-08mtd: nand: make use of mtd_to_nand() in NAND driversBoris BREZILLON1-6/+6
2015-11-11mtd: nand: drop unnecessary partition parser dataBrian Norris1-4/+2
2015-10-13mtd: nand: pass page number to ecc->write_xxx() methodsBoris BREZILLON1-1/+2
2015-10-13mtd: nand: omap2: show parent device structure in sysfsFrans Klaver1-2/+1
2015-02-05mtd: nand: omap: drop condition with no effectNicholas Mc Guire1-22/+9
2014-12-17Merge tag 'for-linus-20141215' of git://git.infradead.org/linux-mtdLinus Torvalds1-15/+9
2014-11-25mtd: nand: omap: Fix NAND enumeration on 3430 LDPRoger Quadros1-7/+0
2014-11-05mtd: nand: omap: Synchronize the access to the ECC engineRostislav Lisovy1-5/+7
2014-10-22mtd: nand: omap: Do not use global variablesRostislav Lisovy1-4/+3
2014-10-20mtd: nand: drop owner assignment from platform_driversWolfram Sang1-1/+0
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