From patchwork Thu Apr 25 16:03:11 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schmidt X-Patchwork-Id: 10917433 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 32956933 for ; Thu, 25 Apr 2019 16:03:19 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 23A8C28C91 for ; Thu, 25 Apr 2019 16:03:19 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 16FF0288F1; Thu, 25 Apr 2019 16:03:19 +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 3761E288F1 for ; Thu, 25 Apr 2019 16:03:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726715AbfDYQDR (ORCPT ); Thu, 25 Apr 2019 12:03:17 -0400 Received: from proxima.lasnet.de ([78.47.171.185]:47781 "EHLO proxima.lasnet.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726818AbfDYQDR (ORCPT ); Thu, 25 Apr 2019 12:03:17 -0400 Received: from localhost.localdomain (p4FC2FAD0.dip0.t-ipconnect.de [79.194.250.208]) (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 C69F1CAA79; Thu, 25 Apr 2019 18:03:15 +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 2019-04-25 Date: Thu, 25 Apr 2019 18:03:11 +0200 Message-Id: <20190425160311.19767-1-stefan@datenfreihafen.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 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. Another fix from Kangjie Lu to ensure better checking regmap updates in the mcr20a driver. Nothing else I have pending for the final release. If there are any problems let me know. --- During the preparation of this pull request a workflow question on my side came up and wonder if you (or some subsystem maintainer sending you pull requests) does have a comment on this. The ieee802154 subsystem has a low activity in the number of patches coming through it. I still wanted to pull from your net tree regularly to test if changes have implications to it. During this pulls I often end up with merge of the remote tracking branch. Which in the end could mean that I would have something like 3-4 merge commits in my tree with only one actual patch I want to send over to you. Feels and looks kind of silly to be honest. How do other handle this? Just merge once every rc? Merge just before sending a pull request? Never merge, wait for Dave to pull and merge and do a pull of his tree directly afterwards? regards Stefan Schmidt The following changes since commit 1c5c12ee308aacf635c8819cd4baa3bd58f8a8b7: net/ncsi: handle overflow when incrementing mac address (2019-04-23 21:15:15 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan.git ieee802154-for-davem-2019-04-25 for you to fetch changes up to 22e8860cf8f777fbf6a83f2fb7127f682a8e9de4: net: ieee802154: fix missing checks for regmap_update_bits (2019-04-24 20:15:15 +0200) ---------------------------------------------------------------- Kangjie Lu (1): net: ieee802154: fix missing checks for regmap_update_bits drivers/net/ieee802154/mcr20a.c | 6 ++++++ 1 file changed, 6 insertions(+)