diff options
author | Harini T <harini.t@amd.com> | 2024-05-03 11:35:53 +0530 |
---|---|---|
committer | Marc Kleine-Budde <mkl@pengutronix.de> | 2024-06-20 11:52:57 +0200 |
commit | e562bad35fe38af22437caea9bdf911ff59cf56b (patch) | |
tree | d4f4400b46f910ea30d87201ef2f5c5f7c8ead68 | |
parent | 8416ac9c87bd77ad6cb3ee0505d0ca765949e0c9 (diff) | |
download | lwn-e562bad35fe38af22437caea9bdf911ff59cf56b.tar.gz lwn-e562bad35fe38af22437caea9bdf911ff59cf56b.zip |
can: xilinx_can: Document driver description to list all supported IPs
Xilinx CAN driver supports AXI CAN, AXI CANFD, CANPS and CANFD PS IPs.
Document all supported IPs in comment description.
Signed-off-by: Harini T <harini.t@amd.com>
Link: https://lore.kernel.org/all/20240503060553.8520-3-harini.t@amd.com
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
-rw-r--r-- | drivers/net/can/xilinx_can.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/can/xilinx_can.c b/drivers/net/can/xilinx_can.c index fae0120473f8..d944911d7f05 100644 --- a/drivers/net/can/xilinx_can.c +++ b/drivers/net/can/xilinx_can.c @@ -6,7 +6,7 @@ * Copyright (C) 2017 - 2018 Sandvik Mining and Construction Oy * * Description: - * This driver is developed for Axi CAN IP and for Zynq CANPS Controller. + * This driver is developed for AXI CAN IP, AXI CANFD IP, CANPS and CANFD PS Controller. */ #include <linux/bitfield.h> |