From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from shards.monkeyblade.net ([184.105.139.130]:60292 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751991AbeCLPRk (ORCPT ); Mon, 12 Mar 2018 11:17:40 -0400 Date: Mon, 12 Mar 2018 11:17:38 -0400 (EDT) Message-Id: <20180312.111738.602569423742244110.davem@davemloft.net> To: mkl@pengutronix.de Cc: netdev@vger.kernel.org, linux-can@vger.kernel.org, kernel@pengutronix.de Subject: Re: pull-request: can 2018-03-12 From: David Miller In-Reply-To: <20180312100410.10404-1-mkl@pengutronix.de> References: <20180312100410.10404-1-mkl@pengutronix.de> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: netdev-owner@vger.kernel.org List-ID: 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.