From: Marc Kleine-Budde <mkl@pengutronix.de>
To: netdev@vger.kernel.org
Cc: David Miller <davem@davemloft.net>,
	"kernel@pengutronix.de" <kernel@pengutronix.de>,
	"linux-can@vger.kernel.org" <linux-can@vger.kernel.org>
Subject: pull-request: can-next 2017-03-03
Date: Tue, 4 Apr 2017 17:47:28 +0200	[thread overview]
Message-ID: <f4c403dd-50c0-be1a-90eb-1d45d3bc1afd@pengutronix.de> (raw)
[-- Attachment #1.1: Type: text/plain, Size: 3093 bytes --]
Hello David,
this is a pull request of 5 patches for net-next/master.
There are two patches by Yegor Yefremov which convert the ti_hecc
driver into a DT only driver, as there is no in-tree user of the old
platform driver interface anymore. The next patch by Mario Kicherer
adds network namespace support to the can subsystem. The last two
patches by Akshay Bhat add support for the holt_hi311x SPI CAN driver.
regards,
Marc
---
The following changes since commit 822f9bb104c9d1d2dea3669f1941558c6304cf92:
  soreuseport: use "unsigned int" in __reuseport_alloc() (2017-04-03 19:06:38 -0700)
are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git tags/linux-can-next-for-4.13-20170404
for you to fetch changes up to 57e83fb9b7468c75cb65cde1d23043553c346c6d:
  can: hi311x: Add Holt HI-311x CAN driver (2017-04-04 17:35:59 +0200)
----------------------------------------------------------------
linux-can-next-for-4.13-20170404
----------------------------------------------------------------
Akshay Bhat (2):
      can: holt_hi311x: document device tree bindings
      can: hi311x: Add Holt HI-311x CAN driver
Mario Kicherer (1):
      can: initial support for network namespaces
Yegor Yefremov (2):
      can: ti_hecc: Add TI HECC DT binding documentation
      can: ti_hecc: Convert TI HECC driver to DT only driver
 .../devicetree/bindings/net/can/holt_hi311x.txt    |   24 +
 .../devicetree/bindings/net/can/ti_hecc.txt        |   32 +
 drivers/net/can/spi/Kconfig                        |    6 +
 drivers/net/can/spi/Makefile                       |    1 +
 drivers/net/can/spi/hi311x.c                       | 1076 ++++++++++++++++++++
 drivers/net/can/ti_hecc.c                          |  170 ++--
 include/linux/can/core.h                           |    7 +-
 include/linux/can/platform/ti_hecc.h               |   44 -
 include/net/net_namespace.h                        |    4 +
 include/net/netns/can.h                            |   31 +
 net/can/af_can.c                                   |  122 ++-
 net/can/af_can.h                                   |    4 +-
 net/can/bcm.c                                      |   13 +-
 net/can/gw.c                                       |    4 +-
 net/can/proc.c                                     |  144 ++-
 net/can/raw.c                                      |   92 +-
 16 files changed, 1469 insertions(+), 305 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/net/can/holt_hi311x.txt
 create mode 100644 Documentation/devicetree/bindings/net/can/ti_hecc.txt
 create mode 100644 drivers/net/can/spi/hi311x.c
 delete mode 100644 include/linux/can/platform/ti_hecc.h
 create mode 100644 include/net/netns/can.h
-- 
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: 488 bytes --]
next             reply	other threads:[~2017-04-04 15:47 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-04 15:47 Marc Kleine-Budde [this message]
2017-04-05 16:57 ` pull-request: can-next 2017-03-03,pull-request: can-next 2017-03-03 David Miller
  -- strict thread matches above, loose matches on Subject: below --
2017-03-03 14:04 pull-request: " Marc Kleine-Budde
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=f4c403dd-50c0-be1a-90eb-1d45d3bc1afd@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).