Re: [PATCH v2 2/2] dt-bindings: Add documentation for SPI daisy chain driver.

2020-07-07 Thread Adrian Fiergolski
Hi Geert and Mark, Thank you for your comments. I will try to address them in the next replies. On 06.07.2020 18:22, Mark Brown wrote: > On Mon, Jul 06, 2020 at 05:32:51PM +0200, Geert Uytterhoeven wrote: > >> However, that information would need to be added to each driver only once. >> With your

Re: [PATCH v2 2/2] dt-bindings: Add documentation for SPI daisy chain driver.

2020-07-06 Thread Mark Brown
On Mon, Jul 06, 2020 at 05:32:51PM +0200, Geert Uytterhoeven wrote: > However, that information would need to be added to each driver only once. > With your proposal, it has to be added to all affected nodes of all DTSes > of all users. Right, these are fixed properties of the silicon which we kn

Re: [PATCH v2 2/2] dt-bindings: Add documentation for SPI daisy chain driver.

2020-07-06 Thread Geert Uytterhoeven
Hi Adrian, On Mon, Jul 6, 2020 at 5:19 PM Adrian Fiergolski wrote: > On 06.07.2020 17:10, Geert Uytterhoeven wrote: > > On Mon, Jul 6, 2020 at 11:23 AM Adrian Fiergolski > > wrote: > >> Add documentation for SPI daisy chain driver. > >> > >> Signed-off-by: Adrian Fiergolski > > Thanks for your

Re: [PATCH v2 2/2] dt-bindings: Add documentation for SPI daisy chain driver.

2020-07-06 Thread Adrian Fiergolski
Hi Geert, Thank you for your reply. On 06.07.2020 17:10, Geert Uytterhoeven wrote: > Hi Adrian, > > On Mon, Jul 6, 2020 at 11:23 AM Adrian Fiergolski > wrote: >> Add documentation for SPI daisy chain driver. >> >> Signed-off-by: Adrian Fiergolski > Thanks for your patch! > >> --- /dev/null >> +

Re: [PATCH v2 2/2] dt-bindings: Add documentation for SPI daisy chain driver.

2020-07-06 Thread Geert Uytterhoeven
Hi Adrian, On Mon, Jul 6, 2020 at 11:23 AM Adrian Fiergolski wrote: > Add documentation for SPI daisy chain driver. > > Signed-off-by: Adrian Fiergolski Thanks for your patch! > --- /dev/null > +++ b/Documentation/devicetree/bindings/spi/spi-daisy_chain.txt > @@ -0,0 +1,56 @@ > +spi-daisy_chai

[PATCH v2 2/2] dt-bindings: Add documentation for SPI daisy chain driver.

2020-07-06 Thread Adrian Fiergolski
Add documentation for SPI daisy chain driver. Signed-off-by: Adrian Fiergolski --- .../bindings/spi/spi-daisy_chain.txt | 56 +++ 1 file changed, 56 insertions(+) create mode 100644 Documentation/devicetree/bindings/spi/spi-daisy_chain.txt diff --git a/Documentation/de