X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=include%2Flinux%2Freset-controller.h;h=b91ba932bbd4fcca8d5a332363bf8d65eea180a5;hb=b299221ca99683e50ea03ac8ca638f9f43d2a59c;hp=a3a5bcdb1d02e6c3ffb8868f5ebb49c6f14ae636;hpb=8404410b296095c78ed63f163ac5d417ff0647dd;p=cascardo%2Flinux.git 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; * @ops: a pointer to device specific struct reset_control_ops * @owner: kernel module of the reset controller driver * @list: internal list of reset controller devices + * @reset_control_head: head of internal list of requested reset controls * @of_node: corresponding device tree node as phandle target * @of_reset_n_cells: number of cells in reset line specifiers * @of_xlate: translation function to translate from specifier as found in the @@ -41,6 +42,7 @@ struct reset_controller_dev { const struct reset_control_ops *ops; struct module *owner; struct list_head list; + struct list_head reset_control_head; struct device_node *of_node; int of_reset_n_cells; int (*of_xlate)(struct reset_controller_dev *rcdev,