summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/fsmc_nand.c
AgeCommit message (Expand)Author
2017-03-23mtd: nand: fsmc: remove CONFIG_OF conditionalThomas Petazzoni
2017-03-23mtd: nand: fsmc: remove unused definitionsThomas Petazzoni
2017-03-23mtd: nand: fsmc: use devm_clk_get()Thomas Petazzoni
2017-03-23mtd: nand: fsmc: finally remove fsmc_nand_platform_dataThomas Petazzoni
2017-03-23mtd: nand: fsmc: remove duplicate nand_set_flash_node()Thomas Petazzoni
2017-03-23mtd: nand: fsmc: kill {nr_, }partitions structure fieldsThomas Petazzoni
2017-03-23mtd: nand: fmsc: kill {read, write}_dma_priv from fsmc_nand_platform_dataThomas Petazzoni
2017-03-23mtd: nand: fsmc: remove fsmc_select_chip()Thomas Petazzoni
2017-03-23mtd: nand: fsmc: remove ->select_bank() from fsmc_nand_platform_dataThomas Petazzoni
2017-03-23mtd: nand: fsmc: move fsmc_nand_data definitionThomas Petazzoni
2017-03-23mtd: nand: fsmc: fix NAND width handlingThomas Petazzoni
2017-01-30mtd: nand: fsmc: remove stale non-DT probe pathLinus Walleij
2016-11-07mtd: nand: fsmc: return error code of nand_scan_ident/tail() on errorMasahiro Yamada
2016-05-05mtd: mtd: drop NAND_ECC_SOFT_BCH enum valueRafał Miłecki
2016-05-05mtd: nand: fsmc: validate ECC setup by checking algorithm directlyRafał Miłecki
2016-05-05mtd: nand: fsmc: get rid of the fsmc_nand_eccplace structBoris Brezillon
2016-05-05mtd: nand: fsmc: switch to mtd_ooblayout_opsBoris Brezillon
2016-01-07mtd: nand: make use of nand_set/get_controller_data() helpersBoris BREZILLON
2015-12-18mtd: nand: remove useless mtd->priv = chip assignmentsBoris BREZILLON
2015-12-18mtd: nand: fsmc: use the mtd instance embedded in struct nand_chipBoris BREZILLON
2015-12-18mtd: nand: fsmc: create and use mtd_to_fsmc()Boris BREZILLON
2015-12-08mtd: nand: make use of mtd_to_nand() in NAND driversBoris BREZILLON
2015-11-11mtd: nand: drop unnecessary partition parser dataBrian Norris
2015-11-11mtd: nand: convert to nand_set_flash_node()Brian Norris
2015-10-26mtd: fsmc_nand: Add BCH4 SW ECC support for SPEAr600Stefan Roese
2015-10-13mtd: nand: fsmc_nand: show parent device in sysfsFrans Klaver
2015-10-02mtd: nand: fsmc: Remove BUG macrosStefan Roese
2015-10-02mtd: nand: fsmc: Small whitespace cleanupStefan Roese
2015-05-06mtd: fsmc_nand: match wait_for_completion_timeout return typeNicholas Mc Guire
2015-05-06mtd: fsmc_nand: fix handling of wait_for_completion_timeout return valueNicholas Mc Guire
2015-03-30mtd: fsmc_nand.c: Use default timings if none are provided in the dtsStefan Roese
2014-10-20mtd: nand: drop owner assignment from platform_driversWolfram Sang
2014-10-15mtd: fsmc_nand: use dmaengine_terminate_all() APIVinod Koul
2014-01-07mtd: fsmc_nand: use dev_warn() instead of printk()Jingoo Han
2014-01-07mtd: fsmc_nand: Remove unnecessary OOM messagesJingoo Han
2013-11-14dmaengine: remove DMA unmap flagsBartlomiej Zolnierkiewicz
2013-08-30mtd: fsmc_nand: simplify platform_get_resource_byname/devm_ioremap_resourceJulia Lawall
2013-08-05mtd: nand: fsmc_nand: remove unnecessary platform_set_drvdata()Jingoo Han
2013-08-05mtd: nand: fsmc: update of OF supportMian Yousaf Kaukab
2013-08-05mtd: fsmc_nand: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han
2013-04-05mtd: fsmc_nand: use module_platform_driver_probe()Jingoo Han
2013-02-26Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2013-02-21Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2013-01-28ARM: nomadik: add FSMC NANDLinus Walleij
2013-01-25mtd: Convert to devm_ioremap_resource()Thierry Reding
2013-01-07mtd: fsmc_nand: add missing DMA unmap to dma_xfer()Bartlomiej Zolnierkiewicz
2013-01-03Drivers: mtd: remove __dev* attributes.Greg Kroah-Hartman
2012-11-22mtd: remove use of __devinitBill Pemberton
2012-11-15mtd: fsmc_nand: use relaxed variants of io accessorsVipin Kumar
2012-11-15mtd: fsmc_nand: modify the wait to uninterruptibleVipin Kumar