Re: [PATCH v3 0/2] nvmem: skip nodes with compatibles other than "nvmem-cell"

2020-11-16 Thread Ahmad Fatoum
Hello Srini, On 16.11.20 18:21, Srinivas Kandagatla wrote: > > > On 16/11/2020 17:04, Ahmad Fatoum wrote: To allow for co-existence of NVMEM cells and other subnodes, would following patch be acceptable to you and Srini? >>> Gentle ping. Would the patch below be acceptable? >>

Re: [PATCH v3 0/2] nvmem: skip nodes with compatibles other than "nvmem-cell"

2020-11-16 Thread Srinivas Kandagatla
On 16/11/2020 17:04, Ahmad Fatoum wrote: To allow for co-existence of NVMEM cells and other subnodes, would following patch be acceptable to you and Srini? Gentle ping. Would the patch below be acceptable? Did you have time to look at this? I did reply back to this thread way back in

Re: [PATCH v3 0/2] nvmem: skip nodes with compatibles other than "nvmem-cell"

2020-11-16 Thread Ahmad Fatoum
Hello Rob, Hello Srini, On 02.11.20 16:23, Ahmad Fatoum wrote: >>> I think instead, nvmem cells should be contained within a partition. >>> The partition should then have a compatible to indicate it contains >>> nvmem cells. >> >> I thought I had understood what needs to be done, but now that I

Re: [PATCH v3 0/2] nvmem: skip nodes with compatibles other than "nvmem-cell"

2020-11-02 Thread Ahmad Fatoum
Hello Rob, Hello Srini, On 10/12/20 5:36 PM, Ahmad Fatoum wrote: > On 5/12/20 4:18 PM, Rob Herring wrote: [snip] >> I think instead, nvmem cells should be contained within a partition. >> The partition should then have a compatible to indicate it contains >> nvmem cells. > > I thought I had

Re: [PATCH v3 0/2] nvmem: skip nodes with compatibles other than "nvmem-cell"

2020-10-12 Thread Ahmad Fatoum
Hello Rob, Hello Srini, On 5/12/20 4:18 PM, Rob Herring wrote: > On Tue, Apr 28, 2020 at 01:18:25PM +0200, Ahmad Fatoum wrote: >> The nvmem cell binding applies to all objects which match "^.*@[0-9a-f]+$", >> without taking a compatible into account. This precludes extension of e.g. >> eeprom

Re: [PATCH v3 0/2] nvmem: skip nodes with compatibles other than "nvmem-cell"

2020-05-12 Thread Rob Herring
On Tue, Apr 28, 2020 at 01:18:25PM +0200, Ahmad Fatoum wrote: > The nvmem cell binding applies to all objects which match "^.*@[0-9a-f]+$", > without taking a compatible into account. This precludes extension of e.g. > eeprom nodes by any child nodes other than nvmem. Consider following example: >

[PATCH v3 0/2] nvmem: skip nodes with compatibles other than "nvmem-cell"

2020-04-28 Thread Ahmad Fatoum
The nvmem cell binding applies to all objects which match "^.*@[0-9a-f]+$", without taking a compatible into account. This precludes extension of e.g. eeprom nodes by any child nodes other than nvmem. Consider following example: eeprom@0 { reg = <0 64>;