Re: [PATCH v4 00/10] of_net: Add NVMEM support to of_get_mac_address

2019-05-07 Thread Rob Herring
On Sun, May 5, 2019 at 11:47 PM David Miller wrote: > > From: Petr Štetiar > Date: Fri, 3 May 2019 16:27:05 +0200 > > > this patch series is a continuation of my previous attempt[1], where I've > > tried to wire MTD layer into of_get_mac_address, so it would be possible to > > load MAC addresses

Re: [PATCH v4 00/10] of_net: Add NVMEM support to of_get_mac_address

2019-05-06 Thread Petr Štetiar
Maxime Chevallier [2019-05-06 16:41:32]: Hi Maxime, > On Mon, 6 May 2019 10:32:07 +0200 > Petr Štetiar wrote: > > >David Miller [2019-05-05 21:47:27]: > > > >Hi David, > > > >> Series applied, thank you. > > > >I did probably something terribly wrong, but patch "[PATCH v4 05/10] net: > >eth

Re: [PATCH v4 00/10] of_net: Add NVMEM support to of_get_mac_address

2019-05-06 Thread Maxime Chevallier
Hi Petr, On Mon, 6 May 2019 10:32:07 +0200 Petr Štetiar wrote: >David Miller [2019-05-05 21:47:27]: > >Hi David, > >> Series applied, thank you. > >I did probably something terribly wrong, but patch "[PATCH v4 05/10] net: >ethernet: support of_get_mac_address new ERR_PTR error" has not reache

Re: [PATCH v4 00/10] of_net: Add NVMEM support to of_get_mac_address

2019-05-06 Thread Petr Štetiar
David Miller [2019-05-05 21:47:27]: Hi David, > Series applied, thank you. I did probably something terribly wrong, but patch "[PATCH v4 05/10] net: ethernet: support of_get_mac_address new ERR_PTR error" has not reached the patchwork, but I'm sure, that it was sent out as Hauke Mehrtens (maint

Re: [PATCH v4 00/10] of_net: Add NVMEM support to of_get_mac_address

2019-05-05 Thread David Miller
From: Petr Štetiar Date: Fri, 3 May 2019 16:27:05 +0200 > this patch series is a continuation of my previous attempt[1], where I've > tried to wire MTD layer into of_get_mac_address, so it would be possible to > load MAC addresses from various NVMEMs as EEPROMs etc. ... Series applied, thank y

[PATCH v4 00/10] of_net: Add NVMEM support to of_get_mac_address

2019-05-03 Thread Petr Štetiar
Hi, this patch series is a continuation of my previous attempt[1], where I've tried to wire MTD layer into of_get_mac_address, so it would be possible to load MAC addresses from various NVMEMs as EEPROMs etc. Predecessor of this patch which used directly MTD layer has originated in OpenWrt some t