From patchwork Fri May 12 17:01:18 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexandre Courbot X-Patchwork-Id: 761753 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3wPbpw5nKQz9rxw for ; Sat, 13 May 2017 03:01:28 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="ZwbZGCJ+"; dkim-atps=neutral Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755258AbdELRB2 (ORCPT ); Fri, 12 May 2017 13:01:28 -0400 Received: from mail-pf0-f195.google.com ([209.85.192.195]:34393 "EHLO mail-pf0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751407AbdELRB1 (ORCPT ); Fri, 12 May 2017 13:01:27 -0400 Received: by mail-pf0-f195.google.com with SMTP id w69so7673396pfk.1; Fri, 12 May 2017 10:01:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id; bh=AjOiZSVXhUZl64EKQKqcHLr4AtTPh5zHDsVn0eQIQJg=; b=ZwbZGCJ+Qwg63Wqm5coPmo48pMzkHV8sleM59fDELnXc/ug6lD54me06MD/ZcqjAaq JG0V12FuKj4HDVYyls112wk8elMn04T787WJa0amdHIs+WdNOGEDCheso9bey1h3c/jT MUteEH/nDtfAQXi07gc+9KhX5oZzCi8Y0+jHjk2M42aVrMezCmJvabEKONmjbwy50Mh0 X28ishMUd9u9p2rXBkAEtvpPyQSKgeTsDTN4Oypwvpm2g+ojOAyJMWdrzPvWCsvQH7EZ 58amywHUwT810FAdMEawjMRioCq1x6RGSNDPwSlWzMMYAZpXfAz1rm4Kw8CypaT2se7S oOFw== 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=AjOiZSVXhUZl64EKQKqcHLr4AtTPh5zHDsVn0eQIQJg=; b=nNHgNrcM9h0IkzfseYJL0rdbzSgR95pYmM9JrJVS45H0ALs++JqPvfKU564tLTe7yf O9sI8PlNxnUsQ4Gec7A6zBgwlNcuZB8mEft+3rNJHFs1HRDCS+5IIDS5upuogbqHMDoW RMX4gQ5y8zMn9CCTHcG6+iRKsZBlgJhCHcjlRNC9bmZCwM6VP/STx0e1HufAJB9Q7fxy P6mScJN+tV6kqpQKTcPkPS0GiMk5NjOVMSUgl0O5J3kr5p7fJ+zIf6TEDrSYttfc2clg co05jmspzjMHknJcSsXyXmYkaiKEw3ywc6lD/nFZ673yOGZfx1oNQj7llGxgJdwDgFl8 qpjQ== X-Gm-Message-State: AODbwcDaVrMhNT691Nfo4218iHMgyGqGJ8tL18K1mRLvgnLEZTJZjjGj 9580TWtZvZ+5DQ== X-Received: by 10.84.218.7 with SMTP id q7mr7043155pli.80.1494608486477; Fri, 12 May 2017 10:01:26 -0700 (PDT) Received: from acourbot.corp.google.com ([172.17.192.48]) by smtp.gmail.com with ESMTPSA id q27sm6536905pfk.4.2017.05.12.10.01.25 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 12 May 2017 10:01:25 -0700 (PDT) From: Alexandre Courbot X-Google-Original-From: Alexandre Courbot To: Linus Walleij Cc: linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org, Alexandre Courbot Subject: [PATCH] MAINTAINERS: remove self from GPIO maintainers Date: Fri, 12 May 2017 10:01:18 -0700 Message-Id: <20170512170118.15373-1-acourbot@chromium.org> X-Mailer: git-send-email 2.13.0.rc2.291.g57267f2277-goog Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org From: Alexandre Courbot I have not been able to dedicate time to the GPIO subsystem since quite some time, and I don't see the situation improving in the near future. Update the maintainers list to reflect this unfortunate fact. Signed-off-by: Alexandre Courbot --- Linus, I apologize for not being able to help you further (and not having done anything useful for way too long!). As I need to focus on other areas of the kernel (V4L) it is clear that I won't be able to be more active in the near future. If things improve I would be very happy to send a reverse patch someday though. MAINTAINERS | 1 - 1 file changed, 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 07a9a5906c59..946fa1a78b5e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5670,7 +5670,6 @@ F: tools/testing/selftests/gpio/ GPIO SUBSYSTEM M: Linus Walleij -M: Alexandre Courbot L: linux-gpio@vger.kernel.org T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git S: Maintained