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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 20702C7EE31 for ; Fri, 27 Jun 2025 12:00:19 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 46A4E10EA01; Fri, 27 Jun 2025 12:00:18 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="SUNp4+Bh"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.14]) by gabe.freedesktop.org (Postfix) with ESMTPS id 1114310E16A for ; Fri, 27 Jun 2025 12:00:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1751025617; x=1782561617; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=909P6nH0p1HOpbVXQE7Al8zLxx5mdQNGBOcx64yDYLE=; b=SUNp4+Bh+AjhuCIwlAnzUEHedz5/KV2os9UsZ77J/A6ecQApR8aSy2gC 4bvNsh7drI3hlg5ifrFcpJjSKzZeYStwxA50pQfGxrJx2ydRR0iR6zfOg F5PiRTYnlbKqRyB1yYEQOeZoOnN8yk7apksGQE5GXK9S8cTtUYrDGfKQD 8vxqQvOPHfjmjOB3txOOiwxKBfLr+NC1pyLI5rRmQNHiTaTA9UL8MlWWZ g4SWPxUksP+iHKDTIhMwXTSrWSQ+MCnwzJcN/Hu8kDR0vXQIPVHq3YGaQ 5scfRX49L5VwdqIH+pwwFVBzHN72OS3wNHjT+5woQkxgy2FFyARDv49p8 w==; X-CSE-ConnectionGUID: 5FPYu0CYTB+9QwpT6//rfg== X-CSE-MsgGUID: 2B2uY6wwSzCTNq++DL+s1w== X-IronPort-AV: E=McAfee;i="6800,10657,11476"; a="53418111" X-IronPort-AV: E=Sophos;i="6.16,270,1744095600"; d="scan'208";a="53418111" Received: from fmviesa006.fm.intel.com ([10.60.135.146]) by fmvoesa108.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Jun 2025 05:00:17 -0700 X-CSE-ConnectionGUID: spZfFjjVSRSQdtFc9S4VFg== X-CSE-MsgGUID: w/VF5bZjR1+RUTnwQHhLFA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.16,270,1744095600"; d="scan'208";a="152879032" Received: from smile.fi.intel.com ([10.237.72.52]) by fmviesa006.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Jun 2025 05:00:14 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.98.2) (envelope-from ) id 1uV7kZ-0000000ATLs-1tZ5; Fri, 27 Jun 2025 15:00:11 +0300 Date: Fri, 27 Jun 2025 15:00:11 +0300 From: Andy Shevchenko To: Javier Martinez Canillas Cc: linux-kernel@vger.kernel.org, Maxime Ripard , dri-devel@lists.freedesktop.org, Borislav Petkov , Greg Kroah-Hartman , Simona Vetter , Thomas Zimmermann Subject: Re: [PATCH] MAINTAINERS: Add missing sysfb files to firmware framebuffers entry Message-ID: References: <20250627113328.2703491-1-javierm@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250627113328.2703491-1-javierm@redhat.com> Organization: Intel Finland Oy - BIC 0357606-4 - c/o Alberga Business Park, 6 krs, Bertel Jungin Aukio 5, 02600 Espoo 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 Fri, Jun 27, 2025 at 01:33:04PM +0200, Javier Martinez Canillas wrote: > The commit d391c5827107 ("drivers/firmware: move x86 Generic System > Framebuffers support") moved the sysfb*.c source files from arch/x86 > to drivers/firmware, because the logic wasn't x86 specific and could > be used by other architectures. > > But the drivers/firmware path is not listed in MAINTAINERS, which led > to the files being orphaned and scripts/get_maintainer.pl not listing > a mailing list to Cc anymore. > > Now that we have an entry for all the firmware-provided framebuffer code, > add the missing sysfb files to make sure correct folks and list is Cc'ed. Reviewed-by: Andy Shevchenko -- With Best Regards, Andy Shevchenko