summaryrefslogtreecommitdiffstats
path: root/drivers/base/power/clock_ops.c
Commit message (Expand)AuthorAgeFilesLines
* PM / clk: Add support for adding a specific clock from device-treeJon Hunter2016-06-281-0/+32
* PM / clk: export symbols for existing pm_clk_<...> API fcnsPaul Gortmaker2016-06-151-0/+13
* PM / clk: ensure we don't allocate a -ve size of count clksColin Ian King2016-04-261-1/+1
* PM / clk: Add support for obtaining clocks from device-treeJon Hunter2016-03-171-0/+89
* PM / Domains: add setter for dev.pm_domainTomeu Vizoso2016-01-081-2/+3
* PM / clk: don't leave clocks enabled when driver not boundAndy Shevchenko2016-01-081-0/+1
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-11-101-2/+4
|\
| * PM / clk: Do not __clk_get passed in clock-referencesStephen Boyd2015-10-061-2/+4
* | PM / clk: Fix broken build due to non-matching code and header #ifdefsGeert Uytterhoeven2015-10-281-3/+3
|/
* PM / clk: don't return int on __pm_clk_enable()Colin Ian King2015-07-171-3/+1
* PM / clk: Print acquired clock name in addition to con_idGeert Uytterhoeven2015-06-151-1/+2
* PM / clk: Fix clock error check in __pm_clk_add()Geert Uytterhoeven2015-05-191-1/+1
* PM / clock_ops: Provide default runtime ops to usersRajendra Nayak2015-05-121-0/+38
* PM / OPP / clk: Remove unnecessary OOM messageQuentin Lambert2015-02-121-3/+1
* PM: Drop CONFIG_PM_RUNTIME from the driver coreRafael J. Wysocki2014-12-041-67/+2
* PM / clock_ops: make __pm_clk_enable more genericStrashko, Grygorii2014-11-071-22/+16
* PM / clock_ops: Add pm_clk_add_clk()Geert Uytterhoeven2014-11-071-10/+37
* PM / clk: Fix crash in clocks management code if !CONFIG_PM_RUNTIMEGeert Uytterhoeven2014-10-031-4/+15
* drivers/base: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-02-141-1/+0
* PM / clock_ops: report clock errors from clk_enable()Ben Dooks2014-01-151-2/+17
* PM / clock_ops: check return of clk_enable() in pm_clk_resume()Ben Dooks2014-01-151-2/+4
* PM / clock_ops: fix up clk prepare/unprepare countBen Dooks2014-01-151-2/+5
* base: power - use clk_prepare_enable and clk_prepare_disableMurali Karicheri2012-11-151-3/+3
* PM: Make dev_pm_get_subsys_data() always return 0 on successRafael J. Wysocki2012-08-081-2/+1
* device.h: cleanup users outside of linux/include (C files)Paul Gortmaker2012-03-111-0/+1
* PM / Clocks: Only disable enabled clocks in pm_clk_suspend()Magnus Damm2011-11-101-1/+2
* PM / Clocks: Remove redundant NULL checks before kfree()Jonghwan Choi2011-10-221-3/+1
* Merge branch 'pm-fixes' into pm-domainsRafael J. Wysocki2011-09-261-37/+39
|\
| * PM / Clocks: Do not acquire a mutex under a spinlockRafael J. Wysocki2011-09-261-37/+38
* | PM: Move clock-related definitions and headers to separate fileRafael J. Wysocki2011-08-251-1/+1
* | PM: Reference counting of power.subsys_dataRafael J. Wysocki2011-08-251-19/+5
* | PM: Introduce struct pm_subsys_dataRafael J. Wysocki2011-08-251-58/+64
|/
* PM: Use spinlock instead of mutex in clock management functionsRafael J. Wysocki2011-08-241-18/+22
* PM: Rename clock management functionsRafael J. Wysocki2011-07-021-94/+94
* PM: Allow the clocks management code to be used during system suspendRafael J. Wysocki2011-07-021-1/+59
* PM / Domains: Rename struct dev_power_domain to struct dev_pm_domainRafael J. Wysocki2011-07-021-7/+7
* PM / Runtime: Handle clocks correctly if CONFIG_PM_RUNTIME is unsetRafael J. Wysocki2011-06-211-2/+2
* PM / Runtime: Fix loops in pm_runtime_clk_notify()Rafael J. Wysocki2011-06-071-8/+8
* PM: Fix build issue in clock_ops.c for CONFIG_PM_RUNTIME unsetRafael J. Wysocki2011-05-161-0/+1
* PM / Runtime: Generic clock manipulation rountines for runtime PM (v6)Rafael J. Wysocki2011-04-301-0/+430
OpenPOWER on IntegriCloud