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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 13 Apr 2021 11:51:47 +0200
From:   Marc Kleine-Budde <mkl@...gutronix.de>
To:     netdev@...r.kernel.org
Cc:     davem@...emloft.net, kuba@...nel.org, linux-can@...r.kernel.org,
        kernel@...gutronix.de
Subject: pull-request: can-next 2021-04-13

Hello Jakub, hello David,

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

The first patch is by Yoshihiro Shimoda and updates the DT bindings
for the rcar_can driver.

Vincent Mailhol contributes 3 patches that add support for several
ETAS USB CAN adapters.

The final 10 patches are by me and clean up the peak_usb CAN driver.

regards,
Marc

---

The following changes since commit 8ef7adc6beb2ef0bce83513dc9e4505e7b21e8c2:

  net: ethernet: ravb: Enable optional refclk (2021-04-12 14:09:59 -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-5.13-20210413

for you to fetch changes up to bd573ea5720470d1ea70f3e39fb2e2efad219311:

  can: peak_usb: pcan_usb: replace open coded endianness conversion of unaligned data (2021-04-13 10:15:44 +0200)

----------------------------------------------------------------
linux-can-next-for-5.13-20210413

----------------------------------------------------------------
Marc Kleine-Budde (10):
      can: peak_usb: fix checkpatch warnings
      can: peak_usb: pcan_usb_pro.h: remove double space in indention
      can: peak_usb: remove unused variables from struct peak_usb_device
      can: peak_usb: remove write only variable struct peak_usb_adapter::ts_period
      can: peak_usb: peak_usb_probe(): make use of driver_info
      can: peak_usb: pcan_usb_{,pro}_get_device_id(): remove unneeded check for device_id
      can: peak_usb: pcan_usb_get_serial(): remove error message from error path
      can: peak_usb: pcan_usb_get_serial(): make use of le32_to_cpup()
      can: peak_usb: pcan_usb_get_serial(): unconditionally assign serial_number
      can: peak_usb: pcan_usb: replace open coded endianness conversion of unaligned data

Vincent Mailhol (3):
      can: etas_es58x: add core support for ETAS ES58X CAN USB interfaces
      can: etas_es58x: add support for ETAS ES581.4 CAN USB interface
      can: etas_es58x: add support for the ETAS ES58X_FD CAN USB interfaces

Yoshihiro Shimoda (1):
      dt-bindings: net: can: rcar_can: Document r8a77961 support

 .../devicetree/bindings/net/can/rcar_can.txt       |    5 +-
 drivers/net/can/usb/Kconfig                        |   10 +
 drivers/net/can/usb/Makefile                       |    1 +
 drivers/net/can/usb/etas_es58x/Makefile            |    3 +
 drivers/net/can/usb/etas_es58x/es581_4.c           |  507 +++++
 drivers/net/can/usb/etas_es58x/es581_4.h           |  207 ++
 drivers/net/can/usb/etas_es58x/es58x_core.c        | 2301 ++++++++++++++++++++
 drivers/net/can/usb/etas_es58x/es58x_core.h        |  700 ++++++
 drivers/net/can/usb/etas_es58x/es58x_fd.c          |  562 +++++
 drivers/net/can/usb/etas_es58x/es58x_fd.h          |  243 +++
 drivers/net/can/usb/peak_usb/pcan_usb.c            |   59 +-
 drivers/net/can/usb/peak_usb/pcan_usb_core.c       |   58 +-
 drivers/net/can/usb/peak_usb/pcan_usb_core.h       |    7 +-
 drivers/net/can/usb/peak_usb/pcan_usb_fd.c         |    4 -
 drivers/net/can/usb/peak_usb/pcan_usb_pro.c        |    6 +-
 drivers/net/can/usb/peak_usb/pcan_usb_pro.h        |   76 +-
 16 files changed, 4622 insertions(+), 127 deletions(-)
 create mode 100644 drivers/net/can/usb/etas_es58x/Makefile
 create mode 100644 drivers/net/can/usb/etas_es58x/es581_4.c
 create mode 100644 drivers/net/can/usb/etas_es58x/es581_4.h
 create mode 100644 drivers/net/can/usb/etas_es58x/es58x_core.c
 create mode 100644 drivers/net/can/usb/etas_es58x/es58x_core.h
 create mode 100644 drivers/net/can/usb/etas_es58x/es58x_fd.c
 create mode 100644 drivers/net/can/usb/etas_es58x/es58x_fd.h


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ