]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge tag 'linux-can-next-for-6.12-20240909' of git://git.kernel.org/pub/scm/linux...
authorJakub Kicinski <kuba@kernel.org>
Tue, 10 Sep 2024 00:11:05 +0000 (17:11 -0700)
committerJakub Kicinski <kuba@kernel.org>
Tue, 10 Sep 2024 00:11:05 +0000 (17:11 -0700)
commite4225a8c46ec7109fdf2e2ce6f92e52b25cb2363
tree559a20beef57e165c4576f53f85b035048943997
parent17245a195df4c86b1fd38718d8cdc532c040c08e
parent9c100bc3ec13914f9911a937ec5b38182a5c3d64
Merge tag 'linux-can-next-for-6.12-20240909' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next

Marc Kleine-Budde says:

====================
pull-request: can-next 2024-09-09

The first patch is by Rob Herring and simplifies the DT parsing in the
cc770 driver.

The next 2 patches both target the rockchip_canfd driver added in the
last pull request to net-next. The first one is by Nathan Chancellor
and fixes the return type of rkcanfd_start_xmit(), the second one is
by me and fixes a 64 bit division on 32 bit platforms in
rkcanfd_timestamp_init().

* tag 'linux-can-next-for-6.12-20240909' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next:
  can: rockchip_canfd: rkcanfd_timestamp_init(): fix 64 bit division on 32 bit platforms
  can: rockchip_canfd: fix return type of rkcanfd_start_xmit()
  net: can: cc770: Simplify parsing DT properties
====================

Link: https://patch.msgid.link/20240909063657.2287493-1-mkl@pengutronix.de
Signed-off-by: Jakub Kicinski <kuba@kernel.org>