All of lore.kernel.org
 help / color / mirror / Atom feed
* pull request: bluetooth-next 2015-05-04
@ 2015-05-04  9:34 Johan Hedberg
  2015-05-04 19:36 ` David Miller
  0 siblings, 1 reply; 5+ messages in thread
From: Johan Hedberg @ 2015-05-04  9:34 UTC (permalink / raw)
  To: davem; +Cc: netdev, linux-bluetooth

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

Hi Dave,

Here's the first bluetooth-next pull request for 4.2:

 - Various fixes for at86rf230 driver
 - ieee802154: trace events support for rdev->ops
 - HCI UART driver refactoring
 - New Realtek IDs added to btusb driver
 - Off-by-one fix for rtl8723b in btusb driver
 - Refactoring of btbcm driver for both UART & USB use

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

Johan

---
The following changes since commit 9dac8835440622c2f84591673969d510ce198c11:

  tcp: update reordering first before detecting loss (2015-04-29 17:10:38 -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 1add15646672ff4e7fe59bec2afcb5a0c80c5e49:

  ieee802154: trace: fix endian convertion (2015-04-30 18:48:11 +0200)

----------------------------------------------------------------
Alexander Aring (7):
      at86rf230: remove tabs after define
      at86rf230: move cal_timeout to state change
      at86rf230: add TX_ARET_ON for calibration timeout
      at86rf230: remove unnecessary tx state change
      at86rf230: change state change if from trx_off
      at86rf230: add slp_tr support to start tx
      ieee802154: trace: fix endian convertion

Christoffer Holmstedt (1):
      at86rf230: Add macro for TRX STATE MASK

Dan Carpenter (1):
      Bluetooth: btusb: off by one in rtl8723b_parse_firmware()

Daniel Drake (1):
      Bluetooth: btusb: Add Realtek 8723A/8723B/8761A/8821A support

DingXiang (1):
      Bluetooth: bt3c: Delete some unuseful comments

Guido Günther (1):
      ieee802154: Add trace events for rdev->ops

Marcel Holtmann (4):
      Bluetooth: btbcm: Export patchram download as separate function
      Bluetooth: hci_uart: Reorder Atheros specific driver callbacks
      Bluetooth: hci_uart: Add Atheros support for address configuration
      Bluetooth: btusb: Fix two coding style issues

Varka Bhadram (2):
      mac802154: add description to mac802154 APIs
      cfg802154: pass name_assign_type to rdev_add_virtual_intf()

 drivers/bluetooth/bt3c_cs.c        |   3 -
 drivers/bluetooth/btbcm.c          | 148 +++++++------
 drivers/bluetooth/btbcm.h          |   6 +
 drivers/bluetooth/btusb.c          | 403 +++++++++++++++++++++++++++++++++++-
 drivers/bluetooth/hci_ath.c        |  98 +++++----
 drivers/net/ieee802154/at86rf230.c | 390 ++++++++++++++++++----------------
 include/net/cfg802154.h            |   2 +
 include/net/mac802154.h            |  94 ++++++++-
 net/ieee802154/Makefile            |   4 +-
 net/ieee802154/nl-phy.c            |   5 +-
 net/ieee802154/nl802154.c          |   2 +-
 net/ieee802154/rdev-ops.h          |  85 ++++++--
 net/ieee802154/trace.c             |   7 +
 net/ieee802154/trace.h             | 247 ++++++++++++++++++++++
 net/mac802154/cfg.c                |   9 +-
 net/mac802154/ieee802154_i.h       |   3 +-
 net/mac802154/iface.c              |   5 +-
 net/mac802154/main.c               |   3 +-
 18 files changed, 1196 insertions(+), 318 deletions(-)
 create mode 100644 net/ieee802154/trace.c
 create mode 100644 net/ieee802154/trace.h

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

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

* Re: pull request: bluetooth-next 2015-05-04
  2015-05-04  9:34 pull request: bluetooth-next 2015-05-04 Johan Hedberg
@ 2015-05-04 19:36 ` David Miller
       [not found]   ` <20150504.153627.768616765733905013.davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: David Miller @ 2015-05-04 19:36 UTC (permalink / raw)
  To: johan.hedberg; +Cc: netdev, linux-bluetooth

From: Johan Hedberg <johan.hedberg@gmail.com>
Date: Mon, 4 May 2015 12:34:36 +0300

> Here's the first bluetooth-next pull request for 4.2:
> 
>  - Various fixes for at86rf230 driver
>  - ieee802154: trace events support for rdev->ops
>  - HCI UART driver refactoring
>  - New Realtek IDs added to btusb driver
>  - Off-by-one fix for rtl8723b in btusb driver
>  - Refactoring of btbcm driver for both UART & USB use
> 
> Please let me know if there are any issues pulling. Thanks.

Pulled, thanks Johan.

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

* Re: pull request: bluetooth-next 2015-05-04
  2015-05-04 19:36 ` David Miller
@ 2015-05-06 18:21       ` Johan Hedberg
  0 siblings, 0 replies; 5+ messages in thread
From: Johan Hedberg @ 2015-05-06 18:21 UTC (permalink / raw)
  To: David Miller
  Cc: netdev-u79uwXL29TY76Z2rM5mHXA, linux-bluetooth-u79uwXL29TY76Z2rM5mHXA

Hi Dave,

On Mon, May 04, 2015, David Miller wrote:
> From: Johan Hedberg <johan.hedberg-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
> Date: Mon, 4 May 2015 12:34:36 +0300
> 
> > Here's the first bluetooth-next pull request for 4.2:
> > 
> >  - Various fixes for at86rf230 driver
> >  - ieee802154: trace events support for rdev->ops
> >  - HCI UART driver refactoring
> >  - New Realtek IDs added to btusb driver
> >  - Off-by-one fix for rtl8723b in btusb driver
> >  - Refactoring of btbcm driver for both UART & USB use
> > 
> > Please let me know if there are any issues pulling. Thanks.
> 
> Pulled, thanks Johan.

Seems you pulled this into net.git and not net-next.git?

Meanwhile, the bluetooth.git request I also made on the 4th is still
untouched.

Johan

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

* Re: pull request: bluetooth-next 2015-05-04
@ 2015-05-06 18:21       ` Johan Hedberg
  0 siblings, 0 replies; 5+ messages in thread
From: Johan Hedberg @ 2015-05-06 18:21 UTC (permalink / raw)
  To: David Miller; +Cc: netdev, linux-bluetooth

Hi Dave,

On Mon, May 04, 2015, David Miller wrote:
> From: Johan Hedberg <johan.hedberg@gmail.com>
> Date: Mon, 4 May 2015 12:34:36 +0300
> 
> > Here's the first bluetooth-next pull request for 4.2:
> > 
> >  - Various fixes for at86rf230 driver
> >  - ieee802154: trace events support for rdev->ops
> >  - HCI UART driver refactoring
> >  - New Realtek IDs added to btusb driver
> >  - Off-by-one fix for rtl8723b in btusb driver
> >  - Refactoring of btbcm driver for both UART & USB use
> > 
> > Please let me know if there are any issues pulling. Thanks.
> 
> Pulled, thanks Johan.

Seems you pulled this into net.git and not net-next.git?

Meanwhile, the bluetooth.git request I also made on the 4th is still
untouched.

Johan

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

* Re: pull request: bluetooth-next 2015-05-04
  2015-05-06 18:21       ` Johan Hedberg
  (?)
@ 2015-05-09 19:51       ` David Miller
  -1 siblings, 0 replies; 5+ messages in thread
From: David Miller @ 2015-05-09 19:51 UTC (permalink / raw)
  To: johan.hedberg; +Cc: netdev, linux-bluetooth

From: Johan Hedberg <johan.hedberg@gmail.com>
Date: Wed, 6 May 2015 20:21:02 +0200

> Seems you pulled this into net.git and not net-next.git?

Ooops, an accident.  I'm going to leave it for now.

> Meanwhile, the bluetooth.git request I also made on the 4th is still
> untouched.

I pulled in that May 4th pull request, thanks.

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

end of thread, other threads:[~2015-05-09 19:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-04  9:34 pull request: bluetooth-next 2015-05-04 Johan Hedberg
2015-05-04 19:36 ` David Miller
     [not found]   ` <20150504.153627.768616765733905013.davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org>
2015-05-06 18:21     ` Johan Hedberg
2015-05-06 18:21       ` Johan Hedberg
2015-05-09 19:51       ` 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.