* pull-request: can-next 2014-04-25
@ 2014-04-24 22:21 Marc Kleine-Budde
2014-04-26 16:33 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Marc Kleine-Budde @ 2014-04-24 22:21 UTC (permalink / raw)
To: netdev; +Cc: David Miller, linux-can@vger.kernel.org, kernel@pengutronix.de
[-- Attachment #1: Type: text/plain, Size: 2927 bytes --]
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 |
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 242 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: pull-request: can-next 2014-04-25
2014-04-24 22:21 pull-request: can-next 2014-04-25 Marc Kleine-Budde
@ 2014-04-26 16:33 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2014-04-26 16:33 UTC (permalink / raw)
To: mkl; +Cc: netdev, linux-can, kernel
From: Marc Kleine-Budde <mkl@pengutronix.de>
Date: Fri, 25 Apr 2014 00:21:38 +0200
> 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.
Pulled, thank you.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-04-26 16:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-24 22:21 pull-request: can-next 2014-04-25 Marc Kleine-Budde
2014-04-26 16:33 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).