Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp3970496imm; Wed, 5 Sep 2018 08:43:39 -0700 (PDT) X-Google-Smtp-Source: ANB0Vdb4V0MVfwKWxyxQyuwpWirNhHdtZYPl+p9oChyCdF5NBc6BNfj/CAKD3HsJm2OhJYaCk57U X-Received: by 2002:a63:845:: with SMTP id 66-v6mr29924572pgi.352.1536162219791; Wed, 05 Sep 2018 08:43:39 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1536162219; cv=none; d=google.com; s=arc-20160816; b=0WU4Jq9cj/of/OKXfQHEXhbFs1DHDcDIiM0onuVsaINcpCFBEjBYd7Vm0Cdg2ZGqVX fv4HD7AKjrvhZkxUR7pw7xvvRTXqNiMVscJg9JTn6N0Uq4zE5Ifq1o88IGcokt0fhUxE qNIkqKL4T2DkN7fzF6KA2dyaw8EyJVf9ghthKwpFsvyKd5U3ohrq2DG0Qthm1SnQrdb9 ry2K+lj1KZHb7UADV1McJN8a42uaUanDzyMe3WxSQ5YqHbqxCAIvMtz5XEK5wKQ7LE0l PKsQHXCP8k/rIUtFW4z3/OiwNxrfheBprywHqUH5UzxYHjBO917QTVOn487obvCe2115 GglQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from; bh=gAtARa4XHNlcp0tjykhA69R5fuKgEgMUM94d2O8i8AM=; b=b2HTDAbuLEMf+BZ8p7TK0vzz6lFIiJxLUP03SHLL1FkZajP1Ur2pOk5tzl0inq2d84 RBYI9ZVFdhTL2KjdoM2Y6t22xVKgGnWCFxVtqsSUUsh3iDnkVY28iU76Mh2GbxN1j1AX v6/OoxNOhSuMWZYnXPfQQn4rNsWaEzpjGaLnIHQ4421qssLhtdI/fDvEBD6ZiTU+AI6t Rc/QiUPOVvYWstTKrsABPAJAvs9uR7AUQQuyRrjH8UaBEuDOZZwoMvIGk3YUewkU5GNR IWtG7M8PVuUoXqSVbUXaWShKqeu6mEgQZfGrg8z+tk6uCxNaefkESKHGX0uCSCYi+lgr 0XMw== 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 v18-v6si2370501pgh.162.2018.09.05.08.43.24; Wed, 05 Sep 2018 08:43:39 -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 S1727760AbeIEUMD (ORCPT + 99 others); Wed, 5 Sep 2018 16:12:03 -0400 Received: from mail.bootlin.com ([62.4.15.54]:54556 "EHLO mail.bootlin.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727665AbeIEUMD (ORCPT ); Wed, 5 Sep 2018 16:12:03 -0400 Received: by mail.bootlin.com (Postfix, from userid 110) id 79273207AB; Wed, 5 Sep 2018 17:41:17 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mail.bootlin.com X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,SHORTCIRCUIT shortcircuit=ham autolearn=disabled version=3.4.0 Received: from localhost.localdomain (AAubervilliers-681-1-92-107.w90-88.abo.wanadoo.fr [90.88.33.107]) by mail.bootlin.com (Postfix) with ESMTPSA id C0F1720734; Wed, 5 Sep 2018 17:41:16 +0200 (CEST) From: Boris Brezillon To: Wolfram Sang , linux-i2c@vger.kernel.org, Greg Kroah-Hartman , Arnd Bergmann Cc: Jonathan Corbet , linux-doc@vger.kernel.org, Przemyslaw Sroka , Arkadiusz Golec , Alan Douglas , Bartosz Folta , Damian Kos , Alicja Jurasik-Urbaniak , Cyprian Wronka , Suresh Punnoose , Rafal Ciepiela , Thomas Petazzoni , Nishanth Menon , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Vitor Soares , Geert Uytterhoeven , Linus Walleij , Xiang Lin , linux-gpio@vger.kernel.org, Sekhar Nori , Przemyslaw Gaj , Peter Rosin , Mike Shettel , Stephen Boyd , Boris Brezillon Subject: [PATCH v7 06/10] MAINTAINERS: Add myself as the I3C subsystem maintainer Date: Wed, 5 Sep 2018 17:41:04 +0200 Message-Id: <20180905154108.20770-7-boris.brezillon@bootlin.com> X-Mailer: git-send-email 2.14.1 In-Reply-To: <20180905154108.20770-1-boris.brezillon@bootlin.com> References: <20180905154108.20770-1-boris.brezillon@bootlin.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Create an entry for the I3C subsystem and mark it as maintained by me. There's no official git repository, patchwork instance, mailing list or website yet, but this will be added after the subsystem has been accepted. Signed-off-by: Boris Brezillon --- Changes in v7: - Add a ML (not created yet) and a git repo Changes in v5: - Add the sysfs ABI file --- MAINTAINERS | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index a5b256b25905..293c863b6f9f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6918,6 +6918,18 @@ L: linux-i2c@vger.kernel.org S: Maintained F: drivers/i2c/i2c-stub.c +I3C SUBSYSTEM +M: Boris Brezillon +L: linux-i3c@vger.kernel.org +T: git git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux.git +S: Maintained +F: Documentation/ABI/testing/sysfs-bus-i3c +F: Documentation/devicetree/bindings/i3c/ +F: Documentation/driver-api/i3c +F: drivers/i3c/ +F: include/linux/i3c/ +F: include/dt-bindings/i3c/ + IA64 (Itanium) PLATFORM M: Tony Luck M: Fenghua Yu -- 2.14.1