summaryrefslogtreecommitdiffstats
path: root/drivers/base
AgeCommit message (Expand)AuthorLines
2014-11-29PM / OPP replace kfree_rcu() with call_srcu() in opp_set_availability()Viresh Kumar-1/+1
2014-11-29PM / OPP Introduce APIs to remove OPPsViresh Kumar-0/+102
2014-11-29PM / OPP mark OPPs as 'static' or 'dynamic'Viresh Kumar-25/+34
2014-11-29PM / OPP don't match for existing OPPs when list is emptyViresh Kumar-6/+9
2014-11-29PM / OPP rename 'head' as 'rcu_head' or 'srcu_head' based on its typeViresh Kumar-10/+10
2014-11-29Merge branch 'pm-clk' into pm-runtimeRafael J. Wysocki-32/+53
2014-11-26firmware class: Deletion of an unnecessary check before the function call "vu...Markus Elfring-2/+1
2014-11-26firmware loader: fix hung task warning dumpKweh, Hock Leong-2/+2
2014-11-26devcoredump: provide a one-way disable functionJohannes Berg-8/+48
2014-11-27Merge back earlier 'pm-runtime' material for 3.19-rc1.Rafael J. Wysocki-36/+33
2014-11-24of/reconfig: Add OF_DYNAMIC notifier for platform_bus_typePantelis Antoniou-0/+1
2014-11-24drivers/base: cacheinfo: remove noisy error boot messageSudeep Holla-3/+1
2014-11-21Merge remote-tracking branches 'regmap/topic/ac97' and 'regmap/topic/headers'...Mark Brown-9/+127
2014-11-21Merge remote-tracking branch 'regmap/topic/cache' into regmap-nextMark Brown-25/+30
2014-11-21Merge remote-tracking branch 'regmap/fix/cache' into regmap-linusMark Brown-1/+1
2014-11-20PM / Domains: Power on the PM domain right after attach completesUlf Hansson-0/+1
2014-11-19regmap: ac97: Add generic AC'97 callbacksMark Brown-1/+119
2014-11-18Merge back 'pm-domains' material for 3.19-rc1.Rafael J. Wysocki-43/+62
2014-11-14Merge branches 'pm-domains', 'pm-sleep' and 'pm-cpufreq'Rafael J. Wysocki-8/+34
2014-11-14PM / Domains: Extract code to power off/on a PM domainGeert Uytterhoeven-41/+60
2014-11-14PM / Domains: Make genpd parameter of pm_genpd_present() constGeert Uytterhoeven-2/+2
2014-11-11PM / Domains: Fix initial default state of the need_restore flagUlf Hansson-6/+32
2014-11-11Revert "core: platform: add warning if driver has no owner"Wolfram Sang-3/+0
2014-11-08PM / Domains: Change prototype for the attach and detach callbacksUlf Hansson-2/+2
2014-11-07drivers: base: support cpu cache information interface to userspace via sysfsSudeep Holla-1/+542
2014-11-07drivers: base: add cpu_device_create to support per-cpu devicesSudeep Holla-0/+54
2014-11-07topology: replace custom attribute macros with standard DEVICE_ATTR*Sudeep Holla-29/+24
2014-11-07cpumask: factor out show_cpumap into separate helper functionSudeep Holla-34/+7
2014-11-07driver core: Fix unbalanced device reference in drivers_probeAlex Williamson-3/+5
2014-11-07driver core: fix race with userland in device_add()Sergey Klyaus-20/+18
2014-11-07tiny: rename ENABLE_DEV_COREDUMP to ALLOW_DEV_COREDUMPJohannes Berg-3/+3
2014-11-07tiny: reverse logic for DISABLE_DEV_COREDUMPAristeu Rozanski-8/+11
2014-11-07sysfs: driver core: Fix glue dir race condition by gdp_mutexYijing Wang-1/+3
2014-11-07PM / clock_ops: make __pm_clk_enable more genericStrashko, Grygorii-22/+16
2014-11-07PM / clock_ops: Add pm_clk_add_clk()Geert Uytterhoeven-10/+37
2014-11-06core: platform: let platform_create_bundle initialize module ownerWolfram Sang-5/+6
2014-11-06core: platform: let platform_driver_probe initialize module ownerWolfram Sang-5/+6
2014-11-06core: platform: add warning if driver has no ownerWolfram Sang-0/+3
2014-11-06PM / Runtime: Rework RPM get callback routinesAndrzej Hajda-36/+33
2014-11-04Driver core: Unified interface for firmware node propertiesRafael J. Wysocki-0/+246
2014-11-04Driver core: Unified device properties interface for platform firmwareRafael J. Wysocki-1/+186
2014-10-31Merge tag 'pm+acpi-3.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+2
2014-10-29drivers: of: add return value to of_reserved_mem_device_init()Marek Szyprowski-1/+2
2014-10-27PM / Sleep: fix async suspend_late/freeze_late error handlingImre Deak-0/+2
2014-10-20regmap: cache: Sort include headers alphabeticallyXiubo Li-8/+8
2014-10-20regmap: cache: Fix possible ZERO_SIZE_PTR pointer dereferencing error.Xiubo Li-21/+29
2014-10-20regmap: cache: use kmalloc_array instead of kmallocXiubo Li-2/+2
2014-10-20regmap: cache: speed regcache_hw_init() up.Xiubo Li-1/+1
2014-10-20regmap: cache: fix errno in regcache_hw_init()Xiubo Li-1/+1
2014-10-20regmap: cache: cleanup regcache_hw_init()Xiubo Li-6/+3