Devicetree
 help / color / mirror / Atom feed
From: Jonathan Cameron <jic23@kernel.org>
To: "Miclaus, Antoniu" <Antoniu.Miclaus@analog.com>
Cc: "robh+dt@kernel.org" <robh+dt@kernel.org>,
	"linux-iio@vger.kernel.org" <linux-iio@vger.kernel.org>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH v6 3/4] Documentation:ABI:testing:admv1014: add ABI docs
Date: Sun, 13 Feb 2022 18:28:10 +0000	[thread overview]
Message-ID: <20220213182810.2246581b@jic23-huawei> (raw)
In-Reply-To: <CY4PR03MB339929F700810DA7BB36D43D9B2C9@CY4PR03MB3399.namprd03.prod.outlook.com>

On Mon, 7 Feb 2022 14:55:36 +0000
"Miclaus, Antoniu" <Antoniu.Miclaus@analog.com> wrote:

> --
> Antoniu Miclăuş
> 
> > -----Original Message-----
> > From: Antoniu Miclaus <antoniu.miclaus@analog.com>
> > Sent: Monday, February 7, 2022 3:06 PM
> > To: jic23@kernel.org; robh+dt@kernel.org; linux-iio@vger.kernel.org;
> > devicetree@vger.kernel.org; linux-kernel@vger.kernel.org
> > Cc: Miclaus, Antoniu <Antoniu.Miclaus@analog.com>
> > Subject: [PATCH v6 3/4] Documentation:ABI:testing:admv1014: add ABI docs
> > 
> > Add documentation for the use of the Digital Attenuator gain.
> > 
> > Signed-off-by: Antoniu Miclaus <antoniu.miclaus@analog.com>  
> Forgot to add in v6:
> Reviewed-by: Rob Herring <robh@kernel.org>
Ah. That will break b4 trying to pick this up (as it's in the wrong
patch as you noted).

Please resend as v7 with fixed up tags.

I'm waiting to give Andy another chance to look at this if he wants
anyway.

Thanks,

Jonathan

> > ---
> > no changes in v6.
> >  Documentation/ABI/testing/sysfs-bus-iio       |  1 +
> >  .../testing/sysfs-bus-iio-frequency-admv1014  | 23 +++++++++++++++++++
> >  2 files changed, 24 insertions(+)
> >  create mode 100644 Documentation/ABI/testing/sysfs-bus-iio-frequency-
> > admv1014
> > 
> > diff --git a/Documentation/ABI/testing/sysfs-bus-iio
> > b/Documentation/ABI/testing/sysfs-bus-iio
> > index c551301b33f1..2b5770017a84 100644
> > --- a/Documentation/ABI/testing/sysfs-bus-iio
> > +++ b/Documentation/ABI/testing/sysfs-bus-iio
> > @@ -476,6 +476,7 @@ What:
> > 	/sys/bus/iio/devices/iio:deviceX/in_voltageY_i_calibscale
> >  What:		/sys/bus/iio/devices/iio:deviceX/in_voltageY_q_calibscale
> >  What:		/sys/bus/iio/devices/iio:deviceX/in_voltage_i_calibscale
> >  What:		/sys/bus/iio/devices/iio:deviceX/in_voltage_q_calibscale
> > +What:		/sys/bus/iio/devices/iio:deviceX/in_altvoltage_calibscale
> >  What:		/sys/bus/iio/devices/iio:deviceX/in_voltage_calibscale
> >  What:		/sys/bus/iio/devices/iio:deviceX/in_accel_x_calibscale
> >  What:		/sys/bus/iio/devices/iio:deviceX/in_accel_y_calibscale
> > diff --git a/Documentation/ABI/testing/sysfs-bus-iio-frequency-admv1014
> > b/Documentation/ABI/testing/sysfs-bus-iio-frequency-admv1014
> > new file mode 100644
> > index 000000000000..395010a0ef8b
> > --- /dev/null
> > +++ b/Documentation/ABI/testing/sysfs-bus-iio-frequency-admv1014
> > @@ -0,0 +1,23 @@
> > +What:
> > 	/sys/bus/iio/devices/iio:deviceX/in_altvoltage0_i_calibscale_coarse
> > +KernelVersion: 5.18
> > +Contact:	linux-iio@vger.kernel.org
> > +Description:
> > +		Read/write value for the digital attenuator gain (IF_I) with
> > coarse steps.
> > +
> > +What:
> > 	/sys/bus/iio/devices/iio:deviceX/in_altvoltage0_q_calibscale_coarse
> > +KernelVersion: 5.18
> > +Contact:	linux-iio@vger.kernel.org
> > +Description:
> > +		Read/write value for the digital attenuator gain (IF_Q) with
> > coarse steps.
> > +
> > +What:
> > 	/sys/bus/iio/devices/iio:deviceX/in_altvoltage0_i_calibscale_fine
> > +KernelVersion: 5.18
> > +Contact:	linux-iio@vger.kernel.org
> > +Description:
> > +		Read/write value for the digital attenuator gain (IF_I) with
> > fine steps.
> > +
> > +What:
> > 	/sys/bus/iio/devices/iio:deviceX/in_altvoltage0_q_calibscale_fine
> > +KernelVersion: 5.18
> > +Contact:	linux-iio@vger.kernel.org
> > +Description:
> > +		Read/write value for the digital attenuator gain (IF_Q) with
> > fine steps.
> > --
> > 2.35.1  
> 


  reply	other threads:[~2022-02-13 18:21 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-07 13:05 [PATCH v6 1/4] iio:frequency:admv1014: add support for ADMV1014 Antoniu Miclaus
2022-02-07 13:05 ` [PATCH v6 2/4] dt-bindings:iio:frequency: add admv1014 binding Antoniu Miclaus
2022-02-07 15:05   ` Miclaus, Antoniu
2022-02-07 13:05 ` [PATCH v6 3/4] Documentation:ABI:testing:admv1014: add ABI docs Antoniu Miclaus
2022-02-07 14:55   ` Miclaus, Antoniu
2022-02-13 18:28     ` Jonathan Cameron [this message]
2022-02-07 13:05 ` [PATCH v6 4/4] MAINTAINERS: add maintainer for ADMV1014 driver Antoniu Miclaus

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=20220213182810.2246581b@jic23-huawei \
    --to=jic23@kernel.org \
    --cc=Antoniu.Miclaus@analog.com \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-iio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=robh+dt@kernel.org \
    /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