* [PATCH 07/10] mfd: madera: point to the right pinctrl binding file [not found] <cover.1558362030.git.mchehab+samsung@kernel.org> @ 2019-05-20 14:47 ` Mauro Carvalho Chehab 2019-05-20 15:42 ` Charles Keepax 0 siblings, 1 reply; 3+ messages in thread From: Mauro Carvalho Chehab @ 2019-05-20 14:47 UTC (permalink / raw) To: Linux Doc Mailing List Cc: Mauro Carvalho Chehab, Mauro Carvalho Chehab, linux-kernel, Jonathan Corbet, Charles Keepax, Richard Fitzgerald, Lee Jones, alsa-devel, patches The reference to Documentation/pinctrl.txt doesn't exist, but there is an specific binding for the madera driver. So, point to it. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> --- 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..c7e0658eb74b 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/devicetree/bindings/pinctrl/cirrus,madera-pinctrl.txt) * @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.21.0 ^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 07/10] mfd: madera: point to the right pinctrl binding file 2019-05-20 14:47 ` [PATCH 07/10] mfd: madera: point to the right pinctrl binding file Mauro Carvalho Chehab @ 2019-05-20 15:42 ` Charles Keepax 2019-05-20 18:48 ` Mauro Carvalho Chehab 0 siblings, 1 reply; 3+ messages in thread From: Charles Keepax @ 2019-05-20 15:42 UTC (permalink / raw) To: Mauro Carvalho Chehab Cc: Linux Doc Mailing List, Mauro Carvalho Chehab, linux-kernel, Jonathan Corbet, Richard Fitzgerald, Lee Jones, alsa-devel, patches On Mon, May 20, 2019 at 11:47:36AM -0300, Mauro Carvalho Chehab wrote: > The reference to Documentation/pinctrl.txt doesn't exist, but > there is an specific binding for the madera driver. > > So, point to it. > > Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> > --- > 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..c7e0658eb74b 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/devicetree/bindings/pinctrl/cirrus,madera-pinctrl.txt) I believe this is trying to point at the generic pinctrl docs which now live here: Documentation/driver-api/pinctl.rst There is a patch to do this already: https://lkml.org/lkml/2019/1/9/853 With the latest resend here: https://www.mail-archive.com/linux-kernel@vger.kernel.org/msg2001752.html Thanks, Charles > * @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.21.0 > ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 07/10] mfd: madera: point to the right pinctrl binding file 2019-05-20 15:42 ` Charles Keepax @ 2019-05-20 18:48 ` Mauro Carvalho Chehab 0 siblings, 0 replies; 3+ messages in thread From: Mauro Carvalho Chehab @ 2019-05-20 18:48 UTC (permalink / raw) To: Charles Keepax Cc: Linux Doc Mailing List, Mauro Carvalho Chehab, linux-kernel, Jonathan Corbet, Richard Fitzgerald, Lee Jones, alsa-devel, patches Em Mon, 20 May 2019 16:42:45 +0100 Charles Keepax <ckeepax@opensource.cirrus.com> escreveu: > On Mon, May 20, 2019 at 11:47:36AM -0300, Mauro Carvalho Chehab wrote: > > The reference to Documentation/pinctrl.txt doesn't exist, but > > there is an specific binding for the madera driver. > > > > So, point to it. > > > > Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> > > --- > > 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..c7e0658eb74b 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/devicetree/bindings/pinctrl/cirrus,madera-pinctrl.txt) > > I believe this is trying to point at the generic pinctrl docs > which now live here: > > Documentation/driver-api/pinctl.rst > > There is a patch to do this already: > https://lkml.org/lkml/2019/1/9/853 > With the latest resend here: > https://www.mail-archive.com/linux-kernel@vger.kernel.org/msg2001752.html Ah, makes sense to me. Please ignore this one. Thanks, Mauro ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-05-20 18:48 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <cover.1558362030.git.mchehab+samsung@kernel.org>
2019-05-20 14:47 ` [PATCH 07/10] mfd: madera: point to the right pinctrl binding file Mauro Carvalho Chehab
2019-05-20 15:42 ` Charles Keepax
2019-05-20 18:48 ` Mauro Carvalho Chehab
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox