From: Andy Shevchenko Date: Mon, 20 Jun 2016 22:40:48 +0000 (+0300) Subject: pinctrl: Flag strict is a field in struct pinmux_ops X-Git-Tag: v5.15~13177^2~50 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7440926ed9623dceca3310c5f437d06c859dc02b;p=platform%2Fkernel%2Flinux-starfive.git pinctrl: Flag strict is a field in struct pinmux_ops Documentation incorrectly refers to struct pinctrl_desc, where no such flag is available. Replace the name of the struct. Fixes: commit 8c4c2016345f ("pinctrl: move strict option to pinmux_ops") Signed-off-by: Andy Shevchenko Signed-off-by: Linus Walleij --- diff --git a/Documentation/pinctrl.txt b/Documentation/pinctrl.txt index 6414a61..0d3b9ce0 100644 --- a/Documentation/pinctrl.txt +++ b/Documentation/pinctrl.txt @@ -831,7 +831,7 @@ separate memory range only intended for GPIO driving, and the register range dealing with pin config and pin multiplexing get placed into a different memory range and a separate section of the data sheet. -A flag "strict" in struct pinctrl_desc is available to check and deny +A flag "strict" in struct pinmux_ops is available to check and deny simultaneous access to the same pin from GPIO and pin multiplexing consumers on hardware of this type. The pinctrl driver should set this flag accordingly.