[PATCH v2 0/3] soc/tegra: fuse: Add Tegra264 support

Jon Hunter posted 3 patches 1 week ago
.../bindings/fuse/nvidia,tegra20-fuse.yaml         |   1 +
arch/arm64/boot/dts/nvidia/tegra264.dtsi           |   7 +
drivers/soc/tegra/fuse/fuse-tegra.c                |  11 +-
drivers/soc/tegra/fuse/fuse-tegra30.c              | 168 ++++++++++++++++++++-
drivers/soc/tegra/fuse/fuse.h                      |   7 +-
5 files changed, 191 insertions(+), 3 deletions(-)
[PATCH v2 0/3] soc/tegra: fuse: Add Tegra264 support
Posted by Jon Hunter 1 week ago
This series adds support for the FUSE block found on Tegra264. The first
two patches were originally posted by Thierry Reding and add the device
tree binding and FUSE node. The third patch adds the Tegra264 FUSE SoC
data, including the register range and keepouts.

Changes in v2:
- Reword the device tree binding commit message following review
  feedback
- Correct the register range for the efuse block to map the complete
  address space.
- Add Tegra264 FUSE driver support

Link: https://lore.kernel.org/linux-tegra/20260320233822.2578569-1-thierry.reding@kernel.org/
Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
---
Jon Hunter (1):
      soc/tegra: fuse: Add Tegra264 support

Thierry Reding (2):
      dt-bindings: fuse: Document compatible string for Tegra264 FUSE
      arm64: tegra: Add FUSE block on Tegra264

 .../bindings/fuse/nvidia,tegra20-fuse.yaml         |   1 +
 arch/arm64/boot/dts/nvidia/tegra264.dtsi           |   7 +
 drivers/soc/tegra/fuse/fuse-tegra.c                |  11 +-
 drivers/soc/tegra/fuse/fuse-tegra30.c              | 168 ++++++++++++++++++++-
 drivers/soc/tegra/fuse/fuse.h                      |   7 +-
 5 files changed, 191 insertions(+), 3 deletions(-)
---
base-commit: e6e35979777d646fe3c7c94dca7dd32fb25d45f4
change-id: 20260916-tegra-tegra264-fuse-5561d592539d

Best regards,
-- 
Jon Hunter <jonathanh@nvidia.com>
Re: [PATCH v2 0/3] soc/tegra: fuse: Add Tegra264 support
Posted by Thierry Reding 3 days, 16 hours ago
On Thu, Sep 17, 2026 at 10:16:00AM +0100, Jon Hunter wrote:
> This series adds support for the FUSE block found on Tegra264. The first
> two patches were originally posted by Thierry Reding and add the device
> tree binding and FUSE node. The third patch adds the Tegra264 FUSE SoC
> data, including the register range and keepouts.
> 
> Changes in v2:
> - Reword the device tree binding commit message following review
>   feedback
> - Correct the register range for the efuse block to map the complete
>   address space.
> - Add Tegra264 FUSE driver support
> 
> Link: https://lore.kernel.org/linux-tegra/20260320233822.2578569-1-thierry.reding@kernel.org/
> Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
> ---
> Jon Hunter (1):
>       soc/tegra: fuse: Add Tegra264 support
> 
> Thierry Reding (2):
>       dt-bindings: fuse: Document compatible string for Tegra264 FUSE
>       arm64: tegra: Add FUSE block on Tegra264
> 
>  .../bindings/fuse/nvidia,tegra20-fuse.yaml         |   1 +
>  arch/arm64/boot/dts/nvidia/tegra264.dtsi           |   7 +
>  drivers/soc/tegra/fuse/fuse-tegra.c                |  11 +-
>  drivers/soc/tegra/fuse/fuse-tegra30.c              | 168 ++++++++++++++++++++-
>  drivers/soc/tegra/fuse/fuse.h                      |   7 +-
>  5 files changed, 191 insertions(+), 3 deletions(-)

All there patches applied, thanks.

Thierry