summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/raw/mpc5121_nfc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mtd: Switch back to struct platform_driver::remove()Uwe Kleine-König2024-10-211-1/+1
* Merge tag 'nand/for-6.6' into mtd/nextMiquel Raynal2023-08-281-9/+2
|\
| * mtd: rawnand: mpc5121: Use helper function devm_clk_get_enabled()Li Zetao2023-08-211-9/+2
* | mtd: Explicitly include correct DT includesRob Herring2023-07-271-2/+2
|/
* mtd: nand: Convert to platform remove callback returning voidUwe Kleine-König2023-04-111-4/+2
* mtd: rawnand: mpc5121: Replace NO_IRQ by 0Christophe Leroy2022-10-181-1/+1
* mtd: rawnand: mpc5121: Check before clk_disable_unprepare() not neededPhil Edworthy2022-05-161-2/+1
* mtd: rawnand: mpc5121: Remove unused variable in ads5121_select_chip()Geert Uytterhoeven2021-12-031-1/+0
* mtd: rawnand: mpc5121: Keep the driver compatible with on-die ECC enginesMiquel Raynal2021-10-151-3/+9
* mtd: rawnand: mpc5121: Do not force a particular software ECC engineMiquel Raynal2020-12-111-1/+3
* mtd: rawnand: mpc5121: Move the ECC initialization to ->attach_chip()Miquel Raynal2020-11-191-2/+17
* 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: mpc5121: Stop using nand_release()Miquel Raynal2020-05-311-1/+4
* mtd: rawnand: mpc5121: Remove unneeded semicolonzhengbin2020-01-211-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1Thomas Gleixner2019-05-211-14/+1
* mtd: rawnand: Deprecate the ->select_chip() hookBoris Brezillon2018-12-071-2/+2
* mtd: rawnand: Deprecate ->{set,get}_features() hooksBoris Brezillon2018-10-031-2/+2
* mtd: rawnand: Deprecate ->dev_ready() and ->waitfunc()Boris Brezillon2018-10-031-1/+1
* mtd: rawnand: Deprecate ->cmd_ctrl() and ->cmdfunc()Boris Brezillon2018-10-031-1/+1
* mtd: rawnand: Deprecate ->{read, write}_{byte, buf}() hooksBoris Brezillon2018-10-031-3/+3
* mtd: rawnand: Pass a nand_chip object to chip->cmdfunc()Boris Brezillon2018-10-031-4/+4
* mtd: rawnand: Pass a nand_chip object to chip->dev_ready()Boris Brezillon2018-10-031-1/+1
* mtd: rawnand: Pass a nand_chip object to chip->select_chip()Boris Brezillon2018-10-031-5/+7
* 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-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: Get rid of the ->read_word() hookBoris Brezillon2018-09-041-11/+0
* mtd: rawnand: rename SET/GET FEATURES related functionsMiquel Raynal2018-03-201-2/+2
* mtd: nand: move raw NAND related code to the raw/ subdirBoris Brezillon2018-02-161-0/+856