All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/3] Add at24 functionality to read form different EEPROM offsets
@ 2017-06-29 11:39 ` Claudiu Beznea
  0 siblings, 0 replies; 24+ messages in thread
From: Claudiu Beznea @ 2017-06-29 11:39 UTC (permalink / raw)
  To: robh+dt, mark.rutland, nsekhar, david, wsa
  Cc: devicetree, linux-kernel, linux-i2c, nicolas.ferre, Claudiu Beznea

Hi all,

Please give feedback on the following approach to extends at24 EEPROM
driver to support reading MAC from different addresses in EEPROM (patch
2 and 3 from this series). This will allow the at24 driver to be used
as a generic driver by different hardwares.

This series also contains a patch (patch 1 from this series) which document
all at24 EEPROM memories and it was pushed with this series because patch
3 from the series is based on it.

Thank you,
Claudiu Beznea

Claudiu Beznea (3):
  dt-bindings: i2c: eeprom: document all at24 bindings
  drivers: misc: eeprom: at24: support reading mac eeprom from
    different addresses
  dt-bindings: i2c: eeprom: document "start-offset" binding

 Documentation/devicetree/bindings/eeprom/eeprom.txt | 20 +++++++++++++-------
 drivers/misc/eeprom/at24.c                          |  5 ++++-
 include/linux/platform_data/at24.h                  |  1 +
 3 files changed, 18 insertions(+), 8 deletions(-)

-- 
2.7.4

^ permalink raw reply	[flat|nested] 24+ messages in thread
* [PATCH 0/3] Add at24 functionality to read MAC form different EEPROM offsets
@ 2017-07-06 10:16 Claudiu Beznea
  2017-07-06 10:16   ` Claudiu Beznea
  0 siblings, 1 reply; 24+ messages in thread
From: Claudiu Beznea @ 2017-07-06 10:16 UTC (permalink / raw)
  To: robh+dt, mark.rutland, nsekhar, david, wsa
  Cc: devicetree, linux-kernel, linux-i2c, nicolas.ferre,
	ludovic.desroches, Claudiu Beznea

Hi all,

Please give feedback on the following approach to extends at24 EEPROM
driver to support reading MAC from different addresses in EEPROM.  This
will allow the at24 driver to be used as a generic driver by different
hardwares.

Thank you,
Claudiu Beznea

Claudiu Beznea (3):
  dt-bindings: i2c: eeprom: document all at24 bindings
  drivers: misc: eeprom: at24: support reading mac eeprom from
    different addresses
  dt-bindings: i2c: eeprom: document "start-offset" binding

 Documentation/devicetree/bindings/eeprom/eeprom.txt | 20 +++++++++++++-------
 drivers/misc/eeprom/at24.c                          |  5 ++++-
 include/linux/platform_data/at24.h                  |  1 +
 3 files changed, 18 insertions(+), 8 deletions(-)

-- 
2.7.4

^ permalink raw reply	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2017-07-10  3:44 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-29 11:39 [RFC PATCH 0/3] Add at24 functionality to read form different EEPROM offsets Claudiu Beznea
2017-06-29 11:39 ` Claudiu Beznea
2017-06-29 11:39 ` [PATCH 1/3] dt-bindings: i2c: eeprom: document all at24 bindings Claudiu Beznea
2017-06-29 11:39   ` Claudiu Beznea
2017-06-29 11:39 ` [RFC PATCH 2/3] drivers: misc: eeprom: at24: support reading mac eeprom from different addresses Claudiu Beznea
2017-06-29 11:39   ` Claudiu Beznea
2017-06-29 11:56   ` Andy Shevchenko
2017-06-29 13:30     ` Ludovic Desroches
2017-07-05  9:31       ` m18063
2017-06-29 15:32   ` David Lechner
2017-06-29 15:32     ` David Lechner
2017-07-05  9:33     ` m18063
2017-07-05  9:33       ` m18063
2017-06-30  7:20   ` Uwe Kleine-König
2017-06-30  7:20     ` Uwe Kleine-König
2017-07-05  9:33     ` m18063
2017-07-05  9:33       ` m18063
2017-06-29 11:39 ` [RFC PATCH 3/3] dt-bindings: i2c: eeprom: document "start-offset" binding Claudiu Beznea
2017-06-29 11:39   ` Claudiu Beznea
2017-07-06 15:45   ` Rob Herring
2017-07-06 10:16 [PATCH 0/3] Add at24 functionality to read MAC form different EEPROM offsets Claudiu Beznea
2017-07-06 10:16 ` [PATCH 1/3] dt-bindings: i2c: eeprom: document all at24 bindings Claudiu Beznea
2017-07-06 10:16   ` Claudiu Beznea
2017-07-10  3:44   ` Rob Herring
2017-07-10  3:44     ` Rob Herring

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.