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 4F46FC636D4 for ; Fri, 10 Feb 2023 15:59:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232911AbjBJP7V (ORCPT ); Fri, 10 Feb 2023 10:59:21 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50858 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232847AbjBJP7F (ORCPT ); Fri, 10 Feb 2023 10:59:05 -0500 Received: from uho.ysoft.cz (uho.ysoft.cz [81.19.3.130]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AE5F75895E; Fri, 10 Feb 2023 07:59:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ysoft.com; s=20160406-ysoft-com; t=1676044185; bh=JFMlB1aX3qf2fUdQC5LzmEbj4Cohdg5vUwREenKUSuc=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=W0Nh/pYaQxTegmQLQg5asiY75c3OEBQ5lsNXvlCj2DH+KCN9Zim49Ti+Qv4OkcSI9 WVetFTwAb01QMqu/lZcRHS4D5Ml9bkUIcErTQJNZoemx/hk9EBFkZI0I6dqr9o+4TQ CdzsqcWgr/+txIWbGqzuHXs8NaQhtYJy4rL+NW7I= Received: from vokac-Latitude-7410.ysoft.local (unknown [10.1.8.111]) by uho.ysoft.cz (Postfix) with ESMTP id 0A6BDA08F0; Fri, 10 Feb 2023 16:49:45 +0100 (CET) From: =?UTF-8?q?Michal=20Vok=C3=A1=C4=8D?= To: Rob Herring , Shawn Guo Cc: Krzysztof Kozlowski , Arnd Bergmann , Olof Johansson , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, =?UTF-8?q?Michal=20Vok=C3=A1=C4=8D?= Subject: [PATCH 6/6] =?UTF-8?q?MAINTAINERS:=20Add=20Michal=20Vok=C3=A1?= =?UTF-8?q?=C4=8D=20as=20yapp4=20boards=20maintainer?= Date: Fri, 10 Feb 2023 16:48:55 +0100 Message-Id: <20230210154855.3086900-7-michal.vokac@ysoft.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230210154855.3086900-1-michal.vokac@ysoft.com> References: <20230210154855.3086900-1-michal.vokac@ysoft.com> 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 Number of the boards is continually growing and we expect more to come. Add myself as a maintainer of the yapp4 (ysoft appliance v4) platform to state that we do take care about all of these. Signed-off-by: Michal Vokáč --- MAINTAINERS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index fb1471cb5ed3..4d4d9ffc700c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -23005,6 +23005,12 @@ S: Maintained F: Documentation/input/devices/yealink.rst F: drivers/input/misc/yealink.* +YSOFT IOTA BOARD SUPPORT +M: Michal Vokáč +L: devicetree@vger.kernel.org +S: Supported +F: arch/arm/boot/dts/imx6*-yapp4* + Z8530 DRIVER FOR AX.25 M: Joerg Reuter L: linux-hams@vger.kernel.org -- 2.25.1