|
@@ -114,8 +114,6 @@ struct pinctrl_ops {
|
|
* of the pins field above
|
|
* of the pins field above
|
|
* @pctlops: pin control operation vtable, to support global concepts like
|
|
* @pctlops: pin control operation vtable, to support global concepts like
|
|
* grouping of pins, this is optional.
|
|
* grouping of pins, this is optional.
|
|
- * @strict: check both gpio_owner and mux_owner strictly before approving
|
|
|
|
- the pin request
|
|
|
|
* @pmxops: pinmux operations vtable, if you support pinmuxing in your driver
|
|
* @pmxops: pinmux operations vtable, if you support pinmuxing in your driver
|
|
* @confops: pin config operations vtable, if you support pin configuration in
|
|
* @confops: pin config operations vtable, if you support pin configuration in
|
|
* your driver
|
|
* your driver
|
|
@@ -134,7 +132,6 @@ struct pinctrl_desc {
|
|
const struct pinctrl_ops *pctlops;
|
|
const struct pinctrl_ops *pctlops;
|
|
const struct pinmux_ops *pmxops;
|
|
const struct pinmux_ops *pmxops;
|
|
const struct pinconf_ops *confops;
|
|
const struct pinconf_ops *confops;
|
|
- bool strict;
|
|
|
|
struct module *owner;
|
|
struct module *owner;
|
|
#ifdef CONFIG_GENERIC_PINCONF
|
|
#ifdef CONFIG_GENERIC_PINCONF
|
|
unsigned int num_custom_params;
|
|
unsigned int num_custom_params;
|