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 26CA7C61DA4 for ; Thu, 23 Feb 2023 19:00:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230157AbjBWTAz (ORCPT ); Thu, 23 Feb 2023 14:00:55 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46256 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229794AbjBWTAw (ORCPT ); Thu, 23 Feb 2023 14:00:52 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 783DE38EB8; Thu, 23 Feb 2023 11:00:51 -0800 (PST) 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 ams.source.kernel.org (Postfix) with ESMTPS id 1601FB81ADA; Thu, 23 Feb 2023 19:00:50 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9D242C433EF; Thu, 23 Feb 2023 19:00:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1677178848; bh=o+9OUCJEUF/e/DNRPCuGj5G4gOxfD6JOcy8ro1x4DlY=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=UOl6KisagTexv6cBiOuPq+pi7uj8GUp0CMkJdMz/aub/RrKd7vvV4by8Q87gAJ6Vz zFSJlSl6+41PSZ0xee5k+G/wjEfrbyzwTxuQNODrrm5v5pZwE3F1XZBI/1Fqp6Mu2x HbHJdjJnsu+vTNfKjARXvNhIudRJJIfgW07ykrC7B3N2TeACHjj1sZUmav31/d6r46 TPQgLt8Vl2bsZq+C2rnEUEtjPzphmFyIge1T7IgFGPind3u5UXiapHNXrrp3+dhyRi 1jmKES6DzpSKNfZhCv2HLIrveybXxKaL5AljE6qhcSmRIKT5purGAC0GDS9eBS86Hg 2RO4yhQdQsijg== Message-ID: <9e408dc917cbbc08d68c7a3195c12484.sboyd@kernel.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20230223013847.1218900-1-sboyd@kernel.org> References: <20230223013847.1218900-1-sboyd@kernel.org> Subject: Re: [PATCH] clk: qcom: apcs-msm8986: Include bitfield.h for FIELD_PREP From: Stephen Boyd Cc: linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, patches@lists.linux.dev, Dmitry Baryshkov To: Michael Turquette , Stephen Boyd Date: Thu, 23 Feb 2023 11:00:46 -0800 User-Agent: alot/0.10 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Stephen Boyd (2023-02-22 17:38:47) > Otherwise some configurations fail. >=20 > Fixes: 027726365906 ("clk: qcom: add the driver for the MSM8996 APCS cloc= ks") > Cc: Dmitry Baryshkov > Signed-off-by: Stephen Boyd > --- Applied to clk-next