mbox series

[v2,0/2] wilc1000-spi: Add reset/enable GPIO support

Message ID 20211208061559.3404738-1-davidm@egauge.net
Headers show
Series wilc1000-spi: Add reset/enable GPIO support | expand

Message

David Mosberger-Tang Dec. 8, 2021, 6:16 a.m. UTC
This version of the patch splits the documentation update and the
actual driver changes into two separate patches.  Also, since SDIO
apparently never uses GPIO lines for reset/enable control, make
simplify the patch to be SPI-only.

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      | 15 ++++++++
 drivers/net/wireless/microchip/wilc1000/spi.c | 36 +++++++++++++++++--
 .../net/wireless/microchip/wilc1000/wlan.c    |  2 +-
 3 files changed, 49 insertions(+), 4 deletions(-)