Re: pull-request: can 2018-03-12

2018-03-12 Thread David Miller
From: Marc Kleine-Budde 
Date: Mon, 12 Mar 2018 11:04:04 +0100

> 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.

Pulled, thank you.


pull-request: can 2018-03-12

2018-03-12 Thread Marc Kleine-Budde
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://g...@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(-)