From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marc Kleine-Budde Subject: pull-request: can 2012-06-03 Date: Mon, 4 Jun 2012 00:21:56 +0200 Message-ID: <1338762120-12695-1-git-send-email-mkl@pengutronix.de> Return-path: Sender: netdev-owner@vger.kernel.org To: davem@davemloft.net Cc: netdev@vger.kernel.org, linux-can@vger.kernel.org List-Id: linux-can.vger.kernel.org Hello David, here is a series of patches intended for v3.5, targeting net/master. The first three patches are by AnilKumar Ch and fix problems in the c_can driver. While extending the c_can driver for the Bosch's d_can hardware he found three problems in the existing driver: first a race condition in the open() function, second a interrupt thrashing issue and third a off-by-one when looking for transmitted packets. The fourth patch is by Joe Perches, it fixes a misuse of | for & in the cc770 driver. regards, Marc --- The following changes since commit 9ca3cc6f3026946ba655e863ca2096339e667639: fec_mpc52xx: fix timestamp filtering (2012-06-02 17:09:08 -0400) are available in the git repository at: git@gitorious.org:linux-can/linux-can.git master AnilKumar Ch (3): can: c_can: fix "BUG! echo_skb is occupied!" during transmit can: c_can: fix an interrupt thrash issue with c_can driver can: c_can: fix race condition in c_can_open() Joe Perches (1): can: cc770: Fix likely misuse of | for & drivers/net/can/c_can/c_can.c | 16 +++++++++------- drivers/net/can/c_can/c_can.h | 1 + drivers/net/can/cc770/cc770_platform.c | 2 +- 3 files changed, 11 insertions(+), 8 deletions(-)