From patchwork Thu Apr 20 12:13:20 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Herve Codina X-Patchwork-Id: 13218682 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D20A4C77B72 for ; Thu, 20 Apr 2023 12:14:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234813AbjDTMO0 (ORCPT ); Thu, 20 Apr 2023 08:14:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37154 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234758AbjDTMOR (ORCPT ); Thu, 20 Apr 2023 08:14:17 -0400 Received: from relay11.mail.gandi.net (relay11.mail.gandi.net [217.70.178.231]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 390E25585; Thu, 20 Apr 2023 05:13:59 -0700 (PDT) Received: (Authenticated sender: herve.codina@bootlin.com) by mail.gandi.net (Postfix) with ESMTPA id AF311100005; Thu, 20 Apr 2023 12:13:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1681992837; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=PqkC2hlSfWIiijztGsfpugS5O+kwYH1qXwTL4AZW7ec=; b=oXL0ibKNLDEGrmD+/aNtdz/dvm9c/dy5iIknXxkngvXR+5OAoOQLbUlARTV7rA5VhYjpcP /HvQqVfcc/BqseN4aVkTaQ8LtiBS4W4Qoxe3+GkU4ey+1XlxK7jzECjuWbQGPk/Q6kPKI7 FfIlRaqbalSyjCiu7mnMwG2gRHiQCmp3uSRwj1h/Cl7796bycJUPL8m+i/hLIeOU/yQGxs gS52jEpOYVqIRG2iiHRiL6xwsj28PZ/KdeFf5H5tTXUN3+Ho2srys4UW3S9V82nBWhUQlV HwjEMCICSglnh1nWxKVZK2zD+VyM0KZbpmSlTImme+gPf/H2CO5gV/cCVmj33A== From: Herve Codina To: Herve Codina , Jonathan Cameron , Lars-Peter Clausen , Rob Herring , Krzysztof Kozlowski Cc: linux-iio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Christophe Leroy , Thomas Petazzoni Subject: [PATCH 3/3] MAINTAINERS: add the Renesas X9250 driver entry Date: Thu, 20 Apr 2023 14:13:20 +0200 Message-Id: <20230420121320.252884-4-herve.codina@bootlin.com> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230420121320.252884-1-herve.codina@bootlin.com> References: <20230420121320.252884-1-herve.codina@bootlin.com> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org After contributing the driver, add myself as the maintainer for the Renesas X9250 IIO driver. Signed-off-by: Herve Codina --- MAINTAINERS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 8ec7ccba9848..0027af3e14cb 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -17926,6 +17926,13 @@ S: Maintained F: Documentation/devicetree/bindings/clock/renesas,versaclock7.yaml F: drivers/clk/clk-versaclock7.c +RENESAS X9250 DIGITAL POTENTIOMETERS DRIVER +M: Herve Codina +L: linux-iio@vger.kernel.org +S: Maintained +F: Documentation/devicetree/bindings/iio/potentiometer/renesas,x9250.yaml +F: drivers/iio/potentiometer/x9250.c + RESET CONTROLLER FRAMEWORK M: Philipp Zabel S: Maintained