summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/raw/oxnas_nand.c
AgeCommit message (Expand)Author
2023-07-12nand: oxnas_nand: remove obsolete raw nand driverNeil Armstrong
2023-04-11mtd: nand: Convert to platform remove callback returning voidUwe Kleine-König
2021-09-14mtd: rawnand: oxnas: Make use of the helper function devm_platform_ioremap_re...Cai Huoqing
2020-09-01mtd: rawnand: oxnas: cleanup/simplify codePavel Machek
2020-05-31mtd: rawnand: oxnas: Stop using nand_release()Miquel Raynal
2020-05-31mtd: rawnand: oxnas: Release all devices in the _remove() pathMiquel Raynal
2020-05-31mtd: rawnand: oxnas: Unregister all devices on errorMiquel Raynal
2020-05-31mtd: rawnand: oxnas: Fix the probe error pathMiquel Raynal
2020-05-31mtd: rawnand: oxnas: Keep track of registered devicesMiquel Raynal
2019-07-25mtd: rawnand: oxnas: Add of_node_put()Nishka Dasgupta
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2018-10-03mtd: rawnand: Deprecate ->chip_delayBoris 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->cmd_ctrl()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-07-31mtd: rawnand: better name for the controller structureMiquel Raynal
2018-02-16mtd: nand: move raw NAND related code to the raw/ subdirBoris Brezillon