File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -337,6 +337,12 @@ enum regulator_type {
337
337
* @pull_down_val_on: Enabling value for control when using regmap
338
338
* set_pull_down
339
339
*
340
+ * @ramp_reg: Register for controlling the regulator ramp-rate.
341
+ * @ramp_mask: Bitmask for the ramp-rate control register.
342
+ * @ramp_delay_table: Table for mapping the regulator ramp-rate values. Values
343
+ * should be given in units of V/S (uV/uS). See the
344
+ * regulator_set_ramp_delay_regmap().
345
+ *
340
346
* @enable_time: Time taken for initial enable of regulator (in uS).
341
347
* @off_on_delay: guard time (in uS), before re-enabling a regulator
342
348
*
@@ -462,7 +468,7 @@ struct regulator_err_state {
462
468
};
463
469
464
470
/**
465
- * struct regulator_irq_data - regulator error/notification status date
471
+ * struct regulator_irq_data - regulator error/notification status data
466
472
*
467
473
* @states: Status structs for each of the associated regulators.
468
474
* @num_states: Amount of associated regulators.
You can’t perform that action at this time.
0 commit comments