From patchwork Mon Nov 19 01:02:16 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sugaya Taichi X-Patchwork-Id: 151451 Delivered-To: patch@linaro.org Received: by 2002:a2e:299d:0:0:0:0:0 with SMTP id p29-v6csp2058135ljp; Sun, 18 Nov 2018 17:01:08 -0800 (PST) X-Google-Smtp-Source: AJdET5elEdHqsYxjrfgzORtGbBm/7q/RrVG2CyZ6WXfOUde5Ex/J6WHashbpWDF3txt3rD+j6j7h X-Received: by 2002:a65:63d3:: with SMTP id n19mr18510005pgv.179.1542589268372; Sun, 18 Nov 2018 17:01:08 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1542589268; cv=none; d=google.com; s=arc-20160816; b=EPv0wmWnyzlL0Xg1VrlqGN43oKQD69QaX6gB76Dc4LzTcpGQAu5YjDzGgd3fl9+rni FmxaXg6GYVibcSN9j0qSnUtO6yLYQ3xvaL8to5vaOy0PCwrw5nB66Ef2dUYlh+LUNrHr WhcyDMUzl8GcK1Sv4cPlq6lCUWbShIyXdu6H6WdwazDj4VMl2Pd4zC/JBtf1Nq5C0iAK SeIoAhnWYWK7G1evKKLk62h8NUjOZ9XQbH9zy930Qw5Uo1fIuEeM0dn7dzL7WSimSEgy mBr8Jrx6JB1OFpq9UJIuxHwChqTCy9LEY0CyBlJmFE8FHUSj7W5912/rbxRtacvmCFXU s0WQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from; bh=oFXNKoGoeLTqqq6bm8yfU6+nYd+hzE5nT+qWms0h7us=; b=LyZzegojE5B7mNP9hbhROY2T6GQ2aj3awzaY38THpNpjjg0PB4y+V2eQuZ90Dc0El5 ocicGTtItMrX0vpYA3wbYXP4vqR76j70Ufx18isQ5yySANHOLqSUZCuodAT4ZUpjlXTH p9GDUlqlDRzH+fPfs/ZeGJhEblG03hakfXBCbzwjk3VrSUMTIeU24zZVctq4F/YijDVY PInnDYXnleW5+SwfgvvWytVBqMaP487Z11Bv4c1baYyIxrvVDaQtDsSkILQRquOFCS0l ftFvcwMEuDY27XJXnxKvr/BVC5H649COoAzR13kWo3nPJESh5vM5BkpAh6eF2esq5B5q j/sg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 131-v6si41220562pfx.213.2018.11.18.17.01.08; Sun, 18 Nov 2018 17:01:08 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728259AbeKSLW7 (ORCPT + 32 others); Mon, 19 Nov 2018 06:22:59 -0500 Received: from mx.socionext.com ([202.248.49.38]:40749 "EHLO mx.socionext.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728200AbeKSLW7 (ORCPT ); Mon, 19 Nov 2018 06:22:59 -0500 Received: from unknown (HELO iyokan-ex.css.socionext.com) ([172.31.9.54]) by mx.socionext.com with ESMTP; 19 Nov 2018 10:01:03 +0900 Received: from mail.mfilter.local (m-filter-1 [10.213.24.61]) by iyokan-ex.css.socionext.com (Postfix) with ESMTP id 8C25360062; Mon, 19 Nov 2018 10:01:03 +0900 (JST) Received: from 172.31.9.53 (172.31.9.53) by m-FILTER with ESMTP; Mon, 19 Nov 2018 10:01:03 +0900 Received: from yuzu.css.socionext.com (yuzu [172.31.8.45]) by iyokan.css.socionext.com (Postfix) with ESMTP id EBE1940387; Mon, 19 Nov 2018 10:01:02 +0900 (JST) Received: from M20VSDK.e01.socionext.com (unknown [10.213.118.34]) by yuzu.css.socionext.com (Postfix) with ESMTP id CB13C120455; Mon, 19 Nov 2018 10:01:02 +0900 (JST) From: Sugaya Taichi To: linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org Cc: Michael Turquette , Stephen Boyd , Rob Herring , Mark Rutland , Greg Kroah-Hartman , Daniel Lezcano , Thomas Gleixner , Russell King , Jiri Slaby , Masami Hiramatsu , Jassi Brar , Sugaya Taichi Subject: [PATCH 14/14] MAINTAINERS: Add entry to MAINTAINERS for Milbeaut Date: Mon, 19 Nov 2018 10:02:16 +0900 Message-Id: <1542589336-13925-5-git-send-email-sugaya.taichi@socionext.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1542589336-13925-1-git-send-email-sugaya.taichi@socionext.com> References: <1542589336-13925-1-git-send-email-sugaya.taichi@socionext.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add entry to MAINTAINERS for Milbeaut that supported minimal drivers. Signed-off-by: Sugaya Taichi --- MAINTAINERS | 9 +++++++++ 1 file changed, 9 insertions(+) -- 1.9.1 diff --git a/MAINTAINERS b/MAINTAINERS index 0abecc5..31dd29f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1782,6 +1782,15 @@ F: drivers/watchdog/sama5d4_wdt.c X: drivers/input/touchscreen/atmel_mxt_ts.c X: drivers/net/wireless/atmel/ +ARM/MILBEAUT ARCHITECTURE +M: Taichi Sugaya +M: Takao Orito +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) +S: Maintained +F: arch/arm/boot/dts/milbeaut* +F: arch/arm/mach-milbeaut/ +N: milbeaut + ARM/MIOA701 MACHINE SUPPORT M: Robert Jarzmik L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)