summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/raw/fsl_upm.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mtd/for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds2023-09-031-3/+3
|\
| * Merge tag 'nand/for-6.6' into mtd/nextMiquel Raynal2023-08-281-2/+1
| |\
| | * mtd: rawnand: fsl_upm: Use devm_platform_get_and_ioremap_resource()Yangtao Li2023-07-121-2/+1
| * | mtd: Explicitly include correct DT includesRob Herring2023-07-271-1/+2
| |/
* / mtd: rawnand: fsl_upm: Fix an off-by one test in fun_exec_op()Christophe JAILLET2023-07-271-1/+1
|/
* mtd: nand: Convert to platform remove callback returning voidUwe Kleine-König2023-04-111-4/+2
* mtd: nand: ecc-hamming: Remove useless includesMiquel Raynal2020-12-101-1/+0
* mtd: nand: ecc-hamming: Move Hamming code to the generic NAND layerMiquel Raynal2020-12-101-1/+1
* mtd: rawnand: Use the new ECC engine type enumerationMiquel Raynal2020-09-281-1/+1
* mtd: rawnand: Rename the ECC algorithm enumeration itemsMiquel Raynal2020-08-271-1/+1
* mtd: rawnand: fsl_upm: Get rid of the legacy interface implementationBoris Brezillon2020-06-261-133/+0
* mtd: rawnand: fsl_upm: Implement exec_op()Boris Brezillon2020-06-261-0/+86
* mtd: rawnand: fsl_upm: Inherit from nand_controllerBoris Brezillon2020-06-261-0/+3
* mtd: rawnand: fsl_upm: Use gpio descriptorsBoris Brezillon2020-06-261-34/+10
* mtd: rawnand: fsl_upm: Use platform_get_resource() + devm_ioremap_resource()Boris Brezillon2020-06-261-16/+7
* mtd: rawnand: fsl_upm: Use devm_kasprintf() to allocate the MTD nameBoris Brezillon2020-06-261-5/+3
* mtd: rawnand: fsl_upm: Allocate the fsl_upm_nand object using devm_kzalloc()Boris Brezillon2020-06-261-12/+6
* mtd: rawnand: fsl_upm: Get rid of the unused fsl_upm_nand.parts fieldBoris Brezillon2020-06-261-1/+0
* mtd: rawnand: fsl_upm: Remove unused mtd varBoris Brezillon2020-06-261-1/+0
* mtd: rawnand: fsl_upm: Stop using nand_release()Miquel Raynal2020-05-311-3/+6
* remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* mtd: rawnand: Deprecate the ->select_chip() hookBoris Brezillon2018-12-071-1/+1
* mtd: rawnand: Deprecate ->chip_delayBoris Brezillon2018-10-031-1/+1
* mtd: rawnand: Deprecate ->dev_ready() and ->waitfunc()Boris Brezillon2018-10-031-1/+1
* mtd: rawnand: Deprecate ->cmd_ctrl() and ->cmdfunc()Boris Brezillon2018-10-031-2/+2
* mtd: rawnand: Deprecate ->{read, write}_{byte, buf}() hooksBoris Brezillon2018-10-031-3/+3
* mtd: rawnand: Create a legacy struct and move ->IO_ADDR_{R, W} thereBoris Brezillon2018-10-031-8/+8
* mtd: rawnand: Pass a nand_chip object to chip->dev_ready()Boris Brezillon2018-10-031-3/+3
* mtd: rawnand: Pass a nand_chip object to chip->cmd_ctrl()Boris Brezillon2018-10-031-6/+4
* 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-2/+2
* mtd: rawnand: Pass a nand_chip object to chip->read_xxx() hooksBoris Brezillon2018-10-031-4/+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: Convert to using %pOFn instead of device_node.nameRob Herring2018-09-041-2/+2
* mtd: nand: move raw NAND related code to the raw/ subdirBoris Brezillon2018-02-161-0/+363