summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/raw/orion_nand.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mtd: Switch back to struct platform_driver::remove()Uwe Kleine-König2024-10-211-1/+1
* mtd: rawnand: orion: Use helper function devm_clk_get_optional_enabled()Li Zetao2023-08-211-18/+4
* mtd: nand: Convert to platform remove callback returning voidUwe Kleine-König2023-04-111-4/+2
* mtd: rawnand: orion: use devm_platform_ioremap_resource()Ye Xingchen2023-03-061-3/+1
* mtd: rawnand: orion: Use devm_clk_get_optional()Christophe JAILLET2022-09-211-12/+5
* mtd: rawnand: orion: Keep the driver compatible with on-die ECC enginesMiquel Raynal2021-10-151-3/+9
* mtd: rawnand: orion: Do not force a particular software ECC engineMiquel Raynal2020-12-111-1/+3
* mtd: rawnand: orion: 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: orion: Stop using nand_release()Miquel Raynal2020-05-311-1/+5
* mtd: rawnand: orion: Fix the probe error pathMiquel Raynal2020-05-311-1/+1
* mtd: rawnand: Deprecate ->chip_delayBoris 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-1/+1
* mtd: rawnand: Create a legacy struct and move ->IO_ADDR_{R, W} thereBoris Brezillon2018-10-031-3/+3
* mtd: rawnand: Pass a nand_chip object to chip->cmd_ctrl()Boris Brezillon2018-10-031-2/+2
* mtd: rawnand: Pass a nand_chip object to chip->read_xxx() hooksBoris Brezillon2018-10-031-2/+1
* mtd: rawnand: Pass a nand_chip object to nand_release()Boris Brezillon2018-10-031-3/+2
* mtd: rawnand: Pass a nand_chip object to nand_scan()Boris Brezillon2018-10-031-1/+1
* mtd: rawnand: orion: Handle cases where __LINUX_ARM_ARCH__ is not definedBoris Brezillon2018-07-311-2/+2
* mtd: rawnand: orion: Avoid direct inclusion of asm headersBoris Brezillon2018-07-311-1/+1
* mtd: rawnand: orion_nand: Kill orion_nand_data.dev_ready()Boris Brezillon2018-07-181-3/+0
* mtd: nand: move raw NAND related code to the raw/ subdirBoris Brezillon2018-02-161-0/+232