From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-18.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1A4D8C5519F for ; Wed, 25 Nov 2020 09:56:06 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 5390F206B5 for ; Wed, 25 Nov 2020 09:56:05 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="EgAjTBc/" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 5390F206B5 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bootlin.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-i3c-bounces+linux-i3c=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=mF2XZtxbvvylpo+0hMC6Vos6dsrSln7Q/5Syew4r4jw=; b=EgAjTBc/1rv3u5AkZUzI/cEf3 lIQiObRHiyDaJqJSGswTG0w6rThaN4X4Nosolf82Y+NcBCxJHBAQ3zRTQKz/RAOjNNKxTY+F6QB1K v8Im71e+kZ7HBbKxTf6iWtiHV3wx950NTE9e/2xy3c/E3B75fqucFaXvzkLhEwuFW8skd1oul+8O4 XQTWjDU4uP9rk42GYLE8Op2ErevCVKiFLZnwPiqwFtyLh/4rYGEhGzkmSLc62CWdPoYmXoWAcNKjb 967oO+sLo2RlLw8qz/8gt28ecDtsG+vfxRGqwnwzPdPL4pjRv0Mv4xltfmoPtQzHUPmT46sDVVGy0 Biw8jcSIw==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1khrWu-0006Mu-G3; Wed, 25 Nov 2020 09:56:04 +0000 Received: from relay7-d.mail.gandi.net ([217.70.183.200]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1khrWr-0006MN-9k for linux-i3c@lists.infradead.org; Wed, 25 Nov 2020 09:56:02 +0000 X-Originating-IP: 86.194.74.19 Received: from localhost (lfbn-lyo-1-997-19.w86-194.abo.wanadoo.fr [86.194.74.19]) (Authenticated sender: alexandre.belloni@bootlin.com) by relay7-d.mail.gandi.net (Postfix) with ESMTPSA id B637D20006; Wed, 25 Nov 2020 09:55:33 +0000 (UTC) Date: Wed, 25 Nov 2020 10:55:33 +0100 From: Alexandre Belloni To: Boris Brezillon Subject: Re: [PATCH] i3c: Resign from my maintainer role Message-ID: <20201125095533.GX348979@piout.net> References: <20201123092753.38304-1-boris.brezillon@collabora.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20201123092753.38304-1-boris.brezillon@collabora.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201125_045601_455029_EEDE3595 X-CRM114-Status: GOOD ( 15.93 ) X-BeenThere: linux-i3c@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-i3c@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-i3c" Errors-To: linux-i3c-bounces+linux-i3c=archiver.kernel.org@lists.infradead.org Hello, On 23/11/2020 10:27:53+0100, Boris Brezillon wrote: > I simply don't have time to maintainer the I3C subsystem anymore. > > Signed-off-by: Boris Brezillon > --- > If anyone is interested in taking over (ideally someone with a korg > account, so the transition can be done as smootly as possible), please > let me know and I'll make that happen. I'll take the maintenance, can you add me in v2 so you don't have to change the status to orphan? > --- > MAINTAINERS | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index e73636b75f29..8510f13a713c 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -8333,9 +8333,8 @@ F: Documentation/devicetree/bindings/i3c/snps,dw-i3c-master.txt > F: drivers/i3c/master/dw* > > I3C SUBSYSTEM > -M: Boris Brezillon > L: linux-i3c@lists.infradead.org (moderated for non-subscribers) > -S: Maintained > +S: Orphan > C: irc://chat.freenode.net/linux-i3c > T: git git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux.git > F: Documentation/ABI/testing/sysfs-bus-i3c > -- > 2.26.2 > -- Alexandre Belloni, Bootlin Embedded Linux and Kernel engineering https://bootlin.com -- linux-i3c mailing list linux-i3c@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-i3c