All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] rsi driver bringup changes
@ 2017-06-02 14:12 Amitkumar Karwar
  2017-06-02 14:13 ` [PATCH 1/6] rsi: add usb RS9113 chipset support Amitkumar Karwar
                   ` (5 more replies)
  0 siblings, 6 replies; 19+ messages in thread
From: Amitkumar Karwar @ 2017-06-02 14:12 UTC (permalink / raw)
  To: Kalle Valo
  Cc: linux-wireless, Alexey.Brodkin, Amitkumar Karwar, Amitkumar Karwar

This patch series includes the changes for adding USB chipset,
frames exchanged with firmware during initialization
and false interrupt problem fix for SDIO.

Amitkumar Karwar (1):
  rsi: use enum for FSM states

Prameela Rani Garnepudi (5):
  rsi: add usb RS9113 chipset support
  rsi: Register interrupt handler before firmware load
  rsi: receive path enhancement for RS9113
  rsi: configure new boot parameters to device
  rsi: add tx frame for common device configuration

 drivers/net/wireless/rsi/rsi_91x_hal.c     |   4 +-
 drivers/net/wireless/rsi/rsi_91x_main.c    |   9 +-
 drivers/net/wireless/rsi/rsi_91x_mgmt.c    | 152 +++++++++++++++++++++++++----
 drivers/net/wireless/rsi/rsi_91x_sdio.c    |  21 ++--
 drivers/net/wireless/rsi/rsi_91x_usb.c     |   1 +
 drivers/net/wireless/rsi/rsi_boot_params.h |  15 +--
 drivers/net/wireless/rsi/rsi_hal.h         |   3 +
 drivers/net/wireless/rsi/rsi_main.h        |  29 ++++--
 drivers/net/wireless/rsi/rsi_mgmt.h        |  97 ++++++++++++++++++
 9 files changed, 286 insertions(+), 45 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2017-06-20 13:26 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-02 14:12 [PATCH 0/6] rsi driver bringup changes Amitkumar Karwar
2017-06-02 14:13 ` [PATCH 1/6] rsi: add usb RS9113 chipset support Amitkumar Karwar
2017-06-02 14:13 ` [PATCH 2/6] rsi: use enum for FSM states Amitkumar Karwar
2017-06-13  6:47   ` Kalle Valo
2017-06-13 14:47     ` amit karwar
2017-06-14  9:13       ` Kalle Valo
2017-06-14 14:25         ` Amitkumar Karwar
2017-06-15 14:44           ` Kalle Valo
2017-06-16 15:02             ` Amitkumar Karwar
2017-06-19 15:19               ` Kalle Valo
2017-06-20 13:26                 ` Amitkumar Karwar
2017-06-02 14:13 ` [PATCH 3/6] rsi: Register interrupt handler before firmware load Amitkumar Karwar
2017-06-02 14:13 ` [PATCH 4/6] rsi: receive path enhancement for RS9113 Amitkumar Karwar
2017-06-02 14:13 ` [PATCH 5/6] rsi: configure new boot parameters to device Amitkumar Karwar
2017-06-02 14:13 ` [PATCH 6/6] rsi: add tx frame for common device configuration Amitkumar Karwar
2017-06-14  9:04   ` Kalle Valo
2017-06-14 14:17     ` Amitkumar Karwar
2017-06-14  9:07   ` Kalle Valo
2017-06-14 14:18     ` Amitkumar Karwar

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.