From: Marc Kleine-Budde <mkl@pengutronix.de>
To: netdev@vger.kernel.org
Cc: davem@davemloft.net, kuba@kernel.org, linux-can@vger.kernel.org,
kernel@pengutronix.de
Subject: [PATCH net-next 0/6] pull-request: can-next 2026-04-01
Date: Wed, 1 Apr 2026 09:30:08 +0200 [thread overview]
Message-ID: <20260401073338.5592-1-mkl@pengutronix.de> (raw)
Hello netdev-team,
this is a pull request of 6 patches for net-next/main.
The first patch is by Ethan Nelson-Moore and removes a useless copy of
PCI_DEVICE_DATA from the ctucanfd driver.
Geert Uytterhoeven's patch for the rcar_can converts the driver to use
the FIELD_MODIFY macro.
Viken Dadhaniya contributes 2 patches for the mcp251xfd driver that
add transceiver standby control.
The last 2 aptches are by Johan Hovold and refactor the usb endpoint
lookup of the kvaser_usb and ucan driver.
regards,
Marc
---
The following changes since commit f1359c240191e686614847905fc861cbda480b47:
net/iucv: Add missing kernel-doc return value descriptions (2026-03-31 20:14:56 -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-7.1-20260401
for you to fetch changes up to 50b4927288144fbd2f947b0e4c0ef32949587e67:
Merge patch series "can: refactor USB endpoint lookups" (2026-04-01 09:27:58 +0200)
----------------------------------------------------------------
linux-can-next-for-7.1-20260401
----------------------------------------------------------------
Ethan Nelson-Moore (1):
net: can: ctucanfd: remove useless copy of PCI_DEVICE_DATA macro
Geert Uytterhoeven (1):
can: rcar_can: Convert to FIELD_MODIFY()
Johan Hovold (2):
can: kvaser_usb: leaf: refactor endpoint lookup
can: ucan: refactor endpoint lookup
Marc Kleine-Budde (2):
Merge patch series "can: mcp251xfd: add XSTBYEN transceiver standby control"
Merge patch series "can: refactor USB endpoint lookups"
Viken Dadhaniya (2):
dt-bindings: can: mcp251xfd: add microchip,xstbyen property
can: mcp251xfd: add support for XSTBYEN transceiver standby control
.../bindings/net/can/microchip,mcp251xfd.yaml | 8 +++++
drivers/net/can/ctucanfd/ctucanfd_pci.c | 8 -----
drivers/net/can/rcar/rcar_can.c | 3 +-
drivers/net/can/spi/mcp251xfd/mcp251xfd-core.c | 37 ++++++++++++++++++++
drivers/net/can/spi/mcp251xfd/mcp251xfd.h | 1 +
drivers/net/can/usb/kvaser_usb/kvaser_usb_leaf.c | 25 +++++---------
drivers/net/can/usb/ucan.c | 40 ++++++----------------
7 files changed, 66 insertions(+), 56 deletions(-)
next reply other threads:[~2026-04-01 7:33 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-01 7:30 Marc Kleine-Budde [this message]
2026-04-01 7:30 ` [PATCH net-next 1/6] dt-bindings: can: mcp251xfd: add microchip,xstbyen property Marc Kleine-Budde
2026-04-02 2:30 ` patchwork-bot+netdevbpf
2026-04-01 7:30 ` [PATCH net-next 2/6] net: can: ctucanfd: remove useless copy of PCI_DEVICE_DATA macro Marc Kleine-Budde
2026-04-01 7:30 ` [PATCH net-next 3/6] can: kvaser_usb: leaf: refactor endpoint lookup Marc Kleine-Budde
2026-04-01 7:30 ` [PATCH net-next 4/6] can: mcp251xfd: add support for XSTBYEN transceiver standby control Marc Kleine-Budde
2026-04-01 7:30 ` [PATCH net-next 5/6] can: rcar_can: Convert to FIELD_MODIFY() Marc Kleine-Budde
2026-04-01 7:30 ` [PATCH net-next 6/6] can: ucan: refactor endpoint lookup Marc Kleine-Budde
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260401073338.5592-1-mkl@pengutronix.de \
--to=mkl@pengutronix.de \
--cc=davem@davemloft.net \
--cc=kernel@pengutronix.de \
--cc=kuba@kernel.org \
--cc=linux-can@vger.kernel.org \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox