Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
b444e1aa3e48e13aea22162918bd6140c85142de
/
include
/
linux
/
pm_opp.h
ef80068
Merge tag 'pm-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 6 years ago
405bcfff1
Merge tag 'qcom-drivers-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux into arm/drivers
by Arnd Bergmann
· 6 years ago
7c139d3
Merge branch 'opp/power' into cpufreq/qcom-hw
by Viresh Kumar
· 6 years ago
a4f342b
PM / OPP: Introduce a power estimation helper
by Quentin Perret
· 6 years ago
5b93ac5
OPP: Add support for parsing the 'opp-level' property
by Rajendra Nayak
· 6 years ago
1690d8b
cpufreq: scpi/scmi: Fix freeing of dynamic OPPs
by Viresh Kumar
· 6 years ago
2feb5a8
OPP: Don't return 0 on error from of_get_required_opp_performance_state()
by Viresh Kumar
· 6 years ago
c8a5910
OPP: Add dev_pm_opp_xlate_performance_state() helper
by Viresh Kumar
· 6 years ago
534245c
OPP: Remove of_dev_pm_opp_find_required_opp()
by Viresh Kumar
· 7 years ago
4c6a343
OPP: Rename and relocate of_genpd_opp_to_performance_state()
by Viresh Kumar
· 7 years ago
4f018bc
OPP: Add dev_pm_opp_{set|put}_genpd_virt_dev() helper
by Viresh Kumar
· 7 years ago
eb7c8743
OPP: Pass index to _of_init_opp_table()
by Viresh Kumar
· 6 years ago
28fa4ac
PM / OPP: Remove dev_pm_opp_{un}register_get_pstate_helper()
by Viresh Kumar
· 7 years ago
e2f4b5f
PM / OPP: Implement dev_pm_opp_get_of_node()
by Viresh Kumar
· 7 years ago
a88bd2a
PM / OPP: Implement of_dev_pm_opp_find_required_opp()
by Viresh Kumar
· 7 years ago
fa9b274
PM / OPP: Implement dev_pm_opp_of_add_table_indexed()
by Viresh Kumar
· 8 years ago
b6aa983
PM / OPP: Add dev_pm_opp_{un}register_get_pstate_helper()
by Viresh Kumar
· 7 years ago
604a7ae
PM / OPP: Rename dev_pm_opp_register_put_opp_helper()
by Viresh Kumar
· 7 years ago
829a4e8
PM / OPP: Add dev_pm_opp_{set|put}_clkname()
by Viresh Kumar
· 8 years ago
0764c60
PM / OPP: Expose _of_get_opp_desc_node as dev_pm_opp API
by Dave Gerlach
· 8 years ago
7034764
PM / OPP: Add 'struct kref' to struct dev_pm_opp
by Viresh Kumar
· 8 years ago
fa30184
PM / OPP: Return opp_table from dev_pm_opp_set_*() routines
by Viresh Kumar
· 8 years ago
f067a98
PM / OPP: Add 'struct kref' to OPP table
by Viresh Kumar
· 8 years ago
dc2c9ad
PM / OPP: Don't expose srcu_head to register notifiers
by Viresh Kumar
· 8 years ago
3aa26a3
PM / OPP: Rename dev_pm_opp_get_suspend_opp() and return OPP rate
by Viresh Kumar
· 8 years ago
4dab160
PM / OPP: Allow platform specific custom set_opp() callbacks
by Viresh Kumar
· 8 years ago
9473558
PM / OPP: Separate out _generic_set_opp()
by Viresh Kumar
· 8 years ago
dfbe467
PM / OPP: Add infrastructure to manage multiple regulators
by Viresh Kumar
· 8 years ago
0f0fe7e
PM / OPP: Manage supply's voltage/current in a separate structure
by Viresh Kumar
· 8 years ago
91291d9
PM / OPP: Pass opp_table to dev_pm_opp_put_regulator()
by Stephen Boyd
· 8 years ago
411466c
PM / OPP: add non-OF versions of dev_pm_opp_{cpumask_, }remove_table
by Sudeep Holla
· 9 years ago
ddbb74b
PM / OPP: pass cpumask by reference
by Arnd Bergmann
· 9 years ago
6f707da
PM / OPP: Add dev_pm_opp_get_sharing_cpus()
by Viresh Kumar
· 9 years ago
dde370b
PM / OPP: Mark cpumask as const in dev_pm_opp_set_sharing_cpus()
by Viresh Kumar
· 9 years ago
d708b384
PM / OPP: -ENOSYS is applicable only to syscalls
by Viresh Kumar
· 9 years ago
642aa8c
PM / OPP: dev_pm_opp_set_sharing_cpus() doesn't depend on CONFIG_OF
by Viresh Kumar
· 9 years ago
6a0712f
PM / OPP: Add dev_pm_opp_set_rate()
by Viresh Kumar
· 9 years ago
2174344
PM / OPP: Introduce dev_pm_opp_get_max_transition_latency()
by Viresh Kumar
· 9 years ago
655c9df
PM / OPP: Introduce dev_pm_opp_get_max_volt_latency()
by Viresh Kumar
· 9 years ago
9f8ea96
PM / OPP: get/put regulators from OPP core
by Viresh Kumar
· 9 years ago
01fb4d3
PM / OPP: Parse 'opp-<prop>-<name>' bindings
by Viresh Kumar
· 9 years ago
7de36b0
PM / OPP: Parse 'opp-supported-hw' binding
by Viresh Kumar
· 9 years ago
8f8d37b
PM / OPP: Prefix exported opp routines with dev_pm_opp_
by Viresh Kumar
· 9 years ago
f0489a5
PM / OPP: Rename opp init/free table routines
by Viresh Kumar
· 9 years ago
4eafbd1
PM / OPP: add dev_pm_opp_get_suspend_opp() helper
by Bartlomiej Zolnierkiewicz
· 9 years ago
19445b2
PM / OPP: add dev_pm_opp_is_turbo() helper
by Bartlomiej Zolnierkiewicz
· 10 years ago
8d4d4e9
PM / OPP: Add helpers for initializing CPU OPPs
by Viresh Kumar
· 10 years ago
3ca9bb3
PM / OPP: Add clock-latency-ns support
by Viresh Kumar
· 9 years ago
129eec5
PM / OPP Introduce APIs to remove OPPs
by Viresh Kumar
· 10 years ago
a0dd7b7
PM / OPP: Move cpufreq specific OPP functions out of generic OPP library
by Nishanth Menon
· 11 years ago
e4db1c7
PM / OPP: rename header to linux/pm_opp.h
by Nishanth Menon
· 11 years ago
[Renamed from include/linux/opp.h]
47d43ba
PM / OPP: rename data structures to dev_pm equivalents
by Nishanth Menon
· 11 years ago
5d4879c
PM / OPP: rename functions to dev_pm_opp*
by Nishanth Menon
· 11 years ago
d6561bb
PM / OPP: fix condition for empty of_init_opp_table()
by Shawn Guo
· 12 years ago
b496dfb
PM / OPP: Initialize OPP table from device tree
by Shawn Guo
· 12 years ago
313162d
device.h: audit and cleanup users in main include dir
by Paul Gortmaker
· 13 years ago
a96d69d
PM / OPP: Fix build when CONFIG_PM_OPP is not set
by Tony Lindgren
· 13 years ago
03ca370
PM / OPP: Add OPP availability change notifier.
by MyungJoo Ham
· 13 years ago
99f381d
PM / OPP: Introduce function to free cpufreq table
by Nishanth Menon
· 14 years ago
e1f60b2
PM: Introduce library for device-specific OPPs (v7)
by Nishanth Menon
· 14 years ago