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 C4236CAC592 for ; Mon, 15 Sep 2025 14:51:53 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 44B5D10E4D4; Mon, 15 Sep 2025 14:51:53 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="CQz8ZlBG"; dkim-atps=neutral Received: from tor.source.kernel.org (tor.source.kernel.org [172.105.4.254]) by gabe.freedesktop.org (Postfix) with ESMTPS id 07FE510E4D4 for ; Mon, 15 Sep 2025 14:51:52 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by tor.source.kernel.org (Postfix) with ESMTP id 5AC376025C; Mon, 15 Sep 2025 14:51:51 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C3908C4CEF1; Mon, 15 Sep 2025 14:51:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1757947911; bh=U2NxZp55bh/g4Bpl7yA/2C+cFMjRxak3v0321vSLHbs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=CQz8ZlBG3AUGf1039ykzz5ukRMehIllHrqWRuHJxYUKbJ9RLtOto2t3ViKa3rEvlT 5Y7C0jHirt0PXvxH/soZWDWKfjtZwIHJCPym0Z3MgJLvkXfLrqbLI5X0csa5hJVrm+ SnHLBwqrepxZMFOPaHWc5Pz+v1RBgunZ/GG4slP+87wubUyDfx+UCZQWLqMpd3ppkC 1Y1UpB5KVBhb8UX+JiD5DiBVKx6KDVDLf5iORr71lLvj9zW+OS2BTkDGIxaWU6DSKY mIkvFOsOTPoRMnyyyC/hxWpmRaD2d3B1R+B1ZLP5insPotIx6scq8wrcYh2TRODifi wkRUEu+4ullHg== Date: Mon, 15 Sep 2025 15:51:44 +0100 From: Daniel Thompson To: Thomas Zimmermann Cc: lee@kernel.org, jingoohan1@gmail.com, neil.armstrong@linaro.org, jessica.zhang@oss.qualcomm.com, deller@gmx.de, maarten.lankhorst@linux.intel.com, mripard@kernel.org, airlied@gmail.com, simona@ffwll.ch, fnkl.kernel@gmail.com, j@jannau.net, hdegoede@redhat.com, ilpo.jarvinen@linux.intel.com, sven@kernel.org, alyssa@rosenzweig.io, neal@gompa.dev, support.opensource@diasemi.com, duje.mihanovic@skole.hr, dri-devel@lists.freedesktop.org, asahi@lists.linux.dev, platform-driver-x86@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-fbdev@vger.kernel.org Subject: Re: [PATCH v2 10/15] backlight: jornada720: Include Message-ID: References: <20250715122643.137027-1-tzimmermann@suse.de> <20250715122643.137027-11-tzimmermann@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250715122643.137027-11-tzimmermann@suse.de> 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 Tue, Jul 15, 2025 at 02:24:47PM +0200, Thomas Zimmermann wrote: > Include to declare IOMEM(). Avoids dependency on > backlight header to include it. > > Signed-off-by: Thomas Zimmermann Reviewed-by: Daniel Thompson (RISCstar) Daniel.