Message ID | 20211215030501.3779911-1-davidm@egauge.net |
---|---|
Headers | show |
Series | wilc1000: Add reset/enable GPIO support to SPI driver | expand |
On 15.12.2021 05:05, David Mosberger-Tang wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe > > The only change in this version is to fix a dt_binding_check error by > including <dt-bindings/gpio/gpio.h> in microchip,wilc1000.yaml. > > David Mosberger-Tang (2): > wilc1000: Add reset/enable GPIO support to SPI driver > wilc1000: Document enable-gpios and reset-gpios properties > > .../net/wireless/microchip,wilc1000.yaml | 19 ++++++ > drivers/net/wireless/microchip/wilc1000/spi.c | 58 ++++++++++++++++++- > .../net/wireless/microchip/wilc1000/wlan.c | 2 +- > 3 files changed, 75 insertions(+), 4 deletions(-) > > -- > 2.25.1 > Comments are clarified, you can add my: Reviewed-by: Claudiu Beznea <claudiu.beznea@microchip.com>
On Wed, 15 Dec 2021 03:05:12 +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(+) > Reviewed-by: Rob Herring <robh@kernel.org>