lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Fri, 1 Dec 2017 10:57:43 +0100
From:   Marc Kleine-Budde <mkl@...gutronix.de>
To:     netdev@...r.kernel.org
Cc:     David Miller <davem@...emloft.net>,
        "kernel@...gutronix.de" <kernel@...gutronix.de>,
        "linux-can@...r.kernel.org" <linux-can@...r.kernel.org>
Subject: pull-request: can-next 2017-12-01

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   |



Download attachment "signature.asc" of type "application/pgp-signature" (489 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ