From: Johan Hedberg <johan.hedberg@gmail.com>
To: davem@davemloft.net
Cc: netdev@vger.kernel.org, linux-bluetooth@vger.kernel.org
Subject: pull request: bluetooth-next 2019-04-25
Date: Thu, 25 Apr 2019 06:38:10 -0700 [thread overview]
Message-ID: <20190425133810.GB67839@jhedberg-mac01.local> (raw)
[-- Attachment #1: Type: text/plain, Size: 4241 bytes --]
Hi Dave,
Here's the main bluetooth-next pull request for the 5.2 kernel.
- Added support for Mediatek SDIO controllers
- Added support for Broadcom BCM2076B1 UART controller
- Added support for Marvel SD8987 chipset
- Fix buffer overflow bug in hidp protocol
- Various other smaller fixes & improvements
Please let me know if there are any issues pulling. Thanks.
Johan
---
The following changes since commit 7e6e185c74dd8a8dc539300c079adc6bc27045d6:
net: systemport: Remove need for DMA descriptor (2019-04-22 22:20:15 -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 d5bb334a8e171b262e48f378bd2096c0ea458265:
Bluetooth: Align minimum encryption key size for LE and BR/EDR connections (2019-04-25 06:18:07 -0700)
----------------------------------------------------------------
Balakrishna Godavarthi (2):
Bluetooth: hci_qca: Give enough time to ROME controller to bootup.
Bluetooth: hci_core: Don't stop BT if the BD address missing in dts
Chen-Yu Tsai (1):
Bluetooth: hci_bcm: Fix empty regulator supplies for Intel Macs
Colin Ian King (1):
Bluetooth: hci_h5: fix spelling mistake "sliped" -> "slipped"
Dan Carpenter (1):
6lowpan: Off by one handling ->nexthdr
Ferry Toth (1):
Bluetooth: btbcm: Add default address for BCM43341B
Fugang Duan (1):
Bluetooth: Add return check for L2CAP security level set
Gustavo A. R. Silva (1):
Bluetooth: Use struct_size() helper
Jaganath Kanakkassery (1):
Bluetooth: Fix incorrect pointer arithmatic in ext_adv_report_evt
Luiz Augusto von Dentz (1):
Bluetooth: Fix not initializing L2CAP tx_credits
Marcel Holtmann (1):
Bluetooth: Align minimum encryption key size for LE and BR/EDR connections
Matthias Kaehlcke (3):
Bluetooth: hci_qca: Add helper function to get the chip family
Bluetooth: btqca: Fix misspelling of 'baudrate'
Bluetooth: hci_qca: Fix crash with non-serdev devices
Sean Wang (11):
mmc: add SDIO identifiers for MediaTek Bluetooth devices
Bluetooth: mediatek: add support for MediaTek MT7663S and MT7668S SDIO devices
mmc: sdio: Add helper macro for sdio_driver boilerplate
Bluetooth: mediatek: Use module_sdio_driver helper
Bluetooth: btsdio: Use module_sdio_driver helper
Bluetooth: btmtksdio: fix uninitialized symbol errors in btmtksdio_rx_packet
Bluetooth: mediatek: Fixed incorrect type in assignment
Bluetooth: btmtksdio: Drop newline with bt_dev logging macros
Bluetooth: btmtksdio: Add a bit definition for CHLPCR
Bluetooth: btmtksdio: Fix hdev->stat.byte_rx accumulation
Bluetooth: btmtksdio: Add runtime PM support to SDIO based Bluetooth
Stephan Gerhold (1):
Bluetooth: btbcm: Add entry for BCM2076B1 UART Bluetooth
Tamás Szűcs (1):
Bluetooth: btmrvl: add support for SD8987 chipset
Young Xiao (1):
Bluetooth: hidp: fix buffer overflow
drivers/bluetooth/Kconfig | 15 +-
drivers/bluetooth/Makefile | 1 +
drivers/bluetooth/btbcm.c | 5 +-
drivers/bluetooth/btmrvl_sdio.c | 36 ++
drivers/bluetooth/btmtksdio.c | 1101 ++++++++++++++++++++++++++++++++++++++
drivers/bluetooth/btmtkuart.c | 2 +-
drivers/bluetooth/btqca.h | 2 +-
drivers/bluetooth/btsdio.c | 15 +-
drivers/bluetooth/hci_bcm.c | 20 +-
drivers/bluetooth/hci_h5.c | 2 +-
drivers/bluetooth/hci_qca.c | 50 +-
include/linux/mmc/sdio_func.h | 12 +
include/linux/mmc/sdio_ids.h | 2 +
include/net/bluetooth/hci_core.h | 3 +
net/6lowpan/nhc.c | 2 +-
net/bluetooth/hci_conn.c | 8 +
net/bluetooth/hci_core.c | 2 -
net/bluetooth/hci_event.c | 2 +-
net/bluetooth/hidp/sock.c | 1 +
net/bluetooth/l2cap_core.c | 9 +-
net/bluetooth/l2cap_sock.c | 7 +-
net/bluetooth/mgmt.c | 11 +-
22 files changed, 1246 insertions(+), 62 deletions(-)
create mode 100644 drivers/bluetooth/btmtksdio.c
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next reply other threads:[~2019-04-25 13:38 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-04-25 13:38 Johan Hedberg [this message]
2019-04-26 5:40 ` pull request: bluetooth-next 2019-04-25 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=20190425133810.GB67839@jhedberg-mac01.local \
--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