Re: [RFC PATCH 0/2] Add support for Timesync Interrupt Router

From: Chintan Vankar
Date: Thu Feb 06 2025 - 01:19:14 EST




On 06/02/25 10:43, Vignesh Raghavendra wrote:


On 05/02/25 21:31, Chintan Vankar wrote:
Chintan Vankar (2):
irqchip: ti-tsir: Add support for Timesync Interrupt Router
net: ethernet: ti: am65-cpts: Add support to configure GenF signal for
CPTS

drivers/irqchip/Kconfig | 9 +++
drivers/irqchip/Makefile | 1 +
drivers/irqchip/ti-timesync-intr.c | 109 ++++++++++++++++++++++++++++
drivers/net/ethernet/ti/am65-cpts.c | 21 ++++++
4 files changed, 140 insertions(+)
create mode 100644 drivers/irqchip/ti-timesync-intr.c

Where are the device-tree binding updates that need to go with
individual driver changes?



Hello Vignesh, This series is not specific to any use-case that Timesync
Interrupt Router is implementing. Through this RFC series I am expecting
a feedback on driver implementation so that later on we can make use of
this driver to implement certain functionality.

Regards,
Chintan.