public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Bjorn Andersson <andersson@kernel.org>
To: Ulf Hansson <ulf.hansson@linaro.org>
Cc: kernel test robot <lkp@intel.com>, Andy Gross <agross@kernel.org>,
	Konrad Dybcio <konrad.dybcio@somainline.org>,
	kbuild-all@lists.01.org,
	Dmitry Baryshkov <dmitry.baryshkov@linaro.org>,
	Maulik Shah <quic_mkshah@quicinc.com>,
	Rajendra Nayak <quic_rjendra@quicinc.com>,
	Sudeep Holla <sudeep.holla@arm.com>,
	Amit Pundir <amit.pundir@linaro.org>,
	linux-arm-msm@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH v3 6/6] soc: qcom: rpmh-rsc: Write CONTROL_TCS with next timer wakeup
Date: Mon, 7 Nov 2022 11:01:27 -0600	[thread overview]
Message-ID: <20221107170127.i5bfkx45egaf2oh4@builder.lan> (raw)
In-Reply-To: <202210190144.WIiituiJ-lkp@intel.com>

On Wed, Oct 19, 2022 at 01:47:17AM +0800, kernel test robot wrote:
[..]
>    155	#define USECS_TO_CYCLES(time_usecs)			\
>    156		xloops_to_cycles((time_usecs) * 0x10C7UL)
>    157	
>    158	static inline unsigned long xloops_to_cycles(unsigned long xloops)

Any objections to me changing the type to u64 while applying the
patches?

Regards,
Bjorn

>    159	{
>  > 160		return (xloops * loops_per_jiffy * HZ) >> 32;
>    161	}
>    162	

  reply	other threads:[~2022-11-07 17:01 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-18 15:28 [PATCH v3 0/6] soc: qcom: Add APSS RSC to the CPU cluster PM domain Ulf Hansson
2022-10-18 15:28 ` [PATCH v3 1/6] dt-bindings: soc: qcom: Update devicetree binding document for rpmh-rsc Ulf Hansson
2022-10-18 15:28 ` [PATCH v3 2/6] soc: qcom: rpmh-rsc: Attach RSC to cluster PM domain Ulf Hansson
2022-10-18 15:28 ` [PATCH v3 3/6] arm64: dts: qcom: Add power-domains property for apps_rsc Ulf Hansson
2022-10-18 15:28 ` [PATCH v3 4/6] PM: domains: Store the next hrtimer wakeup in genpd Ulf Hansson
2022-10-18 15:28 ` [PATCH v3 5/6] soc: qcom: rpmh-rsc: Save base address of drv Ulf Hansson
2022-10-18 15:28 ` [PATCH v3 6/6] soc: qcom: rpmh-rsc: Write CONTROL_TCS with next timer wakeup Ulf Hansson
2022-10-18 17:47   ` kernel test robot
2022-11-07 17:01     ` Bjorn Andersson [this message]
2022-11-08 10:18       ` Ulf Hansson
2022-11-10  4:09 ` (subset) [PATCH v3 0/6] soc: qcom: Add APSS RSC to the CPU cluster PM domain Bjorn Andersson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221107170127.i5bfkx45egaf2oh4@builder.lan \
    --to=andersson@kernel.org \
    --cc=agross@kernel.org \
    --cc=amit.pundir@linaro.org \
    --cc=dmitry.baryshkov@linaro.org \
    --cc=kbuild-all@lists.01.org \
    --cc=konrad.dybcio@somainline.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lkp@intel.com \
    --cc=quic_mkshah@quicinc.com \
    --cc=quic_rjendra@quicinc.com \
    --cc=sudeep.holla@arm.com \
    --cc=ulf.hansson@linaro.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox