From 09574cca6ad649f84ba804caf63a5aefe0202834 Mon Sep 17 00:00:00 2001 From: Dipen Patel Date: Fri, 22 Apr 2022 13:52:14 -0700 Subject: hte: Add Tegra194 HTE kernel provider Tegra194 device has multiple HTE instances also known as GTE (Generic Hardware Timestamping Engine) which can timestamp subset of SoC lines and signals. This provider driver focuses on IRQ and GPIO lines and exposes timestamping ability on those lines to the consumers through HTE subsystem. Also, with this patch, added: - documentation about this provider and its capabilities at Documentation/hte. - Compilation support in Makefile and Kconfig Signed-off-by: Dipen Patel Reported-by: kernel test robot Signed-off-by: Thierry Reding --- Documentation/index.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'Documentation/index.rst') diff --git a/Documentation/index.rst b/Documentation/index.rst index 1988c19d9daf..1987481866e1 100644 --- a/Documentation/index.rst +++ b/Documentation/index.rst @@ -139,6 +139,7 @@ needed). mhi/index tty/index peci/index + hte/index Architecture-agnostic documentation ----------------------------------- -- cgit