[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20191017123508.26130-1-sudeep.holla@arm.com>
Date: Thu, 17 Oct 2019 13:35:03 +0100
From: Sudeep Holla <sudeep.holla@....com>
To: Viresh Kumar <viresh.kumar@...aro.org>
Cc: Sudeep Holla <sudeep.holla@....com>,
"Rafael J . Wysocki" <rjw@...ysocki.net>, linux-pm@...r.kernel.org,
linux-kernel@...r.kernel.org, nico@...xnic.net
Subject: [PATCH v2 0/5] cpufreq: merge arm big.LITTLE and vexpress-spc drivers
Hi,
Since vexpress-spc is the sole user of arm_big_little cpufreq driver,
there's no point in keeping it separate anymore. I wanted to post these
patches for ages but kept postponing for no reason.
Regards,
Sudeep
v1->v2:
- generated the patch using -B that helps to keep delta short
for review
- Split the last patch into 3 different patches to deal with
removing bL_ops, debug messages and other code formatting
separately
Sudeep Holla (5):
cpufreq: scpi: remove stale/outdated comment about the driver
cpufreq: merge arm_big_little and vexpress-spc
cpufreq: vexpress-spc: drop unnessary cpufreq_arm_bL_ops abstraction
cpufreq: vexpress-spc: remove lots of debug messages
cpufreq: vexpress-spc: fix some coding style issues
MAINTAINERS | 5 +-
drivers/cpufreq/Kconfig.arm | 12 +-
drivers/cpufreq/Makefile | 2 -
drivers/cpufreq/arm_big_little.h | 43 ---
drivers/cpufreq/scpi-cpufreq.c | 2 -
...rm_big_little.c => vexpress-spc-cpufreq.c} | 254 ++++++------------
6 files changed, 93 insertions(+), 225 deletions(-)
delete mode 100644 drivers/cpufreq/arm_big_little.h
rename drivers/cpufreq/{arm_big_little.c => vexpress-spc-cpufreq.c} (68%)
--
2.17.1
Powered by blists - more mailing lists