Linux IIO development
 help / color / mirror / Atom feed
* [PATCH] iio: adc: vf610: fix conversion mode sysfs node name
@ 2022-05-30  8:50 Baruch Siach
  2022-05-30  9:06 ` Bough Chen
  0 siblings, 1 reply; 3+ messages in thread
From: Baruch Siach @ 2022-05-30  8:50 UTC (permalink / raw)
  To: Haibo Chen
  Cc: Shawn Guo, Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam,
	NXP Linux Team, linux-iio, Jonathan Cameron, Lars-Peter Clausen,
	Baruch Siach

The documentation missed the "in_" prefix for this IIO_SHARED_BY_DIR
entry.

Fixes: bf04c1a367e3 ("iio: adc: vf610: implement configurable conversion modes")
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 Documentation/ABI/testing/sysfs-bus-iio-vf610 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/ABI/testing/sysfs-bus-iio-vf610 b/Documentation/ABI/testing/sysfs-bus-iio-vf610
index 308a6756d3bf..491ead804488 100644
--- a/Documentation/ABI/testing/sysfs-bus-iio-vf610
+++ b/Documentation/ABI/testing/sysfs-bus-iio-vf610
@@ -1,4 +1,4 @@
-What:		/sys/bus/iio/devices/iio:deviceX/conversion_mode
+What:		/sys/bus/iio/devices/iio:deviceX/in_conversion_mode
 KernelVersion:	4.2
 Contact:	linux-iio@vger.kernel.org
 Description:
-- 
2.35.1


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

* RE: [PATCH] iio: adc: vf610: fix conversion mode sysfs node name
  2022-05-30  8:50 [PATCH] iio: adc: vf610: fix conversion mode sysfs node name Baruch Siach
@ 2022-05-30  9:06 ` Bough Chen
  2022-06-03 17:12   ` Jonathan Cameron
  0 siblings, 1 reply; 3+ messages in thread
From: Bough Chen @ 2022-05-30  9:06 UTC (permalink / raw)
  To: Baruch Siach
  Cc: Shawn Guo, Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam,
	dl-linux-imx, linux-iio@vger.kernel.org, Jonathan Cameron,
	Lars-Peter Clausen

> -----Original Message-----
> From: Baruch Siach <baruch@tkos.co.il>
> Sent: 2022年5月30日 16:50
> To: Bough Chen <haibo.chen@nxp.com>
> Cc: Shawn Guo <shawnguo@kernel.org>; Sascha Hauer
> <s.hauer@pengutronix.de>; Pengutronix Kernel Team
> <kernel@pengutronix.de>; Fabio Estevam <festevam@gmail.com>; dl-linux-imx
> <linux-imx@nxp.com>; linux-iio@vger.kernel.org; Jonathan Cameron
> <jic23@kernel.org>; Lars-Peter Clausen <lars@metafoo.de>; Baruch Siach
> <baruch@tkos.co.il>
> Subject: [PATCH] iio: adc: vf610: fix conversion mode sysfs node name
> 
> The documentation missed the "in_" prefix for this IIO_SHARED_BY_DIR entry.
> 
> Fixes: bf04c1a367e3 ("iio: adc: vf610: implement configurable conversion
> modes")
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>

Acked-by: Haibo Chen <haibo.chen@nxp.com>

> ---
>  Documentation/ABI/testing/sysfs-bus-iio-vf610 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/ABI/testing/sysfs-bus-iio-vf610
> b/Documentation/ABI/testing/sysfs-bus-iio-vf610
> index 308a6756d3bf..491ead804488 100644
> --- a/Documentation/ABI/testing/sysfs-bus-iio-vf610
> +++ b/Documentation/ABI/testing/sysfs-bus-iio-vf610
> @@ -1,4 +1,4 @@
> -What:		/sys/bus/iio/devices/iio:deviceX/conversion_mode
> +What:		/sys/bus/iio/devices/iio:deviceX/in_conversion_mode
>  KernelVersion:	4.2
>  Contact:	linux-iio@vger.kernel.org
>  Description:
> --
> 2.35.1


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

* Re: [PATCH] iio: adc: vf610: fix conversion mode sysfs node name
  2022-05-30  9:06 ` Bough Chen
@ 2022-06-03 17:12   ` Jonathan Cameron
  0 siblings, 0 replies; 3+ messages in thread
From: Jonathan Cameron @ 2022-06-03 17:12 UTC (permalink / raw)
  To: Bough Chen
  Cc: Baruch Siach, Shawn Guo, Sascha Hauer, Pengutronix Kernel Team,
	Fabio Estevam, dl-linux-imx, linux-iio@vger.kernel.org,
	Lars-Peter Clausen

On Mon, 30 May 2022 09:06:53 +0000
Bough Chen <haibo.chen@nxp.com> wrote:

> > -----Original Message-----
> > From: Baruch Siach <baruch@tkos.co.il>
> > Sent: 2022年5月30日 16:50
> > To: Bough Chen <haibo.chen@nxp.com>
> > Cc: Shawn Guo <shawnguo@kernel.org>; Sascha Hauer
> > <s.hauer@pengutronix.de>; Pengutronix Kernel Team
> > <kernel@pengutronix.de>; Fabio Estevam <festevam@gmail.com>; dl-linux-imx
> > <linux-imx@nxp.com>; linux-iio@vger.kernel.org; Jonathan Cameron
> > <jic23@kernel.org>; Lars-Peter Clausen <lars@metafoo.de>; Baruch Siach
> > <baruch@tkos.co.il>
> > Subject: [PATCH] iio: adc: vf610: fix conversion mode sysfs node name
> > 
> > The documentation missed the "in_" prefix for this IIO_SHARED_BY_DIR entry.
> > 
> > Fixes: bf04c1a367e3 ("iio: adc: vf610: implement configurable conversion
> > modes")
> > Signed-off-by: Baruch Siach <baruch@tkos.co.il>  
> 
> Acked-by: Haibo Chen <haibo.chen@nxp.com>
Applied to the fixes-togreg branch of iio.git

Thanks,

Jonathan

> 
> > ---
> >  Documentation/ABI/testing/sysfs-bus-iio-vf610 | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/Documentation/ABI/testing/sysfs-bus-iio-vf610
> > b/Documentation/ABI/testing/sysfs-bus-iio-vf610
> > index 308a6756d3bf..491ead804488 100644
> > --- a/Documentation/ABI/testing/sysfs-bus-iio-vf610
> > +++ b/Documentation/ABI/testing/sysfs-bus-iio-vf610
> > @@ -1,4 +1,4 @@
> > -What:		/sys/bus/iio/devices/iio:deviceX/conversion_mode
> > +What:		/sys/bus/iio/devices/iio:deviceX/in_conversion_mode
> >  KernelVersion:	4.2
> >  Contact:	linux-iio@vger.kernel.org
> >  Description:
> > --
> > 2.35.1  
> 


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

end of thread, other threads:[~2022-06-03 17:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-30  8:50 [PATCH] iio: adc: vf610: fix conversion mode sysfs node name Baruch Siach
2022-05-30  9:06 ` Bough Chen
2022-06-03 17:12   ` Jonathan Cameron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox