summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/fsmc_nand.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: mtd: drop NAND_ECC_SOFT_BCH enum valueRafał Miłecki2016-05-051-2/+1
* mtd: nand: fsmc: validate ECC setup by checking algorithm directlyRafał Miłecki2016-05-051-2/+5
* mtd: nand: fsmc: get rid of the fsmc_nand_eccplace structBoris Brezillon2016-05-051-45/+15
* mtd: nand: fsmc: switch to mtd_ooblayout_opsBoris Brezillon2016-05-051-216/+82
* mtd: nand: make use of nand_set/get_controller_data() helpersBoris BREZILLON2016-01-071-1/+1
* mtd: nand: remove useless mtd->priv = chip assignmentsBoris BREZILLON2015-12-181-1/+0
* mtd: nand: fsmc: use the mtd instance embedded in struct nand_chipBoris BREZILLON2015-12-181-12/+10
* mtd: nand: fsmc: create and use mtd_to_fsmc()Boris BREZILLON2015-12-181-17/+14
* mtd: nand: make use of mtd_to_nand() in NAND driversBoris BREZILLON2015-12-081-5/+5
* mtd: nand: drop unnecessary partition parser dataBrian Norris2015-11-111-4/+3
* mtd: nand: convert to nand_set_flash_node()Brian Norris2015-11-111-1/+1
* mtd: fsmc_nand: Add BCH4 SW ECC support for SPEAr600Stefan Roese2015-10-261-16/+41
* mtd: nand: fsmc_nand: show parent device in sysfsFrans Klaver2015-10-131-1/+1
* mtd: nand: fsmc: Remove BUG macrosStefan Roese2015-10-021-3/+5
* mtd: nand: fsmc: Small whitespace cleanupStefan Roese2015-10-021-1/+1
* mtd: fsmc_nand: match wait_for_completion_timeout return typeNicholas Mc Guire2015-05-061-2/+3
* mtd: fsmc_nand: fix handling of wait_for_completion_timeout return valueNicholas Mc Guire2015-05-061-3/+2
* mtd: fsmc_nand.c: Use default timings if none are provided in the dtsStefan Roese2015-03-301-1/+6
* mtd: nand: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* mtd: fsmc_nand: use dmaengine_terminate_all() APIVinod Koul2014-10-151-1/+1
* mtd: fsmc_nand: use dev_warn() instead of printk()Jingoo Han2014-01-071-4/+4
* mtd: fsmc_nand: Remove unnecessary OOM messagesJingoo Han2014-01-071-6/+2
* dmaengine: remove DMA unmap flagsBartlomiej Zolnierkiewicz2013-11-141-2/+0
* mtd: fsmc_nand: simplify platform_get_resource_byname/devm_ioremap_resourceJulia Lawall2013-08-301-12/+0
* mtd: nand: fsmc_nand: remove unnecessary platform_set_drvdata()Jingoo Han2013-08-051-2/+0
* mtd: nand: fsmc: update of OF supportMian Yousaf Kaukab2013-08-051-0/+18
* mtd: fsmc_nand: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han2013-08-051-4/+2
* mtd: fsmc_nand: use module_platform_driver_probe()Jingoo Han2013-04-051-12/+1
* Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-02-261-8/+14
|\
| * mtd: fsmc_nand: add missing DMA unmap to dma_xfer()Bartlomiej Zolnierkiewicz2013-01-071-8/+14
* | Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-02-211-0/+1
|\ \
| * | ARM: nomadik: add FSMC NANDLinus Walleij2013-01-281-0/+1
* | | mtd: Convert to devm_ioremap_resource()Thierry Reding2013-01-251-20/+13
|/ /
* / Drivers: mtd: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-2/+2
|/
* mtd: remove use of __devinitBill Pemberton2012-11-221-2/+2
* mtd: fsmc_nand: use relaxed variants of io accessorsVipin Kumar2012-11-151-25/+29
* mtd: fsmc_nand: modify the wait to uninterruptibleVipin Kumar2012-11-151-1/+1
* mtd: fsmc_nand: change the type for regs to void __iomem *Vipin Kumar2012-11-151-1/+1
* mtd: fsmc_nand: pass the ale and cmd resource via resourceJean-Christophe PLAGNIOL-VILLARD2012-11-151-33/+11
* mtd: nand: add 'oob_required' argument to NAND {read,write}_page interfacesBrian Norris2012-05-131-1/+2
* mtd: nand: read_page() returns max_bitflipsMike Dunn2012-05-131-3/+6
* mtd: fsmc_nand: Add clk_{un}prepare() supportViresh Kumar2012-05-131-7/+7
* mtd: Add device-tree support to fsmc_nandStefan Roese2012-03-271-1/+56
* mtd: nand/fsmc: Remove sparse warnings and errorsVipin Kumar2012-03-271-46/+45
* mtd: nand/fsmc: Add DMA supportVipin Kumar2012-03-271-5/+163
* mtd: nand/fsmc: Access the NAND device word by word whenever possibleVipin Kumar2012-03-271-0/+55
* mtd: nand/fsmc: Use dev_err to report error scenarioVipin Kumar2012-03-271-0/+7
* mtd: nand/fsmc: Use devm routinesVipin Kumar2012-03-271-91/+43
* mtd: nand/fsmc: Modify fsmc driver to accept nand timing parameters via platformVipin Kumar2012-03-271-8/+33
* mtd: fsmc_nand: add pm callbacks to support hibernationShiraz Hashim2012-03-271-6/+6