From patchwork Mon Jul 17 16:35:12 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Thor Thayer X-Patchwork-Id: 9845725 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 11E8660386 for ; Mon, 17 Jul 2017 16:32:53 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 0419728501 for ; Mon, 17 Jul 2017 16:32:53 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id ECDAE28503; Mon, 17 Jul 2017 16:32:52 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [65.50.211.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 6E01928501 for ; Mon, 17 Jul 2017 16:32:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=ezkjkL+eESVx/0IsAV6a43pyMXJj9BN0xypCO3NtN3c=; b=fP8up4weaFqGM6 ZXHxsM3/w140IpDh10BKHyrUpM/0P6zJyZdVM1bbMyi+dyxMfCb+xwaN+M9mnAXuC0eOzpmnn/ONs 8QPryzqNI+cjAZXNYXLQOkBghWYmqBB9eCJdDUJnGyF5lL138KU6xHfP4OF9N8XQ3O+yCTbF3S/uQ Nlc+HshSEAVlLHoTYqhQ1hOS7xIq3UOoO8cefNWUW4vaGnI6BGjCkVbiZC+Chz6faHP3U/LajBzJp cOm6kRpTT9m1hKYEzBGC6KI59u1j/JaWchwk3YKEoAeen1k4T6wxqZ3e0+XPlfxS7EvDfMA2D8/I7 2oAUm8LSwxiFHrwqqdxg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1dX8wr-00071r-OC; Mon, 17 Jul 2017 16:32:41 +0000 Received: from mga02.intel.com ([134.134.136.20]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1dX8wo-0006bZ-B6 for linux-arm-kernel@lists.infradead.org; Mon, 17 Jul 2017 16:32:40 +0000 Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 Jul 2017 09:32:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,375,1496127600"; d="scan'208";a="126098235" Received: from tthayer-hp-z620-workstation.an.intel.com ([10.122.105.144]) by orsmga005.jf.intel.com with ESMTP; 17 Jul 2017 09:32:15 -0700 From: thor.thayer@linux.intel.com To: wsa@the-dreams.de, robh+dt@kernel.org, mark.rutland@arm.com, thor.thayer@linux.intel.com Subject: [PATCHv5 1/3] MAINTAINERS: Add Altera I2C Controller Driver Date: Mon, 17 Jul 2017 11:35:12 -0500 Message-Id: <1500309314-18464-2-git-send-email-thor.thayer@linux.intel.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1500309314-18464-1-git-send-email-thor.thayer@linux.intel.com> References: <1500309314-18464-1-git-send-email-thor.thayer@linux.intel.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20170717_093238_513366_46C55406 X-CRM114-Status: UNSURE ( 6.25 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, gregkh@linuxfoundation.org, linux-kernel@vger.kernel.org, linux-i2c@vger.kernel.org, mchehab@kernel.org, davem@davemloft.net, linux-arm-kernel@lists.infradead.org Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP From: Thor Thayer Add maintainer for the Altera I2C Controller Driver. Signed-off-by: Thor Thayer --- v2-5 No change --- MAINTAINERS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 6f08ce7..5ee85d8a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -636,6 +636,11 @@ ALPS PS/2 TOUCHPAD DRIVER R: Pali Rohár F: drivers/input/mouse/alps.* +ALTERA I2C CONTROLLER DRIVER +M: Thor Thayer +S: Maintained +F: drivers/i2c/busses/i2c-altera.c + ALTERA MAILBOX DRIVER M: Ley Foon Tan L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)