summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/mxc_nand.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-09-19mtd: mxc_nand: fix 2KiB pagesize NAND on i.MX27Eric Benard1-1/+15
2009-06-08Merge branch 'next-mtd' of git://aeryn.fluff.org.uk/bjdooks/linuxDavid Woodhouse1-16/+24
2009-06-05mtd: nand: max_retries off by one in mxc_nandRoel Kluin1-1/+1
2009-06-05mtd: MXC NAND support for 2KiB page size flashesVladimir Barinov1-9/+51
2009-06-05mtd: mxc_nand: add correct dev_id parameter to free_irq() callsMagnus Lilja1-2/+2
2009-05-29mtd: MXC NAND driver fixes (v5)Vladimir Barinov1-20/+23
2009-05-26[MTD] Remove mtd->{suspend,resume} calls from board driversDavid Woodhouse1-5/+0
2009-04-06Merge git://git.infradead.org/mtd-2.6Linus Torvalds1-0/+1
2009-04-04[MTD] support driver model updatesDavid Brownell1-0/+1
2009-03-13[ARM] MXC: remove _clk suffix from clock namesSascha Hauer1-1/+1
2008-09-02[MTD] [NAND] Freescale i.MX2 NAND driverSascha Hauer1-0/+1077