linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1] doc: pinctrl: fix bad reference to pinctrl.txt file
@ 2019-01-09 19:06 Otto Sabart
  2019-01-10  9:32 ` Richard Fitzgerald
  2019-01-18 11:55 ` Charles Keepax
  0 siblings, 2 replies; 3+ messages in thread
From: Otto Sabart @ 2019-01-09 19:06 UTC (permalink / raw)
  To: linux-kernel, patches
  Cc: Charles Keepax, Richard Fitzgerald, Lee Jones, Mauro Carvalho Chehab

[-- Attachment #1: Type: text/plain, Size: 1174 bytes --]

The pinctrl.txt file was converted into reStructuredText and moved into
driver-api folder. This patch updates the broken reference.

Fixes: 5a9b73832e9e ("pinctrl.txt: move it to the driver-api book")
Signed-off-by: Otto Sabart <ottosabart@seberm.com>
---
 include/linux/mfd/madera/pdata.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/include/linux/mfd/madera/pdata.h b/include/linux/mfd/madera/pdata.h
index 8dc852402dbb..dd00ab824e5b 100644
--- a/include/linux/mfd/madera/pdata.h
+++ b/include/linux/mfd/madera/pdata.h
@@ -34,7 +34,8 @@ struct madera_codec_pdata;
  * @micvdd:	    Substruct of pdata for the MICVDD regulator
  * @irq_flags:	    Mode for primary IRQ (defaults to active low)
  * @gpio_base:	    Base GPIO number
- * @gpio_configs:   Array of GPIO configurations (See Documentation/pinctrl.txt)
+ * @gpio_configs:   Array of GPIO configurations (See
+ *		    Documentation/driver-api/pinctl.rst)
  * @n_gpio_configs: Number of entries in gpio_configs
  * @gpsw:	    General purpose switch mode setting. Depends on the external
  *		    hardware connected to the switch. (See the SW1_MODE field
-- 
2.17.2


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* Re: [PATCH 1/1] doc: pinctrl: fix bad reference to pinctrl.txt file
  2019-01-09 19:06 [PATCH 1/1] doc: pinctrl: fix bad reference to pinctrl.txt file Otto Sabart
@ 2019-01-10  9:32 ` Richard Fitzgerald
  2019-01-18 11:55 ` Charles Keepax
  1 sibling, 0 replies; 3+ messages in thread
From: Richard Fitzgerald @ 2019-01-10  9:32 UTC (permalink / raw)
  To: Otto Sabart, linux-kernel, patches
  Cc: Charles Keepax, Lee Jones, Mauro Carvalho Chehab

On 09/01/19 19:06, Otto Sabart wrote:
> The pinctrl.txt file was converted into reStructuredText and moved into
> driver-api folder. This patch updates the broken reference.
> 
> Fixes: 5a9b73832e9e ("pinctrl.txt: move it to the driver-api book")
> Signed-off-by: Otto Sabart <ottosabart@seberm.com>
> ---
>   include/linux/mfd/madera/pdata.h | 3 ++-
>   1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/include/linux/mfd/madera/pdata.h b/include/linux/mfd/madera/pdata.h
> index 8dc852402dbb..dd00ab824e5b 100644
> --- a/include/linux/mfd/madera/pdata.h
> +++ b/include/linux/mfd/madera/pdata.h
> @@ -34,7 +34,8 @@ struct madera_codec_pdata;
>    * @micvdd:	    Substruct of pdata for the MICVDD regulator
>    * @irq_flags:	    Mode for primary IRQ (defaults to active low)
>    * @gpio_base:	    Base GPIO number
> - * @gpio_configs:   Array of GPIO configurations (See Documentation/pinctrl.txt)
> + * @gpio_configs:   Array of GPIO configurations (See
> + *		    Documentation/driver-api/pinctl.rst)
>    * @n_gpio_configs: Number of entries in gpio_configs
>    * @gpsw:	    General purpose switch mode setting. Depends on the external
>    *		    hardware connected to the switch. (See the SW1_MODE field
> 

Acked-by: Richard Fitzgerald <rf@opensource.cirrus.com>

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

* Re: [PATCH 1/1] doc: pinctrl: fix bad reference to pinctrl.txt file
  2019-01-09 19:06 [PATCH 1/1] doc: pinctrl: fix bad reference to pinctrl.txt file Otto Sabart
  2019-01-10  9:32 ` Richard Fitzgerald
@ 2019-01-18 11:55 ` Charles Keepax
  1 sibling, 0 replies; 3+ messages in thread
From: Charles Keepax @ 2019-01-18 11:55 UTC (permalink / raw)
  To: Otto Sabart
  Cc: linux-kernel, patches, Richard Fitzgerald, Lee Jones,
	Mauro Carvalho Chehab

On Wed, Jan 09, 2019 at 08:06:54PM +0100, Otto Sabart wrote:
> The pinctrl.txt file was converted into reStructuredText and moved into
> driver-api folder. This patch updates the broken reference.
> 
> Fixes: 5a9b73832e9e ("pinctrl.txt: move it to the driver-api book")
> Signed-off-by: Otto Sabart <ottosabart@seberm.com>
> ---

Just noticed you don't have any maintainers on this email. You
really need to add Lee Jones in the to field, he is the guy would
would apply the patch.

Acked-by: Charles Keepax <ckeepax@opensource.cirrus.com>

Thanks,
Charles

>  include/linux/mfd/madera/pdata.h | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/include/linux/mfd/madera/pdata.h b/include/linux/mfd/madera/pdata.h
> index 8dc852402dbb..dd00ab824e5b 100644
> --- a/include/linux/mfd/madera/pdata.h
> +++ b/include/linux/mfd/madera/pdata.h
> @@ -34,7 +34,8 @@ struct madera_codec_pdata;
>   * @micvdd:	    Substruct of pdata for the MICVDD regulator
>   * @irq_flags:	    Mode for primary IRQ (defaults to active low)
>   * @gpio_base:	    Base GPIO number
> - * @gpio_configs:   Array of GPIO configurations (See Documentation/pinctrl.txt)
> + * @gpio_configs:   Array of GPIO configurations (See
> + *		    Documentation/driver-api/pinctl.rst)
>   * @n_gpio_configs: Number of entries in gpio_configs
>   * @gpsw:	    General purpose switch mode setting. Depends on the external
>   *		    hardware connected to the switch. (See the SW1_MODE field
> -- 
> 2.17.2
> 



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

end of thread, other threads:[~2019-01-18 11:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-09 19:06 [PATCH 1/1] doc: pinctrl: fix bad reference to pinctrl.txt file Otto Sabart
2019-01-10  9:32 ` Richard Fitzgerald
2019-01-18 11:55 ` Charles Keepax

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).