aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/power/clock_ops.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-03PM / clk: Fix crash in clocks management code if !CONFIG_PM_RUNTIMEGeert Uytterhoeven1-4/+15
2014-02-14drivers/base: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2014-01-15PM / clock_ops: report clock errors from clk_enable()Ben Dooks1-2/+17
2014-01-15PM / clock_ops: check return of clk_enable() in pm_clk_resume()Ben Dooks1-2/+4
2014-01-15PM / clock_ops: fix up clk prepare/unprepare countBen Dooks1-2/+5
2012-11-15base: power - use clk_prepare_enable and clk_prepare_disableMurali Karicheri1-3/+3
2012-08-08PM: Make dev_pm_get_subsys_data() always return 0 on successRafael J. Wysocki1-2/+1
2012-03-11device.h: cleanup users outside of linux/include (C files)Paul Gortmaker1-0/+1
2011-11-10PM / Clocks: Only disable enabled clocks in pm_clk_suspend()Magnus Damm1-1/+2
2011-10-22PM / Clocks: Remove redundant NULL checks before kfree()Jonghwan Choi1-3/+1
2011-09-26Merge branch 'pm-fixes' into pm-domainsRafael J. Wysocki1-37/+39
2011-09-26PM / Clocks: Do not acquire a mutex under a spinlockRafael J. Wysocki1-37/+38
2011-08-25PM: Move clock-related definitions and headers to separate fileRafael J. Wysocki1-1/+1
2011-08-25PM: Reference counting of power.subsys_dataRafael J. Wysocki1-19/+5
2011-08-25PM: Introduce struct pm_subsys_dataRafael J. Wysocki1-58/+64
2011-08-24PM: Use spinlock instead of mutex in clock management functionsRafael J. Wysocki1-18/+22
2011-07-02PM: Rename clock management functionsRafael J. Wysocki1-94/+94
2011-07-02PM: Allow the clocks management code to be used during system suspendRafael J. Wysocki1-1/+59
2011-07-02PM / Domains: Rename struct dev_power_domain to struct dev_pm_domainRafael J. Wysocki1-7/+7
2011-06-21PM / Runtime: Handle clocks correctly if CONFIG_PM_RUNTIME is unsetRafael J. Wysocki1-2/+2
2011-06-07PM / Runtime: Fix loops in pm_runtime_clk_notify()Rafael J. Wysocki1-8/+8
2011-05-16PM: Fix build issue in clock_ops.c for CONFIG_PM_RUNTIME unsetRafael J. Wysocki1-0/+1
2011-04-30PM / Runtime: Generic clock manipulation rountines for runtime PM (v6)Rafael J. Wysocki1-0/+430