aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/mxc_nand.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-08-02mtd: mxc_nand: fix unbalanced enable for IRQEric Bénard1-1/+1
2010-08-02mtd: mxc_nand: remove unused variableUwe Kleine-König1-1/+0
2010-08-02mtd: mxc_nand: fix OOB accesses on i.MX27Sascha Hauer1-26/+5
2010-07-26mxc_nand: add support for platform defined partitionsBaruch Siach1-0/+2
2010-07-26mxc_nand: Fix OOB handlingSascha Hauer1-26/+5
2010-05-20mtd: mxc_nand: Remove duplicate NAND_CMD_RESET case valueDavid Woodhouse1-1/+0
2010-05-14mtd: mxc_nand: support i.MX21Ivo Clarysse1-16/+25
2010-05-14mtd: mxc_nand: set NFC registers after resetIvo Clarysse1-42/+48
2010-03-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse1-1/+1
2010-02-26mtd: nand: Allow caller to pass alternative ID table to nand_scan_ident()David Woodhouse1-1/+1
2010-02-26mtd: mxc_nand: add RESET command supportEric Benard1-0/+1
2010-02-25mtd: mxc-nand: don't disable clock in mxcnd-suspendUwe Kleine-König1-4/+6
2010-02-25mtd: mxc-nand: no need to check for validity of platform driver dataUwe Kleine-König1-10/+7
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack1-1/+1
2009-12-07Revert "mtd: move mxcnd_remove to .exit.text"Uwe Kleine-König1-1/+1
2009-11-30Merge branch 'mxc-nand' of git://git.pengutronix.de/git/imx/linux-2.6David Woodhouse1-475/+298
2009-11-30mtd: don't use __exit_p to wrap mxcnd_removeUwe Kleine-König1-1/+1
2009-11-12mxc_nand: use DRIVER_NAME where appropriateSascha Hauer1-2/+2
2009-11-12mxc_nand: remove TROP_US_DELAYSascha Hauer1-10/+7
2009-11-12mxc_nand: Allow flash based bbtSascha Hauer1-0/+34
2009-11-12mxc_nand: disable sp_en bit only onceSascha Hauer1-12/+3
2009-11-12mxc_nand: Add NFC V2 supportSascha Hauer1-13/+68
2009-11-12mxc_nand: Get rid of pagesize_2k flagSascha Hauer1-15/+14
2009-11-12mxc_nand: Make main/spare areas runtime configurableSascha Hauer1-22/+20
2009-11-12mxc_nand: remove unused definesSascha Hauer1-7/+0
2009-11-12mxc nand: modify send_page to send all pages, not only oneSascha Hauer1-25/+20
2009-11-12mxc nand: simplify command processingSascha Hauer1-46/+35
2009-11-12mxc nand: use buffersSascha Hauer1-233/+77
2009-11-12mxc nand: use resource_size()Sascha Hauer1-1/+1
2009-11-12mxc nand: remove dead codeSascha Hauer1-17/+0
2009-11-12mxc nand: remove debug paramSascha Hauer1-8/+8
2009-11-12mxc_nand: introduce mxc_do_addr_cycleSascha Hauer1-40/+47
2009-11-12mxc_nand: merge send_read_page and send_prog_pageSascha Hauer1-41/+13
2009-11-12mxc_nand: cleanup initializationSascha Hauer1-50/+22
2009-11-12mxc_nand: cleanup eccoob descriptionsSascha Hauer1-15/+9
2009-10-20Revert "mtd: mxc_nand: fix 2KiB pagesize NAND on i.MX27"David Woodhouse1-15/+1
2009-10-17mtd: move mxcnd_remove to .exit.textUwe Kleine-König1-1/+1