Re: [PATCH] eeprom: at24: avoid adjusting offset for 24AA025E{48, 64}

2021-04-16 Thread Bartosz Golaszewski
On Tue, Apr 13, 2021 at 1:03 PM wrote: > > On 12.04.2021 21:29, Bartosz Golaszewski wrote: > > EXTERNAL EMAIL: Do not click links or open attachments unless you know the > > content is safe > > > > On Mon, Apr 12, 2021 at 9:42 AM wrote: > >> > >> On 07.04.2021 21:37, Bartosz Golaszewski wrote: >

Re: [PATCH] eeprom: at24: avoid adjusting offset for 24AA025E{48, 64}

2021-04-13 Thread Claudiu.Beznea
On 12.04.2021 21:29, Bartosz Golaszewski wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you know the > content is safe > > On Mon, Apr 12, 2021 at 9:42 AM wrote: >> >> On 07.04.2021 21:37, Bartosz Golaszewski wrote: >>> EXTERNAL EMAIL: Do not click links or open attachmen

Re: [PATCH] eeprom: at24: avoid adjusting offset for 24AA025E{48, 64}

2021-04-12 Thread Bartosz Golaszewski
On Mon, Apr 12, 2021 at 9:42 AM wrote: > > On 07.04.2021 21:37, Bartosz Golaszewski wrote: > > EXTERNAL EMAIL: Do not click links or open attachments unless you know the > > content is safe > > > > On Fri, Apr 2, 2021 at 3:24 PM Claudiu Beznea > > wrote: > >> > >> Some EEPROMs could be used only

Re: [PATCH] eeprom: at24: avoid adjusting offset for 24AA025E{48, 64}

2021-04-12 Thread Claudiu.Beznea
On 07.04.2021 21:37, Bartosz Golaszewski wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you know the > content is safe > > On Fri, Apr 2, 2021 at 3:24 PM Claudiu Beznea > wrote: >> >> Some EEPROMs could be used only for MAC storage. In this case the >> EEPROM areas where

Re: [PATCH] eeprom: at24: avoid adjusting offset for 24AA025E{48, 64}

2021-04-07 Thread Bartosz Golaszewski
On Fri, Apr 2, 2021 at 3:24 PM Claudiu Beznea wrote: > > Some EEPROMs could be used only for MAC storage. In this case the > EEPROM areas where MACs resides could be modeled as NVMEM cells > (directly via DT bindings) such that the already available networking > infrastructure to read properly the

[PATCH] eeprom: at24: avoid adjusting offset for 24AA025E{48, 64}

2021-04-02 Thread Claudiu Beznea
Some EEPROMs could be used only for MAC storage. In this case the EEPROM areas where MACs resides could be modeled as NVMEM cells (directly via DT bindings) such that the already available networking infrastructure to read properly the MAC addresses (via of_get_mac_address()). Add "atmel,24mac02e4"