public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Jonathan Cameron <jic23@kernel.org>
To: Marcelo Schmitt <marcelo.schmitt1@gmail.com>
Cc: lars@metafoo.de, Michael.Hennerich@analog.com, knaack.h@gmx.de,
	pmeerw@pmeerw.net, linux-iio@vger.kernel.org,
	linux-kernel@vger.kernel.org, kernel-usp@googlegroups.com
Subject: Re: [PATCH v4 5/7] staging: iio: ad5933: add ABI documentation
Date: Sat, 16 Mar 2019 18:40:34 +0000	[thread overview]
Message-ID: <20190316184034.7ad29cf6@archlinux> (raw)
In-Reply-To: <20190316150732.umr64uwhi2j4qi7k@smtp.gmail.com>

On Sat, 16 Mar 2019 12:07:32 -0300
Marcelo Schmitt <marcelo.schmitt1@gmail.com> wrote:

> Add an ABI documentation for the ad5933 driver.
> 
> Signed-off-by: Marcelo Schmitt <marcelo.schmitt1@gmail.com>
Some stray whitespace in here. I cleaned it up.

Thanks,

Jonathan

> ---
>  .../sysfs-bus-iio-impedance-analyzer-ad5933   | 35 +++++++++++++++++++
>  .../sysfs-bus-iio-impedance-analyzer-ad5933   | 30 ----------------
>  2 files changed, 35 insertions(+), 30 deletions(-)
>  create mode 100644 Documentation/ABI/testing/sysfs-bus-iio-impedance-analyzer-ad5933
>  delete mode 100644 drivers/staging/iio/Documentation/sysfs-bus-iio-impedance-analyzer-ad5933
> 
> diff --git a/Documentation/ABI/testing/sysfs-bus-iio-impedance-analyzer-ad5933 b/Documentation/ABI/testing/sysfs-bus-iio-impedance-analyzer-ad5933
> new file mode 100644
> index 000000000000..a50aada68e1e
> --- /dev/null
> +++ b/Documentation/ABI/testing/sysfs-bus-iio-impedance-analyzer-ad5933
> @@ -0,0 +1,35 @@
> +What:		/sys/bus/iio/devices/iio:deviceX/out_altvoltageY_frequency_start
> +Date:		March 2019
> +KernelVersion:	3.1.0
> +Contact:	linux-iio@vger.kernel.org
> +Description:
> +		Frequency sweep start frequency in Hz.
> +
> +What:		/sys/bus/iio/devices/iio:deviceX/out_altvoltageY_frequency_increment
> +Date:		March 2019
> +KernelVersion:	3.1.0
> +Contact:	linux-iio@vger.kernel.org
> +Description:
> +		Frequency increment in Hz (step size) between consecutive
> +		frequency points along the sweep.
> +
> +What:		/sys/bus/iio/devices/iio:deviceX/out_altvoltageY_frequency_points
> +Date:		March 2019
> +KernelVersion:	3.1.0
> +Contact:	linux-iio@vger.kernel.org
> +Description:
> +		Number of frequency points (steps) in the frequency sweep.
> +		This value, in conjunction with the
> +		out_altvoltageY_frequency_start and the	
> +		out_altvoltageY_frequency_increment, determines the frequency 
> +		sweep range for the sweep operation.
> +
> +What:		/sys/bus/iio/devices/iio:deviceX/out_altvoltageY_settling_cycles
> +Date:		March 2019
> +KernelVersion:	3.1.0
> +Contact:	linux-iio@vger.kernel.org
> +Description:
> +		Number of output excitation cycles (settling time cycles)
> +		that are allowed to pass through the unknown impedance,
> +		after each frequency increment, and before the ADC is triggered
> +		to perform a conversion sequence of the response signal.
> diff --git a/drivers/staging/iio/Documentation/sysfs-bus-iio-impedance-analyzer-ad5933 b/drivers/staging/iio/Documentation/sysfs-bus-iio-impedance-analyzer-ad5933
> deleted file mode 100644
> index 79c7e88c64cd..000000000000
> --- a/drivers/staging/iio/Documentation/sysfs-bus-iio-impedance-analyzer-ad5933
> +++ /dev/null
> @@ -1,30 +0,0 @@
> -What:		/sys/bus/iio/devices/iio:deviceX/outY_freq_start
> -KernelVersion:	3.1.0
> -Contact:	linux-iio@vger.kernel.org
> -Description:
> -		Frequency sweep start frequency in Hz.
> -
> -What:		/sys/bus/iio/devices/iio:deviceX/outY_freq_increment
> -KernelVersion:	3.1.0
> -Contact:	linux-iio@vger.kernel.org
> -Description:
> -		Frequency increment in Hz (step size) between consecutive
> -		frequency points along the sweep.
> -
> -What:		/sys/bus/iio/devices/iio:deviceX/outY_freq_points
> -KernelVersion:	3.1.0
> -Contact:	linux-iio@vger.kernel.org
> -Description:
> -		Number of frequency points (steps) in the frequency sweep.
> -		This value, in conjunction with the outY_freq_start and the
> -		outY_freq_increment, determines the frequency sweep range
> -		for the sweep operation.
> -
> -What:		/sys/bus/iio/devices/iio:deviceX/outY_settling_cycles
> -KernelVersion:	3.1.0
> -Contact:	linux-iio@vger.kernel.org
> -Description:
> -		Number of output excitation cycles (settling time cycles)
> -		that are allowed to pass through the unknown impedance,
> -		after each frequency increment, and before the ADC is triggered
> -		to perform a conversion sequence of the response signal.


      reply	other threads:[~2019-03-16 18:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-16 15:07 [PATCH v4 5/7] staging: iio: ad5933: add ABI documentation Marcelo Schmitt
2019-03-16 18:40 ` Jonathan Cameron [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190316184034.7ad29cf6@archlinux \
    --to=jic23@kernel.org \
    --cc=Michael.Hennerich@analog.com \
    --cc=kernel-usp@googlegroups.com \
    --cc=knaack.h@gmx.de \
    --cc=lars@metafoo.de \
    --cc=linux-iio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marcelo.schmitt1@gmail.com \
    --cc=pmeerw@pmeerw.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox