aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/fsmc_nand.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-30mtd: fsmc_nand.c: Use default timings if none are provided in the dtsStefan Roese1-1/+6
2014-10-20mtd: nand: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-10-15mtd: fsmc_nand: use dmaengine_terminate_all() APIVinod Koul1-1/+1
2014-01-07mtd: fsmc_nand: use dev_warn() instead of printk()Jingoo Han1-4/+4
2014-01-07mtd: fsmc_nand: Remove unnecessary OOM messagesJingoo Han1-6/+2
2013-11-14dmaengine: remove DMA unmap flagsBartlomiej Zolnierkiewicz1-2/+0
2013-08-30mtd: fsmc_nand: simplify platform_get_resource_byname/devm_ioremap_resourceJulia Lawall1-12/+0
2013-08-05mtd: nand: fsmc_nand: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-08-05mtd: nand: fsmc: update of OF supportMian Yousaf Kaukab1-0/+18
2013-08-05mtd: fsmc_nand: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han1-4/+2
2013-04-05mtd: fsmc_nand: use module_platform_driver_probe()Jingoo Han1-12/+1
2013-02-26Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-8/+14
2013-02-21Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+1
2013-01-28ARM: nomadik: add FSMC NANDLinus Walleij1-0/+1
2013-01-25mtd: Convert to devm_ioremap_resource()Thierry Reding1-20/+13
2013-01-07mtd: fsmc_nand: add missing DMA unmap to dma_xfer()Bartlomiej Zolnierkiewicz1-8/+14
2013-01-03Drivers: mtd: remove __dev* attributes.Greg Kroah-Hartman1-2/+2
2012-11-22mtd: remove use of __devinitBill Pemberton1-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-05-13mtd: nand: add 'oob_required' argument to NAND {read,write}_page interfacesBrian Norris1-1/+2
2012-05-13mtd: nand: read_page() returns max_bitflipsMike Dunn1-3/+6
2012-05-13mtd: fsmc_nand: Add clk_{un}prepare() supportViresh Kumar1-7/+7
2012-03-27mtd: Add device-tree support to fsmc_nandStefan Roese1-1/+56
2012-03-27mtd: nand/fsmc: Remove sparse warnings and errorsVipin Kumar1-46/+45
2012-03-27mtd: nand/fsmc: Add DMA supportVipin Kumar1-5/+163
2012-03-27mtd: nand/fsmc: Access the NAND device word by word whenever possibleVipin Kumar1-0/+55
2012-03-27mtd: nand/fsmc: Use dev_err to report error scenarioVipin Kumar1-0/+7
2012-03-27mtd: nand/fsmc: Use devm routinesVipin Kumar1-91/+43
2012-03-27mtd: nand/fsmc: Modify fsmc driver to accept nand timing parameters via platformVipin Kumar1-8/+33
2012-03-27mtd: fsmc_nand: add pm callbacks to support hibernationShiraz Hashim1-6/+6
2012-03-27mtd: nand/fsmc: Initialize the badblockbits to 7Vipin Kumar1-0/+1
2012-03-27mtd: nand/fsmc: Flip the bit only if the error index is < 4096Vipin Kumar1-1/+1
2012-03-27mtd: nand/fsmc: Read only 512 + 13 bytes for 8bit NAND devicesVipin Kumar1-1/+3
2012-03-27mtd: nand/fsmc: Correct the multiline comment formatVipin Kumar1-4/+4
2012-03-27mtd: nand/fsmc: Remove default partition information from driverArmando Visconti1-58/+0
2012-03-27mtd: nand/fsmc: Pass partition information through platform dataVipin Kumar1-6/+7
2012-03-27mtd: flash drivers set ecc strengthMike Dunn1-0/+2
2012-03-27mtd: do not use plain 0 as NULLArtem Bityutskiy1-7/+7
2012-03-27mtd: fsmc: Support of 224-bytes OOB area lengthArmando Visconti1-0/+40
2012-03-27mtd: fsmc: Improve the fsmc_correct_data() routineArmando Visconti1-21/+17
2012-03-27mtd: fsmc: fixed data abort inside change_bit()Armando Visconti1-1/+1
2012-03-27mtd: fsmc: use ALE and CLE offsets from platform dataShiraz Hashim1-4/+5
2012-03-27mtd: fsmc_nand: ECC1 & ECC4 layout separated for different page sizesBhavna Yadav1-17/+159
2012-03-27mtd: fsmc: Newly erased page read algorithm implementedVipin Kumar1-4/+52
2011-09-11mtd: fsmc_nand.c: use mtd_device_parse_registerDmitry Eremin-Solenikov1-57/+9
2011-09-11mtd: fsmc_nand don't specify default parsing optionsDmitry Eremin-Solenikov1-9/+2
2011-09-11mtd: fsmc_nand: fix a memory leakAxel Lin1-1/+1