All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/12] wilc1000: added chip wakeup support and few fixes
@ 2021-04-23 18:29 Ajay.Kathat
  2021-04-23 18:29 ` [PATCH 02/12] wilc1000: fix possible memory leak in cfg_scan_result() Ajay.Kathat
                   ` (11 more replies)
  0 siblings, 12 replies; 24+ messages in thread
From: Ajay.Kathat @ 2021-04-23 18:29 UTC (permalink / raw)
  To: linux-wireless; +Cc: Claudiu.Beznea, Ajay.Kathat

From: Ajay Singh <ajay.kathat@microchip.com>

The series contains following patches:
 - added chip wakeup sequence support required for PS mode
 - added WID to handle passing of wow info to FW
 - added reset command support for WILC SPI bus
 - few trivial fixes for WILC SPI

Ajay Singh (12):
  wilc1000: move 'deinit_lock' lock init/destory inside module probe
  wilc1000: fix possible memory leak in cfg_scan_result()
  wilc1000: added new WID to pass WOW info to firmware
  wilc1000: setup registers to support chip wakeup sequence
  wilc1000: add reset/terminate/repeat command support for SPI bus
  wilc1000: handle register read fail issue for SPI bus
  wilc1000: ignore error response for SPI clockless registers
  wilc1000: invoke chip reset register while FW download
  wilc1000: avoid 'isinit' static by moving inside priv data
  wilc1000: added initialized variable check before processing
  wilc1000: use write command after read in wilc_spi_sync_ext()
  wilc1000: increase WILC_CFG_PKTS_TIMEOUT timeout value

 .../wireless/microchip/wilc1000/cfg80211.c    |  11 +-
 drivers/net/wireless/microchip/wilc1000/hif.c |  31 +++-
 drivers/net/wireless/microchip/wilc1000/hif.h |   1 +
 .../net/wireless/microchip/wilc1000/netdev.h  |   2 -
 .../net/wireless/microchip/wilc1000/sdio.c    |  14 ++
 drivers/net/wireless/microchip/wilc1000/spi.c | 113 +++++++++++++--
 .../net/wireless/microchip/wilc1000/wlan.c    | 136 +++++++++++-------
 .../net/wireless/microchip/wilc1000/wlan.h    |   6 +-
 .../wireless/microchip/wilc1000/wlan_cfg.c    |   1 +
 .../net/wireless/microchip/wilc1000/wlan_if.h |   7 +-
 10 files changed, 240 insertions(+), 82 deletions(-)

-- 
2.24.0

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

end of thread, other threads:[~2021-06-24 11:00 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-23 18:29 [PATCH 00/12] wilc1000: added chip wakeup support and few fixes Ajay.Kathat
2021-04-23 18:29 ` [PATCH 02/12] wilc1000: fix possible memory leak in cfg_scan_result() Ajay.Kathat
2021-04-23 18:29 ` [PATCH 01/12] wilc1000: move 'deinit_lock' lock init/destory inside module probe Ajay.Kathat
2021-06-24  5:43   ` Ajay.Kathat
2021-06-24  5:55     ` Kalle Valo
2021-04-23 18:29 ` [PATCH 03/12] wilc1000: added new WID to pass WOW info to firmware Ajay.Kathat
2021-06-24  9:25   ` Kalle Valo
2021-06-24 11:00     ` Ajay.Kathat
2021-04-23 18:29 ` [PATCH 04/12] wilc1000: setup registers to support chip wakeup sequence Ajay.Kathat
2021-06-24  9:27   ` Kalle Valo
2021-04-23 18:29 ` [PATCH 05/12] wilc1000: add reset/terminate/repeat command support for SPI bus Ajay.Kathat
2021-06-24  9:28   ` Kalle Valo
2021-04-23 18:29 ` [PATCH 06/12] wilc1000: handle register read fail issue " Ajay.Kathat
2021-04-23 18:29 ` [PATCH 07/12] wilc1000: ignore error response for SPI clockless registers Ajay.Kathat
2021-04-23 18:29 ` [PATCH 08/12] wilc1000: invoke chip reset register while FW download Ajay.Kathat
2021-06-24  9:32   ` Kalle Valo
2021-04-23 18:29 ` [PATCH 09/12] wilc1000: avoid 'isinit' static by moving inside priv data Ajay.Kathat
2021-06-24  9:40   ` Kalle Valo
2021-04-23 18:29 ` [PATCH 11/12] wilc1000: use write command after read in wilc_spi_sync_ext() Ajay.Kathat
2021-06-24  9:42   ` Kalle Valo
2021-04-23 18:29 ` [PATCH 10/12] wilc1000: added initialized variable check before processing Ajay.Kathat
2021-06-24  9:41   ` Kalle Valo
2021-04-23 18:29 ` [PATCH 12/12] wilc1000: increase WILC_CFG_PKTS_TIMEOUT timeout value Ajay.Kathat
2021-06-24  9:42   ` Kalle Valo

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.