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


Groups > linux.kernel > #1723506 > unrolled thread

[PATCH v4 1/3] dt-bindings: add eeprom "size" property

Started byDivagar Mohandass <divagar.mohandass@intel.com>
First post2017-08-30 19:10 +0200
Last post2017-09-01 14:10 +0200
Articles 3 — 3 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH v4 1/3] dt-bindings: add eeprom "size" property Divagar Mohandass <divagar.mohandass@intel.com> - 2017-08-30 19:10 +0200
    Re: [PATCH v4 1/3] dt-bindings: add eeprom "size" property Rob Herring <robh@kernel.org> - 2017-08-31 17:30 +0200
      RE: [PATCH v4 1/3] dt-bindings: add eeprom "size" property "Mohandass, Divagar" <divagar.mohandass@intel.com> - 2017-09-01 14:10 +0200

#1723506 — [PATCH v4 1/3] dt-bindings: add eeprom "size" property

FromDivagar Mohandass <divagar.mohandass@intel.com>
Date2017-08-30 19:10 +0200
Subject[PATCH v4 1/3] dt-bindings: add eeprom "size" property
Message-ID<ukeF4-2E4-7@gated-at.bofh.it>
This adds eeprom "size" as optional property for i2c eeproms.
The "size" property allows explicitly specifying the size of the
EEPROM chip in bytes.

Signed-off-by: Divagar Mohandass <divagar.mohandass@intel.com>
---
 Documentation/devicetree/bindings/eeprom/eeprom.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/eeprom/eeprom.txt b/Documentation/devicetree/bindings/eeprom/eeprom.txt
index 5696eb5..1436569 100644
--- a/Documentation/devicetree/bindings/eeprom/eeprom.txt
+++ b/Documentation/devicetree/bindings/eeprom/eeprom.txt
@@ -32,6 +32,8 @@ Optional properties:
 
   - read-only: this parameterless property disables writes to the eeprom
 
+  - size: total eeprom size in bytes
+
 Example:
 
 eeprom@52 {
-- 
1.9.1

[toc] | [next] | [standalone]


#1724323

FromRob Herring <robh@kernel.org>
Date2017-08-31 17:30 +0200
Message-ID<ukzzQ-7k7-25@gated-at.bofh.it>
In reply to#1723506
On Wed, Aug 30, 2017 at 10:35:38PM +0530, Divagar Mohandass wrote:
> This adds eeprom "size" as optional property for i2c eeproms.
> The "size" property allows explicitly specifying the size of the
> EEPROM chip in bytes.
> 
> Signed-off-by: Divagar Mohandass <divagar.mohandass@intel.com>
> ---
>  Documentation/devicetree/bindings/eeprom/eeprom.txt | 2 ++
>  1 file changed, 2 insertions(+)

Please add acks when posting new versions or state here why you didn't.

Acked-by: Rob Herring <robh@kernel.org>

[toc] | [prev] | [next] | [standalone]


#1724998

From"Mohandass, Divagar" <divagar.mohandass@intel.com>
Date2017-09-01 14:10 +0200
Message-ID<ukSVP-4fd-1@gated-at.bofh.it>
In reply to#1724323
Hi Rob,

Sorry I missed it, will follow from next version.

---
^Divagar

>-----Original Message-----
>From: Rob Herring [mailto:robh@kernel.org]
>Sent: Thursday, August 31, 2017 8:56 PM
>To: Mohandass, Divagar <divagar.mohandass@intel.com>
>Cc: mark.rutland@arm.com; wsa@the-dreams.de; sakari.ailus@iki.fi;
>devicetree@vger.kernel.org; linux-i2c@vger.kernel.org; linux-
>kernel@vger.kernel.org; Mani, Rajmohan <rajmohan.mani@intel.com>
>Subject: Re: [PATCH v4 1/3] dt-bindings: add eeprom "size" property
>
>On Wed, Aug 30, 2017 at 10:35:38PM +0530, Divagar Mohandass wrote:
>> This adds eeprom "size" as optional property for i2c eeproms.
>> The "size" property allows explicitly specifying the size of the
>> EEPROM chip in bytes.
>>
>> Signed-off-by: Divagar Mohandass <divagar.mohandass@intel.com>
>> ---
>>  Documentation/devicetree/bindings/eeprom/eeprom.txt | 2 ++
>>  1 file changed, 2 insertions(+)
>
>Please add acks when posting new versions or state here why you didn't.
>
>Acked-by: Rob Herring <robh@kernel.org>

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web