netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* pull request: bluetooth 2018-03-16
@ 2018-03-16 18:23 Johan Hedberg
  2018-03-20  8:44 ` Marcel Holtmann
  0 siblings, 1 reply; 5+ messages in thread
From: Johan Hedberg @ 2018-03-16 18:23 UTC (permalink / raw)
  To: davem; +Cc: linux-bluetooth, netdev

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

Hi Dave,

Here are a few more important Bluetooth driver fixes for the 4.16
kernel.

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

Johan

---
The following changes since commit 3d502067599f0db12e74e6646aee8728efe3e5be:

  net/smc: simplify wait when closing listen socket (2018-03-15 09:49:13 -0400)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git for-upstream

for you to fetch changes up to e07c99b07ae85255d5c5bc2480fbd4c4e77f71bc:

  Bluetooth: hci_bcm: Set pulsed_host_wake flag in sleep parameters (2018-03-15 19:39:37 +0100)

----------------------------------------------------------------
Hans de Goede (2):
      Revert "Bluetooth: hci_bcm: Streamline runtime PM code"
      Bluetooth: hci_bcm: Set pulsed_host_wake flag in sleep parameters

Takashi Iwai (1):
      Bluetooth: btusb: Fix quirk for Atheros 1525/QCA6174

 drivers/bluetooth/btusb.c   |  2 +-
 drivers/bluetooth/hci_bcm.c | 13 +++++++++----
 2 files changed, 10 insertions(+), 5 deletions(-)

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

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

* Re: pull request: bluetooth 2018-03-16
  2018-03-16 18:23 pull request: bluetooth 2018-03-16 Johan Hedberg
@ 2018-03-20  8:44 ` Marcel Holtmann
  2018-03-20 14:29   ` David Miller
  0 siblings, 1 reply; 5+ messages in thread
From: Marcel Holtmann @ 2018-03-20  8:44 UTC (permalink / raw)
  To: Johan Hedberg, David S. Miller; +Cc: linux-bluetooth, Network Development

Hi Dave,

> Here are a few more important Bluetooth driver fixes for the 4.16
> kernel.
> 
> Please let me know if there are any issues pulling. Thanks.
> 
> Johan
> 
> ---
> The following changes since commit 3d502067599f0db12e74e6646aee8728efe3e5be:
> 
>  net/smc: simplify wait when closing listen socket (2018-03-15 09:49:13 -0400)
> 
> are available in the Git repository at:
> 
>  git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git for-upstream
> 
> for you to fetch changes up to e07c99b07ae85255d5c5bc2480fbd4c4e77f71bc:
> 
>  Bluetooth: hci_bcm: Set pulsed_host_wake flag in sleep parameters (2018-03-15 19:39:37 +0100)
> 
> ----------------------------------------------------------------
> Hans de Goede (2):
>      Revert "Bluetooth: hci_bcm: Streamline runtime PM code"
>      Bluetooth: hci_bcm: Set pulsed_host_wake flag in sleep parameters
> 
> Takashi Iwai (1):
>      Bluetooth: btusb: Fix quirk for Atheros 1525/QCA6174
> 
> drivers/bluetooth/btusb.c   |  2 +-
> drivers/bluetooth/hci_bcm.c | 13 +++++++++----
> 2 files changed, 10 insertions(+), 5 deletions(-)

any issue with this pull request? I ask since it seems to have disappeared from patchwork.

Regards

Marcel

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

* Re: pull request: bluetooth 2018-03-16
  2018-03-20  8:44 ` Marcel Holtmann
@ 2018-03-20 14:29   ` David Miller
  2018-03-20 17:28     ` Marcel Holtmann
  0 siblings, 1 reply; 5+ messages in thread
From: David Miller @ 2018-03-20 14:29 UTC (permalink / raw)
  To: marcel; +Cc: johan.hedberg, linux-bluetooth, netdev

From: Marcel Holtmann <marcel@holtmann.org>
Date: Tue, 20 Mar 2018 09:44:37 +0100

> any issue with this pull request? I ask since it seems to have
> disappeared from patchwork.

Should be pulled in now, don't know how that happened ;-)

Thanks.

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

* Re: pull request: bluetooth 2018-03-16
  2018-03-20 14:29   ` David Miller
@ 2018-03-20 17:28     ` Marcel Holtmann
  2018-03-20 18:25       ` David Miller
  0 siblings, 1 reply; 5+ messages in thread
From: Marcel Holtmann @ 2018-03-20 17:28 UTC (permalink / raw)
  To: David S. Miller; +Cc: Johan Hedberg, linux-bluetooth, netdev

Hi Dave,

>> any issue with this pull request? I ask since it seems to have
>> disappeared from patchwork.
> 
> Should be pulled in now, don't know how that happened ;-)

awesome. Thanks.

Any chance you can pull net into net-next once you send it off to Linus? We have a few further Broadcom driver improvements for net-next that conflict a little bit.

Regards

Marcel

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

* Re: pull request: bluetooth 2018-03-16
  2018-03-20 17:28     ` Marcel Holtmann
@ 2018-03-20 18:25       ` David Miller
  0 siblings, 0 replies; 5+ messages in thread
From: David Miller @ 2018-03-20 18:25 UTC (permalink / raw)
  To: marcel; +Cc: johan.hedberg, linux-bluetooth, netdev

From: Marcel Holtmann <marcel@holtmann.org>
Date: Tue, 20 Mar 2018 18:28:18 +0100

> Any chance you can pull net into net-next once you send it off to
> Linus? We have a few further Broadcom driver improvements for
> net-next that conflict a little bit.

Yeah, I merge net into net-next pretty much every time after
Linus pulls from net.

So that will happen.

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

end of thread, other threads:[~2018-03-20 18:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-16 18:23 pull request: bluetooth 2018-03-16 Johan Hedberg
2018-03-20  8:44 ` Marcel Holtmann
2018-03-20 14:29   ` David Miller
2018-03-20 17:28     ` Marcel Holtmann
2018-03-20 18:25       ` David Miller

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).