Re: [PATCH v2] i2c: eeprom: Use reg property instead of offset and size

2020-07-22 Thread Heiko Schocher
Hi Michel, Am 22.07.2020 um 12:23 schrieb Michal Simek: On 08. 07. 20 12:55, Michal Simek wrote: On 06. 07. 20 7:56, Heiko Schocher wrote: Hi Michal, Am 17.06.2020 um 05:12 schrieb Simon Glass: Hi Michal, On Tue, 16 Jun 2020 at 07:53, Michal Simek wrote: On 16. 06. 20 15:43, Simon

Re: [PATCH v2] i2c: eeprom: Use reg property instead of offset and size

2020-07-22 Thread Michal Simek
On 08. 07. 20 12:55, Michal Simek wrote: > > > On 06. 07. 20 7:56, Heiko Schocher wrote: >> Hi Michal, >> >> Am 17.06.2020 um 05:12 schrieb Simon Glass: >>> Hi Michal, >>> >>> On Tue, 16 Jun 2020 at 07:53, Michal Simek >>> wrote: On 16. 06. 20 15:43, Simon Glass wrote: >>>

Re: [PATCH v2] i2c: eeprom: Use reg property instead of offset and size

2020-07-08 Thread Michal Simek
On 06. 07. 20 7:56, Heiko Schocher wrote: > Hi Michal, > > Am 17.06.2020 um 05:12 schrieb Simon Glass: >> Hi Michal, >> >> On Tue, 16 Jun 2020 at 07:53, Michal Simek >> wrote: >>> >>> >>> >>> On 16. 06. 20 15:43, Simon Glass wrote: On Mon, 15 Jun 2020 at 07:41, Michal Simek wrote: >

Re: [PATCH v2] i2c: eeprom: Use reg property instead of offset and size

2020-07-05 Thread Heiko Schocher
Hi Michal, Am 17.06.2020 um 05:12 schrieb Simon Glass: Hi Michal, On Tue, 16 Jun 2020 at 07:53, Michal Simek wrote: On 16. 06. 20 15:43, Simon Glass wrote: On Mon, 15 Jun 2020 at 07:41, Michal Simek wrote: Remove adhoc dt binding for fixed-partition definition for i2c eeprom. fixed-par

Re: [PATCH v2] i2c: eeprom: Use reg property instead of offset and size

2020-06-16 Thread Simon Glass
Hi Michal, On Tue, 16 Jun 2020 at 07:53, Michal Simek wrote: > > > > On 16. 06. 20 15:43, Simon Glass wrote: > > On Mon, 15 Jun 2020 at 07:41, Michal Simek wrote: > >> > >> Remove adhoc dt binding for fixed-partition definition for i2c eeprom. > >> fixed-partition are using reg property instead

Re: [PATCH v2] i2c: eeprom: Use reg property instead of offset and size

2020-06-16 Thread Michal Simek
On 16. 06. 20 15:43, Simon Glass wrote: > On Mon, 15 Jun 2020 at 07:41, Michal Simek wrote: >> >> Remove adhoc dt binding for fixed-partition definition for i2c eeprom. >> fixed-partition are using reg property instead of offset/size pair. >> >> Signed-off-by: Michal Simek >> --- >> >> Changes

Re: [PATCH v2] i2c: eeprom: Use reg property instead of offset and size

2020-06-16 Thread Simon Glass
On Mon, 15 Jun 2020 at 07:41, Michal Simek wrote: > > Remove adhoc dt binding for fixed-partition definition for i2c eeprom. > fixed-partition are using reg property instead of offset/size pair. > > Signed-off-by: Michal Simek > --- > > Changes in v2: > - Bootcount tested on zynqmp zcu104 > - Add