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 4A7ADC433FE for ; Fri, 14 Oct 2022 19:31:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230514AbiJNTbq (ORCPT ); Fri, 14 Oct 2022 15:31:46 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47518 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230450AbiJNTbn (ORCPT ); Fri, 14 Oct 2022 15:31:43 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C4B23109D61; Fri, 14 Oct 2022 12:31:42 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 66E9261C0D; Fri, 14 Oct 2022 19:31:42 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A48C8C433C1; Fri, 14 Oct 2022 19:31:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1665775901; bh=tUBPE8pgS14Vo1Xv8t8dwBDPEUaw9xIL3GQsyiJxdeQ=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=ESk+l1AjA5D4CHUMEGShawJE/ElnWJ+d9Urkmoq7c5IIp1ACXvyv2lZWZY1SSvFul a9IIAemS/2lFkww8GzfZG7u4MmNHuA4n9GInj9sph7O51vTFYOe28WM1pqJCCsd+Ew jVqHY+OUqyM20XDQemUl6aopAautE6lAz28L8tZjURk4FNGADYCVWpnGdRo2pMI9pc ySTbzEW9vYfcMGiUvCzTBhyz9eMVMoJzc8O5eBO0G1aBxj1ZbCJ7om+FcGCgprEeK/ D+fkbDjly7N3sPj+Hk2AXjABjbTCTmZlvP3SojzGspeOL5Eg88L0HUP4QYYVUso5qt /impH1mfV1T6w== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20220815-rpi-fix-4k-60-v3-2-fc56729d11fe@cerno.tech> References: <20220815-rpi-fix-4k-60-v3-0-fc56729d11fe@cerno.tech> <20220815-rpi-fix-4k-60-v3-2-fc56729d11fe@cerno.tech> Subject: Re: [PATCH v3 2/7] firmware: raspberrypi: Move the clock IDs to the firmware header From: Stephen Boyd Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Maxime Ripard , Stefan Wahren , linux-clk@vger.kernel.org, linux-rpi-kernel@lists.infradead.org, Dom Cobley , dri-devel@lists.freedesktop.org To: Broadcom internal kernel review list , Daniel Vetter , David Airlie , Emma Anholt , Florian Fainelli , Maxime Ripard , Maxime Ripard , Michael Turquette , Ray Jui , Scott Branden Date: Fri, 14 Oct 2022 12:31:39 -0700 User-Agent: alot/0.10 Message-Id: <20221014193141.A48C8C433C1@smtp.kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Maxime Ripard (2022-10-13 02:13:09) > We'll need the clock IDs in more drivers than just the clock driver from > now on, so let's move them in the firmware header. >=20 > Signed-off-by: Maxime Ripard > --- Acked-by: Stephen Boyd