mbox series

[V3,0/2] xilinx_can: Update on xilinx can

Message ID 20220609082433.1191060-1-srinivas.neeli@xilinx.com (mailing list archive)
Headers show
Series xilinx_can: Update on xilinx can | expand

Message

Srinivas Neeli June 9, 2022, 8:24 a.m. UTC
This patch series addresses
1) Reverts the limiting CANFD brp_min to 2.
2) Adds TDC support for Xilinx can driver.

Hi Marc,
Please apply PATCH V3 1/2 on stable branch.
Due to some mailing issue i didn't receive your mail.

Changes in V3:
-Implemented GENMASK,FIELD_PERP & FIELD_GET Calls.
-Implemented TDC feature for all Xilinx CANFD controllers.
-corrected prescalar to prescaler(typo).

Changes in V2:
- Created two patches one for revert another for TDC support.

Srinivas Neeli (2):
  Revert "can: xilinx_can: Limit CANFD brp to 2"
  can: xilinx_can: Add Transmitter delay compensation (TDC) feature
    support

 drivers/net/can/xilinx_can.c | 52 +++++++++++++++++++++++++++++++-----
 1 file changed, 45 insertions(+), 7 deletions(-)

Comments

Marc Kleine-Budde June 9, 2022, 8:34 a.m. UTC | #1
On 09.06.2022 13:54:31, Srinivas Neeli wrote:
> This patch series addresses
> 1) Reverts the limiting CANFD brp_min to 2.
> 2) Adds TDC support for Xilinx can driver.

Thanks for your patches!

> Hi Marc,
> Please apply PATCH V3 1/2 on stable branch.
> Due to some mailing issue i didn't receive your mail.

Applied to can/testing, please don't mix patches for can and can-next in
on series in the future.

> Changes in V3:
> -Implemented GENMASK,FIELD_PERP & FIELD_GET Calls.
> -Implemented TDC feature for all Xilinx CANFD controllers.
> -corrected prescalar to prescaler(typo).

Pleas make this a separate patch.

regards,
Marc