summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/raw/tegra_nand.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-18mtd: rawnand: tegra: Fix PM disable depth imbalance in probeZhang Qilong1-1/+3
2022-06-09mtd: rawnand: tegra: Don't skip cleanup after mtd_device_unregister() failedUwe Kleine-König1-4/+1
2021-12-16mtd: rawnand: tegra: Add runtime PM and OPP supportDmitry Osipenko1-8/+50
2021-09-14mtd: rawnand: tegra: Make use of the helper function devm_platform_ioremap_re...Cai Huoqing1-3/+1
2020-09-30mtd: rawnand: Use the NAND framework user_conf object for ECC flagsMiquel Raynal1-2/+3
2020-09-28mtd: rawnand: Use nanddev_get/set_ecc_requirements() when relevantMiquel Raynal1-4/+8
2020-09-28mtd: rawnand: Use the new ECC engine type enumerationMiquel Raynal1-1/+1
2020-08-27mtd: rawnand: Rename the ECC algorithm enumeration itemsMiquel Raynal1-10/+10
2020-06-26mtd: rawnand: s/data_interface/interface_config/Miquel Raynal1-3/+3
2020-05-11mtd: rawnand: Rename a NAND chip optionMiquel Raynal1-1/+1
2020-05-10mtd: rawnand: Take check_only into accountBoris Brezillon1-1/+3
2019-04-08mtd: rawnand: Get rid of chip->ecc_{strength,step}_dsBoris Brezillon1-4/+4
2018-12-07mtd: rawnand: Move ->setup_data_interface() to nand_controller_opsBoris Brezillon1-1/+1
2018-12-07mtd: rawnand: Move the ->exec_op() method to nand_controller_opsBoris Brezillon1-1/+1
2018-12-07mtd: rawnand: tegra: Stop implementing ->select_chip()Boris Brezillon1-16/+12
2018-10-03mtd: rawnand: Pass a nand_chip object to chip->setup_data_interface()Boris Brezillon1-2/+1
2018-10-03mtd: rawnand: Pass a nand_chip object to chip->select_chip()Boris Brezillon1-2/+1
2018-10-03mtd: rawnand: Pass a nand_chip object to ecc->write_xxx() hooksBoris Brezillon1-6/+7
2018-10-03mtd: rawnand: Pass a nand_chip object to ecc->read_xxx() hooksBoris Brezillon1-7/+8
2018-10-03mtd: rawnand: Pass a nand_chip object to nand_scan()Boris Brezillon1-1/+1
2018-07-31mtd: rawnand: tegra: convert driver to nand_scan()Miquel Raynal1-74/+88
2018-07-31mtd: rawnand: better name for the controller structureMiquel Raynal1-3/+3
2018-07-19mtd: rawnand: tegra: check bounds of die_nr properlyStefan Agner1-1/+3
2018-07-02mtd: rawnand: add NVIDIA Tegra NAND Flash controller driverStefan Agner1-0/+1230