summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand
AgeCommit message (Expand)AuthorFilesLines
2010-10-25mtd: nand: split ONFI detection logic to its own functionFlorian Fainelli1-61/+71
2010-10-25mtd: nand: add support for reading ONFI parameters from NAND deviceFlorian Fainelli1-30/+134
2010-10-25mtd: nand: denali should also handle NAND_CMD_PARAMFlorian Fainelli1-0/+1
2010-10-25mtd: nand: Samsung MLC - new OOB sizesBrian Norris1-2/+15
2010-10-25mtd: davinci: fix comment to match the codeWolfram Sang1-2/+3
2010-10-25mtd: mpc5121_nfc: fix memory leak on error pathJulia Lawall1-2/+5
2010-10-25mtd: pxa3xx_nand: set oob length in the runtimeLei Wen1-7/+18
2010-10-25mtd: pxa3xx_nand: remove the flash info in driver structureLei Wen1-72/+43
2010-10-25mtd: pxa3xx_nand: introduce default timing to reduce read id timesLei Wen1-35/+33
2010-10-25mtd: pxa3xx_nand: condense the flash definitionLei Wen2-163/+16
2010-10-25mtd: nand: support new Toshiba SLCBrian Norris2-2/+34
2010-10-25mtd: nand: expand nand_ecc_layout, deprecate ioctl ECCGETLAYOUTBrian Norris1-0/+3
2010-10-25mtd: nand: spansion S30MLxxxP supportBrian Norris1-0/+13
2010-10-25mtd: fix callback return value checkBaruch Siach1-1/+1
2010-10-25Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-1/+1
2010-10-21Merge branch 'davinci-next' into davinci-for-linusKevin Hilman1-38/+23
2010-10-19mxc_nand: do not depend on disabling the irq in the interrupt handlerSascha Hauer1-9/+83
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock1-1/+1
2010-09-30fix OMAP2 MTD build failureDaniel J Blueman1-1/+1
2010-09-24nand: davinci: add support for timing configurationSekhar Nori1-38/+22
2010-09-24davinci: add support for aemif timing configurationSekhar Nori1-0/+1
2010-09-13mtd: pxa3xx: fix build error when CONFIG_MTD_PARTITIONS is not definedMark F. Brown1-0/+6
2010-09-13mtd: mxc_nand: configure pages per block for v2 controllerSascha Hauer1-14/+19
2010-09-13mtd: Blackfin NFC: fix invalid free in remove()Mike Frysinger1-6/+1
2010-09-13mtd: Blackfin NFC: fix build error after nand_scan_ident() changeMike Frysinger1-1/+1
2010-08-27mxc_nand: Do not do byte accesses to the NFC buffer.John Ogness1-7/+7
2010-08-21mtd: nand: Fix probe of Samsung NAND chipsTilman Sauerbeck1-0/+1
2010-08-19mtd: nand: Fix regression in BBM detectionBrian Norris1-7/+3
2010-08-18pxa3xx: fix ns2cycle equationAxel Lin1-1/+1
2010-08-16Merge git://git.infradead.org/mtd-2.6Linus Torvalds4-322/+200
2010-08-14mtd/nand_ids: Fix buswidthBrian Norris1-1/+1
2010-08-12Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds6-13/+13
2010-08-12gen_nand: Test if nr_chips field is validMarek Vasut1-0/+5
2010-08-12nand/denali: move all hardware initialization work to denali_hw_initChuanxiao Dong1-5/+6
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-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