index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
nand
/
raw
/
tegra_nand.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mtd: rawnand: tegra: add missing check for platform_get_irq()
Yi Yang
2023-09-11
1
-0
/
+4
*
mtd: nand: Convert to platform remove callback returning void
Uwe Kleine-König
2023-04-11
1
-4
/
+2
*
mtd: rawnand: tegra: Fix PM disable depth imbalance in probe
Zhang Qilong
2022-10-18
1
-1
/
+3
*
mtd: rawnand: tegra: Don't skip cleanup after mtd_device_unregister() failed
Uwe Kleine-König
2022-06-09
1
-4
/
+1
*
mtd: rawnand: tegra: Add runtime PM and OPP support
Dmitry Osipenko
2021-12-16
1
-8
/
+50
*
mtd: rawnand: tegra: Make use of the helper function devm_platform_ioremap_re...
Cai Huoqing
2021-09-14
1
-3
/
+1
*
mtd: rawnand: Use the NAND framework user_conf object for ECC flags
Miquel Raynal
2020-09-30
1
-2
/
+3
*
mtd: rawnand: Use nanddev_get/set_ecc_requirements() when relevant
Miquel Raynal
2020-09-28
1
-4
/
+8
*
mtd: rawnand: Use the new ECC engine type enumeration
Miquel Raynal
2020-09-28
1
-1
/
+1
*
mtd: rawnand: Rename the ECC algorithm enumeration items
Miquel Raynal
2020-08-27
1
-10
/
+10
*
mtd: rawnand: s/data_interface/interface_config/
Miquel Raynal
2020-06-26
1
-3
/
+3
*
mtd: rawnand: Rename a NAND chip option
Miquel Raynal
2020-05-11
1
-1
/
+1
*
mtd: rawnand: Take check_only into account
Boris Brezillon
2020-05-10
1
-1
/
+3
*
mtd: rawnand: Get rid of chip->ecc_{strength,step}_ds
Boris Brezillon
2019-04-08
1
-4
/
+4
*
mtd: rawnand: Move ->setup_data_interface() to nand_controller_ops
Boris Brezillon
2018-12-07
1
-1
/
+1
*
mtd: rawnand: Move the ->exec_op() method to nand_controller_ops
Boris Brezillon
2018-12-07
1
-1
/
+1
*
mtd: rawnand: tegra: Stop implementing ->select_chip()
Boris Brezillon
2018-12-07
1
-16
/
+12
*
mtd: rawnand: Pass a nand_chip object to chip->setup_data_interface()
Boris Brezillon
2018-10-03
1
-2
/
+1
*
mtd: rawnand: Pass a nand_chip object to chip->select_chip()
Boris Brezillon
2018-10-03
1
-2
/
+1
*
mtd: rawnand: Pass a nand_chip object to ecc->write_xxx() hooks
Boris Brezillon
2018-10-03
1
-6
/
+7
*
mtd: rawnand: Pass a nand_chip object to ecc->read_xxx() hooks
Boris Brezillon
2018-10-03
1
-7
/
+8
*
mtd: rawnand: Pass a nand_chip object to nand_scan()
Boris Brezillon
2018-10-03
1
-1
/
+1
*
mtd: rawnand: tegra: convert driver to nand_scan()
Miquel Raynal
2018-07-31
1
-74
/
+88
*
mtd: rawnand: better name for the controller structure
Miquel Raynal
2018-07-31
1
-3
/
+3
*
mtd: rawnand: tegra: check bounds of die_nr properly
Stefan Agner
2018-07-19
1
-1
/
+3
*
mtd: rawnand: add NVIDIA Tegra NAND Flash controller driver
Stefan Agner
2018-07-02
1
-0
/
+1230