From: Amitkumar Karwar <amitkarwar@gmail.com>
To: Kalle Valo <kvalo@codeaurora.org>, marcel@holtmann.org
Cc: linux-wireless@vger.kernel.org,
Amitkumar Karwar <amit.karwar@redpinesignals.com>,
Prameela Rani Garnepudi <prameela.j04cs@gmail.com>,
linux-bluetooth@vger.kernel.org
Subject: [PATCH 0/8] rsi: add bluetooth and coex support
Date: Wed, 15 Nov 2017 12:50:36 +0530 [thread overview]
Message-ID: <1510730444-3237-1-git-send-email-amitkarwar@gmail.com> (raw)
From: Amitkumar Karwar <amit.karwar@redpinesignals.com>
This patch series adds new bluetooth driver and coex enhancments
in existing wlan driver for RSI chipsets.
As per our architecture, both wlan and bluetooth drivers talk
over same SDIO interface to device. Separate endpoint will be
used in case of USB interface.
Prameela Rani Garnepudi (6):
rsi: add rx control block to handle rx packets in USB
rsi: add header file rsi_header
rsi: add coex support
Bluetooth: btrsi: add new rsi bluetooth driver
rsi: add module parameter operating mode
rsi: sdio changes to support BT
Siva Rebbagondla (2):
rsi: add bluetooth rx endpoint
rsi: handle BT traffic in driver
drivers/bluetooth/Kconfig | 12 ++
drivers/bluetooth/Makefile | 2 +
drivers/bluetooth/btrsi.c | 268 ++++++++++++++++++++++++++++
drivers/bluetooth/rsi_hci.h | 51 ++++++
drivers/net/wireless/rsi/Makefile | 1 +
drivers/net/wireless/rsi/rsi_91x_coex.c | 184 +++++++++++++++++++
drivers/net/wireless/rsi/rsi_91x_core.c | 16 +-
drivers/net/wireless/rsi/rsi_91x_hal.c | 56 +++++-
drivers/net/wireless/rsi/rsi_91x_main.c | 127 ++++++++++++-
drivers/net/wireless/rsi/rsi_91x_mgmt.c | 2 +-
drivers/net/wireless/rsi/rsi_91x_sdio.c | 13 +-
drivers/net/wireless/rsi/rsi_91x_sdio_ops.c | 5 +-
drivers/net/wireless/rsi/rsi_91x_usb.c | 124 +++++++++----
drivers/net/wireless/rsi/rsi_91x_usb_ops.c | 35 ++--
drivers/net/wireless/rsi/rsi_coex.h | 38 ++++
drivers/net/wireless/rsi/rsi_common.h | 5 +-
drivers/net/wireless/rsi/rsi_hal.h | 21 +++
drivers/net/wireless/rsi/rsi_main.h | 22 +--
drivers/net/wireless/rsi/rsi_mgmt.h | 3 +
drivers/net/wireless/rsi/rsi_usb.h | 16 +-
include/linux/rsi_header.h | 58 ++++++
21 files changed, 977 insertions(+), 82 deletions(-)
create mode 100644 drivers/bluetooth/btrsi.c
create mode 100644 drivers/bluetooth/rsi_hci.h
create mode 100644 drivers/net/wireless/rsi/rsi_91x_coex.c
create mode 100644 drivers/net/wireless/rsi/rsi_coex.h
create mode 100644 include/linux/rsi_header.h
--
2.7.4
next reply other threads:[~2017-11-15 7:20 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-15 7:20 Amitkumar Karwar [this message]
2017-11-15 7:20 ` [PATCH 1/8] rsi: add rx control block to handle rx packets in USB Amitkumar Karwar
2017-11-15 7:20 ` [PATCH 2/8] rsi: add bluetooth rx endpoint Amitkumar Karwar
2017-11-15 15:23 ` Marcel Holtmann
2017-11-16 5:12 ` Amitkumar Karwar
2017-11-15 7:20 ` [PATCH 3/8] rsi: add header file rsi_header Amitkumar Karwar
2017-11-15 7:20 ` [PATCH 4/8] rsi: add coex support Amitkumar Karwar
2017-11-15 7:20 ` [PATCH 5/8] Bluetooth: btrsi: add new rsi bluetooth driver Amitkumar Karwar
2017-11-15 15:37 ` Marcel Holtmann
2017-11-16 5:16 ` Amitkumar Karwar
2017-11-29 12:49 ` Amitkumar Karwar
2017-11-29 13:33 ` Marcel Holtmann
2017-11-30 14:23 ` Amitkumar Karwar
2017-11-15 7:20 ` [PATCH 6/8] rsi: handle BT traffic in driver Amitkumar Karwar
2017-11-15 7:20 ` [PATCH 7/8] rsi: add module parameter operating mode Amitkumar Karwar
2017-11-15 8:56 ` Arend van Spriel
2017-11-15 7:20 ` [PATCH 8/8] rsi: sdio changes to support BT Amitkumar Karwar
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1510730444-3237-1-git-send-email-amitkarwar@gmail.com \
--to=amitkarwar@gmail.com \
--cc=amit.karwar@redpinesignals.com \
--cc=kvalo@codeaurora.org \
--cc=linux-bluetooth@vger.kernel.org \
--cc=linux-wireless@vger.kernel.org \
--cc=marcel@holtmann.org \
--cc=prameela.j04cs@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).