Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1300126

Re: [PATCH] DT: i2c: Update vendor prefix for 24c00

Path csiph.com!news.mixmin.net!weretis.net!feeder4.news.weretis.net!storethat.news.telefonica.de!telefonica.de!news.panservice.it!diesel.cu.mi.it!bofh.it!news.nic.it!robomod
From Wolfram Sang <wsa@the-dreams.de>
Newsgroups linux.kernel
Subject Re: [PATCH] DT: i2c: Update vendor prefix for 24c00
Date Sat, 02 Jan 2016 22:30:02 +0100
Message-ID <qMBUm-4Rd-5@gated-at.bofh.it> (permalink)
References <qIX73-5aJ-5@gated-at.bofh.it> <qKkXE-8kO-19@gated-at.bofh.it>
MIME-Version 1.0
Content-Type multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="WkfBGePaEyrk4zXB"
Content-Disposition inline
User-Agent Mutt/1.5.23 (2014-03-12)
Sender robomod@news.nic.it
List-ID <linux-kernel.vger.kernel.org>
X-Mailing-List linux-kernel@vger.kernel.org
Approved robomod@news.nic.it
Lines 90
Organization linux.* mail to news gateway
X-Original-Cc Akshay Bhat <akshay.bhat@timesys.com>, ktsai@capellamicro.com, Rob Herring <robh+dt@kernel.org>, Pawel Moll <pawel.moll@arm.com>, Mark Rutland <mark.rutland@arm.com>, ijc+devicetree <ijc+devicetree@hellion.org.uk>, Kumar Gala <galak@codeaurora.org>, Jiri Kosina <trivial@kernel.org>, linux-i2c@vger.kernel.org, devicetree <devicetree@vger.kernel.org>, "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>, justin.waters@timesys.com
X-Original-Date Sat, 2 Jan 2016 22:21:43 +0100
X-Original-Message-ID <20160102212143.GG1589@katana>
X-Original-References <1450898335-22814-1-git-send-email-akshay.bhat@timesys.com> <CAHp75VfvLJu+aL233izR3jh7UQg7ewEmS2Z3EhAg2WPZ9s1gyg@mail.gmail.com>
X-Original-Sender linux-kernel-owner@vger.kernel.org
Xref csiph.com linux.kernel:1300126

Show key headers only | View raw


[Multipart message — attachments visible in raw view] - view raw

On Sun, Dec 27, 2015 at 04:57:48PM +0200, Andy Shevchenko wrote:
> On Wed, Dec 23, 2015 at 9:18 PM, Akshay Bhat <akshay.bhat@timesys.com> wrote:
> > "at" is not a valid vendor prefix, correcting the same to "atmel"
> >
> 
> I'm afraid you can't just do this change alone as it's used in some
> DTS. Though you may deprecated it along with update of current users.

Well, in Linux, I2C core currently strips the vendor anyhow. This will
probably be changed somewhen (tm), but for now, the impact for Linux
should be extremly close to 0.


> 
> > Signed-off-by: Akshay Bhat <akshay.bhat@timesys.com>
> > ---
> >  Documentation/devicetree/bindings/i2c/trivial-devices.txt | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/Documentation/devicetree/bindings/i2c/trivial-devices.txt b/Documentation/devicetree/bindings/i2c/trivial-devices.txt
> > index c50cf13..c4a01c0 100644
> > --- a/Documentation/devicetree/bindings/i2c/trivial-devices.txt
> > +++ b/Documentation/devicetree/bindings/i2c/trivial-devices.txt
> > @@ -20,11 +20,11 @@ adi,adt7476         +/-1C TDM Extended Temp Range I.C
> >  adi,adt7490            +/-1C TDM Extended Temp Range I.C
> >  adi,adxl345            Three-Axis Digital Accelerometer
> >  adi,adxl346            Three-Axis Digital Accelerometer (backward-compatibility value "adi,adxl345" must be listed too)
> > -at,24c08               i2c serial eeprom  (24cxx)
> >  atmel,24c00            i2c serial eeprom  (24cxx)
> >  atmel,24c01            i2c serial eeprom  (24cxx)
> >  atmel,24c02            i2c serial eeprom  (24cxx)
> >  atmel,24c04            i2c serial eeprom  (24cxx)
> > +atmel,24c08            i2c serial eeprom  (24cxx)
> >  atmel,24c16            i2c serial eeprom  (24cxx)
> >  atmel,24c32            i2c serial eeprom  (24cxx)
> >  atmel,24c64            i2c serial eeprom  (24cxx)
> > --
> > 2.6.3
> >
> > --
> > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> > the body of a message to majordomo@vger.kernel.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

Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH] DT: i2c: Update vendor prefix for 24c00 Akshay Bhat <akshay.bhat@timesys.com> - 2015-12-23 20:20 +0100
  Re: [PATCH] DT: i2c: Update vendor prefix for 24c00 Andy Shevchenko <andy.shevchenko@gmail.com> - 2015-12-27 16:00 +0100
    Re: [PATCH] DT: i2c: Update vendor prefix for 24c00 Wolfram Sang <wsa@the-dreams.de> - 2016-01-02 22:30 +0100
      Re: [PATCH] DT: i2c: Update vendor prefix for 24c00 Andy Shevchenko <andy.shevchenko@gmail.com> - 2016-01-04 19:30 +0100
        Re: [PATCH] DT: i2c: Update vendor prefix for 24c00 Wolfram Sang <wsa@the-dreams.de> - 2016-01-06 10:00 +0100

csiph-web