From patchwork Thu Apr 20 16:10:52 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Herve Codina X-Patchwork-Id: 13218961 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 DD976C77B76 for ; Thu, 20 Apr 2023 16:11:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234547AbjDTQLV (ORCPT ); Thu, 20 Apr 2023 12:11:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35890 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232636AbjDTQLJ (ORCPT ); Thu, 20 Apr 2023 12:11:09 -0400 Received: from relay5-d.mail.gandi.net (relay5-d.mail.gandi.net [IPv6:2001:4b98:dc4:8::225]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5677F4EC4; Thu, 20 Apr 2023 09:11:06 -0700 (PDT) Received: (Authenticated sender: herve.codina@bootlin.com) by mail.gandi.net (Postfix) with ESMTPA id 0EDB91C000C; Thu, 20 Apr 2023 16:11:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1682007064; 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=pQWcz+biiQ8I4p1fgCoUVjbVNbb9vh4RtsLIXhPebNMyOegMBiSTc8+Id0JOsa2j1vwI9e snWYeVnBXwUe47ijtsdMQMFon7DnE+bi+hwagdvPArHU+guV2PZfmaLLhu5XYcMiCxB0O+ HEAyKw6PNxROAbLUBgmwY8k9e0huWpqMkZU1Q2FelLDodwwrdE0PQ3+8c67Lc16rAWQRza Ps74bBL6nsoHisL63e7MrArAfm7GNAJKBcj4/SGLuzq2vJd2otssgoiGs6KQd458RxgCXZ rmbtYUF22AdHLKMb5LP1AlHDydhetmnmi8oCUQ4qGhd4vH6cHuCmC7KJEw8ZYg== 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 v2 3/3] MAINTAINERS: add the Renesas X9250 driver entry Date: Thu, 20 Apr 2023 18:10:52 +0200 Message-Id: <20230420161052.270366-4-herve.codina@bootlin.com> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230420161052.270366-1-herve.codina@bootlin.com> References: <20230420161052.270366-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