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?