mbox series

pull-request: ieee802154 for net 2018-09-28

Message ID 20180928102043.25080-1-stefan@datenfreihafen.org (mailing list archive)
State Accepted
Headers show
Series pull-request: ieee802154 for net 2018-09-28 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan.git ieee802154-for-davem-2018-09-28

Message

Stefan Schmidt Sept. 28, 2018, 10:20 a.m. UTC
Hello Dave.

An update from ieee802154 for your *net* tree.

Some cleanup patches throughout the drivers from the Huawei tag team
Yue Haibing and Zhong Jiang.
Xue is replacing some magic numbers with defines in his mcr20a driver.

regards
Stefan Schmidt

The following changes since commit 10bc6a6042c900934a097988b5d50e3cf3f91781:

  r8169: fix autoneg issue on resume with RTL8168E (2018-09-20 19:58:47 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan.git ieee802154-for-davem-2018-09-28

for you to fetch changes up to d6d1cd2578c4da0764ad334e3411c1c1b1557f58:

  ieee802154: mcr20a: Replace magic number with constants (2018-09-27 17:22:48 +0200)

----------------------------------------------------------------
Xue Liu (1):
      ieee802154: mcr20a: Replace magic number with constants

YueHaibing (1):
      ieee802154: Use kmemdup instead of duplicating it in ca8210_test_int_driver_write

zhong jiang (2):
      ieee802154: remove unecessary condition check before debugfs_remove_recursive
      ieee802154: ca8210: remove redundant condition check before debugfs_remove

 drivers/net/ieee802154/adf7242.c | 3 +--
 drivers/net/ieee802154/ca8210.c  | 6 ++----
 drivers/net/ieee802154/mcr20a.c  | 8 ++++----
 3 files changed, 7 insertions(+), 10 deletions(-)

Comments

David Miller Sept. 29, 2018, 6:30 p.m. UTC | #1
From: Stefan Schmidt <stefan@datenfreihafen.org>
Date: Fri, 28 Sep 2018 12:20:42 +0200

> An update from ieee802154 for your *net* tree.
> 
> Some cleanup patches throughout the drivers from the Huawei tag team
> Yue Haibing and Zhong Jiang.
> Xue is replacing some magic numbers with defines in his mcr20a driver.

Applied, thanks.