Received: by 2002:ac0:a581:0:0:0:0:0 with SMTP id m1-v6csp3707613imm; Mon, 25 Jun 2018 03:21:09 -0700 (PDT) X-Google-Smtp-Source: ADUXVKLbcRt84+PuuM30OvIzZi57HlEuLxDLwp3bjEA7ZmnNPdp7eY36sPVhkHBtp3o8VhFM77IN X-Received: by 2002:a17:902:5a4d:: with SMTP id f13-v6mr6568224plm.85.1529922069625; Mon, 25 Jun 2018 03:21:09 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1529922069; cv=none; d=google.com; s=arc-20160816; b=tgi2BEHN5nyueZrA7N/yUzVNQhKK5XJARZd3Z5OBGgkbypB8s7BzInE5dpz0ohwatF 1C7VKGPvvrmDzGHoVhAO1mdNoA7jjb2ZyOWrLgT4gexJlDKFvw1/KQP04MbNFffqo8zy iV6Fwqa1d6FJhcHcEahhgg/LijKdWnnk/bFwuEnCyG7CfYl1ou21MpOHEpJJ6Mvr9aW7 yCBzXYbVN4xllJwvnzkVms4EFMGqEIGHLHDHPWssHLg2xt8KgChcmSAV8E1rC6X7gwBI 15/RUVQePKeT1c4gYfxPYXA25dG9HXyEg8U2oB3/9YWRxVJv2x7nu4zIEIKdv3eqjBV/ 8rpw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:arc-authentication-results; bh=uZQUb+j6+AXu99fbwnAE3XmGGieUvQz578VaphDuq5g=; b=rq3HQm1Gb7VxibVQZXE9uzGxh2YzmrUO5pP8KPb2cW6liZFDauR6+2SLrDbquE7CFn LxRMlD8M//uJHdAsYaTQu4q6M/c/bEYpKRB2mqQatZSzp+Ig0a3L5EiVvRpXsxXHrFQx nO903OX2xzXIzncpG4EaJTIP/TN/pMF/Gp3PHJFRsw94nR9hYLG/B0rzC7dDDvgrAB8U AGg6jThWppZ74iZUCo7F6DhepW2dJ4o8zRVhY1TS5quUh1XUVoxdkql42N++GqYzE0j8 KzCerHjXpDrSbs7evsTo6JV04UDFrYFcvwp0lwIseI46CPd4fq2GI8529WsMCZXEAxEy JIwA== 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 y12-v6si11297150pgs.181.2018.06.25.03.20.54; Mon, 25 Jun 2018 03:21:09 -0700 (PDT) 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 S932217AbeFYKUD (ORCPT + 99 others); Mon, 25 Jun 2018 06:20:03 -0400 Received: from esa2.microchip.iphmx.com ([68.232.149.84]:29732 "EHLO esa2.microchip.iphmx.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755114AbeFYKUA (ORCPT ); Mon, 25 Jun 2018 06:20:00 -0400 X-IronPort-AV: E=Sophos;i="5.51,270,1526367600"; d="scan'208";a="15523743" Received: from smtpout.microchip.com (HELO email.microchip.com) ([198.175.253.82]) by esa2.microchip.iphmx.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 25 Jun 2018 03:19:59 -0700 Received: from m19893.microchip.com (10.10.76.4) by chn-sv-exch07.mchp-main.com (10.10.76.108) with Microsoft SMTP Server id 14.3.352.0; Mon, 25 Jun 2018 03:19:59 -0700 From: Radu Pirea To: , , , , , , , CC: , , , , , Radu Pirea Subject: [PATCH v9 4/6] MAINTAINERS: add at91 usart spi driver Date: Mon, 25 Jun 2018 13:21:03 +0300 Message-ID: <20180625102105.28383-5-radu.pirea@microchip.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20180625102105.28383-1-radu.pirea@microchip.com> References: <20180625102105.28383-1-radu.pirea@microchip.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Added entry for at91 usart mfd driver. Signed-off-by: Radu Pirea --- MAINTAINERS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 7ac6e6af5292..f849cc4acbf6 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9362,6 +9362,13 @@ F: drivers/mfd/at91-usart.c F: include/dt-bindings/mfd/at91-usart.h F: Documentation/devicetree/bindings/mfd/atmel-usart.txt +MICROCHIP AT91 USART SPI DRIVER +M: Radu Pirea +L: linux-spi@vger.kernel.org +S: Supported +F: drivers/spi/spi-at91-usart.c +F: Documentation/devicetree/bindings/mfd/atmel-usart.txt + MICROCHIP KSZ SERIES ETHERNET SWITCH DRIVER M: Woojung Huh M: Microchip Linux Driver Support -- 2.17.1