summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/mxc_nand.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* 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/+3
* | mtd: kill MTD_NAND_VERIFY_WRITEHuang Shijie2012-09-291-9/+0
* | 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/+23
* | 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-011-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-131-11/+11
| * mtd: mxc_nand: implement device tree probingUwe Kleine-König2012-05-131-19/+95
| * mtd: mxc_nand: put several more fields into devtype_dataUwe Kleine-König2012-05-131-36/+94
| * mtd: mxc_nand: put callback for data correction into devtype structUwe Kleine-König2012-05-131-4/+6
| * mtd: mxc_nand: split chip_select function and put it into devtype structUwe Kleine-König2012-05-131-5/+28
| * mtd: mxc_nand: put ecc layout into devtype structsUwe Kleine-König2012-05-131-11/+14
| * mtd: mxc_nand: split some functions to get rid of more nfc_is_vX()Uwe Kleine-König2012-05-131-29/+80
| * mtd: mxc_nand: move function pointers to a per-SOC structUwe Kleine-König2012-05-131-66/+104
| * mtd: mxc_nand: use a flag to detect if the mx21 quirk is necessaryUwe Kleine-König2012-05-131-49/+49
| * mtd: mxc_nand: set owner field to prevent module unloading when in useUwe Kleine-König2012-05-131-0/+1
* | mtd mxc_nand: prepare/unprepare clockSascha Hauer2012-04-251-3/+3
|/
* mtd: flash drivers set ecc strengthMike Dunn2012-03-271-0/+7
* mtd: do not use plain 0 as NULLArtem Bityutskiy2012-03-271-2/+2
* mtd: mxc_nand: preset_v1_v2: unlock all NAND flash blocksWolfram Stering2011-09-231-1/+1
* mtd: mxc_nand: add mx53 NFC driver supportJason Liu2011-09-111-1/+1
* mtd: cleanup style on pr_debug messagesBrian Norris2011-09-111-4/+2
* mtd: replace DEBUG() with pr_debug()Brian Norris2011-09-111-8/+6
* mtd: mxc_nand.c: use mtd_device_parse_registerDmitry Eremin-Solenikov2011-09-111-12/+3
* mtd: nand: rename NAND_USE_FLASH_BBTBrian Norris2011-09-111-1/+1
* mtd: nand: consolidate redundant flash-based BBT flagsBrian Norris2011-09-111-1/+1
* mtd: mxc_nand: convert to mtd_device_register()Jamie Iles2011-05-251-9/+4
* mtd: mxc_nand: add support for multiple chips on V21 devicesBaruch Siach2011-05-251-19/+32
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Artem Bityutskiy2011-03-251-3/+2
|\
| * kbuild, mtd, net: a few comment typo fixes and rewordingGilles Espinasse2011-02-171-3/+2
* | mtd: mxc_nand: fix OOB corruption when page size > 2KiBBaruch Siach2011-03-111-0/+27
* | mtd: mxc_nand: fix read past buffer endBaruch Siach2011-03-111-2/+2
|/
* mtd: mxc_nand: Fix warning on nr_parts unused variableFabio Estevam2010-12-031-1/+1
* mxc_nand: do not depend on disabling the irq in the interrupt handlerSascha Hauer2010-10-181-9/+83