aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/fsmc_nand.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-13mtd: nand: Rename nand.h into rawnand.hBoris Brezillon1-1/+1
2017-06-01mtd: nand: Pass the CS line to ->setup_data_interface()Boris Brezillon1-4/+3
2017-06-01mtd: nand: fsmc_nand: handle on-die ECC caseThomas Petazzoni1-0/+3
2017-05-15mtd: nand: fsmc: remove default timingsThomas Petazzoni1-15/+1
2017-05-15mtd: nand: fsmc: add support for SDR timingsThomas Petazzoni1-5/+89
2017-05-15mtd: nand: fsmc: reduce number of arguments of fsmc_nand_setup()Thomas Petazzoni1-10/+8
2017-03-23mtd: nand: fsmc: remove CONFIG_OF conditionalThomas Petazzoni1-3/+1
2017-03-23mtd: nand: fsmc: remove unused definitionsThomas Petazzoni1-9/+0
2017-03-23mtd: nand: fsmc: use devm_clk_get()Thomas Petazzoni1-5/+2
2017-03-23mtd: nand: fsmc: finally remove fsmc_nand_platform_dataThomas Petazzoni1-52/+21
2017-03-23mtd: nand: fsmc: remove duplicate nand_set_flash_node()Thomas Petazzoni1-1/+0
2017-03-23mtd: nand: fsmc: kill {nr_, }partitions structure fieldsThomas Petazzoni1-17/+1
2017-03-23mtd: nand: fmsc: kill {read, write}_dma_priv from fsmc_nand_platform_dataThomas Petazzoni1-8/+2
2017-03-23mtd: nand: fsmc: remove fsmc_select_chip()Thomas Petazzoni1-29/+0
2017-03-23mtd: nand: fsmc: remove ->select_bank() from fsmc_nand_platform_dataThomas Petazzoni1-4/+0
2017-03-23mtd: nand: fsmc: move fsmc_nand_data definitionThomas Petazzoni1-49/+49
2017-03-23mtd: nand: fsmc: fix NAND width handlingThomas Petazzoni1-8/+5
2017-01-30mtd: nand: fsmc: remove stale non-DT probe pathLinus Walleij1-21/+132
2016-11-07mtd: nand: fsmc: return error code of nand_scan_ident/tail() on errorMasahiro Yamada1-5/+4
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