summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/mxc_nand.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: nand: mxc: return error code of nand_scan_ident/tail() on errorMasahiro Yamada2016-11-071-6/+4
* Merge tag 'for-linus-20161008' of git://git.infradead.org/linux-mtdLinus Torvalds2016-10-101-1/+136
|\
| * mtd: nand: mxc: Test CONFIG_OF instead of CONFIG_OF_MTDBoris Brezillon2016-09-231-1/+1
| * mtd: nand: mxc: Add timing setup for v2 controllersSascha Hauer2016-09-231-2/+82
| * mtd: nand: mxc: implement onfi get/set featuresSascha Hauer2016-09-231-0/+55
* | mtd: nand: mxc: fix obiwan error in mxc_nand_v[12]_ooblayout_free() functionsLothar Waßmann2016-09-191-1/+1
|/
* mtd: mtd: drop NAND_ECC_SOFT_BCH enum valueRafał Miłecki2016-05-051-1/+0
* mtd: nand: mxc: rely on generic DT parsing done in nand_scan_ident()Boris Brezillon2016-05-051-22/+23
* mtd: nand: mxc: switch to mtd_ooblayout_opsBoris Brezillon2016-05-051-107/+105
* mtd: nand: mxc: set ECC algorithm explicitlyRafał Miłecki2016-04-191-0/+1
* mtd: nand: make use of nand_set/get_controller_data() helpersBoris BREZILLON2016-01-071-18/+18
* mtd: nand: return consistent error codes in ecc.correct() implementationsBoris BREZILLON2016-01-061-2/+2
* mtd: nand: remove useless mtd->priv = chip assignmentsBoris BREZILLON2015-12-181-1/+0
* mtd: nand: mxc: use the mtd instance embedded in struct nand_chipBoris BREZILLON2015-12-181-3/+2
* mtd: nand: make use of mtd_to_nand() in NAND driversBoris BREZILLON2015-12-081-17/+17
* mtd: mxc_nand: Remove bit-or operation with zeroFabio Estevam2015-11-171-2/+1
* mtd: nand: drop unnecessary partition parser dataBrian Norris2015-11-111-3/+2
* mtd: nand: mxc_nand: drop owner assignmentFrans Klaver2015-10-131-1/+0
* Merge MTD 4.3-rc updates into -nextBrian Norris2015-09-301-1/+1
|\
| * mxc_nand: fix copy_spareEric Benard2015-09-271-1/+1
* | mtd: mxc_nand: Fix module autoload for OF platform driverLuis de Bethencourt2015-09-281-0/+1
|/
* mtd: mxc_nand: generate nand_ecclayout for 8 bit ECCBaruch Siach2015-05-201-1/+21
* mtd: mxc_nand: fix truncate of unaligned oob copyingBaruch Siach2015-05-201-4/+36
* mtd: mxc_nand: limit the size of used oobBaruch Siach2015-05-201-3/+13
* mtd: mxc_nand: cleanup copy_spare functionUwe Kleine-König2015-05-201-15/+31
* mtd: mxc-nand: Constify platform_device_idKrzysztof Kozlowski2015-05-071-1/+1
* mtd: mxc-nand: Warn on unimplemented commandsUwe Kleine-König2015-03-111-0/+4
* mtd: mxc-nand: Implement support for PARAM commandUwe Kleine-König2015-03-111-0/+7
* mtd: mxc-nand: Allow to use column addresses different from 0Uwe Kleine-König2015-03-111-11/+29
* mtd: mxc-nand: Do the word to byte mangling in the read_byte callbackUwe Kleine-König2015-03-111-24/+10
* mtd: mxc-nand: Only enable hardware checksumming for fully detected flashesUwe Kleine-König2015-03-111-7/+7
* mtd: mxc-nand: Add a timeout when waiting for interruptUwe Kleine-König2015-03-111-11/+36
* Merge tag 'for-linus-20141215' of git://git.infradead.org/linux-mtdLinus Torvalds2014-12-171-7/+3
|\
| * mtd: mxc_nand: use __iowrite32_copy for 32 bit copyKoul, Vinod2014-11-051-7/+3
* | mtd: nand: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
|/
* mtd: mxc_nand: Propagate the error if platform_get_irq() failsFabio Estevam2014-03-101-0/+2
* mtd: mxc-nand: kill the NAND_MAX_PAGESIZE/NAND_MAX_OOBSIZEHuang Shijie2014-01-111-3/+15
* mtd: mxc_nand: add missing clk_disable_unprepare() in mxcnd_remove()Wei Yongjun2014-01-031-0/+2
* mtd: nand: mxc_nand: Check the return value from clk_prepare_enable()Fabio Estevam2014-01-031-1/+3
* mtd: mxc_nand: remove duplicated ecc_stats countingMichael Grzeschik2014-01-031-1/+0
* tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang2013-11-151-1/+1
* mtd: nand: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-11-071-1/+1
* mtd: mxc_nand: Include linux/of.h headerSachin Kamat2013-11-061-0/+1
* mtd: nand: mxc_nand: mark 'const' properlyJingoo Han2013-08-301-1/+1
* mtd: nand: use dev_get_platdata()Jingoo Han2013-08-301-1/+2
* mtd: nand: mxc_nand: Remove unneeded check for platform_get_resource()Fabio Estevam2013-08-051-5/+0
* mtd: nand: mxc_nand: remove unnecessary platform_set_drvdata()Jingoo Han2013-08-051-2/+0
* Merge tag 'for-linus-20130301' of git://git.infradead.org/linux-mtdLinus Torvalds2013-03-021-0/+11
|\
| * mtd: mxc_nand: compress ID info for send_read_id_v3Roman Schneider2013-02-041-0/+11
* | mtd: Convert to devm_ioremap_resource()Thierry Reding2013-01-251-6/+6
|/