From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from bali.collaboradmins.com (bali.collaboradmins.com [148.251.105.195]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 485E92FCBF1; Mon, 15 Sep 2025 10:35:52 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=148.251.105.195 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1757932554; cv=none; b=otQOoTybxqMS2WaiMeEXxjTXIEcYM0bwCNsy9SfuW48PTC5o088f7ldRhh62S+UYBQHCBiJLCiBIyNkSDU2uKfT+nyrQp6i60g295Z3uIrkMH5gKjpBl7XjvzMV6MT/Z4fRnpGOrMdtzROdZ0VKIE6FVk5w5mbYS+OWUCzyqQ8w= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1757932554; c=relaxed/simple; bh=UBbHhzhMcY5RDHdtSw2V1FqJDniDFZuY+O0uFwbO0E4=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=hS0rruI/He7eoFYKyvEDOkRKMlnxgJlOFIaV+5cBB+PVxvku9VkzRMNapyfJe45Pgx9Nx6ea2VujNeqCvA3JLtMxdqHj7uhG5PVRjUhg++W2N7lNMS/xqM7LGGjZt2UEAt+tfNHnk0+equK4G/Jd/qZg9K7ddXHnH9YxgOh5jjg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=collabora.com; spf=pass smtp.mailfrom=collabora.com; dkim=pass (2048-bit key) header.d=collabora.com header.i=@collabora.com header.b=TYgEeBAd; arc=none smtp.client-ip=148.251.105.195 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=collabora.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=collabora.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=collabora.com header.i=@collabora.com header.b="TYgEeBAd" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1757932550; bh=UBbHhzhMcY5RDHdtSw2V1FqJDniDFZuY+O0uFwbO0E4=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=TYgEeBAdEYp8rWIMhzXznGM8IkgcKSEfGdsTlbNTZeFhEiEO+I8nTaromXd102swp FYIYLXoO5xPe94UX7kDKHrxQIB57+MGFi7oxXG+MMtez1MKBSqL1YWxcZkfjq6961T uk+9MsHgFpRYmeWUFzPyyXhUC9mQtGpVPHAhDIszYJRHI+W/HPI34EFuzGXljYNLre 1Ak/DoDoxwYjI3WzynevGhUpgYjcX7DeAVKht5YhZTM/w1i0t30uKAyj8Cm2gTsCdR uD/Rl9NTpdQ/YxuIYHWoaSfRSWob1mUZ3WPb3E57/A/+J84fJGfFDZxAq/If/XixoU /efWatEnwWrIQ== Received: from [192.168.1.100] (2-237-20-237.ip236.fastwebnet.it [2.237.20.237]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: kholk11) by bali.collaboradmins.com (Postfix) with ESMTPSA id 8296F17E0C21; Mon, 15 Sep 2025 12:35:49 +0200 (CEST) Message-ID: <7dbfb425-4bcd-41bd-8860-9f8d1b9db798@collabora.com> Date: Mon, 15 Sep 2025 12:35:48 +0200 Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v2 07/10] drm/panthor: move panthor_devfreq struct to header To: Nicolas Frattaroli , Boris Brezillon , Steven Price , Liviu Dudau , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , David Airlie , Simona Vetter , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Matthias Brugger , MyungJoo Ham , Kyungmin Park , Chanwoo Choi , Jassi Brar , Kees Cook , "Gustavo A. R. Silva" , Chia-I Wu , Chen-Yu Tsai Cc: kernel@collabora.com, dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-pm@vger.kernel.org, linux-hardening@vger.kernel.org References: <20250912-mt8196-gpufreq-v2-0-779a8a3729d9@collabora.com> <20250912-mt8196-gpufreq-v2-7-779a8a3729d9@collabora.com> From: AngeloGioacchino Del Regno Content-Language: en-US In-Reply-To: <20250912-mt8196-gpufreq-v2-7-779a8a3729d9@collabora.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Il 12/09/25 20:37, Nicolas Frattaroli ha scritto: > In order to make files other than panthor_devfreq.c be able to touch the > members of a panthor_devfreq instance, it needs to live somewhere other > than the .c file. > > Move it into the panthor_devfreq.h header, so that the upcoming MediaTek > MFG devfreq can use it as well. > > Reviewed-by: Steven Price > Signed-off-by: Nicolas Frattaroli Reviewed-by: AngeloGioacchino Del Regno