summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/mxc_nand.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-13mtd: nand: mxc_nand: drop owner assignmentFrans Klaver1-1/+0
2015-09-30Merge MTD 4.3-rc updates into -nextBrian Norris1-1/+1
2015-09-29mtd: mxc_nand: Fix module autoload for OF platform driverLuis de Bethencourt1-0/+1
2015-09-28mxc_nand: fix copy_spareEric Benard1-1/+1
2015-05-21mtd: mxc_nand: generate nand_ecclayout for 8 bit ECCBaruch Siach1-1/+21
2015-05-21mtd: mxc_nand: fix truncate of unaligned oob copyingBaruch Siach1-4/+36
2015-05-21mtd: mxc_nand: limit the size of used oobBaruch Siach1-3/+13
2015-05-21mtd: mxc_nand: cleanup copy_spare functionUwe Kleine-König1-15/+31
2015-05-07mtd: mxc-nand: Constify platform_device_idKrzysztof Kozlowski1-1/+1
2015-03-12mtd: mxc-nand: Warn on unimplemented commandsUwe Kleine-König1-0/+4
2015-03-12mtd: mxc-nand: Implement support for PARAM commandUwe Kleine-König1-0/+7
2015-03-12mtd: mxc-nand: Allow to use column addresses different from 0Uwe Kleine-König1-11/+29
2015-03-12mtd: mxc-nand: Do the word to byte mangling in the read_byte callbackUwe Kleine-König1-24/+10
2015-03-12mtd: mxc-nand: Only enable hardware checksumming for fully detected flashesUwe Kleine-König1-7/+7
2015-03-12mtd: mxc-nand: Add a timeout when waiting for interruptUwe Kleine-König1-11/+36
2014-12-17Merge tag 'for-linus-20141215' of git://git.infradead.org/linux-mtdLinus Torvalds1-7/+3
2014-11-06mtd: mxc_nand: use __iowrite32_copy for 32 bit copyKoul, Vinod1-7/+3
2014-10-20mtd: nand: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-03-11mtd: mxc_nand: Propagate the error if platform_get_irq() failsFabio Estevam1-0/+2
2014-01-12mtd: mxc-nand: kill the NAND_MAX_PAGESIZE/NAND_MAX_OOBSIZEHuang Shijie1-3/+15
2014-01-03mtd: mxc_nand: add missing clk_disable_unprepare() in mxcnd_remove()Wei Yongjun1-0/+2
2014-01-03mtd: nand: mxc_nand: Check the return value from clk_prepare_enable()Fabio Estevam1-1/+3
2014-01-03mtd: mxc_nand: remove duplicated ecc_stats countingMichael Grzeschik1-1/+0
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang1-1/+1
2013-11-07mtd: nand: remove deprecated IRQF_DISABLEDMichael Opdenacker1-1/+1
2013-11-07mtd: mxc_nand: Include linux/of.h headerSachin Kamat1-0/+1
2013-08-31mtd: nand: mxc_nand: mark 'const' properlyJingoo Han1-1/+1
2013-08-31mtd: nand: use dev_get_platdata()Jingoo Han1-1/+2
2013-08-06mtd: nand: mxc_nand: Remove unneeded check for platform_get_resource()Fabio Estevam1-5/+0
2013-08-05mtd: nand: mxc_nand: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-03-03Merge tag 'for-linus-20130301' of git://git.infradead.org/linux-mtdLinus Torvalds1-0/+11
2013-02-04mtd: mxc_nand: compress ID info for send_read_id_v3Roman Schneider1-0/+11
2013-01-26mtd: Convert to devm_ioremap_resource()Thierry Reding1-6/+6
2012-12-20Merge tag 'for-linus-20121219' of git://git.infradead.org/linux-mtdLinus Torvalds1-5/+7
2012-12-10mtd: mxc_nand: reorder part_probes to let cmdline override other sourcesLothar Waßmann1-1/+2
2012-12-10mtd: mxc_nand: fix unbalanced clk_disable() in error pathLothar Waßmann1-1/+2
2012-11-22mtd: remove use of __devexitBill Pemberton1-1/+1
2012-11-22mtd: remove use of __devinitBill Pemberton1-1/+1
2012-11-22mtd: remove use of __devexit_pBill Pemberton1-1/+1
2012-10-15mtd: mxc_nand: remove cpu_is_xxx by using platform_device_idShawn Guo1-36/+60
2012-10-09Merge tag 'disintegrate-mtd-20121009' of git://git.infradead.org/users/dhowel...David Woodhouse1-1/+1
2012-09-29mtd: mxc_nand: Adapt the clock name to the new clock frameworkFabio Estevam1-1/+1
2012-09-29mtd: mxc_nand: Convert to module_platform_driver()Fabio Estevam1-15/+3
2012-09-29mtd: kill MTD_NAND_VERIFY_WRITEHuang Shijie1-9/+0
2012-09-14ARM: imx: move platform_data definitionsArnd Bergmann1-1/+1
2012-07-06mtd: mxc_nand: add i.MX53 supportSascha Hauer1-6/+42
2012-07-06mtd: mxc_nand: swap iomem resource orderSascha Hauer1-16/+19
2012-07-06mtd: mxc_nand: Use managed resourcesSascha Hauer1-47/+23
2012-07-06nand: mxc_nand: Use clk_prepare_enable/clk_disable_unprepareFabio Estevam1-2/+2
2012-07-06mtd: mxc_nand: use 32bit copy functionsSascha Hauer1-8/+29