aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/mxc_nand.c
AgeCommit message (Expand)Author
2014-02-13mtd: mxc_nand: remove duplicated ecc_stats countingMichael Grzeschik
2013-03-02Merge tag 'for-linus-20130301' of git://git.infradead.org/linux-mtdLinus Torvalds
2013-02-04mtd: mxc_nand: compress ID info for send_read_id_v3Roman Schneider
2013-01-25mtd: Convert to devm_ioremap_resource()Thierry Reding
2012-12-19Merge tag 'for-linus-20121219' of git://git.infradead.org/linux-mtdLinus Torvalds
2012-12-10mtd: mxc_nand: reorder part_probes to let cmdline override other sourcesLothar Waßmann
2012-12-10mtd: mxc_nand: fix unbalanced clk_disable() in error pathLothar Waßmann
2012-11-22mtd: remove use of __devexitBill Pemberton
2012-11-22mtd: remove use of __devinitBill Pemberton
2012-11-22mtd: remove use of __devexit_pBill Pemberton
2012-10-15mtd: mxc_nand: remove cpu_is_xxx by using platform_device_idShawn Guo
2012-10-09Merge tag 'disintegrate-mtd-20121009' of git://git.infradead.org/users/dhowel...David Woodhouse
2012-09-29mtd: mxc_nand: Adapt the clock name to the new clock frameworkFabio Estevam
2012-09-29mtd: mxc_nand: Convert to module_platform_driver()Fabio Estevam
2012-09-29mtd: kill MTD_NAND_VERIFY_WRITEHuang Shijie
2012-09-14ARM: imx: move platform_data definitionsArnd Bergmann
2012-07-06mtd: mxc_nand: add i.MX53 supportSascha Hauer
2012-07-06mtd: mxc_nand: swap iomem resource orderSascha Hauer
2012-07-06mtd: mxc_nand: Use managed resourcesSascha Hauer
2012-07-06nand: mxc_nand: Use clk_prepare_enable/clk_disable_unprepareFabio Estevam
2012-07-06mtd: mxc_nand: use 32bit copy functionsSascha Hauer
2012-06-01Merge tag 'for-linus-3.5-20120601' of git://git.infradead.org/linux-mtdLinus Torvalds
2012-06-01mtd: mxc_nand: move ecc strengh setup before nand_scan_tailSascha Hauer
2012-05-13mtd: mxc_nand: fix several sparse warnings about incorrect address spaceUwe Kleine-König
2012-05-13mtd: mxc_nand: implement device tree probingUwe Kleine-König
2012-05-13mtd: mxc_nand: put several more fields into devtype_dataUwe Kleine-König
2012-05-13mtd: mxc_nand: put callback for data correction into devtype structUwe Kleine-König
2012-05-13mtd: mxc_nand: split chip_select function and put it into devtype structUwe Kleine-König
2012-05-13mtd: mxc_nand: put ecc layout into devtype structsUwe Kleine-König
2012-05-13mtd: mxc_nand: split some functions to get rid of more nfc_is_vX()Uwe Kleine-König
2012-05-13mtd: mxc_nand: move function pointers to a per-SOC structUwe Kleine-König
2012-05-13mtd: mxc_nand: use a flag to detect if the mx21 quirk is necessaryUwe Kleine-König
2012-05-13mtd: mxc_nand: set owner field to prevent module unloading when in useUwe Kleine-König
2012-04-25mtd mxc_nand: prepare/unprepare clockSascha Hauer
2012-03-27mtd: flash drivers set ecc strengthMike Dunn
2012-03-27mtd: do not use plain 0 as NULLArtem Bityutskiy
2011-09-23mtd: mxc_nand: preset_v1_v2: unlock all NAND flash blocksWolfram Stering
2011-09-11mtd: mxc_nand: add mx53 NFC driver supportJason Liu
2011-09-11mtd: cleanup style on pr_debug messagesBrian Norris
2011-09-11mtd: replace DEBUG() with pr_debug()Brian Norris
2011-09-11mtd: mxc_nand.c: use mtd_device_parse_registerDmitry Eremin-Solenikov
2011-09-11mtd: nand: rename NAND_USE_FLASH_BBTBrian Norris
2011-09-11mtd: nand: consolidate redundant flash-based BBT flagsBrian Norris
2011-05-25mtd: mxc_nand: convert to mtd_device_register()Jamie Iles
2011-05-25mtd: mxc_nand: add support for multiple chips on V21 devicesBaruch Siach
2011-03-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Artem Bityutskiy
2011-03-11mtd: mxc_nand: fix OOB corruption when page size > 2KiBBaruch Siach
2011-03-11mtd: mxc_nand: fix read past buffer endBaruch Siach
2011-02-17kbuild, mtd, net: a few comment typo fixes and rewordingGilles Espinasse
2010-12-03mtd: mxc_nand: Fix warning on nr_parts unused variableFabio Estevam