From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from metis.ext.pengutronix.de ([85.220.165.71]:45051 "EHLO metis.ext.pengutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752401AbeCLKES (ORCPT ); Mon, 12 Mar 2018 06:04:18 -0400 From: Marc Kleine-Budde To: netdev@vger.kernel.org Cc: davem@davemloft.net, linux-can@vger.kernel.org, kernel@pengutronix.de Subject: pull-request: can 2018-03-12 Date: Mon, 12 Mar 2018 11:04:04 +0100 Message-Id: <20180312100410.10404-1-mkl@pengutronix.de> Sender: netdev-owner@vger.kernel.org List-ID: Hello David, this is a pull reqeust of 6 patches for net/master. The first patch is by Wolfram Sang and fixes a bitshift vs. comparison mistake in the m_can driver. Two patches of Marek Vasut repair the error handling in the ifi driver. The two patches by Stephane Grosjean fix a "echo_skb is occupied!" bug in the peak/pcie_fd driver. Bich HEMON's patch adds pinctrl select state calls to the m_can's driver to further improve power saving during suspend. regards, Marc --- The following changes since commit ddc502dfed600bff0b61d899f70d95b76223fdfc: openvswitch: meter: fix the incorrect calculation of max delta_t (2018-03-11 22:48:59 -0400) are available in the Git repository at: ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git tags/linux-can-fixes-for-4.16-20180312 for you to fetch changes up to c9b3bce18da4a0aebc27853052dea39aa64b7d75: can: m_can: select pinctrl state in each suspend/resume function (2018-03-12 10:38:20 +0100) ---------------------------------------------------------------- linux-can-fixes-for-4.16-20180312 ---------------------------------------------------------------- Bich HEMON (1): can: m_can: select pinctrl state in each suspend/resume function Marek Vasut (2): can: ifi: Check core revision upon probe can: ifi: Repair the error handling Stephane Grosjean (2): can: peak/pcie_fd: fix echo_skb is occupied! bug can: peak/pcie_fd: remove useless code when interface starts Wolfram Sang (1): can: m_can: change comparison to bitshift when dealing with a mask drivers/net/can/ifi_canfd/ifi_canfd.c | 75 +++++++++++++++++---------- drivers/net/can/m_can/m_can.c | 7 ++- drivers/net/can/peak_canfd/peak_canfd.c | 25 +++------ drivers/net/can/peak_canfd/peak_pciefd_main.c | 8 ++- 4 files changed, 67 insertions(+), 48 deletions(-)