summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/raw/sh_flctl.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: rawnand: sh_flctl: Convert to module_platform_driver()Uwe Kleine-König2023-10-271-1/+2
* Merge tag 'nand/for-6.6' into mtd/nextMiquel Raynal2023-08-281-2/+1
|\
| * mtd: rawnand: sh_flctl: Use devm_platform_get_and_ioremap_resource()Yangtao Li2023-07-121-2/+1
* | mtd: Explicitly include correct DT includesRob Herring2023-07-271-1/+0
|/
* mtd: nand: Convert to platform remove callback returning voidUwe Kleine-König2023-04-111-4/+2
* mtd: rawnand: Fix return value check of wait_for_completion_timeoutMiaoqian Lin2022-04-211-6/+8
* mtd: Fix misuses of of_match_ptr()Miquel Raynal2022-01-311-1/+1
* mtd: rawnand: Use the new ECC engine type enumerationMiquel Raynal2020-09-281-2/+2
* mtd: rawnand: Rename the ECC algorithm enumeration itemsMiquel Raynal2020-08-271-1/+1
* mtd: rawnand: sh_flctl: Stop using nand_release()Miquel Raynal2020-05-311-1/+5
* mtd: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-10-081-3/+1
* mtd: nand: Make flags for bad block marker position more granularFrieder Schrempf2019-04-181-1/+1
* mtd: rawnand: Always store info about bad block markers in chip structFrieder Schrempf2019-04-181-2/+2
* mtd: rawnand: Get rid of chip->chipsizeBoris Brezillon2019-04-081-4/+5
* mtd: rawnand: Deprecate the dummy_controller fieldBoris Brezillon2018-12-071-1/+1
* mtd: rawnand: Deprecate the ->select_chip() hookBoris Brezillon2018-12-071-1/+1
* mtd: rawnand: sh_flctl: convert to SPDX identifiersKuninori Morimoto2018-11-131-15/+2
* mtd: rawnand: sh_flctl: Use proper enum for flctl_dma_fifo0_transferNathan Chancellor2018-10-031-2/+2
* mtd: rawnand: Deprecate ->chip_delayBoris Brezillon2018-10-031-1/+1
* mtd: rawnand: Deprecate ->{set,get}_features() hooksBoris Brezillon2018-10-031-2/+2
* mtd: rawnand: Deprecate ->cmd_ctrl() and ->cmdfunc()Boris Brezillon2018-10-031-1/+1
* mtd: rawnand: Deprecate ->{read, write}_{byte, buf}() hooksBoris Brezillon2018-10-031-5/+5
* mtd: rawnand: Pass a nand_chip object to chip->cmdfunc()Boris Brezillon2018-10-031-1/+2
* mtd: rawnand: Pass a nand_chip object to chip->select_chip()Boris Brezillon2018-10-031-2/+2
* mtd: rawnand: Pass a nand_chip object to chip->write_xxx() hooksBoris Brezillon2018-10-031-3/+3
* mtd: rawnand: Pass a nand_chip object to chip->read_xxx() hooksBoris Brezillon2018-10-031-5/+5
* mtd: rawnand: Pass a nand_chip object to ecc->write_xxx() hooksBoris Brezillon2018-10-031-3/+4
* mtd: rawnand: Pass a nand_chip object to ecc->read_xxx() hooksBoris Brezillon2018-10-031-2/+4
* mtd: rawnand: Pass a nand_chip object to nand_release()Boris Brezillon2018-10-031-1/+1
* mtd: rawnand: Pass a nand_chip object to nand_scan()Boris Brezillon2018-10-031-1/+1
* mtd: rawnand: Get rid of the ->read_word() hookBoris Brezillon2018-09-041-10/+0
* mtd: rawnand: sh_flctl: convert driver to nand_scan()Miquel Raynal2018-07-311-21/+15
* mtd: rawnand: sh_flctl: fix the probe function error pathMiquel Raynal2018-03-291-0/+4
* mtd: rawnand: rename SET/GET FEATURES related functionsMiquel Raynal2018-03-201-2/+2
* mtd: rawnand: Replace printk() with appropriate pr_*() macroShreeya Patel2018-03-151-1/+1
* mtd: nand: move raw NAND related code to the raw/ subdirBoris Brezillon2018-02-161-0/+1250