summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand
AgeCommit message (Expand)Author
2010-08-20mtd: nand: Fix probe of Samsung NAND chipsTilman Sauerbeck
2010-08-19mtd: nand: Fix regression in BBM detectionBrian Norris
2010-08-18pxa3xx: fix ns2cycle equationAxel Lin
2010-08-15Merge git://git.infradead.org/mtd-2.6Linus Torvalds
2010-08-13mtd/nand_ids: Fix buswidthBrian Norris
2010-08-12Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2010-08-12gen_nand: Test if nr_chips field is validMarek Vasut
2010-08-12nand/denali: move all hardware initialization work to denali_hw_initChuanxiao Dong
2010-08-12nand/denali: Add a page check in denali_read_page & denali_read_page_rawChuanxiao Dong
2010-08-12nand/denali: use cpu_relax() while waiting for hardware interruptChuanxiao Dong
2010-08-12nand/denali: change read_status function methodChuanxiao Dong
2010-08-12nand/denali: Fixed check patch warningsChuanxiao Dong
2010-08-11mtd/nand_base: fix kernel-doc warnings & typosRandy Dunlap
2010-08-11mtd/nand_base: fix kernel-doc warnings & typosRandy Dunlap
2010-08-11nand/denali: use dev_xx debug function to replace nand_dbg_print and some printkChuanxiao Dong
2010-08-11nand/denali: Fixed handle ECC error bugsChuanxiao Dong
2010-08-11nand/denali: use iowrite32() to replace denali_write32()Chuanxiao Dong
2010-08-11nand/denali: Fixed probe function bugsChuanxiao Dong
2010-08-10Merge git://git.infradead.org/mtd-2.6Linus Torvalds
2010-08-08mtd: Remove obsolete <mtd/compatmac.h> includeDavid Woodhouse
2010-08-08Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus 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-06mtd: denali: Add multi connected NAND supportChuanxiao Dong
2010-08-06mtd: denali: Remove set_ecc_config functionChuanxiao Dong
2010-08-06mtd: denali: Remove unuseful code in get_xx_nand_para functionsChuanxiao Dong
2010-08-06mtd: denali: Remove device_info_tag structureChuanxiao.Dong
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely
2010-08-06mtd: atmel_nand: fix warning: 'part_probes' defined but not usedAndreas Bießmann
2010-08-06mtd: Missing slab.h includeDavid Miller
2010-08-06mtd: gen_nand: fix support for multiple chipsMarek Vasut
2010-08-05mtd: denali: update get nand para functionsChuanxiao Dong
2010-08-05mtd: denali: rename functions which is named by using capitalsChuanxiao Dong
2010-08-05Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linusLinus Torvalds
2010-08-05mtd: denali.c: fix reserved all check-patch errorsChuanxiao Dong
2010-08-05mtd: denali.c: fix all "line over 80 characters" warningsChuanxiao Dong
2010-08-05mtd: denali.c: add and update KERN_ facility level in printk()Chuanxiao Dong
2010-08-05mtd: denali.c: fixed all open brace { check-patch errorsChuanxiao Dong
2010-08-05nand/denali Clean up all white spaces in code indentChuanxiao
2010-08-05mtd: Blackfin NFC: fix nand busy detectionBarry Song
2010-08-05mtd: Blackfin NFC: fix handling of page sizesBarry Song
2010-08-05mtd: Blackfin NFC: wait for the ECC reset to finishBarry Song
2010-08-05mtd: Blackfin NFC: fix typo for read/write delay setupBarry Song
2010-08-05mtd: Blackfin NFC: make sure to check NAND_ALE in cmd_ctrlBarry Song