mbox series

[0/7] Add Tegra234 HTE support

Message ID 20221103174523.29592-1-dipenp@nvidia.com
Headers show
Series Add Tegra234 HTE support | expand

Message

Dipen Patel Nov. 3, 2022, 5:45 p.m. UTC
The patch series:
- Adds tegra Tegra234 HTE(timestamp) provider supports.
- Updates MAINTAINERS file for git tree, mail list fields.
- Updates devicetree and API documentations.
- Enables HTE subsystem, Tegra194 and Tegra234 HTE providers
by default in arm64 defconfig and dts files.

Dipen Patel (7):
  MAINTAINERS: Add HTE/timestamp subsystem details
  hte: Add Tegra234 provider
  gpio: tegra186: Add Tegra234 hte support
  dt-bindings: timestamp: Add Tegra234 support
  hte: Re-phrase tegra API document
  arm64: tegra: Enable GTE nodes
  arm64: defconfig: Enable HTE config

 .../timestamp/nvidia,tegra194-hte.yaml        |  44 ++++++-
 Documentation/driver-api/hte/tegra194-hte.rst |  33 +++--
 MAINTAINERS                                   |   3 +
 arch/arm64/boot/dts/nvidia/tegra194.dtsi      |  20 +++
 arch/arm64/boot/dts/nvidia/tegra234.dtsi      |  20 +++
 arch/arm64/configs/defconfig                  |   3 +
 drivers/gpio/gpio-tegra186.c                  |   1 +
 drivers/hte/hte-tegra194-test.c               |   2 +-
 drivers/hte/hte-tegra194.c                    | 124 +++++++++++++++++-
 9 files changed, 224 insertions(+), 26 deletions(-)


base-commit: 9abf2313adc1ca1b6180c508c25f22f9395cc780

Comments

Thierry Reding Nov. 11, 2022, 3:56 p.m. UTC | #1
On Thu, Nov 03, 2022 at 10:45:16AM -0700, Dipen Patel wrote:
> The patch series:
> - Adds tegra Tegra234 HTE(timestamp) provider supports.
> - Updates MAINTAINERS file for git tree, mail list fields.
> - Updates devicetree and API documentations.
> - Enables HTE subsystem, Tegra194 and Tegra234 HTE providers
> by default in arm64 defconfig and dts files.
> 
> Dipen Patel (7):
>   MAINTAINERS: Add HTE/timestamp subsystem details
>   hte: Add Tegra234 provider
>   gpio: tegra186: Add Tegra234 hte support
>   dt-bindings: timestamp: Add Tegra234 support
>   hte: Re-phrase tegra API document
>   arm64: tegra: Enable GTE nodes
>   arm64: defconfig: Enable HTE config

I've applied patches 6 and 7 to the Tegra tree.

Thanks,
Thierry