All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 1/1] pinctrl: Flag strict is a field in struct pinmux_ops
@ 2016-06-20 22:40 Andy Shevchenko
  2016-06-21 20:30 ` Andy Shevchenko
  2016-06-23  8:50 ` Linus Walleij
  0 siblings, 2 replies; 3+ messages in thread
From: Andy Shevchenko @ 2016-06-20 22:40 UTC (permalink / raw)
  To: Linus Walleij, linux-gpio; +Cc: Andy Shevchenko

Documentation incorrectly refers to struct pinctrl_desc, where no such flag is
available. Replace the name of the struct.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
 Documentation/pinctrl.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/pinctrl.txt b/Documentation/pinctrl.txt
index 4976389e..dd15a69 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.
-- 
2.8.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH v1 1/1] pinctrl: Flag strict is a field in struct pinmux_ops
  2016-06-20 22:40 [PATCH v1 1/1] pinctrl: Flag strict is a field in struct pinmux_ops Andy Shevchenko
@ 2016-06-21 20:30 ` Andy Shevchenko
  2016-06-23  8:50 ` Linus Walleij
  1 sibling, 0 replies; 3+ messages in thread
From: Andy Shevchenko @ 2016-06-21 20:30 UTC (permalink / raw)
  To: Linus Walleij, linux-gpio

On Tue, 2016-06-21 at 01:40 +0300, Andy Shevchenko wrote:
> 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 <andriy.shevchenko@linux.intel.com>
> ---
>  Documentation/pinctrl.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/pinctrl.txt b/Documentation/pinctrl.txt
> index 4976389e..dd15a69 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.

-- 

Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Intel Finland Oy
--
To unsubscribe from this list: send the line "unsubscribe linux-gpio" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH v1 1/1] pinctrl: Flag strict is a field in struct pinmux_ops
  2016-06-20 22:40 [PATCH v1 1/1] pinctrl: Flag strict is a field in struct pinmux_ops Andy Shevchenko
  2016-06-21 20:30 ` Andy Shevchenko
@ 2016-06-23  8:50 ` Linus Walleij
  1 sibling, 0 replies; 3+ messages in thread
From: Linus Walleij @ 2016-06-23  8:50 UTC (permalink / raw)
  To: Andy Shevchenko; +Cc: linux-gpio

On Tue, Jun 21, 2016 at 12:40 AM, Andy Shevchenko
<andriy.shevchenko@linux.intel.com> wrote:

> Documentation incorrectly refers to struct pinctrl_desc, where no such flag is
> available. Replace the name of the struct.
>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>

Patch applied.

Yours,
Linus Walleij

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-06-23  8:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-20 22:40 [PATCH v1 1/1] pinctrl: Flag strict is a field in struct pinmux_ops Andy Shevchenko
2016-06-21 20:30 ` Andy Shevchenko
2016-06-23  8:50 ` Linus Walleij

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.