summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/raw/orion_nand.c
Commit message (Expand)AuthorAgeFilesLines
* 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