* [PATCH] DT: i2c: Add Epson RX8010 to list of trivial devices @ 2015-12-23 18:38 Akshay Bhat [not found] ` <1450895938-21631-1-git-send-email-akshay.bhat-jEh4hwF5bVhBDgjK7y7TUQ@public.gmane.org> 0 siblings, 1 reply; 4+ messages in thread From: Akshay Bhat @ 2015-12-23 18:38 UTC (permalink / raw) To: ktsai Cc: wsa, robh+dt, pawel.moll, mark.rutland, ijc+devicetree, galak, trivial, linux-i2c, devicetree, linux-kernel, justin.waters, Akshay Bhat This adds devicetree documentation for the bindings of rtc-rx8010 driver. Signed-off-by: Akshay Bhat <akshay.bhat@timesys.com> --- Documentation/devicetree/bindings/i2c/trivial-devices.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/i2c/trivial-devices.txt b/Documentation/devicetree/bindings/i2c/trivial-devices.txt index c50cf13..0f9c1de 100644 --- a/Documentation/devicetree/bindings/i2c/trivial-devices.txt +++ b/Documentation/devicetree/bindings/i2c/trivial-devices.txt @@ -49,6 +49,7 @@ dallas,ds4510 CPU Supervisor with Nonvolatile Memory and Programmable I/O dallas,ds75 Digital Thermometer and Thermostat dlg,da9053 DA9053: flexible system level PMIC with multicore support dlg,da9063 DA9063: system PMIC for quad-core application processors +epson,rx8010 I2C-BUS INTERFACE REAL TIME CLOCK MODULE epson,rx8025 High-Stability. I2C-Bus INTERFACE REAL TIME CLOCK MODULE epson,rx8581 I2C-BUS INTERFACE REAL TIME CLOCK MODULE fsl,mag3110 MAG3110: Xtrinsic High Accuracy, 3D Magnetometer -- 2.6.3 ^ permalink raw reply related [flat|nested] 4+ messages in thread
[parent not found: <1450895938-21631-1-git-send-email-akshay.bhat-jEh4hwF5bVhBDgjK7y7TUQ@public.gmane.org>]
* Re: [PATCH] DT: i2c: Add Epson RX8010 to list of trivial devices [not found] ` <1450895938-21631-1-git-send-email-akshay.bhat-jEh4hwF5bVhBDgjK7y7TUQ@public.gmane.org> @ 2015-12-27 15:02 ` Andy Shevchenko 2016-01-02 21:17 ` Wolfram Sang 0 siblings, 1 reply; 4+ messages in thread From: Andy Shevchenko @ 2015-12-27 15:02 UTC (permalink / raw) To: Akshay Bhat Cc: ktsai-GubuWUlQtMwciDkP5Hr2oA, Wolfram Sang, Rob Herring, Pawel Moll, Mark Rutland, ijc+devicetree, Kumar Gala, Jiri Kosina, linux-i2c-u79uwXL29TY76Z2rM5mHXA, devicetree, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, justin.waters-jEh4hwF5bVhBDgjK7y7TUQ On Wed, Dec 23, 2015 at 8:38 PM, Akshay Bhat <akshay.bhat-jEh4hwF5bVhBDgjK7y7TUQ@public.gmane.org> wrote: > This adds devicetree documentation for the bindings of rtc-rx8010 > driver. > > Signed-off-by: Akshay Bhat <akshay.bhat-jEh4hwF5bVhBDgjK7y7TUQ@public.gmane.org> > --- > Documentation/devicetree/bindings/i2c/trivial-devices.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/i2c/trivial-devices.txt b/Documentation/devicetree/bindings/i2c/trivial-devices.txt > index c50cf13..0f9c1de 100644 > --- a/Documentation/devicetree/bindings/i2c/trivial-devices.txt > +++ b/Documentation/devicetree/bindings/i2c/trivial-devices.txt > @@ -49,6 +49,7 @@ dallas,ds4510 CPU Supervisor with Nonvolatile Memory and Programmable I/O > dallas,ds75 Digital Thermometer and Thermostat > dlg,da9053 DA9053: flexible system level PMIC with multicore support > dlg,da9063 DA9063: system PMIC for quad-core application processors > +epson,rx8010 I2C-BUS INTERFACE REAL TIME CLOCK MODULE Is it indeed required to have all those capital letters together? > epson,rx8025 High-Stability. I2C-Bus INTERFACE REAL TIME CLOCK MODULE > epson,rx8581 I2C-BUS INTERFACE REAL TIME CLOCK MODULE > fsl,mag3110 MAG3110: Xtrinsic High Accuracy, 3D Magnetometer > -- > 2.6.3 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/ -- With Best Regards, Andy Shevchenko -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] DT: i2c: Add Epson RX8010 to list of trivial devices 2015-12-27 15:02 ` Andy Shevchenko @ 2016-01-02 21:17 ` Wolfram Sang 2016-01-10 8:32 ` Wolfram Sang 0 siblings, 1 reply; 4+ messages in thread From: Wolfram Sang @ 2016-01-02 21:17 UTC (permalink / raw) To: Andy Shevchenko Cc: Akshay Bhat, ktsai, Rob Herring, Pawel Moll, Mark Rutland, ijc+devicetree, Kumar Gala, Jiri Kosina, linux-i2c, devicetree, linux-kernel@vger.kernel.org, justin.waters [-- Attachment #1: Type: text/plain, Size: 1275 bytes --] On Sun, Dec 27, 2015 at 05:02:48PM +0200, Andy Shevchenko wrote: > On Wed, Dec 23, 2015 at 8:38 PM, Akshay Bhat <akshay.bhat@timesys.com> wrote: > > This adds devicetree documentation for the bindings of rtc-rx8010 > > driver. > > > > Signed-off-by: Akshay Bhat <akshay.bhat@timesys.com> > > --- > > Documentation/devicetree/bindings/i2c/trivial-devices.txt | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/Documentation/devicetree/bindings/i2c/trivial-devices.txt b/Documentation/devicetree/bindings/i2c/trivial-devices.txt > > index c50cf13..0f9c1de 100644 > > --- a/Documentation/devicetree/bindings/i2c/trivial-devices.txt > > +++ b/Documentation/devicetree/bindings/i2c/trivial-devices.txt > > @@ -49,6 +49,7 @@ dallas,ds4510 CPU Supervisor with Nonvolatile Memory and Programmable I/O > > dallas,ds75 Digital Thermometer and Thermostat > > dlg,da9053 DA9053: flexible system level PMIC with multicore support > > dlg,da9063 DA9063: system PMIC for quad-core application processors > > +epson,rx8010 I2C-BUS INTERFACE REAL TIME CLOCK MODULE > > Is it indeed required to have all those capital letters together? I agree. Fixing that in all Epson RTC entries would be nice. [-- Attachment #2: Digital signature --] [-- Type: application/pgp-signature, Size: 819 bytes --] ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] DT: i2c: Add Epson RX8010 to list of trivial devices 2016-01-02 21:17 ` Wolfram Sang @ 2016-01-10 8:32 ` Wolfram Sang 0 siblings, 0 replies; 4+ messages in thread From: Wolfram Sang @ 2016-01-10 8:32 UTC (permalink / raw) To: Andy Shevchenko Cc: Akshay Bhat, ktsai, Rob Herring, Pawel Moll, Mark Rutland, ijc+devicetree, Kumar Gala, Jiri Kosina, linux-i2c, devicetree, linux-kernel@vger.kernel.org, justin.waters [-- Attachment #1: Type: text/plain, Size: 1517 bytes --] On Sat, Jan 02, 2016 at 10:17:58PM +0100, Wolfram Sang wrote: > On Sun, Dec 27, 2015 at 05:02:48PM +0200, Andy Shevchenko wrote: > > On Wed, Dec 23, 2015 at 8:38 PM, Akshay Bhat <akshay.bhat@timesys.com> wrote: > > > This adds devicetree documentation for the bindings of rtc-rx8010 > > > driver. > > > > > > Signed-off-by: Akshay Bhat <akshay.bhat@timesys.com> > > > --- > > > Documentation/devicetree/bindings/i2c/trivial-devices.txt | 1 + > > > 1 file changed, 1 insertion(+) > > > > > > diff --git a/Documentation/devicetree/bindings/i2c/trivial-devices.txt b/Documentation/devicetree/bindings/i2c/trivial-devices.txt > > > index c50cf13..0f9c1de 100644 > > > --- a/Documentation/devicetree/bindings/i2c/trivial-devices.txt > > > +++ b/Documentation/devicetree/bindings/i2c/trivial-devices.txt > > > @@ -49,6 +49,7 @@ dallas,ds4510 CPU Supervisor with Nonvolatile Memory and Programmable I/O > > > dallas,ds75 Digital Thermometer and Thermostat > > > dlg,da9053 DA9053: flexible system level PMIC with multicore support > > > dlg,da9063 DA9063: system PMIC for quad-core application processors > > > +epson,rx8010 I2C-BUS INTERFACE REAL TIME CLOCK MODULE > > > > Is it indeed required to have all those capital letters together? > > I agree. Fixing that in all Epson RTC entries would be nice. Applied to for-next nonetheless, thanks! Squashed it with patch 2. Patch 3 got superseded by a cleanup series I posted recently. [-- Attachment #2: Digital signature --] [-- Type: application/pgp-signature, Size: 819 bytes --] ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-01-10 8:32 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2015-12-23 18:38 [PATCH] DT: i2c: Add Epson RX8010 to list of trivial devices Akshay Bhat [not found] ` <1450895938-21631-1-git-send-email-akshay.bhat-jEh4hwF5bVhBDgjK7y7TUQ@public.gmane.org> 2015-12-27 15:02 ` Andy Shevchenko 2016-01-02 21:17 ` Wolfram Sang 2016-01-10 8:32 ` Wolfram Sang
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).