Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1723506 > unrolled thread
| Started by | Divagar Mohandass <divagar.mohandass@intel.com> |
|---|---|
| First post | 2017-08-30 19:10 +0200 |
| Last post | 2017-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.
[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
| From | Divagar Mohandass <divagar.mohandass@intel.com> |
|---|---|
| Date | 2017-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]
| From | Rob Herring <robh@kernel.org> |
|---|---|
| Date | 2017-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]
| From | "Mohandass, Divagar" <divagar.mohandass@intel.com> |
|---|---|
| Date | 2017-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