From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 5C2D4611A; Mon, 8 Jan 2024 23:33:05 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="P9xXHPh9" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 97107C433C7; Mon, 8 Jan 2024 23:33:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1704756785; bh=huX0SMEBlPdt6J14Ce6Q9C1v+sDOT6c9HCdktumcX7o=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=P9xXHPh9HmpJJG8g2lH4JSRYF65/CfByoiB8E5YIY58GKfT8koywtNEMTao0eWawS 1AwsEB0Z0GsXZR08854AwuMsuJLAc/z+3+hcbMjgYiajmYa5fItrxwhabbywUM9aZq sZJsHF6NdsC11m0aXxe3or5pVQ0MkDC1uArqMOD6CWh+VbafaWgDgVHs/PGGwBJYyN A8HbND90PZKB+k9+4L4ZGliTD/DBBborWIvR2nGOd/5PVSlEFaVWnuQdMjio6AJtck TzWlqegAAAygShkSvn15RtuAMWzEYDUG0jL2GOPmxbIymOu42Xn1I2DKIiQcFBrpNT JydyJAL+f4bGA== Message-ID: Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: linux-clk@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20240107140310.46512-2-hdegoede@redhat.com> References: <20240107140310.46512-1-hdegoede@redhat.com> <20240107140310.46512-2-hdegoede@redhat.com> Subject: Re: [PATCH v2 1/5] clk: x86: Move clk-pmc-atom register defines to include/linux/platform_data/x86/pmc_atom.h From: Stephen Boyd Cc: Hans de Goede , platform-driver-x86@vger.kernel.org, x86@kernel.org, linux-clk@vger.kernel.org To: Andy Shevchenko , Borislav Petkov , Dave Hansen , H . Peter Anvin , Hans de Goede , Ilpo =?utf-8?q?J=C3=A4rvinen?= , Ingo Molnar , Johannes Stezenbach , Michael Turquette , Takashi Iwai , Thomas Gleixner Date: Mon, 08 Jan 2024 15:33:03 -0800 User-Agent: alot/0.10 Quoting Hans de Goede (2024-01-07 06:03:06) > Move the register defines for the Atom (Bay Trail, Cherry Trail) PMC > clocks to include/linux/platform_data/x86/pmc_atom.h. >=20 > This is a preparation patch to extend the S0i3 readiness checks > in drivers/platform/x86/pmc_atom.c with checking that the PMC > clocks are off on suspend entry. >=20 > Note these are added to include/linux/platform_data/x86/pmc_atom.h rather > then to include/linux/platform_data/x86/clk-pmc-atom.h because the former > already has all the other Atom PMC register defines. >=20 > Signed-off-by: Hans de Goede > --- Acked-by: Stephen Boyd