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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id BE43FC433F5 for ; Tue, 19 Apr 2022 20:53:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1357794AbiDSUzq (ORCPT ); Tue, 19 Apr 2022 16:55:46 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43370 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1357775AbiDSUzl (ORCPT ); Tue, 19 Apr 2022 16:55:41 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 2C03E41605 for ; Tue, 19 Apr 2022 13:52:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1650401577; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=sTPP9q4Dpfu9p0KID4dIJ0Vy0gJV20AUzdB83Ep9O/Q=; b=DOrYMbB7tTcduPPD+rOvrOTIRlm+ILij2cDcD3bzZXEoEGlk1XLKSbBZe240CT0mMVxC24 vizIcG5IQ2+Uh4se/YvJ8T/ryyrxBCZ0+7KXt4bu1z6b6/3peKARH6nRqW31/nxlTJw5Cn uqzCa9NskyAyG9yOe1Py4ownFJ++9F8= Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-544-KjrSqcfAOma0LRif7Dwsbw-1; Tue, 19 Apr 2022 16:52:39 -0400 X-MC-Unique: KjrSqcfAOma0LRif7Dwsbw-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.rdu2.redhat.com [10.11.54.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id C4C9F2A5954A; Tue, 19 Apr 2022 20:52:29 +0000 (UTC) Received: from cmirabil.remote.csb (unknown [10.22.8.24]) by smtp.corp.redhat.com (Postfix) with ESMTP id 5B2C92166B4F; Tue, 19 Apr 2022 20:52:29 +0000 (UTC) From: Charles Mirabile To: linux-kernel@vger.kernel.org Cc: Charles Mirabile , Serge Schneider , Stefan Wahren , Nicolas Saenz Julienne , Mattias Brugger , linux-rpi-kernel@lists.infradead.org, linux-arm-kernel@lists.infradead.org, fedora-rpi@googlegroups.com, Mwesigwa Guma , Joel Savitz Subject: [PATCH v9 5/6] MAINTAINERS: Add sensehat driver authors to MAINTAINERS Date: Tue, 19 Apr 2022 16:51:57 -0400 Message-Id: <20220419205158.28088-6-cmirabil@redhat.com> In-Reply-To: <20220419205158.28088-1-cmirabil@redhat.com> References: <20220419205158.28088-1-cmirabil@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 2.78 on 10.11.54.6 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch adds the driver authors to MAINAINERS. Co-developed-by: Mwesigwa Guma Signed-off-by: Mwesigwa Guma Co-developed-by: Joel Savitz Signed-off-by: Joel Savitz Signed-off-by: Charles Mirabile --- MAINTAINERS | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 40fa1955ca3f..b93f060322a3 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -17747,6 +17747,17 @@ F: Documentation/ABI/testing/sysfs-bus-iio-chemical-sunrise-co2 F: Documentation/devicetree/bindings/iio/chemical/senseair,sunrise.yaml F: drivers/iio/chemical/sunrise_co2.c +SENSEHAT DRIVER +M: Charles Mirabile +M: Mwesigwa Guma +M: Joel Savitz +S: Maintained +F: Documentation/devicetree/bindings/auxdisplay/raspberrypi,sensehat-display.yaml +F: Documentation/devicetree/bindings/input/raspberrypi,sensehat-joystick.yaml +F: Documentation/devicetree/bindings/mfd/raspberrypi,sensehat.yaml +F: drivers/auxdisplay/sensehat-display.c +F: drivers/input/joystick/sensehat-joystick.c + SENSIRION SCD30 CARBON DIOXIDE SENSOR DRIVER M: Tomasz Duszynski S: Maintained -- 2.31.1