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 2016-06-17
Date: Fri, 17 Jun 2016 16:31:46 +0200 [thread overview]
Message-ID: <7075a8b3-562d-3de2-80f7-b593c665adef@pengutronix.de> (raw)
[-- Attachment #1.1: Type: text/plain, Size: 4317 bytes --]
Hello David,
this is a pull request of 14 patches for net-next/master.
Geert Uytterhoeven contributes a patch that adds a file patterns for
CAN device tree bindings to MAINTAINERS. A patch by Alexander Aring
fixes warnings when building without proc support. A patch by me
improves the sample point calculation. Marek Vasut's patch converts
the slcan driver to use CAN_MTU. A patch by William Breathitt Gray
converts the tscan1 driver to use module_isa_driver.
Two patches by Maximilian Schneider for the gs_usb driver fix coding
style and add support for set_phys_id callback. 5 patches by Oliver
Hartkopp add support for CANFD to the bcm. And finally two patches
by Ramesh Shanmugasundaram, which add support for the rcar_canfd
driver.
regards,
Marc
---
The following changes since commit 9f6ed032cd951d2427995578c51af1b50c054efa:
net, cls: also reject deleting all filters when TCA_KIND present (2016-06-16 22:50:16 -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.8-20160617
for you to fetch changes up to a23b97e6255b83babd28345e43a29508981f931e:
can: rcar_can: Move Renesas CAN driver to rcar dir (2016-06-17 15:39:48 +0200)
----------------------------------------------------------------
linux-can-next-for-4.8-20160617
----------------------------------------------------------------
Alexander Aring (1):
can: build proc support only if CONFIG_PROC_FS is activated
Geert Uytterhoeven (1):
MAINTAINERS: Add file patterns for can device tree bindings
Marc Kleine-Budde (1):
can: dev: can-calc-bit-timing(): better sample point calculation
Marek Vasut (1):
can: slcan: Replace sizeof struct can_frame with CAN_MTU
Maximilian Schneider (2):
can: gs_usb: codingstyle: introduce use of BIT() + fix indention
can: gs_usb: add ethtool set_phys_id callback to locate physical device
Oliver Hartkopp (5):
can: bcm: fix indention and other minor style issues
can: bcm: use CAN frame instead of can_frame in comments
can: bcm: unify bcm_msg_head handling and prepare function parameters
can: bcm: add support for CAN FD frames
can: bcm: add documentation for CAN FD support
Ramesh Shanmugasundaram (2):
can: rcar_canfd: Add Renesas R-Car CAN FD driver
can: rcar_can: Move Renesas CAN driver to rcar dir
William Breathitt Gray (1):
can: tscan1: Utilize the module_isa_driver macro
.../devicetree/bindings/net/can/rcar_canfd.txt | 89 +
Documentation/networking/can.txt | 25 +-
MAINTAINERS | 1 +
drivers/net/can/Kconfig | 11 +-
drivers/net/can/Makefile | 2 +-
drivers/net/can/dev.c | 140 +-
drivers/net/can/rcar/Kconfig | 21 +
drivers/net/can/rcar/Makefile | 6 +
drivers/net/can/{ => rcar}/rcar_can.c | 0
drivers/net/can/rcar/rcar_canfd.c | 1695 ++++++++++++++++++++
drivers/net/can/sja1000/tscan1.c | 12 +-
drivers/net/can/slcan.c | 4 +-
drivers/net/can/usb/gs_usb.c | 141 +-
include/uapi/linux/can/bcm.h | 1 +
net/can/Makefile | 3 +-
net/can/af_can.h | 11 +
net/can/bcm.c | 309 ++--
net/can/proc.c | 3 +-
18 files changed, 2219 insertions(+), 255 deletions(-)
create mode 100644 Documentation/devicetree/bindings/net/can/rcar_canfd.txt
create mode 100644 drivers/net/can/rcar/Kconfig
create mode 100644 drivers/net/can/rcar/Makefile
rename drivers/net/can/{ => rcar}/rcar_can.c (100%)
create mode 100644 drivers/net/can/rcar/rcar_canfd.c
--
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: 455 bytes --]
next reply other threads:[~2016-06-17 14:31 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-17 14:31 Marc Kleine-Budde [this message]
2016-06-18 5:22 ` pull-request: can-next 2016-06-17,pull-request: can-next 2016-06-17 David Miller
-- strict thread matches above, loose matches on Subject: below --
2016-06-23 9:30 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=7075a8b3-562d-3de2-80f7-b593c665adef@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).