[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20211208125055.223141-1-mkl@pengutronix.de>
Date: Wed, 8 Dec 2021 13:50:47 +0100
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: [PATCH net-next 0/8] pull-request: can-next 2021-12-08
Hello Jakub, hello David,
this is a pull request of 8 patches for net-next/master.
The first patch is by Vincent Mailhol and replaces the custom CAN
units with generic one form linux/units.h.
The next 3 patches are by Evgeny Boger and add Allwinner R40 support
to the sun4i CAN driver.
Andy Shevchenko contributes 4 patches to the hi311x CAN driver,
consisting of cleanups and converting the driver to the device
property API.
regards,
Marc
---
The following changes since commit 1fe5b01262844be03de98afdd56d1d393df04d7e:
Merge branch 's390-net-updates-2021-12-06' (2021-12-07 22:01:08 -0800)
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.17-20211208
for you to fetch changes up to 6a93ea38217706ef8318efba672b960bcd5d0642:
can: hi311x: hi3110_can_probe(): convert to use dev_err_probe() (2021-12-08 10:20:33 +0100)
----------------------------------------------------------------
linux-can-next-for-5.17-20211208
----------------------------------------------------------------
Andy Shevchenko (4):
can: hi311x: hi3110_can_probe(): use devm_clk_get_optional() to get the input clock
can: hi311x: hi3110_can_probe(): try to get crystal clock rate from property
can: hi311x: hi3110_can_probe(): make use of device property API
can: hi311x: hi3110_can_probe(): convert to use dev_err_probe()
Evgeny Boger (3):
dt-bindings: net: can: add support for Allwinner R40 CAN controller
can: sun4i_can: add support for R40 CAN controller
ARM: dts: sun8i: r40: add node for CAN controller
Vincent Mailhol (1):
can: bittiming: replace CAN units with the generic ones from linux/units.h
.../bindings/net/can/allwinner,sun4i-a10-can.yaml | 24 +++++++++
arch/arm/boot/dts/sun8i-r40.dtsi | 19 +++++++
drivers/net/can/dev/bittiming.c | 5 +-
drivers/net/can/spi/hi311x.c | 52 +++++++++---------
drivers/net/can/sun4i_can.c | 62 +++++++++++++++++++++-
drivers/net/can/usb/etas_es58x/es581_4.c | 5 +-
drivers/net/can/usb/etas_es58x/es58x_fd.c | 5 +-
include/linux/can/bittiming.h | 7 ---
8 files changed, 138 insertions(+), 41 deletions(-)
Powered by blists - more mailing lists