summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand
AgeCommit message (Expand)AuthorFilesLines
2010-08-12nand/denali: Add a page check in denali_read_page & denali_read_page_rawChuanxiao Dong1-0/+14
2010-08-12nand/denali: use cpu_relax() while waiting for hardware interruptChuanxiao Dong1-2/+2
2010-08-12nand/denali: change read_status function methodChuanxiao Dong1-7/+5
2010-08-12nand/denali: Fixed check patch warningsChuanxiao Dong1-12/+13
2010-08-11mtd/nand_base: fix kernel-doc warnings & typosRandy Dunlap1-19/+20
2010-08-11nand/denali: use dev_xx debug function to replace nand_dbg_print and some printkChuanxiao Dong2-184/+42
2010-08-11nand/denali: Fixed handle ECC error bugsChuanxiao Dong1-16/+29
2010-08-11nand/denali: use iowrite32() to replace denali_write32()Chuanxiao Dong1-76/+62
2010-08-11nand/denali: Fixed probe function bugsChuanxiao Dong1-21/+23
2010-08-10Merge git://git.infradead.org/mtd-2.6Linus Torvalds17-1165/+1216
2010-08-09mtd: Remove obsolete <mtd/compatmac.h> includeDavid Woodhouse4-4/+0
2010-08-08Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-163/+55
2010-08-06mxc_nand: Add v3 (i.MX51) SupportSascha Hauer2-2/+222
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-06mtd: denali: Add multi connected NAND supportChuanxiao Dong2-1/+22
2010-08-06mtd: denali: Remove set_ecc_config functionChuanxiao Dong2-40/+48
2010-08-06mtd: denali: Remove unuseful code in get_xx_nand_para functionsChuanxiao Dong1-74/+7
2010-08-06mtd: denali: Remove device_info_tag structureChuanxiao.Dong2-305/+37
2010-08-06mtd: atmel_nand: fix warning: 'part_probes' defined but not usedAndreas Bießmann1-1/+1
2010-08-06mtd: Missing slab.h includeDavid Miller1-0/+1
2010-08-06mtd: gen_nand: fix support for multiple chipsMarek Vasut1-1/+1
2010-08-05mtd: denali: update get nand para functionsChuanxiao Dong1-72/+35
2010-08-05mtd: denali: rename functions which is named by using capitalsChuanxiao Dong2-16/+11
2010-08-05Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linusLinus Torvalds3-0/+523
2010-08-05mtd: denali.c: fix reserved all check-patch errorsChuanxiao Dong1-49/+53
2010-08-05mtd: denali.c: fix all "line over 80 characters" warningsChuanxiao Dong1-108/+192
2010-08-05mtd: denali.c: add and update KERN_ facility level in printk()Chuanxiao Dong1-16/+16
2010-08-05mtd: denali.c: fixed all open brace { check-patch errorsChuanxiao Dong1-116/+48
2010-08-05nand/denali Clean up all white spaces in code indentChuanxiao1-169/+168
2010-08-05mtd: Blackfin NFC: fix nand busy detectionBarry Song1-2/+2
2010-08-05mtd: Blackfin NFC: fix handling of page sizesBarry Song1-38/+48
2010-08-05mtd: Blackfin NFC: wait for the ECC reset to finishBarry Song1-0/+2
2010-08-05mtd: Blackfin NFC: fix typo for read/write delay setupBarry Song1-1/+1
2010-08-05mtd: Blackfin NFC: make sure to check NAND_ALE in cmd_ctrlBarry Song1-1/+1
2010-08-05mtd: Blackfin NFC: fix raw page write/read handlingBarry Song1-0/+18
2010-08-05mtd: Blackfin NFC: delete useless comment about jffs2Barry Song1-3/+0
2010-08-05MTD: Nand: Add JZ4740 NAND driverLars-Peter Clausen3-0/+523
2010-08-04Merge branch 'master' into for-nextJiri Kosina1-26/+7
2010-08-04Merge branch 'devel-map-io' into omap-for-linusTony Lindgren1-26/+7
2010-08-04mtd: mxc_nand: dont call suspend and resume explicitlyEric Bénard1-42/+1
2010-08-04mtd: doc2000: fix uninitialized variable in doc_ecc_decode()Mark Ware1-2/+3
2010-08-02omap3 nand: cleanup virtual address usagesSukumar Ghorai1-161/+53
2010-08-02omap3 gpmc: functionality enhancementSukumar Ghorai1-2/+2
2010-08-02mtd: nand: update nand_default_block_markbad()Brian Norris1-10/+24