From: Jonathan Cameron <Jonathan.Cameron@Huawei.com>
To: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>
Cc: Jonathan Cameron <jic23@kernel.org>,
Mark Rutland <mark.rutland@arm.com>,
Lars-Peter Clausen <lars@metafoo.de>,
Stefan Popa <stefan.popa@analog.com>,
Michael Hennerich <Michael.Hennerich@analog.com>,
<linux-iio@vger.kernel.org>, Rob Herring <robh+dt@kernel.org>,
"Peter Meerwald-Stadler" <pmeerw@pmeerw.net>,
Hartmut Knaack <knaack.h@gmx.de>,
Alexandru Ardelean <alexandru.Ardelean@analog.com>,
<kernel@pengutronix.de>
Subject: Re: [PATCH v4 1/3] iio: adc: ltc2496: provide device tree binding document
Date: Fri, 10 Jan 2020 10:01:48 +0000 [thread overview]
Message-ID: <20200110100148.00001033@Huawei.com> (raw)
In-Reply-To: <20200109205954.hyjvtwpddvytzgpr@pengutronix.de>
On Thu, 9 Jan 2020 21:59:54 +0100
Uwe Kleine-König <u.kleine-koenig@pengutronix.de> wrote:
> Hello Jonathan,
>
> On Mon, Dec 23, 2019 at 05:58:54PM +0000, Jonathan Cameron wrote:
> > On Mon, 16 Dec 2019 09:37:36 +0100
> > Uwe Kleine-König <u.kleine-koenig@pengutronix.de> wrote:
> >
> > > Hello Jonathan,
> > >
> > > On Sun, Dec 15, 2019 at 11:49:58AM +0000, Jonathan Cameron wrote:
> > > > On Mon, 9 Dec 2019 21:32:46 +0100
> > > > Uwe Kleine-König <u.kleine-koenig@pengutronix.de> wrote:
> > > >
> > > > > The ADC only requires the standard stuff for spi devices and a reference
> > > > > voltage.
> > > > >
> > > > > Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
> > > > Thanks for figuring out what was wrong and fixing it up.
> > >
> > > It wasn't done primarily to do you a favour :-)
> > >
> > > > > + spi-max-frequency:
> > > > > + description: maximal spi bus frequency supported by the chip
> > > >
> > > > dropped the "by the chip" as this is also about the wiring on the board. If it
> > > > were just the chip, it could be put in the driver. The unknown bit is
> > > > if there is some other reason why it might need to be set lower than the maximum.
> > >
> > > fine for me.
> > >
> > > > > +required:
> > > > > + - compatible
> > > > > + - vref-supply
> > > > > + - reg
> > > > > +
> > > > > +examples:
> > > > > + - |
> > > > > + spi {
> > > > > + #address-cells = <1>;
> > > > > + #size-cells = <0>;
> > > > > +
> > > > > + adc@0 {
> > > > > + compatible = "lltc,ltc2496";
> > > > You can't easily see it here, but this is a mixture of spaces
> > > > and tabs. Should be all spaces. I've tidied that up.
> > >
> > > I did that on purpose, spaces to have the needed indention for the yaml
> > > syntax and then tabs for dts indention (as done in the dts itself, too).
> > > I thought this to be the right mix, but this was my first yaml binding,
> > > so you're probably right.
> >
> > I'll be honest, I'm far from sure on this.
> >
> > I usually rely on Rob moaning about it if it's wrong :)
> >
> > Oh well. What's there builds. If we get a 'fix' later then so be it.
>
> I found my commits in your tree (at
> https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git/log/?h=testing)
> and wonder why they don't appear in next. IMHO it would be good to have
> some exposure there to give more people the opportunity to moan. Is this
> a mistake that your tree is not included in next?
>
> I assume being in your testing branch means I can reasonably expect they
> will go into 5.6-rc1?
Given timing yes. I tend to do last pull request 1-2 weeks before the merge window
opens. Greg KH takes IIO through his staging tree. One day that might change
but for now that's how we do it. Note that I'll carry on taking things into
the togreg branch (which first becomes visible as testing) after that, but they'll
not go anywhere until after the merge window.
There was a slight delay this time around, but Greg took the pull request this
morning so they should be in Linux-next on Monday.
They are indeed heading for 5.6-rc1.
Thanks,
Jonathan
>
> Best regards
> Uwe
>
next prev parent reply other threads:[~2020-01-10 10:01 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-12-09 20:32 [PATCH v4 0/3] iio: adc: add support for ltc2496 Uwe Kleine-König
2019-12-09 20:32 ` [PATCH v4 1/3] iio: adc: ltc2496: provide device tree binding document Uwe Kleine-König
2019-12-15 11:49 ` Jonathan Cameron
2019-12-16 8:37 ` Uwe Kleine-König
2019-12-23 17:58 ` Jonathan Cameron
2020-01-09 20:59 ` Uwe Kleine-König
2020-01-10 10:01 ` Jonathan Cameron [this message]
2020-01-10 10:24 ` Uwe Kleine-König
2019-12-09 20:32 ` [PATCH v4 2/3] iio: adc: ltc2497: split protocol independent part in a separate module Uwe Kleine-König
2019-12-15 11:55 ` Jonathan Cameron
2019-12-09 20:32 ` [PATCH v4 3/3] iio: adc: new driver to support Linear technology's ltc2496 Uwe Kleine-König
2019-12-15 12:16 ` Jonathan Cameron
2019-12-16 8:40 ` Uwe Kleine-König
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=20200110100148.00001033@Huawei.com \
--to=jonathan.cameron@huawei.com \
--cc=Michael.Hennerich@analog.com \
--cc=alexandru.Ardelean@analog.com \
--cc=jic23@kernel.org \
--cc=kernel@pengutronix.de \
--cc=knaack.h@gmx.de \
--cc=lars@metafoo.de \
--cc=linux-iio@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=pmeerw@pmeerw.net \
--cc=robh+dt@kernel.org \
--cc=stefan.popa@analog.com \
--cc=u.kleine-koenig@pengutronix.de \
/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