From: Alexandre Belloni <alexandre.belloni@free-electrons.com>
To: Arnaud Ebalard <arno@natisbad.org>, Rob Herring <robh+dt@kernel.org>
Cc: Alessandro Zummo <a.zummo@towertech.it>,
rtc-linux@googlegroups.com, linux-kernel@vger.kernel.org
Subject: [rtc-linux] Re: [PATCH 1/3] Documentation: dt: Intersil isl12057 is not a trivial device
Date: Wed, 20 Jul 2016 21:32:53 +0200 [thread overview]
Message-ID: <20160720193253.GB4446@piout.net> (raw)
In-Reply-To: <87zipkgeuv.fsf@natisbad.org>
+robh
On 14/07/2016 at 22:10:48 +0200, Arnaud Ebalard wrote :
> Alexandre Belloni <alexandre.belloni@free-electrons.com> writes:
>
> > The ISL12057 has a documentation file, remove it from trivial-devices.txt
> >
> > Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
> > ---
> > Documentation/devicetree/bindings/i2c/trivial-devices.txt | 1 -
> > 1 file changed, 1 deletion(-)
> >
> > diff --git a/Documentation/devicetree/bindings/i2c/trivial-devices.txt b/Documentation/devicetree/bindings/i2c/trivial-devices.txt
> > index 539874490492..a397d39ea741 100644
> > --- a/Documentation/devicetree/bindings/i2c/trivial-devices.txt
> > +++ b/Documentation/devicetree/bindings/i2c/trivial-devices.txt
> > @@ -50,7 +50,6 @@ fsl,sgtl5000 SGTL5000: Ultra Low-Power Audio Codec
> > gmt,g751 G751: Digital Temperature Sensor and Thermal Watchdog with Two-Wire Interface
> > infineon,slb9635tt Infineon SLB9635 (Soft-) I2C TPM (old protocol, max 100khz)
> > infineon,slb9645tt Infineon SLB9645 I2C TPM (new protocol, max 400khz)
> > -isil,isl12057 Intersil ISL12057 I2C RTC Chip
> > isil,isl29028 Intersil ISL29028 Ambient Light and Proximity Sensor
> > maxim,ds1050 5 Bit Programmable, Pulse-Width Modulator
> > maxim,max1237 Low-Power, 4-/12-Channel, 2-Wire Serial, 12-Bit ADCs
>
> No strong advice on this but I thought it qualified as a trivial device
> because it did not *need* anything else except a compatible, an address
> and possibly an interrupt. The additional boolean property documented in
> Documentation/devicetree/bindings/rtc/isil,isl12057.txt is optional.
>
Well, my thinking is that trivial devices are in trivial-devices.txt
because they are not documented anywhere else. This is mostly the case.
--
Alexandre Belloni, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
--
You received this message because you are subscribed to "rtc-linux".
Membership options at http://groups.google.com/group/rtc-linux .
Please read http://groups.google.com/group/rtc-linux/web/checklist
before submitting a driver.
---
You received this message because you are subscribed to the Google Groups "rtc-linux" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rtc-linux+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
WARNING: multiple messages have this Message-ID (diff)
From: Alexandre Belloni <alexandre.belloni@free-electrons.com>
To: Arnaud Ebalard <arno@natisbad.org>, Rob Herring <robh+dt@kernel.org>
Cc: Alessandro Zummo <a.zummo@towertech.it>,
rtc-linux@googlegroups.com, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/3] Documentation: dt: Intersil isl12057 is not a trivial device
Date: Wed, 20 Jul 2016 21:32:53 +0200 [thread overview]
Message-ID: <20160720193253.GB4446@piout.net> (raw)
In-Reply-To: <87zipkgeuv.fsf@natisbad.org>
+robh
On 14/07/2016 at 22:10:48 +0200, Arnaud Ebalard wrote :
> Alexandre Belloni <alexandre.belloni@free-electrons.com> writes:
>
> > The ISL12057 has a documentation file, remove it from trivial-devices.txt
> >
> > Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
> > ---
> > Documentation/devicetree/bindings/i2c/trivial-devices.txt | 1 -
> > 1 file changed, 1 deletion(-)
> >
> > diff --git a/Documentation/devicetree/bindings/i2c/trivial-devices.txt b/Documentation/devicetree/bindings/i2c/trivial-devices.txt
> > index 539874490492..a397d39ea741 100644
> > --- a/Documentation/devicetree/bindings/i2c/trivial-devices.txt
> > +++ b/Documentation/devicetree/bindings/i2c/trivial-devices.txt
> > @@ -50,7 +50,6 @@ fsl,sgtl5000 SGTL5000: Ultra Low-Power Audio Codec
> > gmt,g751 G751: Digital Temperature Sensor and Thermal Watchdog with Two-Wire Interface
> > infineon,slb9635tt Infineon SLB9635 (Soft-) I2C TPM (old protocol, max 100khz)
> > infineon,slb9645tt Infineon SLB9645 I2C TPM (new protocol, max 400khz)
> > -isil,isl12057 Intersil ISL12057 I2C RTC Chip
> > isil,isl29028 Intersil ISL29028 Ambient Light and Proximity Sensor
> > maxim,ds1050 5 Bit Programmable, Pulse-Width Modulator
> > maxim,max1237 Low-Power, 4-/12-Channel, 2-Wire Serial, 12-Bit ADCs
>
> No strong advice on this but I thought it qualified as a trivial device
> because it did not *need* anything else except a compatible, an address
> and possibly an interrupt. The additional boolean property documented in
> Documentation/devicetree/bindings/rtc/isil,isl12057.txt is optional.
>
Well, my thinking is that trivial devices are in trivial-devices.txt
because they are not documented anywhere else. This is mostly the case.
--
Alexandre Belloni, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
next prev parent reply other threads:[~2016-07-20 19:32 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-13 0:59 [rtc-linux] [PATCH 0/3] rtc: remove intersil isl12057 Alexandre Belloni
2016-07-13 0:59 ` Alexandre Belloni
2016-07-13 0:59 ` [rtc-linux] [PATCH 1/3] Documentation: dt: Intersil isl12057 is not a trivial device Alexandre Belloni
2016-07-13 0:59 ` Alexandre Belloni
2016-07-14 20:10 ` [rtc-linux] " Arnaud Ebalard
2016-07-14 20:10 ` Arnaud Ebalard
2016-07-20 19:32 ` Alexandre Belloni [this message]
2016-07-20 19:32 ` Alexandre Belloni
2016-07-20 22:40 ` [rtc-linux] " Rob Herring
2016-07-20 22:40 ` Rob Herring
2016-07-13 0:59 ` [rtc-linux] [PATCH 2/3] rtc: ds1307: add Intersil ISL12057 support Alexandre Belloni
2016-07-13 0:59 ` Alexandre Belloni
2016-07-14 19:57 ` [rtc-linux] " Arnaud Ebalard
2016-07-14 19:57 ` Arnaud Ebalard
2016-07-13 0:59 ` [rtc-linux] [PATCH 3/3] rtc: isl12057: remove driver Alexandre Belloni
2016-07-13 0:59 ` Alexandre Belloni
2016-07-14 20:16 ` [rtc-linux] Re: [PATCH 0/3] rtc: remove intersil isl12057 Arnaud Ebalard
2016-07-14 20:16 ` Arnaud Ebalard
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=20160720193253.GB4446@piout.net \
--to=alexandre.belloni@free-electrons.com \
--cc=a.zummo@towertech.it \
--cc=arno@natisbad.org \
--cc=linux-kernel@vger.kernel.org \
--cc=robh+dt@kernel.org \
--cc=rtc-linux@googlegroups.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.