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)
commitc52894359395ea0a562b3ed556848ed66fbfff86
tree5667b0e341ccc8dc7e160f13d2de6de48feee626
parent59fff63cc2b75dcfe08f9eeb4b2187d73e53843d
parentfc62d5e214df2dd64f5d675f01b609d86a422a2b
Merge tag 'for-6.7-rc1' of git://git./linux/kernel/git/pateldipen1984/linux

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
drivers/hte/Kconfig
drivers/hte/hte-tegra194.c