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 B4E8D266CF for ; Wed, 25 Oct 2023 10:34:49 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="FzwS0199" Received: by smtp.kernel.org (Postfix) with ESMTPS id 52F3FC433C8; Wed, 25 Oct 2023 10:34:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux.dev; s=korg; t=1698230089; bh=To9+llqVwQfE3FZYma/wWqALeRFyp/9+Ac4qHFPwfQc=; h=From:Date:Subject:References:In-Reply-To:To:Cc:From; b=FzwS0199WwjkV+1Fcqqi4ZRw1eaGO+ES2LrQBDkUR31aV8WgtrVT3vIreqzuijz23 L+I6kRnSBpcZSvM86a4uSv00LdXn3DSCpV/qeflzVWjoeAd/UCZKATVZH/McGVLU9s /2HnfOaLHV9h4ND45wlFwyKG5WxR0m/iNBddLuDE= Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 266FAC25B6B; Wed, 25 Oct 2023 10:34:49 +0000 (UTC) From: Richard Leitner Date: Wed, 25 Oct 2023 10:34:11 +0000 Subject: [PATCH 1/4] MAINTAINERS: Add entry for ina238 driver Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <20231025-ina237-v1-1-a0196119720c@linux.dev> References: <20231025-ina237-v1-0-a0196119720c@linux.dev> In-Reply-To: <20231025-ina237-v1-0-a0196119720c@linux.dev> To: Guenter Roeck , Jean Delvare , Rob Herring , Krzysztof Kozlowski , Conor Dooley Cc: linux-kernel@vger.kernel.org, linux-hwmon@vger.kernel.org, devicetree@vger.kernel.org, Richard Leitner X-Mailer: b4 0.12.3 X-Developer-Signature: v=1; a=ed25519-sha256; t=1698230088; l=764; i=richard.leitner@linux.dev; s=20231025; h=from:subject:message-id; bh=To9+llqVwQfE3FZYma/wWqALeRFyp/9+Ac4qHFPwfQc=; =?utf-8?q?b=3DGbcBOmbxKW/N?= =?utf-8?q?aOZK/tWlRFetfHjOKl+VCAXOa2pUDIWUfcoEjx++tHSDimH9wHPkypn2z8yR908y?= oV7A1CFxDLcMhgE5pRVfnFfPrGx+xr9d6mKqdI52FLyq7kX1jBXV X-Developer-Key: i=richard.leitner@linux.dev; a=ed25519; pk=ZYa5+0m9RFYtnNU6DLet7sHyPehnVHa0ucJlYiAu2NU= X-Endpoint-Received: by B4 Relay for richard.leitner@linux.dev/20231025 with auth_id=90 The ina238 driver is available since 2021 but lacks a MAINTAINERS entry file. Therefore add the missing entry now. Signed-off-by: Richard Leitner --- MAINTAINERS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 668d1e24452d..28f91c8a2e1c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -10267,6 +10267,12 @@ F: Documentation/hwmon/ina2xx.rst F: drivers/hwmon/ina2xx.c F: include/linux/platform_data/ina2xx.h +INA238 HARDWARE MONITOR DRIVER +M: Guenter Roeck +L: linux-hwmon@vger.kernel.org +S: Maintained +F: drivers/hwmon/ina238.c + INDEX OF FURTHER KERNEL DOCUMENTATION M: Carlos Bilbao S: Maintained -- 2.40.1