All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] staging: wilc1000: make use of descriptor-based interface for GPIO
@ 2018-07-20 12:01 Ajay Singh
  2018-07-20 12:01 ` [PATCH 1/4] staging: wilc1000: remove gpio parameter from wilc_netdev_init() Ajay Singh
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Ajay Singh @ 2018-07-20 12:01 UTC (permalink / raw)
  To: linux-wireless
  Cc: devel, gregkh, ganesh.krishna, venkateswara.kaja, aditya.shankar,
	adham.abozaeid, robh+dt, mark.rutland, linus.walleij, Ajay Singh

This patch series contains changes mainly related to make use of
descriptor-based interface instead of integer-based interface for GPIO.
Modified the compatible string to use 'microchip' instead of 'atmel' prefix.
Also added the DT binding reference file.

This patch is created on top of [1] patch series.

[1]. https://www.spinics.net/lists/linux-wireless/msg175360.html

Ajay Singh (4):
  staging: wilc1000: remove gpio parameter from wilc_netdev_init()
  staging: wilc1000: rename variable from 'gpio' to 'gpio_irq'
  staging: wilc1000: change compatible string from atmel to microchip
  staging: wilc1000: use descriptor-based interface for GPIO

 drivers/staging/wilc1000/TODO                      |  4 ---
 drivers/staging/wilc1000/linux_wlan.c              | 42 +++++++++-------------
 .../staging/wilc1000/microchip,wilc1000,sdio.txt   | 32 +++++++++++++++++
 .../staging/wilc1000/microchip,wilc1000,spi.txt    | 26 ++++++++++++++
 drivers/staging/wilc1000/wilc_sdio.c               | 38 ++++++++++++++------
 drivers/staging/wilc1000/wilc_spi.c                | 40 +++++++++++++--------
 drivers/staging/wilc1000/wilc_wfi_netdevice.h      |  5 +--
 7 files changed, 130 insertions(+), 57 deletions(-)
 create mode 100644 drivers/staging/wilc1000/microchip,wilc1000,sdio.txt
 create mode 100644 drivers/staging/wilc1000/microchip,wilc1000,spi.txt

-- 
2.7.4

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-07-24  9:09 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-20 12:01 [PATCH 0/4] staging: wilc1000: make use of descriptor-based interface for GPIO Ajay Singh
2018-07-20 12:01 ` [PATCH 1/4] staging: wilc1000: remove gpio parameter from wilc_netdev_init() Ajay Singh
2018-07-20 12:01 ` [PATCH 2/4] staging: wilc1000: rename variable from 'gpio' to 'gpio_irq' Ajay Singh
2018-07-20 12:01 ` [PATCH 3/4] staging: wilc1000: change compatible string from atmel to microchip Ajay Singh
2018-07-20 12:01 ` [PATCH 4/4] staging: wilc1000: use descriptor-based interface for GPIO Ajay Singh
2018-07-20 20:29   ` Linus Walleij
2018-07-24  8:04 ` [PATCH 0/4] staging: wilc1000: make use of " Claudiu Beznea

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.