linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] docs: ABI: testing: iio: stm32: remove re-introduced unsupported ABI
@ 2020-11-06 17:50 Fabrice Gasnier
  2020-11-08 15:09 ` Jonathan Cameron
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Gasnier @ 2020-11-06 17:50 UTC (permalink / raw)
  To: jic23
  Cc: mchehab+huawei, gregkh, linux-doc, linux-arm-kernel,
	linux-kernel, alexandre.torgue, fabrice.gasnier, olivier.moysan,
	linux-iio, linux-stm32

Remove unsupported ABI that has been re-introduced due to a rebase hunk.
This ABI has been moved in the past in commit b299d00420e2
("IIO: stm32: Remove quadrature related functions from trigger driver")

This also fixes a couple of warnings seen with:
./scripts/get_abi.pl validate 2>&1|grep iio

Fixes: 34433332841d ("docs: ABI: testing: make the files compatible with ReST output")

Signed-off-by: Fabrice Gasnier <fabrice.gasnier@st.com>
---
 .../ABI/testing/sysfs-bus-iio-timer-stm32          | 24 ----------------------
 1 file changed, 24 deletions(-)

diff --git a/Documentation/ABI/testing/sysfs-bus-iio-timer-stm32 b/Documentation/ABI/testing/sysfs-bus-iio-timer-stm32
index a10a4de..c4a4497 100644
--- a/Documentation/ABI/testing/sysfs-bus-iio-timer-stm32
+++ b/Documentation/ABI/testing/sysfs-bus-iio-timer-stm32
@@ -109,30 +109,6 @@ Description:
 		When counting down the counter start from preset value
 		and fire event when reach 0.
 
-What:		/sys/bus/iio/devices/iio:deviceX/in_count_quadrature_mode_available
-KernelVersion:	4.12
-Contact:	benjamin.gaignard@st.com
-Description:
-		Reading returns the list possible quadrature modes.
-
-What:		/sys/bus/iio/devices/iio:deviceX/in_count0_quadrature_mode
-KernelVersion:	4.12
-Contact:	benjamin.gaignard@st.com
-Description:
-		Configure the device counter quadrature modes:
-
-		channel_A:
-			Encoder A input servers as the count input and B as
-			the UP/DOWN direction control input.
-
-		channel_B:
-			Encoder B input serves as the count input and A as
-			the UP/DOWN direction control input.
-
-		quadrature:
-			Encoder A and B inputs are mixed to get direction
-			and count with a scale of 0.25.
-
 What:		/sys/bus/iio/devices/iio:deviceX/in_count_enable_mode_available
 KernelVersion:	4.12
 Contact:	benjamin.gaignard@st.com
-- 
2.7.4


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

* Re: [PATCH] docs: ABI: testing: iio: stm32: remove re-introduced unsupported ABI
  2020-11-06 17:50 [PATCH] docs: ABI: testing: iio: stm32: remove re-introduced unsupported ABI Fabrice Gasnier
@ 2020-11-08 15:09 ` Jonathan Cameron
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Cameron @ 2020-11-08 15:09 UTC (permalink / raw)
  To: Fabrice Gasnier
  Cc: mchehab+huawei, gregkh, linux-doc, linux-arm-kernel,
	linux-kernel, alexandre.torgue, olivier.moysan, linux-iio,
	linux-stm32

On Fri, 6 Nov 2020 18:50:16 +0100
Fabrice Gasnier <fabrice.gasnier@st.com> wrote:

> Remove unsupported ABI that has been re-introduced due to a rebase hunk.
> This ABI has been moved in the past in commit b299d00420e2
> ("IIO: stm32: Remove quadrature related functions from trigger driver")
> 
> This also fixes a couple of warnings seen with:
> ./scripts/get_abi.pl validate 2>&1|grep iio
> 
> Fixes: 34433332841d ("docs: ABI: testing: make the files compatible with ReST output")
> 
> Signed-off-by: Fabrice Gasnier <fabrice.gasnier@st.com>
Hi Fabrice,

I guess this got accidentally applied given I thought we'd flagged up those
chunks in the patch as needing fixing.

Acked-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

> ---
>  .../ABI/testing/sysfs-bus-iio-timer-stm32          | 24 ----------------------
>  1 file changed, 24 deletions(-)
> 
> diff --git a/Documentation/ABI/testing/sysfs-bus-iio-timer-stm32 b/Documentation/ABI/testing/sysfs-bus-iio-timer-stm32
> index a10a4de..c4a4497 100644
> --- a/Documentation/ABI/testing/sysfs-bus-iio-timer-stm32
> +++ b/Documentation/ABI/testing/sysfs-bus-iio-timer-stm32
> @@ -109,30 +109,6 @@ Description:
>  		When counting down the counter start from preset value
>  		and fire event when reach 0.
>  
> -What:		/sys/bus/iio/devices/iio:deviceX/in_count_quadrature_mode_available
> -KernelVersion:	4.12
> -Contact:	benjamin.gaignard@st.com
> -Description:
> -		Reading returns the list possible quadrature modes.
> -
> -What:		/sys/bus/iio/devices/iio:deviceX/in_count0_quadrature_mode
> -KernelVersion:	4.12
> -Contact:	benjamin.gaignard@st.com
> -Description:
> -		Configure the device counter quadrature modes:
> -
> -		channel_A:
> -			Encoder A input servers as the count input and B as
> -			the UP/DOWN direction control input.
> -
> -		channel_B:
> -			Encoder B input serves as the count input and A as
> -			the UP/DOWN direction control input.
> -
> -		quadrature:
> -			Encoder A and B inputs are mixed to get direction
> -			and count with a scale of 0.25.
> -
>  What:		/sys/bus/iio/devices/iio:deviceX/in_count_enable_mode_available
>  KernelVersion:	4.12
>  Contact:	benjamin.gaignard@st.com


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

end of thread, other threads:[~2020-11-08 15:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-06 17:50 [PATCH] docs: ABI: testing: iio: stm32: remove re-introduced unsupported ABI Fabrice Gasnier
2020-11-08 15:09 ` Jonathan Cameron

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).