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=-16.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=unavailable 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 33F58C4320E for ; Thu, 26 Aug 2021 10:56:35 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 006C3608FE for ; Thu, 26 Aug 2021 10:56:34 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 006C3608FE Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id EBB236E5D4; Thu, 26 Aug 2021 10:56:33 +0000 (UTC) Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by gabe.freedesktop.org (Postfix) with ESMTPS id 1B53E6E5D4 for ; Thu, 26 Aug 2021 10:56:32 +0000 (UTC) Received: by mail.kernel.org (Postfix) with ESMTPSA id B376960FC1; Thu, 26 Aug 2021 10:56:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1629975391; bh=QwwuKLC/H2ON9lhWkQA52Z5MbQH0ekQVSIV4EvIGbYA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=BvofJWeFySmDgyaRk5PeNjdIQT5EZf0jFmafFvmRwawYxxpWvhT4xjf5BRmKbPbbP UHHMiQAvaSuxeg+aQ7+ded/l4K27hAXt423DF1/7FRYKhWOGewizpDJD9p+SA9wpVc AzI8+6r4SFMDguXrgpIdxrLel1y8EqiU81qbJcyE= Date: Thu, 26 Aug 2021 12:56:26 +0200 From: Greg Kroah-Hartman To: Daniel Vetter Cc: DRI Development , LKML , Ezequiel Garcia , "Rafael J. Wysocki" , Daniel Vetter Subject: Re: [PATCH] MAINTAINERS: Add dri-devel for component.[hc] Message-ID: References: <20210826091343.1039763-1-daniel.vetter@ffwll.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210826091343.1039763-1-daniel.vetter@ffwll.ch> X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Thu, Aug 26, 2021 at 11:13:43AM +0200, Daniel Vetter wrote: > dri-devel is the main user, and somehow there's been the assumption > that component stuff is unmaintained. > > References: https://lore.kernel.org/dri-devel/CAAEAJfDWOzCJxZFNtxeT7Cvr2pWbYrfz-YnA81sVNs-rM=8n4Q@mail.gmail.com/ > Cc: Ezequiel Garcia > Cc: Greg Kroah-Hartman > Cc: "Rafael J. Wysocki" > Signed-off-by: Daniel Vetter > --- > MAINTAINERS | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index ac58d0032abd..7cdc19815ec4 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -5707,6 +5707,11 @@ F: Documentation/admin-guide/blockdev/ > F: drivers/block/drbd/ > F: lib/lru_cache.c > > +DRIVER COMPONENT FRAMEWORK > +L: dri-devel@lists.freedesktop.org > +F: drivers/base/component.c > +F: include/linux/component.h Acked-by: Greg Kroah-Hartman