summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/nand_orion.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: nand: move to drivers/mtd/nand/raw/Sascha Hauer6 days1-157/+0
* treewide: add MODULE_DEVICE_TABLE markersAhmad Fatoum2023-06-131-0/+1
* Rename struct driver_d to driverSascha Hauer2023-01-101-1/+1
* Rename struct device_d to deviceSascha Hauer2023-01-101-1/+1
* Rename device_d::device_node to device_d::of_nodeSascha Hauer2023-01-101-1/+1
* drivers: migrate "GPL-2.0" license identifiers to SPDX 2.0Roland Hieber2021-11-221-1/+1
* drivers: add missing SPDX-License-IdentifierAhmad Fatoum2021-11-011-4/+1
* 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