summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/nand_orion.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: nand: Update to Linux-5.9Sascha Hauer2020-11-101-1/+2
* mtd: nand: orion: Use nand_to_mtd()Sascha Hauer2020-11-091-1/+1
* mtd: nand: move function hooks to struct nand_legacySascha Hauer2020-11-091-6/+6
* mtd: rename class_dev to devSascha Hauer2020-11-091-1/+1
* mtd: Use classdev->parentSascha Hauer2020-11-091-1/+1
* mtd: nand: Pass struct nand_chip aroundSascha Hauer2020-11-061-6/+4
* mtd: nand: Embed struct mtd_info into struct nand_chipSascha Hauer2019-08-261-3/+1
* mtd: nand: Add and use static inline wrapper for getting nand_chip from mtdSascha Hauer2019-08-261-2/+2
* driver: replace dev_request_mem_region with dev_request_mem_resourceSascha Hauer2016-03-071-3/+5
* mtd: nand_orion: remove unused goto labelUwe Kleine-König2014-11-101-1/+1
* resource: Let dev_request_mem_region return an error pointerSascha Hauer2014-09-161-2/+2
* nand: Add Marvell Orion NAND driverEzequiel Garcia2014-09-011-0/+160