summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/raw/mpc5121_nfc.c
AgeCommit message (Expand)Author
2023-08-28Merge tag 'nand/for-6.6' into mtd/nextMiquel Raynal
2023-08-21mtd: rawnand: mpc5121: Use helper function devm_clk_get_enabled()Li Zetao
2023-07-27mtd: Explicitly include correct DT includesRob Herring
2023-04-11mtd: nand: Convert to platform remove callback returning voidUwe Kleine-König
2022-10-18mtd: rawnand: mpc5121: Replace NO_IRQ by 0Christophe Leroy
2022-05-16mtd: rawnand: mpc5121: Check before clk_disable_unprepare() not neededPhil Edworthy
2021-12-03mtd: rawnand: mpc5121: Remove unused variable in ads5121_select_chip()Geert Uytterhoeven
2021-10-15mtd: rawnand: mpc5121: Keep the driver compatible with on-die ECC enginesMiquel Raynal
2020-12-11mtd: rawnand: mpc5121: Do not force a particular software ECC engineMiquel Raynal
2020-11-19mtd: rawnand: mpc5121: Move the ECC initialization to ->attach_chip()Miquel Raynal
2020-09-28mtd: rawnand: Use the new ECC engine type enumerationMiquel Raynal
2020-08-27mtd: rawnand: Rename the ECC algorithm enumeration itemsMiquel Raynal
2020-05-31mtd: rawnand: mpc5121: Stop using nand_release()Miquel Raynal
2020-01-21mtd: rawnand: mpc5121: Remove unneeded semicolonzhengbin
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1Thomas Gleixner
2018-12-07mtd: rawnand: Deprecate the ->select_chip() hookBoris Brezillon
2018-10-03mtd: rawnand: Deprecate ->{set,get}_features() hooksBoris Brezillon
2018-10-03mtd: rawnand: Deprecate ->dev_ready() and ->waitfunc()Boris Brezillon
2018-10-03mtd: rawnand: Deprecate ->cmd_ctrl() and ->cmdfunc()Boris Brezillon
2018-10-03mtd: rawnand: Deprecate ->{read, write}_{byte, buf}() hooksBoris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to chip->cmdfunc()Boris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to chip->dev_ready()Boris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to chip->select_chip()Boris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to chip->write_xxx() hooksBoris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to chip->read_xxx() hooksBoris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to nand_release()Boris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to nand_scan()Boris Brezillon
2018-09-04mtd: rawnand: Get rid of the ->read_word() hookBoris Brezillon
2018-03-20mtd: rawnand: rename SET/GET FEATURES related functionsMiquel Raynal
2018-02-16mtd: nand: move raw NAND related code to the raw/ subdirBoris Brezillon