mbox

[net-next,0/12] pull-request: can-next 2025-02-19

Message ID 20250219113354.529611-1-mkl@pengutronix.de (mailing list archive)
State Accepted
Delegated to: Netdev Maintainers
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git tags/linux-can-next-for-6.15-20250219

Message

Marc Kleine-Budde Feb. 19, 2025, 11:21 a.m. UTC
Hello netdev-team,

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

The first 4 patches are by Krzysztof Kozlowski and simplify the c_can
driver's c_can_plat_probe() function.

Ciprian Marian Costea contributes 3 patches to add S32G2/S32G3 support
to the flexcan driver.

Ruffalo Lavoisier's patch removes a duplicated word from the mcp251xfd
DT bindings documentation.

Oleksij Rempel extends the J1939 documentation.

The next patch is by Oliver Hartkopp and adds access for the Remote
Request Substitution bit in CAN-XL frames.

Henrik Brix Andersen's patch for the gs_usb driver adds support for
the CANnectivity firmware.

The last patch is by Robin van der Gracht and removes a duplicated
setup of RX FIFO in the rockchip_canfd driver.

regards,
Marc

---

The following changes since commit aefd232de5eb2e77e3fc58c56486c7fe7426a228:

  Merge branch 'net-deduplicate-cookie-logic' (2025-02-18 18:27:31 -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-6.15-20250219

for you to fetch changes up to d9e1cc087a55286fe028e0f078159b30d7da90bd:

  can: rockchip_canfd: rkcanfd_chip_fifo_setup(): remove duplicated setup of RX FIFO (2025-02-19 12:17:40 +0100)

----------------------------------------------------------------
linux-can-next-for-6.15-20250219

----------------------------------------------------------------
Ciprian Marian Costea (3):
      dt-bindings: can: fsl,flexcan: add S32G2/S32G3 SoC support
      can: flexcan: Add quirk to handle separate interrupt lines for mailboxes
      can: flexcan: add NXP S32G2/S32G3 SoC support

Henrik Brix Andersen (1):
      can: gs_usb: add VID/PID for the CANnectivity firmware

Krzysztof Kozlowski (4):
      can: c_can: Drop useless final probe failure message
      can: c_can: Simplify handling syscon error path
      can: c_can: Use of_property_present() to test existence of DT property
      can: c_can: Use syscon_regmap_lookup_by_phandle_args

Marc Kleine-Budde (2):
      Merge patch series "can: c_can: Simplify few things"
      Merge patch series "add FlexCAN support for S32G2/S32G3 SoCs"

Oleksij Rempel (1):
      can: j1939: Extend stack documentation with buffer size behavior

Oliver Hartkopp (1):
      can: canxl: support Remote Request Substitution bit access

Robin van der Gracht (1):
      can: rockchip_canfd: rkcanfd_chip_fifo_setup(): remove duplicated setup of RX FIFO

Ruffalo Lavoisier (1):
      dt-binding: can: mcp251xfd: remove duplicate word

 .../devicetree/bindings/net/can/fsl,flexcan.yaml   |  44 +-
 .../bindings/net/can/microchip,mcp251xfd.yaml      |   2 +-
 Documentation/networking/j1939.rst                 | 675 +++++++++++++++++++++
 drivers/net/can/c_can/c_can_platform.c             |  51 +-
 drivers/net/can/flexcan/flexcan-core.c             |  35 +-
 drivers/net/can/flexcan/flexcan.h                  |   5 +
 drivers/net/can/rockchip/rockchip_canfd-core.c     |   5 -
 drivers/net/can/usb/gs_usb.c                       |   5 +
 include/uapi/linux/can.h                           |   3 +-
 9 files changed, 777 insertions(+), 48 deletions(-)

Comments

Paolo Abeni Feb. 20, 2025, 9:23 a.m. UTC | #1
Hi,

On 2/19/25 12:21 PM, Marc Kleine-Budde wrote:
> Hello netdev-team,
> 
> this is a pull request of 12 patches for net-next/master.

Just FYI, since a little time, the name of the net and net-next trees
main branch is indeed 'main' - to better fit the inclusive language
guidelines.

Cheers,

Paolo
Marc Kleine-Budde Feb. 20, 2025, 9:27 a.m. UTC | #2
On 20.02.2025 10:23:59, Paolo Abeni wrote:
> On 2/19/25 12:21 PM, Marc Kleine-Budde wrote:
> > Hello netdev-team,
> > 
> > this is a pull request of 12 patches for net-next/master.
> 
> Just FYI, since a little time, the name of the net and net-next trees
> main branch is indeed 'main' - to better fit the inclusive language
> guidelines.

Thanks, will update my template.

regards,
Marc