summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/mxc_nand.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: mxc_nand: Fix module autoload for OF platform driverLuis de Bethencourt2015-09-291-0/+1
* mtd: mxc_nand: generate nand_ecclayout for 8 bit ECCBaruch Siach2015-05-211-1/+21
* mtd: mxc_nand: fix truncate of unaligned oob copyingBaruch Siach2015-05-211-4/+36
* mtd: mxc_nand: limit the size of used oobBaruch Siach2015-05-211-3/+13
* mtd: mxc_nand: cleanup copy_spare functionUwe Kleine-König2015-05-211-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/+10Star
* 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/+3Star
|\
| * mtd: mxc_nand: use __iowrite32_copy for 32 bit copyKoul, Vinod2014-11-051-7/+3Star
* | mtd: nand: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
|/
* mtd: mxc_nand: Propagate the error if platform_get_irq() failsFabio Estevam2014-03-111-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/+0Star
* 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-071-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/+0Star
* mtd: nand: mxc_nand: remove unnecessary platform_set_drvdata()Jingoo Han2013-08-051-2/+0Star
* Merge tag 'for-linus-20130301' of git://git.infradead.org/linux-mtdLinus Torvalds2013-03-031-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
|/
* Merge tag 'for-linus-20121219' of git://git.infradead.org/linux-mtdLinus Torvalds2012-12-191-5/+7
|\
| * mtd: mxc_nand: reorder part_probes to let cmdline override other sourcesLothar Waßmann2012-12-101-1/+2
| * mtd: mxc_nand: fix unbalanced clk_disable() in error pathLothar Waßmann2012-12-101-1/+2
| * mtd: remove use of __devexitBill Pemberton2012-11-221-1/+1
| * mtd: remove use of __devinitBill Pemberton2012-11-221-1/+1
| * mtd: remove use of __devexit_pBill Pemberton2012-11-221-1/+1
* | mtd: mxc_nand: remove cpu_is_xxx by using platform_device_idShawn Guo2012-10-151-36/+60
|/
* Merge tag 'disintegrate-mtd-20121009' of git://git.infradead.org/users/dhowel...David Woodhouse2012-10-091-1/+1
|\
| * ARM: imx: move platform_data definitionsArnd Bergmann2012-09-141-1/+1
* | mtd: mxc_nand: Adapt the clock name to the new clock frameworkFabio Estevam2012-09-291-1/+1
* | mtd: mxc_nand: Convert to module_platform_driver()Fabio Estevam2012-09-291-15/+3Star
* | mtd: kill MTD_NAND_VERIFY_WRITEHuang Shijie2012-09-291-9/+0Star
* | mtd: mxc_nand: add i.MX53 supportSascha Hauer2012-07-061-6/+42
* | mtd: mxc_nand: swap iomem resource orderSascha Hauer2012-07-061-16/+19
* | mtd: mxc_nand: Use managed resourcesSascha Hauer2012-07-061-47/+23Star
* | nand: mxc_nand: Use clk_prepare_enable/clk_disable_unprepareFabio Estevam2012-07-061-2/+2
|/
* mtd: mxc_nand: use 32bit copy functionsSascha Hauer2012-07-061-8/+29
* Merge tag 'for-linus-3.5-20120601' of git://git.infradead.org/linux-mtdLinus Torvalds2012-06-021-192/+444
|\
| * mtd: mxc_nand: move ecc strengh setup before nand_scan_tailSascha Hauer2012-06-011-6/+6
| * mtd: mxc_nand: fix several sparse warnings about incorrect address spaceUwe Kleine-König2012-05-141-11/+11