From: Catalin Marinas <catalin.marinas@arm.com>
To: Guenter Roeck <linux@roeck-us.net>
Cc: Sumit Gupta <sumitg@nvidia.com>,
rjw@rjwysocki.net, viresh.kumar@linaro.org, will@kernel.org,
thierry.reding@gmail.com, robh+dt@kernel.org,
mirq-linux@rere.qmqm.pl, devicetree@vger.kernel.org,
jonathanh@nvidia.com, talho@nvidia.com, linux-pm@vger.kernel.org,
linux-tegra@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, bbasu@nvidia.com,
mperttunen@nvidia.com
Subject: Re: [TEGRA194_CPUFREQ PATCH v6 3/3] cpufreq: Add Tegra194 cpufreq driver
Date: Sun, 9 Aug 2020 11:11:00 +0100 [thread overview]
Message-ID: <20200809101059.GA22286@gaia> (raw)
In-Reply-To: <20200809004009.GA96704@roeck-us.net>
On Sat, Aug 08, 2020 at 05:40:09PM -0700, Guenter Roeck wrote:
> On Wed, Jul 15, 2020 at 07:01:25PM +0530, Sumit Gupta wrote:
> > Add support for CPU frequency scaling on Tegra194. The frequency
> > of each core can be adjusted by writing a clock divisor value to
> > a MSR on the core. The range of valid divisors is queried from
> > the BPMP.
> >
> > Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com>
> > Signed-off-by: Sumit Gupta <sumitg@nvidia.com>
>
> If built as module:
>
> ERROR: modpost: "__cpu_logical_map" [drivers/cpufreq/tegra194-cpufreq.ko] undefined!
The exporting of this arm64 symbol went in last night.
--
Catalin
WARNING: multiple messages have this Message-ID (diff)
From: Catalin Marinas <catalin.marinas@arm.com>
To: Guenter Roeck <linux@roeck-us.net>
Cc: devicetree@vger.kernel.org, mperttunen@nvidia.com,
linux-pm@vger.kernel.org, viresh.kumar@linaro.org,
rjw@rjwysocki.net, linux-kernel@vger.kernel.org,
robh+dt@kernel.org, mirq-linux@rere.qmqm.pl, talho@nvidia.com,
thierry.reding@gmail.com, bbasu@nvidia.com,
linux-tegra@vger.kernel.org, Sumit Gupta <sumitg@nvidia.com>,
jonathanh@nvidia.com, will@kernel.org,
linux-arm-kernel@lists.infradead.org
Subject: Re: [TEGRA194_CPUFREQ PATCH v6 3/3] cpufreq: Add Tegra194 cpufreq driver
Date: Sun, 9 Aug 2020 11:11:00 +0100 [thread overview]
Message-ID: <20200809101059.GA22286@gaia> (raw)
In-Reply-To: <20200809004009.GA96704@roeck-us.net>
On Sat, Aug 08, 2020 at 05:40:09PM -0700, Guenter Roeck wrote:
> On Wed, Jul 15, 2020 at 07:01:25PM +0530, Sumit Gupta wrote:
> > Add support for CPU frequency scaling on Tegra194. The frequency
> > of each core can be adjusted by writing a clock divisor value to
> > a MSR on the core. The range of valid divisors is queried from
> > the BPMP.
> >
> > Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com>
> > Signed-off-by: Sumit Gupta <sumitg@nvidia.com>
>
> If built as module:
>
> ERROR: modpost: "__cpu_logical_map" [drivers/cpufreq/tegra194-cpufreq.ko] undefined!
The exporting of this arm64 symbol went in last night.
--
Catalin
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2020-08-09 10:11 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-15 13:31 [TEGRA194_CPUFREQ PATCH v6 0/3] Add cpufreq driver for Tegra194 Sumit Gupta
2020-07-15 13:31 ` Sumit Gupta
2020-07-15 13:31 ` Sumit Gupta
2020-07-15 13:31 ` [TEGRA194_CPUFREQ PATCH v6 1/3] dt-bindings: arm: Add NVIDIA Tegra194 CPU Complex binding Sumit Gupta
2020-07-15 13:31 ` Sumit Gupta
2020-07-15 13:31 ` Sumit Gupta
2020-07-16 16:11 ` Rob Herring
2020-07-16 16:11 ` Rob Herring
2020-07-16 16:11 ` Rob Herring
2020-07-15 13:31 ` [TEGRA194_CPUFREQ PATCH v6 2/3] arm64: tegra: Add t194 ccplex compatible and bpmp property Sumit Gupta
2020-07-15 13:31 ` Sumit Gupta
2020-07-15 13:31 ` Sumit Gupta
2020-07-16 12:37 ` Thierry Reding
2020-07-16 12:37 ` Thierry Reding
2020-07-16 12:37 ` Thierry Reding
2020-07-18 8:29 ` Viresh Kumar
2020-07-18 8:29 ` Viresh Kumar
2020-07-18 8:29 ` Viresh Kumar
2020-07-15 13:31 ` [TEGRA194_CPUFREQ PATCH v6 3/3] cpufreq: Add Tegra194 cpufreq driver Sumit Gupta
2020-07-15 13:31 ` Sumit Gupta
2020-07-15 13:31 ` Sumit Gupta
2020-07-15 14:44 ` Jon Hunter
2020-07-15 14:44 ` Jon Hunter
2020-07-15 14:44 ` Jon Hunter
2020-07-15 15:27 ` Sumit Gupta
2020-07-15 15:27 ` Sumit Gupta
2020-07-15 15:27 ` Sumit Gupta
2020-07-16 3:35 ` Viresh Kumar
2020-07-16 3:35 ` Viresh Kumar
2020-07-16 3:35 ` Viresh Kumar
2020-07-16 8:30 ` [TEGRA194_CPUFREQ PATCH v6.1 " Sumit Gupta
2020-07-16 8:30 ` Sumit Gupta
2020-07-16 8:30 ` Sumit Gupta
2020-08-09 0:40 ` [TEGRA194_CPUFREQ PATCH v6 " Guenter Roeck
2020-08-09 0:40 ` Guenter Roeck
2020-08-09 10:11 ` Catalin Marinas [this message]
2020-08-09 10:11 ` Catalin Marinas
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=20200809101059.GA22286@gaia \
--to=catalin.marinas@arm.com \
--cc=bbasu@nvidia.com \
--cc=devicetree@vger.kernel.org \
--cc=jonathanh@nvidia.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=linux-tegra@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=mirq-linux@rere.qmqm.pl \
--cc=mperttunen@nvidia.com \
--cc=rjw@rjwysocki.net \
--cc=robh+dt@kernel.org \
--cc=sumitg@nvidia.com \
--cc=talho@nvidia.com \
--cc=thierry.reding@gmail.com \
--cc=viresh.kumar@linaro.org \
--cc=will@kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.