From: Johan Hedberg <johan.hedberg@gmail.com>
To: davem@davemloft.net
Cc: linux-bluetooth@vger.kernel.org, netdev@vger.kernel.org
Subject: pull request: bluetooth-next 2018-09-30
Date: Sun, 30 Sep 2018 10:36:36 +0300 [thread overview]
Message-ID: <20180930073636.GA25786@x1c.home> (raw)
[-- Attachment #1: Type: text/plain, Size: 3501 bytes --]
Hi Dave,
Here's the first bluetooth-next pull request for the 4.20 kernel.
- Fixes & cleanups to hci_qca driver
- NULL dereference fix to debugfs
- Improved L2CAP Connection-oriented Channel MTU & MPS handling
- Added support for USB-based RTL8822C controller
- Added device ID for BCM4335C0 UART-based controller
- Various other smaller cleanups & fixes
Please let me know if there are any issues pulling. Thanks.
Johan
---
The following changes since commit 1042caa79e9351b81ed19dc8d2d7fd6ff51a4422:
net-ipv4: remove 2 always zero parameters from ipv4_redirect() (2018-09-26 20:30:55 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git for-upstream
for you to fetch changes up to 30d65e0804d58a03d1a8ea4e12c6fc07ed08218b:
Bluetooth: Fix debugfs NULL pointer dereference (2018-09-28 20:53:48 +0200)
----------------------------------------------------------------
Alex Lu (1):
Bluetooth: btrtl: Add support for RTL8822C with USB interface
Andrea Parri (1):
Bluetooth: Remove unnecessary smp_mb__{before,after}_atomic
Ankit Navik (1):
Bluetooth: Add definitions and track LE resolve list modification
Balakrishna Godavarthi (5):
Bluetooth: hci_qca: Remove serdev_device_open/close function calls
Bluetooth: hci_qca: Remove hdev dereference in qca_close().
Bluetooth: hci_serdev: clear HCI_UART_PROTO_READY to avoid closing proto races
Bluetooth: hci_serdev: Add protocol check in hci_uart_dequeue().
Bluetooth: hci_qca: Add poweroff support during hci down for wcn3990
Christian Hewitt (1):
Bluetooth: btbcm: Add entry for BCM4335C0 UART bluetooth
Colin Ian King (1):
Bluetooth: btrtl: Make array extension_sig static, shrinks object size
Ding Xiang (1):
Bluetooth: bt3c_cs: Fix obsolete function
Jagdish Tirumala (1):
Bluetooth: hci_serdev: Fixed error space required before open paranethesis
Justin TerAvest (1):
Bluetooth: btusb: Add quirk for BTUSB_INTEL_NEW
Luiz Augusto von Dentz (3):
Bluetooth: L2CAP: Derive MPS from connection MTU
Bluetooth: L2CAP: Derive rx credits from MTU and MPS
Bluetooth: L2CAP: Detect if remote is not able to use the whole MPS
Luiz Carlos Ramos (1):
Bluetooth: ath3k: add more information to error message
Matias Karhumaa (1):
Bluetooth: Fix debugfs NULL pointer dereference
Sanjay Kumar Konduri (1):
Bluetooth: btrsi: fix bt tx timeout issue
drivers/bluetooth/ath3k.c | 11 ++++---
drivers/bluetooth/bt3c_cs.c | 9 ++++--
drivers/bluetooth/btbcm.c | 1 +
drivers/bluetooth/btrsi.c | 13 +++++++-
drivers/bluetooth/btrtl.c | 10 +++++-
drivers/bluetooth/btusb.c | 1 +
drivers/bluetooth/hci_qca.c | 50 +++++++++++++++++++++++++-----
drivers/bluetooth/hci_serdev.c | 10 +++---
include/net/bluetooth/hci.h | 14 +++++++++
include/net/bluetooth/hci_core.h | 17 +++++++++++
include/net/bluetooth/l2cap.h | 3 --
net/bluetooth/bnep/core.c | 7 +++--
net/bluetooth/cmtp/core.c | 14 +++++----
net/bluetooth/hci_core.c | 65 +++++++++++++++++++++++++++++++++++++++
net/bluetooth/hci_event.c | 47 ++++++++++++++++++++++++++++
net/bluetooth/hidp/core.c | 13 +++++---
net/bluetooth/l2cap_core.c | 66 ++++++++++++++++++++++++++--------------
net/bluetooth/smp.c | 23 ++++++--------
18 files changed, 299 insertions(+), 75 deletions(-)
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 801 bytes --]
next reply other threads:[~2018-09-30 14:08 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-09-30 7:36 Johan Hedberg [this message]
2018-10-03 5:35 ` pull request: bluetooth-next 2018-09-30 David Miller
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=20180930073636.GA25786@x1c.home \
--to=johan.hedberg@gmail.com \
--cc=davem@davemloft.net \
--cc=linux-bluetooth@vger.kernel.org \
--cc=netdev@vger.kernel.org \
/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).