linux-sg2042/drivers/base/power/opp
Viresh Kumar 2c2709dc69 PM / OPP: Rename structures for clarity
Stephen pointed out recently, that few structures always confuse him as
they aren't named properly. And this patch tries to address that:

Names are updated as:
- device_opp or dev_opp -> opp_table
- dev_opp_list -> opp_tables
- dev_opp_list_lock -> opp_table_lock
- device_list_opp -> opp_device (it was never a list, but a structure)
- list_dev -> opp_dev
- And similar changes in comments and function names as well.

This also fixes checkpatch warnings that were generated with this patch.

No functional changes.

Suggested-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Reviewed-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
2016-02-21 14:24:35 +01:00
..
Makefile PM / OPP: Add debugfs support 2015-11-23 23:38:23 +01:00
core.c PM / OPP: Rename structures for clarity 2016-02-21 14:24:35 +01:00
cpu.c PM / OPP: Rename structures for clarity 2016-02-21 14:24:35 +01:00
debugfs.c PM / OPP: Rename structures for clarity 2016-02-21 14:24:35 +01:00
opp.h PM / OPP: Rename structures for clarity 2016-02-21 14:24:35 +01:00