aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/reset-controller.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/reset-controller.h')
-rw-r--r--include/linux/reset-controller.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/reset-controller.h b/include/linux/reset-controller.h
index a3a5bcdb1d02..b91ba932bbd4 100644
--- a/include/linux/reset-controller.h
+++ b/include/linux/reset-controller.h
@@ -31,6 +31,7 @@ struct of_phandle_args;
31 * @ops: a pointer to device specific struct reset_control_ops 31 * @ops: a pointer to device specific struct reset_control_ops
32 * @owner: kernel module of the reset controller driver 32 * @owner: kernel module of the reset controller driver
33 * @list: internal list of reset controller devices 33 * @list: internal list of reset controller devices
34 * @reset_control_head: head of internal list of requested reset controls
34 * @of_node: corresponding device tree node as phandle target 35 * @of_node: corresponding device tree node as phandle target
35 * @of_reset_n_cells: number of cells in reset line specifiers 36 * @of_reset_n_cells: number of cells in reset line specifiers
36 * @of_xlate: translation function to translate from specifier as found in the 37 * @of_xlate: translation function to translate from specifier as found in the
@@ -41,6 +42,7 @@ struct reset_controller_dev {
41 const struct reset_control_ops *ops; 42 const struct reset_control_ops *ops;
42 struct module *owner; 43 struct module *owner;
43 struct list_head list; 44 struct list_head list;
45 struct list_head reset_control_head;
44 struct device_node *of_node; 46 struct device_node *of_node;
45 int of_reset_n_cells; 47 int of_reset_n_cells;
46 int (*of_xlate)(struct reset_controller_dev *rcdev, 48 int (*of_xlate)(struct reset_controller_dev *rcdev,