All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/2] misc: i2c_eeprom: add paritioning and size query
@ 2019-10-28 18:29 Robert Beckett
  2019-10-28 18:29 ` [U-Boot] [PATCH 1/2] misc: i2c_eeprom: add fixed partitions support Robert Beckett
  2020-05-28  9:27 ` [U-Boot] [PATCH 0/2] misc: i2c_eeprom: add paritioning and size query Michal Simek
  0 siblings, 2 replies; 9+ messages in thread
From: Robert Beckett @ 2019-10-28 18:29 UTC (permalink / raw)
  To: u-boot

Add ability to specify paritions for eeprom in device tree, and query
eeprom device sizes.
Each partition creates a child device, allowing board code to
find the eeprom parition by name.


Robert Beckett (2):
  misc: i2c_eeprom: add fixed partitions support
  misc: i2c_eeprom: add size query

 drivers/misc/i2c_eeprom.c | 243 +++++++++++++++++++++++++++++++++++---
 include/i2c_eeprom.h      |  12 ++
 2 files changed, 236 insertions(+), 19 deletions(-)

-- 
2.20.1

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

end of thread, other threads:[~2020-05-28  9:38 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-28 18:29 [U-Boot] [PATCH 0/2] misc: i2c_eeprom: add paritioning and size query Robert Beckett
2019-10-28 18:29 ` [U-Boot] [PATCH 1/2] misc: i2c_eeprom: add fixed partitions support Robert Beckett
2019-10-28 18:29   ` [U-Boot] [PATCH 2/2] misc: i2c_eeprom: add size query Robert Beckett
2019-11-20  6:32     ` Heiko Schocher
2019-12-17 12:00     ` [U-Boot][PATCH " Heiko Schocher
2019-11-20  6:24   ` [U-Boot] [PATCH 1/2] misc: i2c_eeprom: add fixed partitions support Heiko Schocher
2019-12-17 11:59   ` [U-Boot][PATCH " Heiko Schocher
2020-05-28  9:27 ` [U-Boot] [PATCH 0/2] misc: i2c_eeprom: add paritioning and size query Michal Simek
2020-05-28  9:38   ` Michal Simek

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.