Re: [RFC PATCH 0/2] Add support for Timesync Interrupt Router
From: Chintan Vankar <hidden>
Date: 2025-02-06 06:19:01
Also in:
lkml
From: Chintan Vankar <hidden>
Date: 2025-02-06 06:19:01
Also in:
lkml
On 06/02/25 10:43, Vignesh Raghavendra wrote:
On 05/02/25 21:31, Chintan Vankar wrote:quoted
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.cWhere 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.