v6: - Convert line comments to block comments. v5: - Fix a dt_binding_check error by including <dt-bindings/gpio/gpio.h> in microchip,wilc1000.yaml. v4: - Simplify wilc_wlan_power() by letting gpiod_set_value() handle NULL gpios. v3: - Fix to include correct header file. - Rename wilc_set_enable() to wilc_wlan_power(). - Use devm_gpiod_get{,_optional}() instead of of_get_named_gpio() - Parse GPIO pins once at probe time. v2: - Split documentation update and driver changes into seprate patches. 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 | 62 ++++++++++++++++++- .../net/wireless/microchip/wilc1000/wlan.c | 2 +- 3 files changed, 79 insertions(+), 4 deletions(-) -- 2.25.1