From mboxrd@z Thu Jan 1 00:00:00 1970 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 28CDBC433EF for ; Mon, 14 Feb 2022 12:48:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1353639AbiBNMss (ORCPT ); Mon, 14 Feb 2022 07:48:48 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:41944 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231627AbiBNMsq (ORCPT ); Mon, 14 Feb 2022 07:48:46 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 02C004A908; Mon, 14 Feb 2022 04:48:39 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id AE134B80E84; Mon, 14 Feb 2022 12:48:37 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5DE15C340E9; Mon, 14 Feb 2022 12:48:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1644842916; bh=5VBRcMnozVVrgeg8YNsAkECBk8HhPpFaMQX/fh7rLzU=; h=From:To:Cc:Subject:Date:From; b=Bp75UOy/RMIn9ZsLM+1TjajFRbrQF5ASoYY75AZRt1uJwi1mFZkmCCM2c7hOqmpu+ 3j4Gu/Lmo3ksQy2cTqP9AbUCD4oqaeY8Ty0rou5Uei5RFyUfm6nVVmq44BNZYbNTdR ZTf1teR9yLZNyEFf3MsUIXIqy4UhZTeUOhh2KBzjHMYTwp4/YQFwm20dNrsL+lYSS3 6tLOxWMRsoUo6jj5PpLi2PpwOGPpqY1RtknxNIHCqQqaUhRjvlU9V28l79Qk5tQfOG g+qCGY/Ju59IqGIAhZStug+KOoWR7L5Sks1cYKPhSzNFsJeTvxblvVw/f5b9Z2ZmYs gjTxMbOpU76ig== Received: by pali.im (Postfix) id BFEA5CAA; Mon, 14 Feb 2022 13:48:33 +0100 (CET) From: =?UTF-8?q?Pali=20Roh=C3=A1r?= To: Andrew Morton , Greg Kroah-Hartman , Jiri Slaby , =?UTF-8?q?Marek=20Beh=C3=BAn?= Cc: linux-serial@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] =?UTF-8?q?MAINTAINERS:=20Add=20Pali=20Roh=C3=A1r=20as=20m?= =?UTF-8?q?vebu-uart.c=20maintainer?= Date: Mon, 14 Feb 2022 13:48:08 +0100 Message-Id: <20220214124808.31971-1-pali@kernel.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Signed-off-by: Pali Rohár --- MAINTAINERS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 24527789d933..4a0170718b67 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11330,6 +11330,13 @@ F: Documentation/devicetree/bindings/phy/marvell,armada-3700-utmi-phy.yaml F: drivers/phy/marvell/phy-mvebu-a3700-comphy.c F: drivers/phy/marvell/phy-mvebu-a3700-utmi.c +MARVELL ARMADA 3700 SERIAL DRIVER +M: Pali Rohár +S: Maintained +F: Documentation/devicetree/bindings/clock/marvell,armada-3700-uart-clock.yaml +F: Documentation/devicetree/bindings/serial/mvebu-uart.txt +F: drivers/tty/serial/mvebu-uart.c + MARVELL ARMADA DRM SUPPORT M: Russell King S: Maintained -- 2.20.1