mbox series

pull-request: ieee802154-next 2020-03-13

Message ID 20200313133621.11374-1-stefan@datenfreihafen.org (mailing list archive)
State Accepted
Headers show
Series pull-request: ieee802154-next 2020-03-13 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan-next.git tags/ieee802154-for-davem-2020-03-13

Message

Stefan Schmidt March 13, 2020, 1:36 p.m. UTC
Hello Dave.

An update from ieee802154 for *net-next*

Two small patches with updates targeting teh whole tree.
Sergin does update SPI drivers to the new transfer delay handling
and Gustavo did one of his zero-length array replacement patches.

Please pull, or let me know if there are any problems.

regards
Stefan Schmidt


The following changes since commit 9f6e055907362f6692185c1c9658295d24095c74:

  Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (2020-02-27 18:31:39 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan-next.git tags/ieee802154-for-davem-2020-03-13

for you to fetch changes up to 53cb2cfaa62d122fa9d92398926a6b7e8f052844:

  cfg802154: Replace zero-length array with flexible-array member (2020-02-29 14:39:08 +0100)

----------------------------------------------------------------
Gustavo A. R. Silva (1):
      cfg802154: Replace zero-length array with flexible-array member

Sergiu Cuciurean (1):
      net: ieee802154: ca8210: Use new structure for SPI transfer delays

 drivers/net/ieee802154/ca8210.c | 3 ++-
 include/net/cfg802154.h         | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

Comments

David Miller March 13, 2020, 6:28 p.m. UTC | #1
From: Stefan Schmidt <stefan@datenfreihafen.org>
Date: Fri, 13 Mar 2020 14:36:21 +0100

> An update from ieee802154 for *net-next*
> 
> Two small patches with updates targeting teh whole tree.
> Sergin does update SPI drivers to the new transfer delay handling
> and Gustavo did one of his zero-length array replacement patches.
> 
> Please pull, or let me know if there are any problems.

Pulled, thanks Stefan.