mbox

pull-request: can-next 2014-04-25

Message ID 53598E72.30504@pengutronix.de
State Accepted, archived
Delegated to: David Miller
Headers show

Pull-request

git://gitorious.org/linux-can/linux-can-next.git tags/linux-can-next-for-3.16-20140425

Message

Marc Kleine-Budde April 24, 2014, 10:21 p.m. UTC
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%)

Comments

David Miller April 26, 2014, 4:33 p.m. UTC | #1
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.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html