summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand
AgeCommit message (Expand)AuthorFilesLines
2012-12-03mtd: nand: add NAND_BUSWIDTH_AUTO to autodetect bus widthMatthieu CASTET1-5/+9
2012-12-03mtd: nand: print flash size during detectionMatthieu CASTET1-2/+2
2012-12-03mted: nand_wait_ready timeout fixMatthieu CASTET1-1/+1
2012-12-03mtd: bcm47xxnflash: support NAND_CMD_STATUSRafał Miłecki1-0/+11
2012-12-03mtd: bcm47xxnflash: define some magic numbersRafał Miłecki1-11/+20
2012-12-03mtd: remove the "chip" parameter in nand_get_device()Huang Shijie1-23/+14
2012-12-03mtd: remove the de-select chip code in nand_release_device()Huang Shijie1-10/+25
2012-12-03mtd cs553x_nand: Initialise ecc.strength before nand_scan()Nathan Williams1-2/+1
2012-11-22mtd: fix a number of checkpatch complaintsArtem Bityutskiy1-2/+6
2012-11-22mtd: remove use of __devexitBill Pemberton22-22/+22
2012-11-22mtd: remove use of __devinitdataBill Pemberton1-1/+1
2012-11-22mtd: remove use of __devinitBill Pemberton26-46/+46
2012-11-22mtd: remove use of __devexit_pBill Pemberton18-18/+18
2012-11-22mtd: bcm47xxnflash: enable BCM4706 driverRafał Miłecki3-3/+5
2012-11-22mtd: bcm47xxnflash: implement readingRafał Miłecki2-0/+107
2012-11-22mtd: bcm47xxnflash: support for NAND_CMD_READID commandRafał Miłecki2-0/+106
2012-11-22mtd: bcm47xxnflash: init NAND on BCM4706Rafał Miłecki2-0/+110
2012-11-22mtd: prepare place for BCMA NAND flash driver(s)Rafał Miłecki5-0/+135
2012-11-18mtd: Fix typo mtd/testsMasanari Iida1-1/+1
2012-11-18mtd: de-select the chip when it is not usedHuang Shijie1-4/+6
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-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-10-09Merge tag 'disintegrate-mtd-20121009' of git://git.infradead.org/users/dhowel...David Woodhouse9-103/+367
2012-10-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-1/+55
2012-10-02Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds6-7/+7
2012-10-02Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-40/+0
2012-10-02Merge 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