We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70e997e commit c925bb8Copy full SHA for c925bb8
drivers/mfd/da9052-core.c
@@ -585,6 +585,7 @@ static int da9052_clear_fault_log(struct da9052 *da9052)
585
"Cannot reset FAULT_LOG values %d\n", ret);
586
}
587
588
+ da9052->fault_log = fault_log;
589
return ret;
590
591
include/linux/mfd/da9052/da9052.h
@@ -93,6 +93,8 @@ struct da9052 {
93
94
int chip_irq;
95
96
+ int fault_log;
97
+
98
/* SOC I/O transfer related fixes for DA9052/53 */
99
int (*fix_io) (struct da9052 *da9052, unsigned char reg);
100
};
0 commit comments