summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/mxc_nand.c
AgeCommit message (Expand)Author
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
2010-10-18mxc_nand: do not depend on disabling the irq in the interrupt handlerSascha Hauer
2010-09-13mtd: mxc_nand: configure pages per block for v2 controllerSascha Hauer
2010-08-27mxc_nand: Do not do byte accesses to the NFC buffer.John Ogness
2010-08-10Merge git://git.infradead.org/mtd-2.6Linus Torvalds
2010-08-06mxc_nand: Add v3 (i.MX51) SupportSascha Hauer
2010-08-06mxc_nand: support 8bit eccSascha Hauer
2010-08-06mxc_nand: fix correct_data functionSascha Hauer
2010-08-06mxc_nand: add V1_V2 namespace to registersSascha Hauer
2010-08-06mxc_nand: factor out a check_int functionSascha Hauer
2010-08-06mxc_nand: make some internally used functions overwriteableSascha Hauer
2010-08-06mxc_nand: rework get_dev_statusSascha Hauer
2010-08-06mxc_nand: remove 0xe00 offset from registersSascha Hauer
2010-08-04mtd: mxc_nand: dont call suspend and resume explicitlyEric Bénard
2010-08-02mtd: mxc_nand: fix unbalanced enable for IRQEric Bénard
2010-08-02mtd: mxc_nand: remove unused variableUwe Kleine-König
2010-08-02mtd: mxc_nand: fix OOB accesses on i.MX27Sascha Hauer
2010-07-26mxc_nand: add support for platform defined partitionsBaruch Siach
2010-07-26mxc_nand: Fix OOB handlingSascha Hauer
2010-05-20mtd: mxc_nand: Remove duplicate NAND_CMD_RESET case valueDavid Woodhouse
2010-05-14mtd: mxc_nand: support i.MX21Ivo Clarysse
2010-05-14mtd: mxc_nand: set NFC registers after resetIvo Clarysse
2010-03-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse
2010-02-26mtd: nand: Allow caller to pass alternative ID table to nand_scan_ident()David Woodhouse
2010-02-26mtd: mxc_nand: add RESET command supportEric Benard
2010-02-25mtd: mxc-nand: don't disable clock in mxcnd-suspendUwe Kleine-König
2010-02-25mtd: mxc-nand: no need to check for validity of platform driver dataUwe Kleine-König
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack
2009-12-07Revert "mtd: move mxcnd_remove to .exit.text"Uwe Kleine-König
2009-11-30Merge branch 'mxc-nand' of git://git.pengutronix.de/git/imx/linux-2.6David Woodhouse
2009-11-30mtd: don't use __exit_p to wrap mxcnd_removeUwe Kleine-König
2009-11-12mxc_nand: use DRIVER_NAME where appropriateSascha Hauer
2009-11-12mxc_nand: remove TROP_US_DELAYSascha Hauer
2009-11-12mxc_nand: Allow flash based bbtSascha Hauer
2009-11-12mxc_nand: disable sp_en bit only onceSascha Hauer
2009-11-12mxc_nand: Add NFC V2 supportSascha Hauer
2009-11-12mxc_nand: Get rid of pagesize_2k flagSascha Hauer