netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Marc Kleine-Budde <mkl@pengutronix.de>
To: netdev@vger.kernel.org
Cc: David Miller <davem@davemloft.net>,
	"linux-can@vger.kernel.org" <linux-can@vger.kernel.org>,
	"kernel@pengutronix.de" <kernel@pengutronix.de>
Subject: pull-request: can-next 2014-04-25
Date: Fri, 25 Apr 2014 00:21:38 +0200	[thread overview]
Message-ID: <53598E72.30504@pengutronix.de> (raw)

[-- 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 --]

             reply	other threads:[~2014-04-24 22:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-24 22:21 Marc Kleine-Budde [this message]
2014-04-26 16:33 ` pull-request: can-next 2014-04-25 David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=53598E72.30504@pengutronix.de \
    --to=mkl@pengutronix.de \
    --cc=davem@davemloft.net \
    --cc=kernel@pengutronix.de \
    --cc=linux-can@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).