From patchwork Fri Sep 28 10:20:42 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schmidt X-Patchwork-Id: 10619401 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 70C0D6CB for ; Fri, 28 Sep 2018 10:20:54 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 65C562B251 for ; Fri, 28 Sep 2018 10:20:54 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 59A452B26C; Fri, 28 Sep 2018 10:20:54 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 92E602B251 for ; Fri, 28 Sep 2018 10:20:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729240AbeI1Qnz (ORCPT ); Fri, 28 Sep 2018 12:43:55 -0400 Received: from proxima.lasnet.de ([78.47.171.185]:50959 "EHLO proxima.lasnet.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729193AbeI1Qnz (ORCPT ); Fri, 28 Sep 2018 12:43:55 -0400 Received: from localhost.localdomain (p200300E9D7234A78B54CB823E0D03BFB.dip0.t-ipconnect.de [IPv6:2003:e9:d723:4a78:b54c:b823:e0d0:3bfb]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: stefan@sostec.de) by proxima.lasnet.de (Postfix) with ESMTPSA id 4893AC8815; Fri, 28 Sep 2018 12:20:49 +0200 (CEST) From: Stefan Schmidt To: davem@davemloft.net Cc: linux-wpan@vger.kernel.org, alex.aring@gmail.com, netdev@vger.kernel.org Subject: pull-request: ieee802154 for net 2018-09-28 Date: Fri, 28 Sep 2018 12:20:42 +0200 Message-Id: <20180928102043.25080-1-stefan@datenfreihafen.org> X-Mailer: git-send-email 2.17.1 Sender: linux-wpan-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wpan@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 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(-)