Message ID | 20211220180334.3990693-1-davidm@egauge.net |
---|---|
Headers | show |
Series | wilc1000: Add reset/enable GPIO support to SPI driver | expand |
On Tue, 2021-12-21 at 11:12 -0400, Rob Herring wrote: > On Mon, 20 Dec 2021 18:03:38 +0000, David Mosberger-Tang wrote: > > Add documentation for the ENABLE and RESET GPIOs that may be needed > > by > > wilc1000-spi. > > > > Signed-off-by: David Mosberger-Tang <davidm@egauge.net> > > --- > > .../net/wireless/microchip,wilc1000.yaml | 19 > > +++++++++++++++++++ > > 1 file changed, 19 insertions(+) > > > > Please add Acked-by/Reviewed-by tags when posting new versions. Ah, sorry about that. > However, > there's no need to repost patches *only* to add the tags. The > upstream > maintainer will do that for acks received on the version they apply. > > If a tag was not added on purpose, please state why and what changed. Not on purpose. I just didn't know how this is handled. Thanks and best regards, --david
David Mosberger-Tang <davidm@egauge.net> writes: > On Tue, 2021-12-21 at 11:12 -0400, Rob Herring wrote: >> On Mon, 20 Dec 2021 18:03:38 +0000, David Mosberger-Tang wrote: >> > Add documentation for the ENABLE and RESET GPIOs that may be needed >> > by >> > wilc1000-spi. >> > >> > Signed-off-by: David Mosberger-Tang <davidm@egauge.net> >> > --- >> > .../net/wireless/microchip,wilc1000.yaml | 19 >> > +++++++++++++++++++ >> > 1 file changed, 19 insertions(+) >> > >> >> Please add Acked-by/Reviewed-by tags when posting new versions. > > Ah, sorry about that. > >> However, >> there's no need to repost patches *only* to add the tags. The >> upstream >> maintainer will do that for acks received on the version they apply. >> >> If a tag was not added on purpose, please state why and what changed. > > Not on purpose. I just didn't know how this is handled. No worries, we have a lot of special rules :) I'll add Rob's tag from v5 when I commit the patch. Actually, I'm lazy and patchwork can pick it up automatically: Reviewed-by: Rob Herring <robh@kernel.org>