From patchwork Tue Oct 31 12:56:07 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andy Shevchenko X-Patchwork-Id: 10034475 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 A1F12600C5 for ; Tue, 31 Oct 2017 12:57:15 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 8968628982 for ; Tue, 31 Oct 2017 12:57:15 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 7CFC0289BB; Tue, 31 Oct 2017 12:57:15 +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=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 0D2B828982 for ; Tue, 31 Oct 2017 12:57:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751172AbdJaM5O (ORCPT ); Tue, 31 Oct 2017 08:57:14 -0400 Received: from mga03.intel.com ([134.134.136.65]:57893 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750872AbdJaM5O (ORCPT ); Tue, 31 Oct 2017 08:57:14 -0400 Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 31 Oct 2017 05:57:13 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,324,1505804400"; d="scan'208";a="915824222" Received: from black.fi.intel.com ([10.237.72.28]) by FMSMGA003.fm.intel.com with ESMTP; 31 Oct 2017 05:57:11 -0700 Received: by black.fi.intel.com (Postfix, from userid 1003) id 269BF432; Tue, 31 Oct 2017 14:56:10 +0200 (EET) From: Andy Shevchenko To: linux-kernel@vger.kernel.org, Vinod Koul , dmaengine@vger.kernel.org, vireshk@kernel.org, lars@metafoo.de, Alexey.Brodkin@synopsys.com Cc: Andy Shevchenko Subject: [PATCH v1] MAINTAINERS: Step down from a co-maintaner of DW DMAC driver Date: Tue, 31 Oct 2017 14:56:07 +0200 Message-Id: <20171031125607.27303-1-andriy.shevchenko@linux.intel.com> X-Mailer: git-send-email 2.14.2 Sender: dmaengine-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP As discussed at ELCE 2017 there is little to anticipate from me in the future with regard to the driver, and since I have many things to keep an eye on, I would like to step down to simple designated reviewer. Signed-off-by: Andy Shevchenko Acked-by: Viresh Kumar --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 0630482e701b..4ad7f4598ff2 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -12986,7 +12986,7 @@ F: Documentation/devicetree/bindings/gpio/snps-dwapb-gpio.txt SYNOPSYS DESIGNWARE DMAC DRIVER M: Viresh Kumar -M: Andy Shevchenko +R: Andy Shevchenko S: Maintained F: include/linux/dma/dw.h F: include/linux/platform_data/dma-dw.h