aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/power/clock_ops.c
Commit message (Expand)AuthorAge
* PM / OPP / clk: Remove unnecessary OOM messageQuentin Lambert2015-02-11
* PM: Drop CONFIG_PM_RUNTIME from the driver coreRafael J. Wysocki2014-12-03
* PM / clock_ops: make __pm_clk_enable more genericStrashko, Grygorii2014-11-06
* PM / clock_ops: Add pm_clk_add_clk()Geert Uytterhoeven2014-11-06
* PM / clk: Fix crash in clocks management code if !CONFIG_PM_RUNTIMEGeert Uytterhoeven2014-10-03
* drivers/base: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-02-14
* PM / clock_ops: report clock errors from clk_enable()Ben Dooks2014-01-14
* PM / clock_ops: check return of clk_enable() in pm_clk_resume()Ben Dooks2014-01-14
* PM / clock_ops: fix up clk prepare/unprepare countBen Dooks2014-01-14
* base: power - use clk_prepare_enable and clk_prepare_disableMurali Karicheri2012-11-14
* PM: Make dev_pm_get_subsys_data() always return 0 on successRafael J. Wysocki2012-08-08
* device.h: cleanup users outside of linux/include (C files)Paul Gortmaker2012-03-11
* PM / Clocks: Only disable enabled clocks in pm_clk_suspend()Magnus Damm2011-11-09
* PM / Clocks: Remove redundant NULL checks before kfree()Jonghwan Choi2011-10-21
* Merge branch 'pm-fixes' into pm-domainsRafael J. Wysocki2011-09-26
|\
| * PM / Clocks: Do not acquire a mutex under a spinlockRafael J. Wysocki2011-09-26
* | PM: Move clock-related definitions and headers to separate fileRafael J. Wysocki2011-08-25
* | PM: Reference counting of power.subsys_dataRafael J. Wysocki2011-08-25
* | PM: Introduce struct pm_subsys_dataRafael J. Wysocki2011-08-25
|/
* PM: Use spinlock instead of mutex in clock management functionsRafael J. Wysocki2011-08-24
* PM: Rename clock management functionsRafael J. Wysocki2011-07-02
* PM: Allow the clocks management code to be used during system suspendRafael J. Wysocki2011-07-02
* PM / Domains: Rename struct dev_power_domain to struct dev_pm_domainRafael J. Wysocki2011-07-02
* PM / Runtime: Handle clocks correctly if CONFIG_PM_RUNTIME is unsetRafael J. Wysocki2011-06-21
* PM / Runtime: Fix loops in pm_runtime_clk_notify()Rafael J. Wysocki2011-06-07
* PM: Fix build issue in clock_ops.c for CONFIG_PM_RUNTIME unsetRafael J. Wysocki2011-05-16
* PM / Runtime: Generic clock manipulation rountines for runtime PM (v6)Rafael J. Wysocki2011-04-29