From patchwork Thu Apr 14 17:39:10 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?b?QXLEsW7DpyDDnE5BTA==?= X-Patchwork-Id: 562690 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 7DC37C4167B for ; Thu, 14 Apr 2022 17:40:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1343576AbiDNRm6 (ORCPT ); Thu, 14 Apr 2022 13:42:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35634 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S245382AbiDNRmu (ORCPT ); Thu, 14 Apr 2022 13:42:50 -0400 Received: from sender4-op-o14.zoho.com (sender4-op-o14.zoho.com [136.143.188.14]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CEA0DCBE65; Thu, 14 Apr 2022 10:40:24 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1649958013; cv=none; d=zohomail.com; s=zohoarc; b=SxT+YysqHldEASIpwf+tgvOGcVdWDRXovqqKgD0hLrA7ET3Oszn2HcnWPrDDe36kh6ikPi1NC7YXD9lS70UP0mXHRAUkjyhiU6wzX/3nVgJVsxo6UMrSUGxdbZcwTqfebE1IgPu0OHiKfwsf/ScaxLbzD+FwrgmjIK9nTyB8jBs= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1649958013; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To; bh=NG1xjMeRvySQG6QrVBIRKQOBl6ROVJFrGcd25yzx2/k=; b=AH52jsCC0XdOv8tm5kgTUdB3ZP1WbXMQZFDpd8o1pyZgks4dLwctGI8R3kcpbD0kx6V9a6Vla2wVVxqU+deD8Q/D9gfGLfX23V/GYfmak/Notx65PyBhivvGApxKEheHts3cY/ThNBOg0eLYfmidKti9wzhhQhoLSvOTCz2oYI4= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=arinc9.com; spf=pass smtp.mailfrom=arinc.unal@arinc9.com; dmarc=pass header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1649958013; s=zmail; d=arinc9.com; i=arinc.unal@arinc9.com; h=From:From:To:To:Cc:Cc:Subject:Subject:Date:Date:Message-Id:Message-Id:In-Reply-To:References:MIME-Version:Content-Type:Content-Transfer-Encoding:Reply-To; bh=NG1xjMeRvySQG6QrVBIRKQOBl6ROVJFrGcd25yzx2/k=; b=JrskM3nhTEfYpOqLfbJH0NzrxUmKDl2KP50GspS53tmUJE8rLQkZabkOwgyycfyc khDvq4C7yyETDQtvOOrEYkIynQJ5R0ivD4lDbfA4/R8ib9z1YG1vdINhkVD1edFvZfr SXGmjBQT46aVmQEYbcR8V6OCjnIG6NXTr0NHy0XM= Received: from arinc9-PC.localdomain (85.117.236.245 [85.117.236.245]) by mx.zohomail.com with SMTPS id 1649958012254748.8245005807139; Thu, 14 Apr 2022 10:40:12 -0700 (PDT) From: =?utf-8?b?QXLEsW7DpyDDnE5BTA==?= To: Sergio Paracuellos , Luiz Angelo Daros de Luca , Linus Walleij , Rob Herring , Krzysztof Kozlowski , Thomas Bogendoerfer , Matthias Brugger , Joe Perches Cc: erkin.bozoglu@xeront.com, =?utf-8?b?QXLEsW7DpyDDnE5BTA==?= , linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org, linux-mips@vger.kernel.org Subject: [PATCH v2 08/14] MAINTAINERS: add Ralink pinctrl driver Date: Thu, 14 Apr 2022 20:39:10 +0300 Message-Id: <20220414173916.5552-9-arinc.unal@arinc9.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220414173916.5552-1-arinc.unal@arinc9.com> References: <20220414173916.5552-1-arinc.unal@arinc9.com> MIME-Version: 1.0 X-ZohoMailClient: External Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org Add a new section for the Ralink pinctrl driver and add me and Sergio as the maintainers. Signed-off-by: Arınç ÜNAL Reviewed-by: Sergio Paracuellos --- MAINTAINERS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index fd768d43e048..27bfecaa00ae 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -16502,6 +16502,13 @@ L: linux-mips@vger.kernel.org S: Maintained F: arch/mips/boot/dts/ralink/mt7621* +RALINK PINCTRL DRIVER +M: Arınç ÜNAL +M: Sergio Paracuellos +L: linux-mips@vger.kernel.org +S: Maintained +F: drivers/pinctrl/ralink/ + RALINK RT2X00 WIRELESS LAN DRIVER M: Stanislaw Gruszka M: Helmut Schaa