Re: [PATCH v2 1/4] net: dsa: Change DT bindings for Vitesse VSC73xx switches

2019-07-04 Thread Florian Fainelli
On 7/4/2019 12:05 AM, Linus Walleij wrote: > On Wed, Jul 3, 2019 at 7:21 PM Pawel Dembicki wrote: > >> This commit introduce how to use vsc73xx platform driver. >> >> Signed-off-by: Pawel Dembicki > > Nice! > >> +If Platform driver is used, the device tree node is an platform device so it >

Re: [PATCH v2 1/4] net: dsa: Change DT bindings for Vitesse VSC73xx switches

2019-07-04 Thread Linus Walleij
On Wed, Jul 3, 2019 at 7:21 PM Pawel Dembicki wrote: > This commit introduce how to use vsc73xx platform driver. > > Signed-off-by: Pawel Dembicki Nice! > +If Platform driver is used, the device tree node is an platform device so it > +must reside inside a platform bus device tree node. I wou

[PATCH v2 1/4] net: dsa: Change DT bindings for Vitesse VSC73xx switches

2019-07-03 Thread Pawel Dembicki
This commit introduce how to use vsc73xx platform driver. Signed-off-by: Pawel Dembicki --- .../bindings/net/dsa/vitesse,vsc73xx.txt | 57 +-- 1 file changed, 53 insertions(+), 4 deletions(-) diff --git a/Documentation/devicetree/bindings/net/dsa/vitesse,vsc73xx.txt b/Docu

Re: [PATCH v2 1/4] net: dsa: Change DT bindings for Vitesse VSC73xx switches

2019-07-03 Thread Florian Fainelli
On 7/3/2019 1:57 AM, Pawel Dembicki wrote: > This commit introduce how to use vsc73xx platform driver. > > Signed-off-by: Pawel Dembicki Pawel, please resubmit your patches starting a new thread, not as reply to the existing ones, see https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/l

Re: [PATCH v2 1/4] net: dsa: Change DT bindings for Vitesse VSC73xx switches

2019-07-03 Thread Linus Walleij
On Wed, Jul 3, 2019 at 10:58 AM Pawel Dembicki wrote: > This commit introduce how to use vsc73xx platform driver. > > Signed-off-by: Pawel Dembicki > --- > Changes in v2: > - Drop -spi and -platform suffix > - Change commit message Reviewed-by: Linus Walleij Yours, Linus Walleij

[PATCH v2 1/4] net: dsa: Change DT bindings for Vitesse VSC73xx switches

2019-07-03 Thread Pawel Dembicki
This commit introduce how to use vsc73xx platform driver. Signed-off-by: Pawel Dembicki --- Changes in v2: - Drop -spi and -platform suffix - Change commit message .../bindings/net/dsa/vitesse,vsc73xx.txt | 57 +-- 1 file changed, 53 insertions(+), 4 deletions(-) diff --gi