From patchwork Fri Sep 22 21:33:22 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hoan Tran X-Patchwork-Id: 817724 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=linux-gpio-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=apm.com header.i=@apm.com header.b="EEIJM0KS"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3xzRdZ15xjz9s9Y for ; Sat, 23 Sep 2017 07:37:06 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752646AbdIVVgv (ORCPT ); Fri, 22 Sep 2017 17:36:51 -0400 Received: from mail-pf0-f173.google.com ([209.85.192.173]:50550 "EHLO mail-pf0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752679AbdIVVgt (ORCPT ); Fri, 22 Sep 2017 17:36:49 -0400 Received: by mail-pf0-f173.google.com with SMTP id m63so1139636pfk.7 for ; Fri, 22 Sep 2017 14:36:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=apm.com; s=apm; h=from:to:cc:subject:date:message-id; bh=kcaykOML9PoV/Z5/VildJaZVdd6KKVYzDLR57fvV6B4=; b=EEIJM0KSVe4hETVHDok8ynjZpBblcbCwfJg/HKv1fv5CDFGHkZbI8fokDSgN97SELU iyZSVD0x2nypWUk/LtmTfXHsOAv4oFiiRmlbaLt/+ZzhHvkJv1PiIt9z9Q+IxnvmeJBc ujy28pr6YFjz7ERX7EsMpOsLm8t6I8TG87ono= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=kcaykOML9PoV/Z5/VildJaZVdd6KKVYzDLR57fvV6B4=; b=mY2qqQP+hjp0yGuVS31XKhC6K+mCsrFaIdr3BemHEm4c5nI6zFuzPHfoZg09ruhF+Z xhzWlXk6ZRkw0PnVEMBlTXh1DCE89vMCh8uSoLlh+kGzNWNZMq7Nr3/iV6WYAw6GtqWW mxtPvzIQAJmdqe62xOUr0U1mF2a/F7BfrbuHVf7m3BxYhTYYK597NGMD6dBSCLpMh/kC jW1E6/dUosP11L5EVc20Z8KXiSUotQ1qgjt0NHRBr0oajKeCJBnGYkcF9W8Wl1yTOUgt Cyiig5/PO2lhPiidBUWqL9DBTv1/iQaLkoTaatu7ihPNOeHYsNRJxjuvTvihga3Ze1nP VBjQ== X-Gm-Message-State: AHPjjUihvnHDPmZt5DEWoL2CdJY/R58E9mGla1hVuPj3zSeGMMTVNNYv j2kX/WANP2s2F+g7Ev1WiQXiqQ== X-Google-Smtp-Source: AOwi7QC3/NeEI+PWYyRbhK1hBo5yVBBxtJskEK3K4G0L52ZUaAdKAjzisK+bAEg1OHnZnVFZOAeiTQ== X-Received: by 10.99.6.79 with SMTP id 76mr398941pgg.229.1506116208968; Fri, 22 Sep 2017 14:36:48 -0700 (PDT) Received: from hotran_localhost.amcc.com ([206.80.4.98]) by smtp.gmail.com with ESMTPSA id m24sm911330pfj.28.2017.09.22.14.36.47 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 22 Sep 2017 14:36:47 -0700 (PDT) From: Hoan Tran To: Linus Walleij , Alexandre Courbot , Jamie Iles , Andy Shevchenko , Sebastian Andrzej Siewior Cc: linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org, lho@apm.com, kdinh@apm.com, patches@apm.com, Hoan Tran Subject: [PATCH] MAINTAINERS: Add entry for Synopsys DesignWare APB GPIO driver Date: Fri, 22 Sep 2017 14:33:22 -0700 Message-Id: <1506116002-10918-1-git-send-email-hotran@apm.com> X-Mailer: git-send-email 1.9.1 Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org This patch adds maintainer for Synopsys DesignWare APB GPIO driver. Signed-off-by: Hoan Tran --- MAINTAINERS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 36cf85d..7ee8957 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -12929,6 +12929,12 @@ F: arch/arc/plat-axs10x F: arch/arc/boot/dts/ax* F: Documentation/devicetree/bindings/arc/axs10* +SYNOPSYS DESIGNWARE APB GPIO DRIVER +M: Hoan Tran +L: linux-gpio@vger.kernel.org +S: Maintained +F: drivers/gpio/gpio-dwapb.c + SYNOPSYS DESIGNWARE DMAC DRIVER M: Viresh Kumar M: Andy Shevchenko