aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/fsmc_nand.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-05mtd: mtd: drop NAND_ECC_SOFT_BCH enum valueRafał Miłecki1-2/+1
2016-05-05mtd: nand: fsmc: validate ECC setup by checking algorithm directlyRafał Miłecki1-2/+5
2016-05-05mtd: nand: fsmc: get rid of the fsmc_nand_eccplace structBoris Brezillon1-45/+15
2016-05-05mtd: nand: fsmc: switch to mtd_ooblayout_opsBoris Brezillon1-216/+82
2016-01-07mtd: nand: make use of nand_set/get_controller_data() helpersBoris BREZILLON1-1/+1
2015-12-18mtd: nand: remove useless mtd->priv = chip assignmentsBoris BREZILLON1-1/+0
2015-12-18mtd: nand: fsmc: use the mtd instance embedded in struct nand_chipBoris BREZILLON1-12/+10
2015-12-18mtd: nand: fsmc: create and use mtd_to_fsmc()Boris BREZILLON1-17/+14
2015-12-08mtd: nand: make use of mtd_to_nand() in NAND driversBoris BREZILLON1-5/+5
2015-11-11mtd: nand: drop unnecessary partition parser dataBrian Norris1-4/+3
2015-11-11mtd: nand: convert to nand_set_flash_node()Brian Norris1-1/+1
2015-10-26mtd: fsmc_nand: Add BCH4 SW ECC support for SPEAr600Stefan Roese1-16/+41
2015-10-13mtd: nand: fsmc_nand: show parent device in sysfsFrans Klaver1-1/+1
2015-10-02mtd: nand: fsmc: Remove BUG macrosStefan Roese1-3/+5
2015-10-02mtd: nand: fsmc: Small whitespace cleanupStefan Roese1-1/+1
2015-05-06mtd: fsmc_nand: match wait_for_completion_timeout return typeNicholas Mc Guire1-2/+3
2015-05-06mtd: fsmc_nand: fix handling of wait_for_completion_timeout return valueNicholas Mc Guire1-3/+2
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