From: viresh.kumar@linaro.org (Viresh Kumar)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH V2 0/5] arch_topology: Minor cleanups
Date: Wed, 21 Jun 2017 10:16:39 +0530 [thread overview]
Message-ID: <cover.1498019799.git.viresh.kumar@linaro.org> (raw)
Hi Greg,
You weren't included in the first [1] version of this series, as it was
targeting arch/arm*/ directories then.
Here are some cleanups for the arch_topology core.
Tested on ARM64 Hikey board by setting following in cpu nodes in DT:
capacity-dmips-mhz = <1000>;
V1->V2:
- based over linux-next/master (to get Juri's recent changes)
- More cleanups included. V1 only had the first patch.
- Rename of cap_parsing_failed isn't required anymore (as it is
localized to a single routine now).
--
viresh
[1] https://marc.info/?l=linux-arm-kernel&m=149795553024005
Viresh Kumar (5):
arch_topology: Get rid of "cap_parsing_done"
arch_topology: Don't break lines unnecessarily
arch_topology: Covert switch block to if block
arch_topology: Return 0 or -ve errors from
topology_parse_cpu_capacity()
arch_topology: Localize cap_parsing_failed to
topology_parse_cpu_capacity()
arch/arm/kernel/topology.c | 2 +-
drivers/base/arch_topology.c | 78 ++++++++++++++++++++++----------------------
2 files changed, 40 insertions(+), 40 deletions(-)
--
2.13.0.71.gd7076ec9c9cb
WARNING: multiple messages have this Message-ID (diff)
From: Viresh Kumar <viresh.kumar@linaro.org>
To: Juri Lelli <juri.lelli@arm.com>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Viresh Kumar <viresh.kumar@linaro.org>,
linux-arm-kernel@lists.infradead.org,
Catalin Marinas <catalin.marinas@arm.com>,
linux@arm.linux.org.uk, Will Deacon <will.deacon@arm.com>,
Vincent Guittot <vincent.guittot@linaro.org>,
arnd.bergmann@linaro.org, linux-kernel@vger.kernel.org
Subject: [PATCH V2 0/5] arch_topology: Minor cleanups
Date: Wed, 21 Jun 2017 10:16:39 +0530 [thread overview]
Message-ID: <cover.1498019799.git.viresh.kumar@linaro.org> (raw)
Hi Greg,
You weren't included in the first [1] version of this series, as it was
targeting arch/arm*/ directories then.
Here are some cleanups for the arch_topology core.
Tested on ARM64 Hikey board by setting following in cpu nodes in DT:
capacity-dmips-mhz = <1000>;
V1->V2:
- based over linux-next/master (to get Juri's recent changes)
- More cleanups included. V1 only had the first patch.
- Rename of cap_parsing_failed isn't required anymore (as it is
localized to a single routine now).
--
viresh
[1] https://marc.info/?l=linux-arm-kernel&m=149795553024005
Viresh Kumar (5):
arch_topology: Get rid of "cap_parsing_done"
arch_topology: Don't break lines unnecessarily
arch_topology: Covert switch block to if block
arch_topology: Return 0 or -ve errors from
topology_parse_cpu_capacity()
arch_topology: Localize cap_parsing_failed to
topology_parse_cpu_capacity()
arch/arm/kernel/topology.c | 2 +-
drivers/base/arch_topology.c | 78 ++++++++++++++++++++++----------------------
2 files changed, 40 insertions(+), 40 deletions(-)
--
2.13.0.71.gd7076ec9c9cb
next reply other threads:[~2017-06-21 4:46 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-21 4:46 Viresh Kumar [this message]
2017-06-21 4:46 ` [PATCH V2 0/5] arch_topology: Minor cleanups Viresh Kumar
2017-06-21 4:46 ` [PATCH V2 1/5] arch_topology: Get rid of "cap_parsing_done" Viresh Kumar
2017-06-21 4:46 ` Viresh Kumar
2017-06-22 9:44 ` Juri Lelli
2017-06-22 9:44 ` Juri Lelli
2017-06-22 14:29 ` Viresh Kumar
2017-06-22 14:29 ` Viresh Kumar
2017-06-22 16:44 ` Juri Lelli
2017-06-22 16:44 ` Juri Lelli
2017-06-21 4:46 ` [PATCH V2 2/5] arch_topology: Don't break lines unnecessarily Viresh Kumar
2017-06-21 4:46 ` Viresh Kumar
2017-06-21 4:46 ` [PATCH V2 3/5] arch_topology: Covert switch block to if block Viresh Kumar
2017-06-21 4:46 ` Viresh Kumar
2017-06-21 4:46 ` [PATCH V2 4/5] arch_topology: Return 0 or -ve errors from topology_parse_cpu_capacity() Viresh Kumar
2017-06-21 4:46 ` Viresh Kumar
2017-06-22 9:39 ` Juri Lelli
2017-06-22 9:39 ` Juri Lelli
2017-06-22 14:28 ` Viresh Kumar
2017-06-22 14:28 ` Viresh Kumar
2017-06-22 16:43 ` Juri Lelli
2017-06-22 16:43 ` Juri Lelli
2017-06-21 4:46 ` [PATCH V2 5/5] arch_topology: Localize cap_parsing_failed to topology_parse_cpu_capacity() Viresh Kumar
2017-06-21 4:46 ` Viresh Kumar
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=cover.1498019799.git.viresh.kumar@linaro.org \
--to=viresh.kumar@linaro.org \
--cc=linux-arm-kernel@lists.infradead.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.