[GIT PULL] hte: Changes for v6.4-rc1

From: Dipen Patel
Date: Tue May 02 2023 - 23:30:33 EST


Hi Linus,

The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6:

Linux 6.3-rc1 (2023-03-05 14:52:03 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/pateldipen1984/linux.git tags/for-6.4-rc1

for you to fetch changes up to ca3d1a4b419acad3fca6828884acb03614f7558b:

hte: tegra-194: Use proper includes (2023-04-26 15:44:30 -0700)

----------------------------------------------------------------
hte: Changes for v6.4-rc1

The changes for the hte/timestamp subsystem include the following:
- Add Tegra234 HTE provider and relevant DT bindings
- Update MAINTAINERS file for the HTE subsystem

----------------------------------------------------------------
Arnd Bergmann (1):
hte: tegra: fix 'struct of_device_id' build error

Dan Carpenter (1):
hte: tegra-194: Fix off by one in tegra_hte_map_to_line_id()

Dipen Patel (9):
MAINTAINERS: Add HTE/timestamp subsystem details
dt-bindings: timestamp: Add Tegra234 support
dt-bindings: timestamp: Deprecate nvidia,slices property
arm64: tegra: Add Tegra234 GTE nodes
hte: Re-phrase tegra API document
hte: Add Tegra234 provider
hte: Deprecate nvidia,slices property
hte: handle nvidia,gpio-controller property
gpio: tegra186: Add Tegra234 hte support

Linus Walleij (1):
hte: tegra-194: Use proper includes

Rob Herring (1):
hte: Use of_property_present() for testing DT property presence

ye xingchen (1):
hte: Use device_match_of_node()

.../bindings/timestamp/nvidia,tegra194-hte.yaml | 66 +++++++-
Documentation/driver-api/hte/index.rst | 2 +-
.../hte/{tegra194-hte.rst => tegra-hte.rst} | 33 ++--
MAINTAINERS | 3 +
arch/arm64/boot/dts/nvidia/tegra234.dtsi | 17 +++
drivers/gpio/gpio-tegra186.c | 1 +
drivers/hte/hte-tegra194-test.c | 12 +-
drivers/hte/hte-tegra194.c | 169 +++++++++++++++++++--
drivers/hte/hte.c | 4 +-
9 files changed, 260 insertions(+), 47 deletions(-)
rename Documentation/driver-api/hte/{tegra194-hte.rst => tegra-hte.rst} (50%)