summaryrefslogtreecommitdiff
path: root/drivers/base (unfollow)
Commit message (Expand)Author
2015-02-13drivers/base: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo
2015-02-12PM / OPP / clk: Remove unnecessary OOM messageQuentin Lambert
2015-02-04regmap: Fix i2c word access when using SMBus access functionsGuenter Roeck
2015-02-04regmap: Export regmap_get_val_endianGuenter Roeck
2015-02-03firmware_loader: handle timeout via wait_for_completion_interruptible_timeout()Ming Lei
2015-02-03firmware_loader: abort request if wait_for_completion is interruptedMing Lei
2015-02-03firmware: Correct function name in commentBorislav Petkov
2015-02-03PM: Convert dev_pm_put_subsys_data() into a void functionUlf Hansson
2015-02-03PM: Update function header for dev_pm_get_subsys_data()Ulf Hansson
2015-02-03PM / Domains: Handle errors from genpd's ->attach_dev() callbackUlf Hansson
2015-02-03PM / Domains: Re-order initialization of generic_pm_domain_dataUlf Hansson
2015-02-03PM / Domains: Free pm_subsys_data in error path in __pm_genpd_add_device()Ulf Hansson
2015-02-03PM / Domains: Eliminate the mutex for the generic_pm_domain_dataUlf Hansson
2015-02-03PM / Domains: Don't check for an existing device when adding a newUlf Hansson
2015-02-03PM / Domains: Don't allow an existing generic_pm_domain_dataUlf Hansson
2015-02-03PM / Domains: Remove reference counting for the generic_pm_domain_dataUlf Hansson
2015-02-03PM / Domains: Rename __pm_genpd_alloc|free_dev_data()Ulf Hansson
2015-02-02regmap: ac97: Clean up indentationMark Brown
2015-01-26device: Change dev_<level> logging functions to return voidJoe Perches
2015-01-23PM / Domains: Remove pm_genpd_dev_need_restore() APIUlf Hansson
2015-01-23PM / OPP: Assert RCU lock in exported functionsKrzysztof Kozlowski
2015-01-23PM / QoS: Use lockdep asserts to find missing hold of power.lockKrzysztof Kozlowski
2015-01-23PM / OPP: Update kernel documentationNishanth Menon
2015-01-23PM / OPP: Ensure consistent naming of static functionsNishanth Menon
2015-01-23PM / OPP: export dev_pm_opp_get_notifierNishanth Menon
2014-12-18PM / OPP: take RCU lock in dev_pm_opp_get_opp_countDmitry Torokhov
2014-12-18PM / OPP: fix warning in of_free_opp_table()Dmitry Torokhov
2014-12-18PM / OPP: add some lockdep annotationsDmitry Torokhov
2014-12-17PM / Domains: Export of_genpd_get_from_provider functionAmit Daniel Kachhap
2014-12-15regmap: Move spinlock_flags into the unionWang, Yalin
2014-12-13memory-hotplug: remove redundant call of page_to_pfnZhang Zhen
2014-12-10cma: make default CMA area size zero for x86Akinobu Mita
2014-12-10PM / OPP: do error handling at the bottom of dev_pm_opp_add_dynamic()Viresh Kumar
2014-12-10PM / OPP: handle allocation of device_opp in a separate routineViresh Kumar
2014-12-10PM / OPP: reuse find_device_opp() instead of duplicating codeViresh Kumar
2014-12-10PM / OPP: Staticize __dev_pm_opp_remove()Viresh Kumar
2014-12-10PM / OPP: replace kfree with kfree_rcu while freeing 'struct device_opp'Viresh Kumar
2014-12-10PM / OPP: remove double calls to find_device_opp()Viresh Kumar
2014-12-10PM / OPP: set new_opp->dev_opp to a valid dev_oppViresh Kumar
2014-12-04PM: Drop CONFIG_PM_RUNTIME from the driver coreRafael J. Wysocki
2014-12-04PM / Domains: Initial PM clock support for genpdUlf Hansson
2014-11-29PM / OPP replace kfree_rcu() with call_srcu() in opp_set_availability()Viresh Kumar
2014-11-29PM / OPP Introduce APIs to remove OPPsViresh Kumar
2014-11-29PM / OPP mark OPPs as 'static' or 'dynamic'Viresh Kumar
2014-11-29PM / OPP don't match for existing OPPs when list is emptyViresh Kumar
2014-11-29PM / OPP rename 'head' as 'rcu_head' or 'srcu_head' based on its typeViresh Kumar
2014-11-26firmware class: Deletion of an unnecessary check before the function call "vu...Markus Elfring
2014-11-26firmware loader: fix hung task warning dumpKweh, Hock Leong
2014-11-26devcoredump: provide a one-way disable functionJohannes Berg
2014-11-24of/reconfig: Add OF_DYNAMIC notifier for platform_bus_typePantelis Antoniou