[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <53598E72.30504@pengutronix.de>
Date: Fri, 25 Apr 2014 00:21:38 +0200
From: Marc Kleine-Budde <mkl@...gutronix.de>
To: netdev@...r.kernel.org
CC: David Miller <davem@...emloft.net>,
"linux-can@...r.kernel.org" <linux-can@...r.kernel.org>,
"kernel@...gutronix.de" <kernel@...gutronix.de>
Subject: pull-request: can-next 2014-04-25
Hello David,
this is a pull request of 10 patches for net-next/master.
It consists of three patches by Alexander Shiyan, which improve the
mcp251x driver. Stefano Babic's patch move the SPI driver into a sub
folder. The three patches by Olivier Sobrie add support for the Kvaser
Leaf v2 and usb mini PCIe hardware to the existing driver. Alexander
Stein contributes eg20t support to the c_can pci driver. Together with
the patches on the net-tree, we'll be able to remove the pch_can driver
soon. Kurt Van Dijck's two patches clean up the sysfs attributes of the
softing driver.
Marc
---
The following changes since commit 6afc0d7a85770abd282ebed41f0f35cde390d861:
bcm63xx_enet: Use ARRAY_SIZE instead of open coding it (2014-04-24 13:38:57 -0400)
are available in the git repository at:
git://gitorious.org/linux-can/linux-can-next.git tags/linux-can-next-for-3.16-20140425
for you to fetch changes up to 0f8dced5ef49159698a98f744e809a3fff32b827:
can: softing: remove unused sysfs attributes (2014-04-25 00:09:03 +0200)
----------------------------------------------------------------
linux-can-next-for-3.16-20140425
----------------------------------------------------------------
Alexander Shiyan (3):
can: mcp251x: Check return value of spi_setup()
can: mcp251x: Improve mcp251x_hw_reset()
can: mcp251x: Improve mcp251x_hw_probe()
Alexander Stein (1):
can: c_can: Add support for eg20t (pch_can)
Kurt Van Dijck (2):
can: softing: drop 'channel' sysfs attribute
can: softing: remove unused sysfs attributes
Olivier Sobrie (3):
can: kvaser_usb: add retries/timeout to kvaser_usb_wait_msg()
can: kvaser_usb: add support for Kvaser Leaf v2 and usb mini PCIe
can: usb: Kconfig: Improve help for CAN_KVASER_USB
Stefano Babic (1):
can: move SPI drivers into a separate directory
drivers/net/can/Kconfig | 8 +--
drivers/net/can/Makefile | 2 +-
drivers/net/can/c_can/c_can_pci.c | 51 ++++++++++++++++++-
drivers/net/can/softing/softing_main.c | 20 ++------
drivers/net/can/spi/Kconfig | 10 ++++
drivers/net/can/spi/Makefile | 8 +++
drivers/net/can/{ => spi}/mcp251x.c | 93 ++++++++++++++++------------------
drivers/net/can/usb/Kconfig | 4 +-
drivers/net/can/usb/kvaser_usb.c | 53 +++++++++++--------
9 files changed, 154 insertions(+), 95 deletions(-)
create mode 100644 drivers/net/can/spi/Kconfig
create mode 100644 drivers/net/can/spi/Makefile
rename drivers/net/can/{ => spi}/mcp251x.c (96%)
--
Pengutronix e.K. | Marc Kleine-Budde |
Industrial Linux Solutions | Phone: +49-231-2826-924 |
Vertretung West/Dortmund | Fax: +49-5121-206917-5555 |
Amtsgericht Hildesheim, HRA 2686 | http://www.pengutronix.de |
Download attachment "signature.asc" of type "application/pgp-signature" (243 bytes)
Powered by blists - more mailing lists