mbox

pull-request: can-next 2015-09-17

Message ID 55FB2BA0.6070300@pengutronix.de
State Accepted, archived
Delegated to: David Miller
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git tags/linux-can-next-for-4.4-20150917

Message

Marc Kleine-Budde Sept. 17, 2015, 9:07 p.m. UTC
Hello David,

this is a pull request of two patches for net-next/master.

Gerhard Bertelsmann adds support for the CAN controller found on the
Allwinner A10/A20 SoC.

Marc

---

The following changes since commit 37d2dbcdcca88e392009d7cbe8617d5af0ebcb32:

  net: fix cdc-phonet.c dependency and build error (2015-09-16 11:51:19 -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.4-20150917

for you to fetch changes up to 0738eff14d817a02ab082c392c96a1613006f158:

  can: Allwinner A10/A20 CAN Controller support - Kernel module (2015-09-17 22:39:08 +0200)

----------------------------------------------------------------
linux-can-next-for-4.4-20150917

----------------------------------------------------------------
Gerhard Bertelsmann (2):
      can: Allwinner A10/A20 CAN Controller support - Devicetree bindings
      can: Allwinner A10/A20 CAN Controller support - Kernel module

 .../devicetree/bindings/net/can/sun4i_can.txt      |  36 +
 drivers/net/can/Kconfig                            |  10 +
 drivers/net/can/Makefile                           |   1 +
 drivers/net/can/sun4i_can.c                        | 857 +++++++++++++++++++++
 4 files changed, 904 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/net/can/sun4i_can.txt
 create mode 100644 drivers/net/can/sun4i_can.c

Comments

David Miller Sept. 21, 2015, 4:59 a.m. UTC | #1
From: Marc Kleine-Budde <mkl@pengutronix.de>
Date: Thu, 17 Sep 2015 23:07:44 +0200

> this is a pull request of two patches for net-next/master.
> 
> Gerhard Bertelsmann adds support for the CAN controller found on the
> Allwinner A10/A20 SoC.

Pulled, thanks.
--
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