Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge patch series "can: xilinx_can: Document driver description to list all supported IPs"

Harini T <harini.t@amd.com> says:

Xilinx CAN driver supports AXI CAN, AXI CANFD, CANPS and CANFD PS IPs.

1. Modify the dt-bindings title to indicate that both controllers are
supported.
2. Document all supported IPs in driver comment description.

Link: https://lore.kernel.org/all/20240503060553.8520-1-harini.t@amd.com
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>

+2 -2
+1 -1
Documentation/devicetree/bindings/net/can/xilinx,can.yaml
··· 5 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 7 title: 8 - Xilinx Axi CAN/Zynq CANPS controller 8 + Xilinx CAN and CANFD controller 9 9 10 10 maintainers: 11 11 - Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com>
+1 -1
drivers/net/can/xilinx_can.c
··· 6 6 * Copyright (C) 2017 - 2018 Sandvik Mining and Construction Oy 7 7 * 8 8 * Description: 9 - * This driver is developed for Axi CAN IP and for Zynq CANPS Controller. 9 + * This driver is developed for AXI CAN IP, AXI CANFD IP, CANPS and CANFD PS Controller. 10 10 */ 11 11 12 12 #include <linux/bitfield.h>