Re: [U-Boot] [PATCH 0/2] misc: i2c_eeprom: add paritioning and size query

2020-05-28 Thread Michal Simek
On 28. 05. 20 11:27, Michal Simek wrote: > HI Robert and Heiko, > > po 28. 10. 2019 v 19:32 odesílatel Robert Beckett > napsal: >> >> 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

Re: [U-Boot] [PATCH 0/2] misc: i2c_eeprom: add paritioning and size query

2020-05-28 Thread Michal Simek
HI Robert and Heiko, po 28. 10. 2019 v 19:32 odesílatel Robert Beckett napsal: > > 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

[U-Boot] [PATCH 0/2] misc: i2c_eeprom: add paritioning and size query

2019-10-28 Thread Robert Beckett
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