Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
b8b784958eccbf8f51ebeee65282ca3fd59ea391
/
drivers
/
opp
/
core.c
b6aa983
PM / OPP: Add dev_pm_opp_{un}register_get_pstate_helper()
by Viresh Kumar
· 7 years ago
009acd1
PM / OPP: Support updating performance state of device's power domain
by Viresh Kumar
· 7 years ago
604a7ae
PM / OPP: Rename dev_pm_opp_register_put_opp_helper()
by Viresh Kumar
· 7 years ago
035ed07
PM / OPP: Move error message to debug level
by Fabio Estevam
· 7 years ago
7813dd6
PM / OPP: Move the OPP directory out of power/
by Viresh Kumar
· 7 years ago
[Renamed from drivers/base/power/opp/core.c]
e4d8ae0
PM / OPP: Call notifier without holding opp_table->lock
by Viresh Kumar
· 7 years ago
829a4e8
PM / OPP: Add dev_pm_opp_{set|put}_clkname()
by Viresh Kumar
· 8 years ago
478256b
PM / OPP: Don't create copy of regulators unnecessarily
by Viresh Kumar
· 8 years ago
c74b32f
PM / OPP: Reorganize _generic_set_opp_regulator()
by Viresh Kumar
· 8 years ago
8cc3111
PM / OPP: fix off-by-one bug in dev_pm_opp_get_max_volt_latency loop
by Andrzej Hajda
· 8 years ago
6ac4239
PM / OPP: Make _find_opp_table_unlocked() static
by Wei Yongjun
· 8 years ago
cdd3e61
PM / OPP: Simplify dev_pm_opp_get_max_volt_latency()
by Viresh Kumar
· 8 years ago
a7f3987
PM / OPP: Simplify _opp_set_availability()
by Viresh Kumar
· 8 years ago
052c6f1
PM / OPP: Move away from RCU locking
by Viresh Kumar
· 8 years ago
5b650b3
PM / OPP: Take kref from _find_opp_table()
by Viresh Kumar
· 8 years ago
8a31d9d9
PM / OPP: Update OPP users to put reference
by Viresh Kumar
· 8 years ago
7034764
PM / OPP: Add 'struct kref' to struct dev_pm_opp
by Viresh Kumar
· 8 years ago
b83c189
PM / OPP: Use dev_pm_opp_get_opp_table() instead of _add_opp_table()
by Viresh Kumar
· 8 years ago
31641cd
PM / OPP: Take reference of the OPP table while adding/removing OPPs
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
37a73ec
PM / OPP: Add per OPP table mutex
by Viresh Kumar
· 8 years ago
b6160e2
PM / OPP: Split out part of _add_opp_table() and _remove_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
8cd2f6e
PM / OPP: Don't allocate OPP table from _opp_allocate()
by Viresh Kumar
· 8 years ago
9274c89
PM / OPP: Rename and split _dev_pm_opp_remove_table()
by Viresh Kumar
· 8 years ago
969fceb
PM / OPP: Add light weight _opp_free() routine
by Viresh Kumar
· 8 years ago
63a69ea
PM / OPP: Rename _allocate_opp() to _opp_allocate()
by Viresh Kumar
· 8 years ago
7f8538e
PM / OPP: Fix memory leak while adding duplicate OPPs
by Viresh Kumar
· 8 years ago
e231f8d
PM / OPP: Don't WARN on multiple calls to dev_pm_opp_set_regulators()
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
ce31781
PM / OPP: Pass struct dev_pm_opp_supply to _set_opp_voltage()
by Viresh Kumar
· 8 years ago
0f0fe7e
PM / OPP: Manage supply's voltage/current in a separate structure
by Viresh Kumar
· 8 years ago
dc39d06
PM / OPP: Don't use OPP structure outside of rcu protected section
by Viresh Kumar
· 8 years ago
91291d9
PM / OPP: Pass opp_table to dev_pm_opp_put_regulator()
by Stephen Boyd
· 8 years ago
4df27c9
PM / OPP: avoid maybe-uninitialized warning
by Arnd Bergmann
· 8 years ago
067b7ce
PM / OPP: optimize dev_pm_opp_set_rate() performance a bit
by Jisheng Zhang
· 8 years ago
c854120
Merge back new material for v4.7.
by Rafael J. Wysocki
· 9 years ago
f47b72a
PM / OPP: Move CONFIG_OF dependent code in a separate file
by Viresh Kumar
· 9 years ago
21f8a99
PM / OPP: Remove useless check
by Viresh Kumar
· 9 years ago
411466c
PM / OPP: add non-OF versions of dev_pm_opp_{cpumask_, }remove_table
by Sudeep Holla
· 9 years ago
2c2709d
PM / OPP: Rename structures for clarity
by Viresh Kumar
· 9 years ago
a5da644
PM / OPP: Fix incorrect comments
by Viresh Kumar
· 9 years ago
0c717d0
PM / OPP: Initialize regulator pointer to an error value
by Viresh Kumar
· 9 years ago
c88c395
PM / OPP: Initialize u_volt_min/max to a valid value
by Viresh Kumar
· 9 years ago
78ecc56
PM / OPP: Fix NULL pointer dereference crash when disabling OPPs
by Jon Hunter
· 9 years ago
6a0712f
PM / OPP: Add dev_pm_opp_set_rate()
by Viresh Kumar
· 9 years ago
d54974c
PM / OPP: Manage device clk
by Viresh Kumar
· 9 years ago
50f8cfb
PM / OPP: Parse clock-latency and voltage-tolerance for v1 bindings
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
7d34d56
PM / OPP: Disable OPPs that aren't supported by the regulator
by Viresh Kumar
· 9 years ago
9f8ea96
PM / OPP: get/put regulators from OPP core
by Viresh Kumar
· 9 years ago
5ff24d6
PM / OPP: Use snprintf() instead of sprintf()
by Viresh Kumar
· 9 years ago
fd8d8e6
PM / OPP: Fix parsing of opp-microvolt and opp-microamp properties
by Bartlomiej Zolnierkiewicz
· 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
deaa514
PM / OPP: Add debugfs support
by Viresh Kumar
· 9 years ago
be23c9d
Merge tag 'pm+acpi-4.4-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 9 years ago
baf51c4
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux
by Linus Torvalds
· 9 years ago
1ede53f
Merge branch 'pm-opp'
by Rafael J. Wysocki
· 9 years ago
0597e81
PM / OPP: Add opp_rcu_lockdep_assert() to _find_device_opp()
by Viresh Kumar
· 9 years ago
4a3a135
PM / OPP: Hold dev_opp_list_lock for writers
by Viresh Kumar
· 9 years ago
87b4115
PM / OPP: Protect updates to list_dev with mutex
by Viresh Kumar
· 9 years ago
ad623c3
PM / OPP: Parse all power-supply related bindings together
by Viresh Kumar
· 9 years ago
b64b9c3f
PM / OPP: Rename routines specific to old bindings with _v1
by Viresh Kumar
· 9 years ago
d6d2a52
PM / OPP: Improve print messages with pr_fmt
by Viresh Kumar
· 9 years ago
394f716
Merge branch 'pm-opp'
by Rafael J. Wysocki
· 9 years ago
f59d3ee
PM / OPP: Move cpu specific code to opp/cpu.c
by Viresh Kumar
· 9 years ago
33692dc
PM / OPP: Move opp core to its own directory
by Viresh Kumar
· 9 years ago
[Renamed from drivers/base/power/opp.c]
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
1840995
PM / OPP: reuse of_parse_phandle()
by Viresh Kumar
· 9 years ago
7c97666
Merge branch 'pm-opp'
by Rafael J. Wysocki
· 9 years ago
1b2b90c
PM / OPP: Return suspend_opp only if it is enabled
by Viresh Kumar
· 9 years ago
4eafbd1
PM / OPP: add dev_pm_opp_get_suspend_opp() helper
by Bartlomiej Zolnierkiewicz
· 9 years ago
ae98207
Merge tag 'pm+acpi-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 9 years ago
50a3cb0
PM / OPP: Drop unlikely before IS_ERR(_OR_NULL)
by Viresh Kumar
· 9 years ago
68fa9f0
PM / OPP: Fix static checker warning (broken 64bit big endian systems)
by Viresh Kumar
· 9 years ago
1f821ed
PM / OPP: Free resources and properly return error on failure
by Viresh Kumar
· 9 years ago
19445b2
PM / OPP: add dev_pm_opp_is_turbo() helper
by Bartlomiej Zolnierkiewicz
· 9 years ago
8d4d4e9
PM / OPP: Add helpers for initializing CPU OPPs
by Viresh Kumar
· 10 years ago
ad656a6
PM / OPP: Add support for opp-suspend
by Viresh Kumar
· 10 years ago
0644165
PM / OPP: Add OPP sharing information to OPP library
by Viresh Kumar
· 9 years ago
3ca9bb3
PM / OPP: Add clock-latency-ns support
by Viresh Kumar
· 9 years ago
2746590
PM / OPP: Add support to parse "operating-points-v2" bindings
by Viresh Kumar
· 9 years ago
23dacf6
PM / OPP: Break _opp_add_dynamic() into smaller functions
by Viresh Kumar
· 9 years ago
aa5f2f8
PM / OPP: Allocate dev_opp from _add_device_opp()
by Viresh Kumar
· 9 years ago
3bac42c
PM / OPP: Create _remove_device_opp() for freeing dev_opp
by Viresh Kumar
· 9 years ago
737002b
PM / OPP: Relocate few routines
by Viresh Kumar
· 9 years ago
f78f5b9
rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN()
by Paul E. McKenney
· 10 years ago
59d84ca
PM / OPP / clk: Remove unnecessary OOM message
by Quentin Lambert
· 10 years ago
04bf1c7
PM / OPP: Assert RCU lock in exported functions
by Krzysztof Kozlowski
· 10 years ago
984f16c
PM / OPP: Update kernel documentation
by Nishanth Menon
· 10 years ago
327854c
PM / OPP: Ensure consistent naming of static functions
by Nishanth Menon
· 10 years ago
4679ec3
PM / OPP: export dev_pm_opp_get_notifier
by Nishanth Menon
· 10 years ago
b4718c0
PM / OPP: take RCU lock in dev_pm_opp_get_opp_count
by Dmitry Torokhov
· 10 years ago
Next »