aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-18mtd: s3c2410: Fix potential NULL pointer dereference errorSachin Kamat1-2/+5
2012-11-16mtd: fsl_ifc_nand: wait tWB time, poll R/B before command executionPrabhakar Kushwaha1-2/+2
2012-11-16mtd: diskonchip: don't warn about ARM architectureArnd Bergmann1-2/+0
2012-11-15mtd: nand_wait: warn if the nand is busy on exitMatthieu CASTET1-0/+2
2012-11-15mtd: davinci: add support for parition binding nodesMurali Karicheri1-3/+10
2012-11-15Merge branch 'omap/headers4' into next/cleanupArnd Bergmann1-22/+107
2012-11-15mtd: sh_flctl: Add device tree supportBastian Hecht1-7/+87
2012-11-15mtd: sh_flctl: Add DMA capabiltyBastian Hecht1-2/+171
2012-11-15mtd: sh_flctl: Minor cleanupsBastian Hecht1-21/+16
2012-11-15mtd: gpmi: remove unneccessary headerHuang Shijie3-3/+6
2012-11-15mtd: gpio-nand: Ability to use driver for configurations without RDY-pinAlexander Shiyan1-7/+15
2012-11-15mtd: use the NAND_STATUS_FAIL to replace the hardcodeHuang Shijie1-2/+2
2012-11-15mtd: fsmc_nand: use relaxed variants of io accessorsVipin Kumar1-25/+29
2012-11-15mtd: fsmc_nand: modify the wait to uninterruptibleVipin Kumar1-1/+1
2012-11-15mtd: fsmc_nand: change the type for regs to void __iomem *Vipin Kumar1-1/+1
2012-11-15mtd: fsmc_nand: pass the ale and cmd resource via resourceJean-Christophe PLAGNIOL-VILLARD1-33/+11
2012-11-15mtd: delete nomadik_nand driverLinus Walleij3-242/+0
2012-11-15mtd: denali: add a DT driverDinh Nguyen4-1/+177
2012-11-15mtd: denali: split the generic driver and PCI layerDinh Nguyen5-134/+188
2012-11-15mtd: fsl_elbc_nand: remove unnecessary badblock_patternBrian Norris1-15/+0
2012-11-15mtd: gpmi-nand: make debug prints more clearVikram Narayanan1-6/+8
2012-11-15mtd: nand: fix Samsung SLC detection regressionBrian Norris1-0/+1
2012-11-15mtd: nand: fix Samsung SLC NAND identification regressionBrian Norris1-4/+5
2012-11-05ARM: plat-nomadik: move MTU, kill plat-nomadikLinus Walleij1-1/+1
2012-10-23PM / QoS: Introduce PM QoS device flags supportRafael J. Wysocki1-1/+3
2012-10-17Merge branch 'omap-for-v3.8/cleanup-headers-gpmc' into omap-for-v3.8/cleanup-headersTony Lindgren1-21/+104
2012-10-15ARM: OMAP: DMA: Move plat/dma.h to plat-omap/dma-omap.hLokesh Vutla1-1/+1
2012-10-15ARM: OMAP2+: DMA: Moving OMAP2+ DMA channel definitions to mach-omap2Lokesh Vutla1-0/+2
2012-10-15mtd: nand: omap: handle gpmc bch[48]Afzal Mohammed1-11/+89
2012-10-15mtd: nand: omap: bring in gpmc nand macrosAfzal Mohammed1-8/+13
2012-10-15mtd: nand: omap: read nand using register addressAfzal Mohammed1-1/+1
2012-10-15mtd: nand: omap: free region as per resource sizeAfzal Mohammed1-1/+1
2012-10-15mtd: mxc_nand: remove cpu_is_xxx by using platform_device_idShawn Guo1-36/+60
2012-10-13MTD: atmel_nand: add pinctrl consumer supportJean-Christophe PLAGNIOL-VILLARD1-0/+9
2012-10-09Merge tag 'disintegrate-mtd-20121009' of git://git.infradead.org/users/dhowells/linux-headersDavid Woodhouse9-103/+367
2012-10-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-1/+55
2012-10-01Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds6-7/+7
2012-10-01Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-40/+0
2012-10-01Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-15/+72
2012-09-29mtd: nand: detect Samsung K9GBG08U0A, K9GAG08U0F IDBrian Norris1-5/+11
2012-09-29mtd: nand: decode Hynix MLC, 6-byte ID lengthBrian Norris1-1/+44
2012-09-29mtd: nand: add generic READ ID length calculation functionsBrian Norris1-7/+65
2012-09-29mtd: nand: split simple ID decode into its own functionBrian Norris1-20/+31
2012-09-29mtd: nand: split extended ID decoding into its own functionBrian Norris1-55/+67
2012-09-29mtd: nand: split BB marker options decoding into its own functionBrian Norris1-27/+39
2012-09-29mtd: nand: remove redundant ID readBrian Norris1-8/+2
2012-09-29mtd: nand: remove unnecessary variableBrian Norris1-3/+1
2012-09-29mtd: docg4: add missing HAS_IOMEM dependencyPeter Huewe1-1/+1
2012-09-29mtd: gpmi: initialize the timing registers only one timeHuang Shijie2-0/+9
2012-09-29mtd: gpmi: add EDO feature for imx6qHuang Shijie3-1/+227