aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/mxc_nand.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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
2012-06-01Merge tag 'for-linus-3.5-20120601' of git://git.infradead.org/linux-mtdLinus Torvalds1-192/+444
2012-06-01mtd: mxc_nand: move ecc strengh setup before nand_scan_tailSascha Hauer1-6/+6
2012-05-13mtd: mxc_nand: fix several sparse warnings about incorrect address spaceUwe Kleine-König1-11/+11
2012-05-13mtd: mxc_nand: implement device tree probingUwe Kleine-König1-19/+95
2012-05-13mtd: mxc_nand: put several more fields into devtype_dataUwe Kleine-König1-36/+94
2012-05-13mtd: mxc_nand: put callback for data correction into devtype structUwe Kleine-König1-4/+6
2012-05-13mtd: mxc_nand: split chip_select function and put it into devtype structUwe Kleine-König1-5/+28
2012-05-13mtd: mxc_nand: put ecc layout into devtype structsUwe Kleine-König1-11/+14
2012-05-13mtd: mxc_nand: split some functions to get rid of more nfc_is_vX()Uwe Kleine-König1-29/+80
2012-05-13mtd: mxc_nand: move function pointers to a per-SOC structUwe Kleine-König1-66/+104
2012-05-13mtd: mxc_nand: use a flag to detect if the mx21 quirk is necessaryUwe Kleine-König1-49/+49
2012-05-13mtd: mxc_nand: set owner field to prevent module unloading when in useUwe Kleine-König1-0/+1
2012-04-25mtd mxc_nand: prepare/unprepare clockSascha Hauer1-3/+3
2012-03-27mtd: flash drivers set ecc strengthMike Dunn1-0/+7
2012-03-27mtd: do not use plain 0 as NULLArtem Bityutskiy1-2/+2
2011-09-23mtd: mxc_nand: preset_v1_v2: unlock all NAND flash blocksWolfram Stering1-1/+1
2011-09-11mtd: mxc_nand: add mx53 NFC driver supportJason Liu1-1/+1
2011-09-11mtd: cleanup style on pr_debug messagesBrian Norris1-4/+2
2011-09-11mtd: replace DEBUG() with pr_debug()Brian Norris1-8/+6
2011-09-11mtd: mxc_nand.c: use mtd_device_parse_registerDmitry Eremin-Solenikov1-12/+3
2011-09-11mtd: nand: rename NAND_USE_FLASH_BBTBrian Norris1-1/+1
2011-09-11mtd: nand: consolidate redundant flash-based BBT flagsBrian Norris1-1/+1
2011-05-25mtd: mxc_nand: convert to mtd_device_register()Jamie Iles1-9/+4
2011-05-25mtd: mxc_nand: add support for multiple chips on V21 devicesBaruch Siach1-19/+32
2011-03-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into for-linus-1Artem Bityutskiy1-3/+2
2011-03-11mtd: mxc_nand: fix OOB corruption when page size > 2KiBBaruch Siach1-0/+27
2011-03-11mtd: mxc_nand: fix read past buffer endBaruch Siach1-2/+2
2011-02-17kbuild, mtd, net: a few comment typo fixes and rewordingGilles Espinasse1-3/+2
2010-12-03mtd: mxc_nand: Fix warning on nr_parts unused variableFabio Estevam1-1/+1
2010-10-18mxc_nand: do not depend on disabling the irq in the interrupt handlerSascha Hauer1-9/+83
2010-09-13mtd: mxc_nand: configure pages per block for v2 controllerSascha Hauer1-14/+19
2010-08-27mxc_nand: Do not do byte accesses to the NFC buffer.John Ogness1-7/+7
2010-08-10Merge git://git.infradead.org/mtd-2.6Linus Torvalds1-175/+425
2010-08-06mxc_nand: Add v3 (i.MX51) SupportSascha Hauer1-1/+221
2010-08-06mxc_nand: support 8bit eccSascha Hauer1-0/+30
2010-08-06mxc_nand: fix correct_data functionSascha Hauer1-2/+40
2010-08-06mxc_nand: add V1_V2 namespace to registersSascha Hauer1-78/+63
2010-08-06mxc_nand: factor out a check_int functionSascha Hauer1-13/+19
2010-08-06mxc_nand: make some internally used functions overwriteableSascha Hauer1-28/+44
2010-08-06mxc_nand: rework get_dev_statusSascha Hauer1-12/+9
2010-08-06mxc_nand: remove 0xe00 offset from registersSascha Hauer1-18/+18
2010-08-04mtd: mxc_nand: dont call suspend and resume explicitlyEric Bénard1-42/+1