All of lore.kernel.org
 help / color / mirror / Atom feed
* [pull-request bluetooth] wpan fixes for 4.10 2017-01-07
@ 2017-01-07  0:18 Stefan Schmidt
  2017-01-07  0:18   ` Stefan Schmidt
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Stefan Schmidt @ 2017-01-07  0:18 UTC (permalink / raw)
  To: marcel; +Cc: linux-wpan, Alexander Aring, Stefan Schmidt

A set of fixes for ieee802154 drivers targeting 4.10.

Two out of the four ATUSB patches are to make sure the buffers are DMA-able
after the changes introduced in 4.9. One of them fixes code that was already
present in 4.9 and might be worth a backport to stable. I added a cc stable
to it. The other two ATUSB patches are fixing problems from the patchset
supporting the new v0.3 firmware.

For at86rf233 we got a patch from Andrey Smirnov to make sure it works well
in hardware designs where the RSTN pin is connected to a slow GPIO pin.

The following changes since commit d896b3120b3391a2f95b2b8ec636e3f594d7f9c4:

  Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf (2017-01-05 11:49:57 -0500)

are available in the git repository at:

  https://github.com/linux-wpan/linux-wpan.git for-upstream

for you to fetch changes up to 3215bb7dd0b4dc894bed61c216508ffdf8b7ebb3:

  ieee802154: atusb: fix driver to work with older firmware versions (2017-01-06 23:19:51 +0100)

----------------------------------------------------------------
Andrey Smirnov (1):
      at86rf230: Allow slow GPIO pins for "rstn"

Stefan Schmidt (4):
      ieee802154: atusb: do not use the stack for buffers to make them DMA able
      ieee802154: atusb: make sure we set a randaom extended address if fetching fails
      ieee802154: atusb: do not use the stack for address fetching to make it DMA able
      ieee802154: atusb: fix driver to work with older firmware versions

 drivers/net/ieee802154/at86rf230.c |  4 +--
 drivers/net/ieee802154/atusb.c     | 59 +++++++++++++++++++++++++++-----------
 2 files changed, 45 insertions(+), 18 deletions(-)

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

end of thread, other threads:[~2017-01-12 21:39 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-07  0:18 [pull-request bluetooth] wpan fixes for 4.10 2017-01-07 Stefan Schmidt
2017-01-07  0:18 ` [PATCH bluetooth 1/5] ieee802154: atusb: do not use the stack for buffers to make them DMA able Stefan Schmidt
2017-01-07  0:18   ` Stefan Schmidt
2017-01-07  8:52   ` Greg KH
2017-01-07  0:18 ` [PATCH bluetooth 2/5] ieee802154: atusb: make sure we set a randaom extended address if fetching fails Stefan Schmidt
2017-01-07  0:18 ` [PATCH bluetooth 3/5] ieee802154: atusb: do not use the stack for address fetching to make it DMA able Stefan Schmidt
2017-01-07  0:18 ` [PATCH bluetooth 4/5] at86rf230: Allow slow GPIO pins for "rstn" Stefan Schmidt
2017-01-07  0:18 ` [PATCH bluetooth 5/5] ieee802154: atusb: fix driver to work with older firmware versions Stefan Schmidt
2017-01-12  7:56 ` [pull-request bluetooth] wpan fixes for 4.10 2017-01-07 Stefan Schmidt
2017-01-12 21:39 ` Marcel Holtmann

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.