summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/fsmc_nand.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: nand: Pass the CS line to ->setup_data_interface()Boris Brezillon2017-06-011-4/+3
* mtd: nand: fsmc_nand: handle on-die ECC caseThomas Petazzoni2017-06-011-0/+3
* mtd: nand: fsmc: remove default timingsThomas Petazzoni2017-05-151-15/+1
* mtd: nand: fsmc: add support for SDR timingsThomas Petazzoni2017-05-151-5/+89
* mtd: nand: fsmc: reduce number of arguments of fsmc_nand_setup()Thomas Petazzoni2017-05-151-10/+8
* mtd: nand: fsmc: remove CONFIG_OF conditionalThomas Petazzoni2017-03-231-3/+1
* mtd: nand: fsmc: remove unused definitionsThomas Petazzoni2017-03-231-9/+0
* mtd: nand: fsmc: use devm_clk_get()Thomas Petazzoni2017-03-231-5/+2
* mtd: nand: fsmc: finally remove fsmc_nand_platform_dataThomas Petazzoni2017-03-231-52/+21
* mtd: nand: fsmc: remove duplicate nand_set_flash_node()Thomas Petazzoni2017-03-231-1/+0
* mtd: nand: fsmc: kill {nr_, }partitions structure fieldsThomas Petazzoni2017-03-231-17/+1
* mtd: nand: fmsc: kill {read, write}_dma_priv from fsmc_nand_platform_dataThomas Petazzoni2017-03-231-8/+2
* mtd: nand: fsmc: remove fsmc_select_chip()Thomas Petazzoni2017-03-231-29/+0
* mtd: nand: fsmc: remove ->select_bank() from fsmc_nand_platform_dataThomas Petazzoni2017-03-231-4/+0
* mtd: nand: fsmc: move fsmc_nand_data definitionThomas Petazzoni2017-03-231-49/+49
* mtd: nand: fsmc: fix NAND width handlingThomas Petazzoni2017-03-231-8/+5
* mtd: nand: fsmc: remove stale non-DT probe pathLinus Walleij2017-01-301-21/+132
* mtd: nand: fsmc: return error code of nand_scan_ident/tail() on errorMasahiro Yamada2016-11-071-5/+4
* 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