[GIT PULL] hte: Changes for v7.1-rc1

From: Dipen Patel

Date: Thu Apr 16 2026 - 14:07:36 EST


The following changes since commit 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f:

Linux 7.0-rc1 (2026-02-22 13:18:59 -0800)

are available in the Git repository at:

ssh://git@xxxxxxxxxxxxxxxxxxx/pub/scm/linux/kernel/git/pateldipen1984/linux.git tags/for-7.1-rc1

for you to fetch changes up to 005b25ad11717139ca5c14c9f06c2a60855c2afd:

hte: tegra194: Add Tegra264 GTE support (2026-04-12 23:29:31 -0700)

----------------------------------------------------------------
hte: changes for v7.1-rc1

The changes for the hte/timestamp subsystem include the following:

- Add tegra264 HTE driver and dt binding support
- Remove tegra194 SoC Kconfig dependency
- Replace use of system_unbound_wq with system_dfl_wq

----------------------------------------------------------------
Francesco Lavra (1):
hte: tegra194: remove Kconfig dependency on Tegra194 SoC

Marco Crivellari (1):
hte: replace use of system_unbound_wq with system_dfl_wq

Suneel Garapati (2):
dt-bindings: timestamp: Add Tegra264 support
hte: tegra194: Add Tegra264 GTE support

.../bindings/timestamp/nvidia,tegra194-hte.yaml | 14 +++
drivers/hte/Kconfig | 6 +-
drivers/hte/hte-tegra194.c | 133 ++++++++++++++++++++-
drivers/hte/hte.c | 2 +-
4 files changed, 146 insertions(+), 9 deletions(-)