index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
base
/
power
/
opp.c
Age
Commit message (
Expand
)
Author
2015-09-25
PM / OPP: Fix typo modifcation -> modification
Stephen Boyd
2015-09-25
PM / OPP: of_property_count_u32_elems() can return errors
Viresh Kumar
2015-09-11
Merge branch 'pm-opp'
Rafael J. Wysocki
2015-09-09
PM / OPP: Return suspend_opp only if it is enabled
Viresh Kumar
2015-09-09
PM / OPP: add dev_pm_opp_get_suspend_opp() helper
Bartlomiej Zolnierkiewicz
2015-09-01
Merge tag 'pm+acpi-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2015-08-28
PM / OPP: Drop unlikely before IS_ERR(_OR_NULL)
Viresh Kumar
2015-08-28
PM / OPP: Fix static checker warning (broken 64bit big endian systems)
Viresh Kumar
2015-08-28
PM / OPP: Free resources and properly return error on failure
Viresh Kumar
2015-08-07
PM / OPP: add dev_pm_opp_is_turbo() helper
Bartlomiej Zolnierkiewicz
2015-08-07
PM / OPP: Add helpers for initializing CPU OPPs
Viresh Kumar
2015-08-07
PM / OPP: Add support for opp-suspend
Viresh Kumar
2015-08-07
PM / OPP: Add OPP sharing information to OPP library
Viresh Kumar
2015-08-07
PM / OPP: Add clock-latency-ns support
Viresh Kumar
2015-08-07
PM / OPP: Add support to parse "operating-points-v2" bindings
Viresh Kumar
2015-08-07
PM / OPP: Break _opp_add_dynamic() into smaller functions
Viresh Kumar
2015-08-07
PM / OPP: Allocate dev_opp from _add_device_opp()
Viresh Kumar
2015-08-07
PM / OPP: Create _remove_device_opp() for freeing dev_opp
Viresh Kumar
2015-08-07
PM / OPP: Relocate few routines
Viresh Kumar
2015-07-22
rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN()
Paul E. McKenney
2015-02-12
PM / OPP / clk: Remove unnecessary OOM message
Quentin Lambert
2015-01-23
PM / OPP: Assert RCU lock in exported functions
Krzysztof Kozlowski
2015-01-23
PM / OPP: Update kernel documentation
Nishanth Menon
2015-01-23
PM / OPP: Ensure consistent naming of static functions
Nishanth Menon
2015-01-23
PM / OPP: export dev_pm_opp_get_notifier
Nishanth Menon
2014-12-18
PM / OPP: take RCU lock in dev_pm_opp_get_opp_count
Dmitry Torokhov
2014-12-18
PM / OPP: fix warning in of_free_opp_table()
Dmitry Torokhov
2014-12-18
PM / OPP: add some lockdep annotations
Dmitry Torokhov
2014-12-10
PM / OPP: do error handling at the bottom of dev_pm_opp_add_dynamic()
Viresh Kumar
2014-12-10
PM / OPP: handle allocation of device_opp in a separate routine
Viresh Kumar
2014-12-10
PM / OPP: reuse find_device_opp() instead of duplicating code
Viresh Kumar
2014-12-10
PM / OPP: Staticize __dev_pm_opp_remove()
Viresh Kumar
2014-12-10
PM / OPP: replace kfree with kfree_rcu while freeing 'struct device_opp'
Viresh Kumar
2014-12-10
PM / OPP: remove double calls to find_device_opp()
Viresh Kumar
2014-12-10
PM / OPP: set new_opp->dev_opp to a valid dev_opp
Viresh Kumar
2014-11-29
PM / OPP replace kfree_rcu() with call_srcu() in opp_set_availability()
Viresh Kumar
2014-11-29
PM / OPP Introduce APIs to remove OPPs
Viresh Kumar
2014-11-29
PM / OPP mark OPPs as 'static' or 'dynamic'
Viresh Kumar
2014-11-29
PM / OPP don't match for existing OPPs when list is empty
Viresh Kumar
2014-11-29
PM / OPP rename 'head' as 'rcu_head' or 'srcu_head' based on its type
Viresh Kumar
2014-06-03
Merge branch 'pm-cpufreq'
Rafael J. Wysocki
2014-05-27
PM / OPP: discard duplicate OPPs
Chander Kashyap
2014-05-19
PM / OPP: fix incorrect OPP count handling in of_init_opp_table
Chander Kashyap
2014-05-07
PM / OPP: Move cpufreq specific OPP functions out of generic OPP library
Nishanth Menon
2014-05-07
PM / OPP: Remove cpufreq wrapper dependency on internal data organization
Nishanth Menon
2014-02-14
drivers/base: delete non-required instances of include <linux/init.h>
Paul Gortmaker
2013-10-25
PM / OPP: rename header to linux/pm_opp.h
Nishanth Menon
2013-10-25
PM / OPP: rename data structures to dev_pm equivalents
Nishanth Menon
2013-10-25
PM / OPP: rename functions to dev_pm_opp*
Nishanth Menon
2013-08-06
PM / OPP: Export opp_add()
Viresh Kumar
[next]