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>,
	"kernel@pengutronix.de" <kernel@pengutronix.de>,
	"linux-can@vger.kernel.org" <linux-can@vger.kernel.org>
Subject: pull-request: can-next 2017-12-01
Date: Fri, 1 Dec 2017 10:57:43 +0100	[thread overview]
Message-ID: <b2a795da-bde5-0527-ff07-762d5485ce45@pengutronix.de> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 3290 bytes --]

Hello David,

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

The first two patches are by Arnd Bergmann, they convert the peak_usb
from using "struct timeval" to "ktime_t". The error handling in the
vxcan driver is clean up by Markus Elfring's patch. Bhumika Goyal
contributes a patch for the c_can_pci driver to make the pci data const.
The six patches by Pankaj Bansal for the flexcan driver add LS1021A
support by making the endianness of the driver configurable by the
device tree.

regards,
Marc

---

The following changes since commit 201c78e05c5adaffa163b022c9b3a4d30debe100:

  Merge branch 'macb-rx-packet-filtering' (2017-11-30 14:12:47 -0500)

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.17-20171201

for you to fetch changes up to fa2edcfb5f2e99e9f47f7ecba9abc5f192aa388b:

  arm: dts: Add nodes for flexcan devices present on LS1021A-Rev2 SoC (2017-12-01 09:14:23 +0100)

----------------------------------------------------------------
linux-can-next-for-4.17-20171201

----------------------------------------------------------------
Arnd Bergmann (2):
      can: peak_usb: remove some 'struct timeval' users
      can: peak_usb: use ktime_t consistently

Bhumika Goyal (1):
      can: c_can_pci: make c_can_pci_data const

Markus Elfring (1):
      can: vxcan: Use common error handling code in vxcan_newlink()

Pankaj Bansal (6):
      can: flexcan: Remodel FlexCAN register r/w APIs for big endian FlexCAN controllers.
      can: flexcan: adding platform specific details for LS1021A
      Documentation: can: flexcan: Add big-endian property to device tree
      powerpc: dts: P1010: Add endianness property to flexcan node
      arm: dts: Remove p1010-flexcan compatible from imx series dts
      arm: dts: Add nodes for flexcan devices present on LS1021A-Rev2 SoC

 .../devicetree/bindings/net/can/fsl-flexcan.txt    |   6 +
 arch/arm/boot/dts/imx25.dtsi                       |   4 +-
 arch/arm/boot/dts/imx28.dtsi                       |   4 +-
 arch/arm/boot/dts/imx35.dtsi                       |   4 +-
 arch/arm/boot/dts/imx53.dtsi                       |   4 +-
 arch/arm/boot/dts/ls1021a-qds.dts                  |  16 ++
 arch/arm/boot/dts/ls1021a-twr.dts                  |  16 ++
 arch/arm/boot/dts/ls1021a.dtsi                     |  36 +++
 arch/powerpc/boot/dts/fsl/p1010si-post.dtsi        |   2 +
 drivers/net/can/c_can/c_can_pci.c                  |   4 +-
 drivers/net/can/flexcan.c                          | 241 ++++++++++++---------
 drivers/net/can/usb/peak_usb/pcan_usb.c            |   9 +-
 drivers/net/can/usb/peak_usb/pcan_usb_core.c       |  53 ++---
 drivers/net/can/usb/peak_usb/pcan_usb_core.h       |   5 +-
 drivers/net/can/usb/peak_usb/pcan_usb_pro.c        |   9 +-
 drivers/net/can/vxcan.c                            |  16 +-
 16 files changed, 258 insertions(+), 171 deletions(-)

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

             reply	other threads:[~2017-12-01  9:57 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-01  9:57 Marc Kleine-Budde [this message]
2017-12-01 13:37 ` pull-request: can-next 2017-12-01 Marc Kleine-Budde
2017-12-01 13:50   ` Marc Kleine-Budde
2017-12-04 18:20     ` pull-request: can-next 2017-12-01,Re: " David Miller
  -- strict thread matches above, loose matches on Subject: below --
2018-01-05 11:08 Marc Kleine-Budde
2018-01-15 13:02 ` 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=b2a795da-bde5-0527-ff07-762d5485ce45@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).