summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/raw/tegra_nand.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mtd: rawnand: tegra: add missing check for platform_get_irq()Yi Yang2023-09-111-0/+4
* mtd: nand: Convert to platform remove callback returning voidUwe Kleine-König2023-04-111-4/+2
* mtd: rawnand: tegra: Fix PM disable depth imbalance in probeZhang Qilong2022-10-181-1/+3
* mtd: rawnand: tegra: Don't skip cleanup after mtd_device_unregister() failedUwe Kleine-König2022-06-091-4/+1
* mtd: rawnand: tegra: Add runtime PM and OPP supportDmitry Osipenko2021-12-161-8/+50
* mtd: rawnand: tegra: Make use of the helper function devm_platform_ioremap_re...Cai Huoqing2021-09-141-3/+1
* mtd: rawnand: Use the NAND framework user_conf object for ECC flagsMiquel Raynal2020-09-301-2/+3
* mtd: rawnand: Use nanddev_get/set_ecc_requirements() when relevantMiquel Raynal2020-09-281-4/+8
* 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-10/+10
* mtd: rawnand: s/data_interface/interface_config/Miquel Raynal2020-06-261-3/+3
* mtd: rawnand: Rename a NAND chip optionMiquel Raynal2020-05-111-1/+1
* mtd: rawnand: Take check_only into accountBoris Brezillon2020-05-101-1/+3
* mtd: rawnand: Get rid of chip->ecc_{strength,step}_dsBoris Brezillon2019-04-081-4/+4
* mtd: rawnand: Move ->setup_data_interface() to nand_controller_opsBoris Brezillon2018-12-071-1/+1
* mtd: rawnand: Move the ->exec_op() method to nand_controller_opsBoris Brezillon2018-12-071-1/+1
* mtd: rawnand: tegra: Stop implementing ->select_chip()Boris Brezillon2018-12-071-16/+12
* mtd: rawnand: Pass a nand_chip object to chip->setup_data_interface()Boris Brezillon2018-10-031-2/+1
* mtd: rawnand: Pass a nand_chip object to chip->select_chip()Boris Brezillon2018-10-031-2/+1
* mtd: rawnand: Pass a nand_chip object to ecc->write_xxx() hooksBoris Brezillon2018-10-031-6/+7
* mtd: rawnand: Pass a nand_chip object to ecc->read_xxx() hooksBoris Brezillon2018-10-031-7/+8
* mtd: rawnand: Pass a nand_chip object to nand_scan()Boris Brezillon2018-10-031-1/+1
* mtd: rawnand: tegra: convert driver to nand_scan()Miquel Raynal2018-07-311-74/+88
* mtd: rawnand: better name for the controller structureMiquel Raynal2018-07-311-3/+3
* mtd: rawnand: tegra: check bounds of die_nr properlyStefan Agner2018-07-191-1/+3
* mtd: rawnand: add NVIDIA Tegra NAND Flash controller driverStefan Agner2018-07-021-0/+1230