[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251012142836.285370-1-mkl@pengutronix.de>
Date: Sun, 12 Oct 2025 16:20:44 +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: [PATCH net 0/9] pull-request: can 2025-10-12
Hello netdev-team,
this is a pull request of 9 patches for net/main.
The first 2 paches are by Celeste Liu and target the gS_usb driver.
The first patch remove the limitation to 3 CAN interface per USB
device. The second patch adds the missing population of
net_device->dev_port.
THe next 4 patches are by me and fix the m_can driver. They add a
missing pm_runtime_disable(), fix the CAN state transition back to
Error Active and fix the state after ifup and suspend/resume.
Another patch by me targets the m_can driver, too and replaces Dong
Aisheng's old email address.
The last 2 patches are by Vincent Mailhol and update the CAN
networking Documentation.
regards,
Marc
---
The following changes since commit 2c95a756e0cfc19af6d0b32b0c6cf3bada334998:
net: pse-pd: tps23881: Fix current measurement scaling (2025-10-07 18:30:53 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git tags/linux-can-fixes-for-6.18-20251012
for you to fetch changes up to 91cb822f98b3438812304d151076dfca9b30d2e0:
Merge patch series "can: add Transmitter Delay Compensation (TDC) documentation" (2025-10-12 16:18:47 +0200)
----------------------------------------------------------------
linux-can-fixes-for-6.18-20251012
----------------------------------------------------------------
Celeste Liu (2):
can: gs_usb: increase max interface to U8_MAX
can: gs_usb: gs_make_candev(): populate net_device->dev_port
Marc Kleine-Budde (7):
can: m_can: m_can_plat_remove(): add missing pm_runtime_disable()
can: m_can: m_can_handle_state_errors(): fix CAN state transition to Error Active
can: m_can: m_can_chip_config(): bring up interface in correct state
can: m_can: fix CAN state in system PM
Merge patch series "can: m_can: fix pm_runtime and CAN state handling"
can: m_can: replace Dong Aisheng's old email address
Merge patch series "can: add Transmitter Delay Compensation (TDC) documentation"
Vincent Mailhol (2):
can: remove false statement about 1:1 mapping between DLC and length
can: add Transmitter Delay Compensation (TDC) documentation
.mailmap | 1 +
Documentation/networking/can.rst | 67 +++++++++++++++++++++++++++++++--
drivers/net/can/m_can/m_can.c | 68 +++++++++++++++++++---------------
drivers/net/can/m_can/m_can_platform.c | 6 +--
drivers/net/can/usb/gs_usb.c | 23 ++++++------
5 files changed, 117 insertions(+), 48 deletions(-)
Powered by blists - more mailing lists