All of lore.kernel.org
 help / color / mirror / Atom feed
* pull request: bluetooth-next 2016-05-07
@ 2016-05-07 18:56 ` Johan Hedberg
  0 siblings, 0 replies; 4+ messages in thread
From: Johan Hedberg @ 2016-05-07 18:56 UTC (permalink / raw)
  To: davem-fT/PcQaiUtIeIZ0/mPfg9Q
  Cc: netdev-u79uwXL29TY76Z2rM5mHXA, linux-bluetooth-u79uwXL29TY76Z2rM5mHXA

[-- Attachment #1: Type: text/plain, Size: 1917 bytes --]

Hi Dave,

Here are a few more Bluetooth patches for the 4.7 kernel:

 - NULL pointer fix in hci_intel driver
 - New Intel Bluetooth controller id in btusb driver
 - Added device tree binding documentation for Marvel's bt-sd8xxx
 - Platform specific wakeup interrupt support for btmrvl driver

Please let me know if there are any issues pulling. Thanks.

Johan

---
The following changes since commit 582a1db98892ef4c1f34c7338b272331994d44ab:

  Merge branch 'qed-selftests' (2016-05-02 00:16:45 -0400)

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 a0af53b511423cca93900066512379e21586d7dd:

  Bluetooth: Add support for Intel Bluetooth device 8265 [8087:0a2b] (2016-05-06 21:52:35 +0200)

----------------------------------------------------------------
Loic Poulain (1):
      Bluetooth: hci_intel: Fix null gpio desc pointer dereference

Tedd Ho-Jeong An (1):
      Bluetooth: Add support for Intel Bluetooth device 8265 [8087:0a2b]

Xinming Hu (2):
      dt: bindings: add MARVELL's bt-sd8xxx wireless device
      btmrvl: add platform specific wakeup interrupt support

 Documentation/devicetree/bindings/btmrvl.txt       | 29 --------
 .../devicetree/bindings/net/marvell-bt-sd8xxx.txt  | 56 +++++++++++++++
 drivers/bluetooth/btmrvl_drv.h                     | 11 +++
 drivers/bluetooth/btmrvl_main.c                    | 35 +++++----
 drivers/bluetooth/btmrvl_sdio.c                    | 79 +++++++++++++++++++++
 drivers/bluetooth/btmrvl_sdio.h                    |  6 ++
 drivers/bluetooth/btusb.c                          | 11 +--
 drivers/bluetooth/hci_intel.c                      |  6 +-
 8 files changed, 180 insertions(+), 53 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/btmrvl.txt
 create mode 100644 Documentation/devicetree/bindings/net/marvell-bt-sd8xxx.txt

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

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

* pull request: bluetooth-next 2016-05-07
@ 2016-05-07 18:56 ` Johan Hedberg
  0 siblings, 0 replies; 4+ messages in thread
From: Johan Hedberg @ 2016-05-07 18:56 UTC (permalink / raw)
  To: davem; +Cc: netdev, linux-bluetooth

[-- Attachment #1: Type: text/plain, Size: 1917 bytes --]

Hi Dave,

Here are a few more Bluetooth patches for the 4.7 kernel:

 - NULL pointer fix in hci_intel driver
 - New Intel Bluetooth controller id in btusb driver
 - Added device tree binding documentation for Marvel's bt-sd8xxx
 - Platform specific wakeup interrupt support for btmrvl driver

Please let me know if there are any issues pulling. Thanks.

Johan

---
The following changes since commit 582a1db98892ef4c1f34c7338b272331994d44ab:

  Merge branch 'qed-selftests' (2016-05-02 00:16:45 -0400)

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 a0af53b511423cca93900066512379e21586d7dd:

  Bluetooth: Add support for Intel Bluetooth device 8265 [8087:0a2b] (2016-05-06 21:52:35 +0200)

----------------------------------------------------------------
Loic Poulain (1):
      Bluetooth: hci_intel: Fix null gpio desc pointer dereference

Tedd Ho-Jeong An (1):
      Bluetooth: Add support for Intel Bluetooth device 8265 [8087:0a2b]

Xinming Hu (2):
      dt: bindings: add MARVELL's bt-sd8xxx wireless device
      btmrvl: add platform specific wakeup interrupt support

 Documentation/devicetree/bindings/btmrvl.txt       | 29 --------
 .../devicetree/bindings/net/marvell-bt-sd8xxx.txt  | 56 +++++++++++++++
 drivers/bluetooth/btmrvl_drv.h                     | 11 +++
 drivers/bluetooth/btmrvl_main.c                    | 35 +++++----
 drivers/bluetooth/btmrvl_sdio.c                    | 79 +++++++++++++++++++++
 drivers/bluetooth/btmrvl_sdio.h                    |  6 ++
 drivers/bluetooth/btusb.c                          | 11 +--
 drivers/bluetooth/hci_intel.c                      |  6 +-
 8 files changed, 180 insertions(+), 53 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/btmrvl.txt
 create mode 100644 Documentation/devicetree/bindings/net/marvell-bt-sd8xxx.txt

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

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

* Re: pull request: bluetooth-next 2016-05-07
  2016-05-07 18:56 ` Johan Hedberg
@ 2016-05-09  4:10     ` David Miller
  -1 siblings, 0 replies; 4+ messages in thread
From: David Miller @ 2016-05-09  4:10 UTC (permalink / raw)
  To: johan.hedberg-Re5JQEeQqe8AvxtiuMwx3w
  Cc: netdev-u79uwXL29TY76Z2rM5mHXA, linux-bluetooth-u79uwXL29TY76Z2rM5mHXA

From: Johan Hedberg <johan.hedberg-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date: Sat, 7 May 2016 21:56:23 +0300

> Here are a few more Bluetooth patches for the 4.7 kernel:
> 
>  - NULL pointer fix in hci_intel driver
>  - New Intel Bluetooth controller id in btusb driver
>  - Added device tree binding documentation for Marvel's bt-sd8xxx
>  - Platform specific wakeup interrupt support for btmrvl driver
> 
> Please let me know if there are any issues pulling. Thanks.

Pulled, thanks.

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

* Re: pull request: bluetooth-next 2016-05-07
@ 2016-05-09  4:10     ` David Miller
  0 siblings, 0 replies; 4+ messages in thread
From: David Miller @ 2016-05-09  4:10 UTC (permalink / raw)
  To: johan.hedberg; +Cc: netdev, linux-bluetooth

From: Johan Hedberg <johan.hedberg@gmail.com>
Date: Sat, 7 May 2016 21:56:23 +0300

> Here are a few more Bluetooth patches for the 4.7 kernel:
> 
>  - NULL pointer fix in hci_intel driver
>  - New Intel Bluetooth controller id in btusb driver
>  - Added device tree binding documentation for Marvel's bt-sd8xxx
>  - Platform specific wakeup interrupt support for btmrvl driver
> 
> Please let me know if there are any issues pulling. Thanks.

Pulled, thanks.

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

end of thread, other threads:[~2016-05-09  4:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-07 18:56 pull request: bluetooth-next 2016-05-07 Johan Hedberg
2016-05-07 18:56 ` Johan Hedberg
     [not found] ` <20160507185623.GA18557-ae+CCJ+dGXjCW7GOcxkI+ioyn5ZhHHrn@public.gmane.org>
2016-05-09  4:10   ` David Miller
2016-05-09  4:10     ` David Miller

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.