diff mbox series

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

Message ID 20231031161220.978069-1-dipenp@nvidia.com
State New
Headers show
Series [GIT,PULL] hte: Changes for v6.7-rc1 | expand

Pull-request

ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/pateldipen1984/linux.git tags/for-6.7-rc1

Commit Message

Dipen Patel Oct. 31, 2023, 4:12 p.m. UTC
The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d:

  Linux 6.6-rc1 (2023-09-10 16:28:41 -0700)

are available in the Git repository at:

  ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/pateldipen1984/linux.git tags/for-6.7-rc1

for you to fetch changes up to fc62d5e214df2dd64f5d675f01b609d86a422a2b:

  hte: Use kasprintf() instead of fixed buffer formatting (2023-10-27 14:09:22 -0700)

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

The changes for the hte/timestamp subsystem include the following:
- 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

This change set has minor merge conflict with the gpio-brgl tree
and could be resolved with below details:

+++ b/drivers/hte/Kconfig
@@@ -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


----------------------------------------------------------------
Andy Shevchenko (3):
      hte: tegra194: Remove redundant dev_err()
      hte: tegra194: Switch to LATE_SIMPLE_DEV_PM_OPS()
      hte: Use kasprintf() instead of fixed buffer formatting

Bartosz Golaszewski (2):
      hte: allow building modules with COMPILE_TEST enabled
      hte: tegra194: improve the GPIO-related comment

Harshit Mogalapalli (1):
      hte: tegra: Fix missing error code in tegra_hte_test_probe()

Kees Cook (1):
      hte: Annotate struct hte_device with __counted_by

 drivers/hte/Kconfig             |  4 ++--
 drivers/hte/hte-tegra194-test.c |  4 +++-
 drivers/hte/hte-tegra194.c      | 26 +++++++++++++-------------
 drivers/hte/hte.c               | 15 +++++----------
 4 files changed, 23 insertions(+), 26 deletions(-)

Comments

pr-tracker-bot@kernel.org Nov. 1, 2023, 4:54 a.m. UTC | #1
The pull request you sent on Tue, 31 Oct 2023 09:12:20 -0700:

> ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/pateldipen1984/linux.git tags/for-6.7-rc1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/c52894359395ea0a562b3ed556848ed66fbfff86

Thank you!
diff mbox series

Patch

diff --cc drivers/hte/Kconfig
index 8e0fd818a73e,083e67492bf2..000000000000
--- a/drivers/hte/Kconfig