mbox series

[0/2] can: xilinx_can: Document driver description to list all supported IPs

Message ID 20240503060553.8520-1-harini.t@amd.com (mailing list archive)
Headers show
Series can: xilinx_can: Document driver description to list all supported IPs | expand

Message

T, Harini May 3, 2024, 6:05 a.m. UTC
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.

Harini T (2):
  dt-bindings: can: xilinx_can: Modify the title to indicate CAN and
    CANFD controllers are supported
  can: xilinx_can: Document driver description to list all supported IPs

 Documentation/devicetree/bindings/net/can/xilinx,can.yaml | 2 +-
 drivers/net/can/xilinx_can.c                              | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Marc Kleine-Budde May 5, 2024, 11:03 a.m. UTC | #1
On 03.05.2024 11:35:51, Harini T wrote:
> 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.

Applied to linux-can-next.

Thanks,
Marc