From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 0E7B41EB5C2; Fri, 17 Apr 2026 13:15:59 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776431760; cv=none; b=FOy2kq784lwCloYQHh4/BqyPhK+jr4yVfH3UxfyQLGQvYm9sQle1hGybY/omp1Oz4CG/mMU6VA1feGUa47+P6LyThIdI5qGukc24qVeeVMqqWF0AWtxkaEHnAlMv71YQ+1u11CUuOIM6wH4Cm2LOCmx6/lPtBa07LUAvhV2XM04= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776431760; c=relaxed/simple; bh=3t8CdW+2lbkqrvxvlVhufeih1j58VNK7Gp9uCsojClc=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=DQh8SBWm5qj6hB1DOw6WgSgFvq2JQywG67cmmUjQgQNdri2CpAXUNjA2FTgBfIYKjlUpTAtXiUs2WkIUYdX+PUNOaQHkrmE2YiBJkEyn/plfbJpiBne/UG1Ph2Rv5kTlnzGMjAXqD54fAmqYbbZ6qT6467t9wrAIefM4M7rqVZA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=UVbqZkQE; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="UVbqZkQE" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 266BEC19425; Fri, 17 Apr 2026 13:15:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1776431759; bh=3t8CdW+2lbkqrvxvlVhufeih1j58VNK7Gp9uCsojClc=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=UVbqZkQEN53h7akJNXk0j+ukEncZxIVmMr39H0JMt4EnZrnvgAvMcWbdTPE8sEgCo VVg4LEWgAVvd09IV4ADTUmZMGVCuDxQkefWwciaRfMQlRtgGtDOY5SIWgAtDf90SMN 4UYl0y9UVy2CWHtZ+COl6V07Ob4WBKZ0DYfpVLo/5yM84Gs67gklmCinv6Qu9m7VgP 2knHhAT4cUe7cVDLyhcxCov0g15C0s30is4RkHhmRbQyyesFNKD0RlQD+0lZeDD71p EASAEbI4aTmaf+cJunQsXB4ZESNHabuvmWqb35FM78tS1pEKAhTM2AKT/nuyzs0+tP rLZZGIKztzPsg== From: Thierry Reding To: Thierry Reding Cc: Aaro Koskinen , Geert Uytterhoeven , linux-tegra@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-pm@vger.kernel.org, linux-omap@vger.kernel.org, linux-m68k@lists.linux-m68k.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 2/3] Documentation: ABI: Take over as contact for sysfs-driver-tegra-fuse Date: Fri, 17 Apr 2026 15:15:47 +0200 Message-ID: <20260417131549.3154534-2-thierry.reding@kernel.org> X-Mailer: git-send-email 2.52.0 In-Reply-To: <20260417131549.3154534-1-thierry.reding@kernel.org> References: <20260417131549.3154534-1-thierry.reding@kernel.org> Precedence: bulk X-Mailing-List: linux-omap@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: Thierry Reding Peter sadly passed away a while ago, so I'll be taking over as contact for this ABI documentation. Suggested-by: Geert Uytterhoeven Signed-off-by: Thierry Reding --- Documentation/ABI/testing/sysfs-driver-tegra-fuse | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/ABI/testing/sysfs-driver-tegra-fuse b/Documentation/ABI/testing/sysfs-driver-tegra-fuse index b8936fad2ccf..47d5513100f6 100644 --- a/Documentation/ABI/testing/sysfs-driver-tegra-fuse +++ b/Documentation/ABI/testing/sysfs-driver-tegra-fuse @@ -1,6 +1,6 @@ What: /sys/devices/*//fuse Date: February 2014 -Contact: Peter De Schrijver +Contact: Thierry Reding Description: read-only access to the efuses on Tegra20, Tegra30, Tegra114 and Tegra124 SoC's from NVIDIA. The efuses contain write once data programmed at the factory. The data is laid out in 32bit -- 2.52.0