RE: R: [PATCH v2 4/4] dt-bindings: net: Document use of mac-address-increment

2020-09-20 Thread ansuelsmth
evicet...@vger.kernel.org; linux- > > > ker...@vger.kernel.org; netdev@vger.kernel.org > > > Oggetto: Re: [PATCH v2 4/4] dt-bindings: net: Document use of mac- > > > address-increment > > > > > > > + mac-address-increment: > > > >

Re: R: [PATCH v2 4/4] dt-bindings: net: Document use of mac-address-increment

2020-09-19 Thread Andrew Lunn
sh Raghavendra ; Rob Herring > > ; David S. Miller ; Jakub > > Kicinski ; Heiner Kallweit ; > > Russell King ; Frank Rowand > > ; Boris Brezillon ; linux- > > m...@lists.infradead.org; devicet...@vger.kernel.org; linux- > > ker...@vger.kernel.org; netdev@vger.ke

R: [PATCH v2 4/4] dt-bindings: net: Document use of mac-address-increment

2020-09-19 Thread ansuelsmth
ng ; Frank Rowand > ; Boris Brezillon ; linux- > m...@lists.infradead.org; devicet...@vger.kernel.org; linux- > ker...@vger.kernel.org; netdev@vger.kernel.org > Oggetto: Re: [PATCH v2 4/4] dt-bindings: net: Document use of mac- > address-increment > > > + mac-address-incremen

Re: [PATCH v2 4/4] dt-bindings: net: Document use of mac-address-increment

2020-09-19 Thread Andrew Lunn
> + mac-address-increment: > +description: > + The MAC address can optionally be increased (or decreased using > + negative values) from the original value readed (from a nvmem cell Read is irregular, there is no readed, just read. > + for example). This can be used if the mac

[PATCH v2 4/4] dt-bindings: net: Document use of mac-address-increment

2020-09-19 Thread Ansuel Smith
Two new bindings are now supported by the of_net driver to increase (or decrease) a mac-address. This can be very useful in case where the system extract the mac-address for the device from a dedicated partition and have a generic mac-address that needs to be incremented based on the device number.