mbox series

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

Message ID 20230503032947.23384-1-dipenp@nvidia.com (mailing list archive)
State Accepted, archived
Delegated to: Dipen Patel
Headers show
Series [GIT,PULL] hte: Changes for v6.4-rc1 | expand

Pull-request

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

Message

Dipen Patel May 3, 2023, 3:29 a.m. UTC
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%)

Comments

pr-tracker-bot@kernel.org May 3, 2023, 6:32 p.m. UTC | #1
The pull request you sent on Tue, 2 May 2023 20:29:47 -0700:

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

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

Thank you!