aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/mxc_nand.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mtd: mxc_nand: configure pages per block for v2 controllerSascha Hauer2010-09-131-14/+19
* mxc_nand: Do not do byte accesses to the NFC buffer.John Ogness2010-08-271-7/+7
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2010-08-101-175/+425
|\
| * mxc_nand: Add v3 (i.MX51) SupportSascha Hauer2010-08-061-1/+221
| * mxc_nand: support 8bit eccSascha Hauer2010-08-061-0/+30
| * mxc_nand: fix correct_data functionSascha Hauer2010-08-061-2/+40
| * mxc_nand: add V1_V2 namespace to registersSascha Hauer2010-08-061-78/+63
| * mxc_nand: factor out a check_int functionSascha Hauer2010-08-061-13/+19
| * mxc_nand: make some internally used functions overwriteableSascha Hauer2010-08-061-28/+44
| * mxc_nand: rework get_dev_statusSascha Hauer2010-08-061-12/+9
| * mxc_nand: remove 0xe00 offset from registersSascha Hauer2010-08-061-18/+18
| * mtd: mxc_nand: dont call suspend and resume explicitlyEric Bénard2010-08-041-42/+1
| * mtd: mxc_nand: fix unbalanced enable for IRQEric Bénard2010-08-021-1/+1
| * mtd: mxc_nand: remove unused variableUwe Kleine-König2010-08-021-1/+0
| * mtd: mxc_nand: fix OOB accesses on i.MX27Sascha Hauer2010-08-021-26/+5
* | mxc_nand: add support for platform defined partitionsBaruch Siach2010-07-261-0/+2
* | mxc_nand: Fix OOB handlingSascha Hauer2010-07-261-26/+5
|/
* mtd: mxc_nand: Remove duplicate NAND_CMD_RESET case valueDavid Woodhouse2010-05-201-1/+0
* mtd: mxc_nand: support i.MX21Ivo Clarysse2010-05-141-16/+25
* mtd: mxc_nand: set NFC registers after resetIvo Clarysse2010-05-141-42/+48
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2010-03-261-1/+1
|\
| * tree-wide: Assorted spelling fixesDaniel Mack2010-02-091-1/+1
* | mtd: nand: Allow caller to pass alternative ID table to nand_scan_ident()David Woodhouse2010-02-261-1/+1
* | mtd: mxc_nand: add RESET command supportEric Benard2010-02-261-0/+1
* | mtd: mxc-nand: don't disable clock in mxcnd-suspendUwe Kleine-König2010-02-251-4/+6
* | mtd: mxc-nand: no need to check for validity of platform driver dataUwe Kleine-König2010-02-251-10/+7
|/
* Revert "mtd: move mxcnd_remove to .exit.text"Uwe Kleine-König2009-12-071-1/+1
* Merge branch 'mxc-nand' of git://git.pengutronix.de/git/imx/linux-2.6David Woodhouse2009-11-301-475/+298
|\
| * mxc_nand: use DRIVER_NAME where appropriateSascha Hauer2009-11-121-2/+2
| * mxc_nand: remove TROP_US_DELAYSascha Hauer2009-11-121-10/+7
| * mxc_nand: Allow flash based bbtSascha Hauer2009-11-121-0/+34
| * mxc_nand: disable sp_en bit only onceSascha Hauer2009-11-121-12/+3
| * mxc_nand: Add NFC V2 supportSascha Hauer2009-11-121-13/+68
| * mxc_nand: Get rid of pagesize_2k flagSascha Hauer2009-11-121-15/+14
| * mxc_nand: Make main/spare areas runtime configurableSascha Hauer2009-11-121-22/+20
| * mxc_nand: remove unused definesSascha Hauer2009-11-121-7/+0
| * mxc nand: modify send_page to send all pages, not only oneSascha Hauer2009-11-121-25/+20
| * mxc nand: simplify command processingSascha Hauer2009-11-121-46/+35
| * mxc nand: use buffersSascha Hauer2009-11-121-233/+77
| * mxc nand: use resource_size()Sascha Hauer2009-11-121-1/+1
| * mxc nand: remove dead codeSascha Hauer2009-11-121-17/+0
| * mxc nand: remove debug paramSascha Hauer2009-11-121-8/+8