aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-24mtd: fix the build warning for fsl_upm.cRoy Zang1-1/+1
2010-10-24mtd: fix almost all checkpatch warnings in nand_base.cFlorian Fainelli1-30/+43
2010-10-24mtd: fix all checkpatch errors in nand_base.cFlorian Fainelli1-23/+26
2010-10-24mtd: davinci: relax a timeout for ECC-initializationWolfram Sang1-1/+2
2010-10-24mtd: nand: split ONFI detection logic to its own functionFlorian Fainelli1-61/+71
2010-10-24mtd: nand: add support for reading ONFI parameters from NAND deviceFlorian Fainelli1-30/+134
2010-10-24mtd: nand: denali should also handle NAND_CMD_PARAMFlorian Fainelli1-0/+1
2010-10-24mtd: nand: Samsung MLC - new OOB sizesBrian Norris1-2/+15
2010-10-24mtd: davinci: fix comment to match the codeWolfram Sang1-2/+3
2010-10-24mtd: mpc5121_nfc: fix memory leak on error pathJulia Lawall1-2/+5
2010-10-24mtd: pxa3xx_nand: set oob length in the runtimeLei Wen1-7/+18
2010-10-24mtd: pxa3xx_nand: remove the flash info in driver structureLei Wen1-72/+43
2010-10-24mtd: pxa3xx_nand: introduce default timing to reduce read id timesLei Wen1-35/+33
2010-10-24mtd: pxa3xx_nand: condense the flash definitionLei Wen2-163/+16
2010-10-24mtd: nand: support new Toshiba SLCBrian Norris2-2/+34
2010-10-24mtd: nand: expand nand_ecc_layout, deprecate ioctl ECCGETLAYOUTBrian Norris1-0/+3
2010-10-24mtd: nand: spansion S30MLxxxP supportBrian Norris1-0/+13
2010-10-24mtd: fix callback return value checkBaruch Siach1-1/+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-20mtd: 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-15Merge git://git.infradead.org/mtd-2.6Linus Torvalds4-322/+200
2010-08-13mtd/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-08mtd: 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/git/tmlind/linux-omap-2.6Linus 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