]> asedeno.scripts.mit.edu Git - linux.git/commit
firmware: arm_scmi: rename get_transition_latency and add_opps_to_device
authorSudeep Holla <sudeep.holla@arm.com>
Wed, 9 May 2018 16:52:06 +0000 (17:52 +0100)
committerSudeep Holla <sudeep.holla@arm.com>
Thu, 10 May 2018 09:49:40 +0000 (10:49 +0100)
commit7859e08c1bdef00841d29e8ff320264fd6f9257b
tree35e8ca858818b06941fd0fa1c481d84e5de91ff5
parent1baf47c2e5c946fd17ef07597b9d25722d13ff14
firmware: arm_scmi: rename get_transition_latency and add_opps_to_device

Most of the scmi code follows the suggestion from Greg KH on a totally
different thread[0] to have the subsystem name first, followed by the
noun and finally the verb with couple of these exceptions.

This patch fixes them so that all the functions names are aligned to
that practice.

[0] https://www.spinics.net/lists/arm-kernel/msg583673.html

Acked-by: Rafael J. Wysocki <rafael@kernel.org>
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
drivers/cpufreq/scmi-cpufreq.c
drivers/firmware/arm_scmi/perf.c
include/linux/scmi_protocol.h