From patchwork Fri Jul 22 08:19:17 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sander Vanheule X-Patchwork-Id: 592629 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 E0D47CCA47F for ; Fri, 22 Jul 2022 08:19:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234909AbiGVITc (ORCPT ); Fri, 22 Jul 2022 04:19:32 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44490 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234872AbiGVITa (ORCPT ); Fri, 22 Jul 2022 04:19:30 -0400 Received: from polaris.svanheule.net (polaris.svanheule.net [IPv6:2a00:c98:2060:a004:1::200]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0DBC89DEF4 for ; Fri, 22 Jul 2022 01:19:29 -0700 (PDT) Received: from terra.. (unknown [IPv6:2a02:a03f:eaf9:8401:aa9f:5d01:1b2a:e3cd]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: sander@svanheule.net) by polaris.svanheule.net (Postfix) with ESMTPSA id 5FBCC2FEE81; Fri, 22 Jul 2022 10:19:25 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=svanheule.net; s=mail1707; t=1658477965; 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=cci7jBXhFRtk5ihk6QaoRMJ+OENLYFwI05tf7c5cNPc=; b=7t6VG7QCrBIAh1uskrzbCbgEodirJ3W2nKObvOlTTL+NxolV9LAVkfZy3aTK9XaQRJN1Dz s9DSxvpbXobHjCSU5T2JkZJZ68/qVWFwrMTnbbGU8Xz6zh+xavDVYJM0KotVz2m5C3Fcf/ EM04XVt6dUOgnkZfbKRGARrn2O7gNQDJbF9b+71AlUF8UqNFr9y8P0jQE3AMgmJwC+9C8q D2dy+UnflVHzZJRfzSavEQPWQJLcUFYaeworrYe4HkJ+MgK1C2/GMvFileC1csxXFxmmyP 03lfQ6dKjVpvOHJpPYJRM08Nj1yqIeHbGC0bohniD+/MDrrvzOrzUx+tVwVjBA== From: Sander Vanheule To: linux-gpio@vger.kernel.org, Bartosz Golaszewski Cc: Linus Walleij , linux-kernel@vger.kernel.org, Bert Vermeulen , Sander Vanheule Subject: [PATCH v1 2/2] MAINTAINERS: add info for Realtek Otto GPIO Date: Fri, 22 Jul 2022 10:19:17 +0200 Message-Id: X-Mailer: git-send-email 2.36.1 In-Reply-To: References: MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org Add an entry with the files for the Realtek Otto GPIO driver with myself as maintainer. I am already listed as maintainer in the device tree binding itself, but the driver had no explicit maintainer info yet. Signed-off-by: Sander Vanheule --- MAINTAINERS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 651616ed8ae2..b173f9e3ee3c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -17009,6 +17009,13 @@ S: Maintained F: include/sound/rt*.h F: sound/soc/codecs/rt* +REALTEK OTTO GPIO +M: Sander Vanheule +L: linux-gpio@vger.kernel.org +S: Maintained +F: Documentation/devicetree/bindings/gpio/realtek,otto-gpio.yaml +F: drivers/gpio/gpio-realtek-otto.c + REALTEK OTTO WATCHDOG M: Sander Vanheule L: linux-watchdog@vger.kernel.org