]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
Merge tag 'for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pateldipen19...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 1 Nov 2023 04:32:51 +0000 (18:32 -1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 1 Nov 2023 04:32:51 +0000 (18:32 -1000)
Pull hte/timestamp updates from Dipen Patel:

 - Improve comments in the translate function

 - Reflect the GPIOLIB API changes during calculation of the GPIO base

 - Improve error handling in Tegra test and provider drivers

 - Improve code to set the line name

* tag 'for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pateldipen1984/linux:
  hte: Use kasprintf() instead of fixed buffer formatting
  hte: tegra: Fix missing error code in tegra_hte_test_probe()
  hte: tegra194: Switch to LATE_SIMPLE_DEV_PM_OPS()
  hte: tegra194: Remove redundant dev_err()
  hte: tegra194: improve the GPIO-related comment
  hte: allow building modules with COMPILE_TEST enabled
  hte: Annotate struct hte_device with __counted_by

1  2 
drivers/hte/Kconfig
drivers/hte/hte-tegra194.c

index 8e0fd818a73ea29966a3a4eeac3302fe50a106bc,083e67492bf2e8903e951f10050dd0136f1073c0..641af722b555dc7774d23012beb81bf6d8b8c3a6
@@@ -16,8 -16,7 +16,8 @@@ if HT
  
  config HTE_TEGRA194
        tristate "NVIDIA Tegra194 HTE Support"
-       depends on ARCH_TEGRA_194_SOC
+       depends on (ARCH_TEGRA_194_SOC || COMPILE_TEST)
 +      depends on GPIOLIB
        help
          Enable this option for integrated hardware timestamping engine also
          known as generic timestamping engine (GTE) support on NVIDIA Tegra194
Simple merge