aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/sh_flctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-16mtd: nand: move raw NAND related code to the raw/ subdirBoris Brezillon1-1250/+0
2017-12-14mtd: nand: force drivers to explicitly send READ/PROG commandsBoris Brezillon1-3/+3
2017-10-07mtd: nand: sh_flctl: Use of_device_get_match_data() helperGeert Uytterhoeven1-6/+3
2017-08-23Merge branch 'nand/rename-header-file' of git://git.infradead.org/l2-mtd into nand/nextBoris Brezillon1-1/+1
2017-08-23mtd: nand: sh_flctl: fix error return code in flctl_probe()Gustavo A. R. Silva1-2/+2
2017-08-23mtd: nand: sh_flctl: use dma_mapping_error to check map errorsPan Bian1-1/+1
2017-08-13mtd: nand: Rename nand.h into rawnand.hBoris Brezillon1-1/+1
2017-05-30mtd: nand: Make sure drivers not supporting SET/GET_FEATURES return -ENOTSUPPBoris Brezillon1-0/+2
2016-09-23mtd: nand: sh_flctl: handle dma_submit() errorsBrian Norris1-1/+7
2016-05-05mtd: nand: sh_flctl: rely on generic DT parsing done in nand_scan_ident()Boris Brezillon1-15/+12
2016-05-05mtd: nand: sh_flctl: set ECC algorithm explicitlyRafał Miłecki1-0/+1
2016-05-05mtd: nand: sh_flctl: switch to mtd_ooblayout_opsBoris Brezillon1-20/+67
2015-12-18mtd: sh_flctl: pass FIFO as physical addressArnd Bergmann1-2/+3
2015-12-18mtd: nand: remove useless mtd->priv = chip assignmentsBoris BREZILLON1-1/+0
2015-12-18mtd: nand: sh_flctl: use the mtd instance embedded in struct nand_chipBoris BREZILLON1-4/+4
2015-11-11mtd: nand: drop unnecessary partition parser dataBrian Norris1-4/+2
2015-10-13mtd: nand: pass page number to ecc->write_xxx() methodsBoris BREZILLON1-1/+2
2015-10-13mtd: nand: sh_flctl: show parent device in sysfsFrans Klaver1-0/+1
2015-02-23mtd: sh_flctl: remove slave_id settings for DMAEngineArnd Bergmann1-2/+0
2014-10-20mtd: nand: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-10-15mtd: sh_flctl: use dmaengine_terminate_all() APIVinod Koul1-1/+1
2014-02-11PM / QoS: Rename device resume latency QoS itemsRafael J. Wysocki1-1/+1
2014-01-07mtd: sh_flctl: Remove unnecessary OOM messagesJingoo Han1-6/+2
2014-01-03mtd: nand: sh_flctl: Remove unneeded CONFIG_OFEzequiel Garcia1-7/+0
2014-01-03mtd: sh_flctl: use devm_* managed allocatorsLaurent Pinchart1-26/+10
2014-01-03mtd: sh_flctl: fix warnings due to improper castsLaurent Pinchart1-2/+2
2013-08-30mtd: nand: use dev_get_platdata()Jingoo Han1-2/+2
2013-04-05mtd: sh_flctl: Use of_match_ptr() macroSachin Kamat1-2/+1
2013-04-05mtd: sh_flctl: use module_platform_driver_probe()Jingoo Han1-12/+1
2012-12-19Merge tag 'for-linus-20121219' of git://git.infradead.org/linux-mtdLinus Torvalds1-31/+275
2012-11-22mtd: remove use of __devexitBill Pemberton1-1/+1
2012-11-22mtd: remove use of __devinitBill Pemberton1-1/+1
2012-11-15mtd: sh_flctl: Add device tree supportBastian Hecht1-7/+87
2012-11-15mtd: sh_flctl: Add DMA capabiltyBastian Hecht1-2/+171
2012-11-15mtd: sh_flctl: Minor cleanupsBastian Hecht1-21/+16
2012-10-23PM / QoS: Introduce PM QoS device flags supportRafael J. Wysocki1-1/+3
2012-09-29mtd: kill MTD_NAND_VERIFY_WRITEHuang Shijie1-11/+0
2012-09-29mtd: sh_flctl: Only copy OOB data if it is requiredBastian Hecht1-1/+2
2012-09-29mtd: sh_flctl: Use memcpy() instead of using a loopBastian Hecht1-6/+7
2012-07-06mtd: nand: teach write_page and write_page_raw return an error codeJosh Wu1-1/+2
2012-07-06mtd: sh_flctl: Use user oob data in hardware ECC modeBastian Hecht1-8/+17
2012-07-06mtd: sh_flctl: Restructure the hardware ECC handlingBastian Hecht1-40/+81
2012-07-06mtd: sh_flctl: Group sector accesses into a single transferBastian Hecht1-25/+19
2012-07-06mtd: sh_flctl: Simplify the hardware ecc page read/writeBastian Hecht1-23/+2
2012-07-06mtd: sh_flctl: Fix hardware ECC behaviourBastian Hecht1-23/+7
2012-07-06mtd: sh_flctl: Use different OOB layoutBastian Hecht1-6/+12
2012-07-06mtd: sh_flctl: Add support for error IRQBastian Hecht1-3/+31
2012-07-06mtd: sh_flctl: Add missing iounmap()Bastian Hecht1-0/+2
2012-05-13mtd: nand: add 'oob_required' argument to NAND {read,write}_page interfacesBrian Norris1-2/+2
2012-05-13mtd: nand: kill NAND_NO_AUTOINCR optionBrian Norris1-2/+0