summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
2014-12-18PM / OPP: add some lockdep annotationsDmitry Torokhov1-0/+16
2014-12-11PM / OPP: do error handling at the bottom of dev_pm_opp_add_dynamic()Viresh Kumar1-7/+10
2014-12-11PM / OPP: handle allocation of device_opp in a separate routineViresh Kumar1-15/+22
2014-12-11PM / OPP: reuse find_device_opp() instead of duplicating codeViresh Kumar1-7/+2
2014-12-11PM / OPP: Staticize __dev_pm_opp_remove()Viresh Kumar1-1/+2
2014-12-11PM / OPP: replace kfree with kfree_rcu while freeing 'struct device_opp'Viresh Kumar1-2/+6
2014-12-10PM / OPP: remove double calls to find_device_opp()Viresh Kumar1-1/+1
2014-12-10PM / OPP: set new_opp->dev_opp to a valid dev_oppViresh Kumar1-1/+1
2014-11-30PM / OPP replace kfree_rcu() with call_srcu() in opp_set_availability()Viresh Kumar1-1/+1
2014-11-30PM / OPP Introduce APIs to remove OPPsViresh Kumar1-0/+102
2014-11-30PM / OPP mark OPPs as 'static' or 'dynamic'Viresh Kumar1-25/+34
2014-11-30PM / OPP don't match for existing OPPs when list is emptyViresh Kumar1-6/+9
2014-11-30PM / OPP rename 'head' as 'rcu_head' or 'srcu_head' based on its typeViresh Kumar1-10/+10
2014-11-14Merge branches 'pm-domains', 'pm-sleep' and 'pm-cpufreq'Rafael J. Wysocki1-8/+34
2014-11-12PM / Domains: Fix initial default state of the need_restore flagUlf Hansson1-6/+32
2014-11-08PM / Domains: Change prototype for the attach and detach callbacksUlf Hansson1-2/+2
2014-11-07tiny: rename ENABLE_DEV_COREDUMP to ALLOW_DEV_COREDUMPJohannes Berg1-3/+3
2014-11-07tiny: reverse logic for DISABLE_DEV_COREDUMPAristeu Rozanski1-8/+11
2014-11-07sysfs: driver core: Fix glue dir race condition by gdp_mutexYijing Wang1-1/+3
2014-11-01Merge tag 'pm+acpi-3.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+2
2014-10-30drivers: of: add return value to of_reserved_mem_device_init()Marek Szyprowski1-1/+2
2014-10-27PM / Sleep: fix async suspend_late/freeze_late error handlingImre Deak1-0/+2
2014-10-15Merge tag 'iommu-updates-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+3
2014-10-14drivers: dma-contiguous: add initialization from device treeMarek Szyprowski1-0/+66
2014-10-14drivers: dma-coherent: add initialization from device treeMarek Szyprowski1-22/+129
2014-10-10Merge branch 'akpm' (fixes from Andrew Morton)Linus Torvalds4-3/+117
2014-10-10CMA: document cma=0Jean Delvare1-0/+3
2014-10-10mm: remove noisy remainder of the scan_unevictable interfaceJohannes Weiner1-3/+0
2014-10-10common: dma-mapping: introduce common remapping functionsLaura Abbott1-0/+72
2014-10-10memory-hotplug: add sysfs valid_zones attributeZhang Zhen1-0/+42
2014-10-10Merge tag 'pm+acpi-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds9-387/+627
2014-10-08Merge tag 'driver-core-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds9-16/+315
2014-10-07Merge branch 'pm-clk'Rafael J. Wysocki1-4/+15
2014-10-07Merge branch 'pm-domains'Rafael J. Wysocki4-363/+577
2014-10-04driver/base/node: remove unnecessary kfree of node struct from unregister_one...Yasuaki Ishimatsu1-1/+0
2014-10-03PM / clk: Fix crash in clocks management code if !CONFIG_PM_RUNTIMEGeert Uytterhoeven1-4/+15
2014-10-03PM / Domains: Rename cpu_data to cpuidle_dataUlf Hansson1-27/+27
2014-10-02Merge branches 'arm/exynos', 'arm/omap', 'arm/smmu', 'x86/vt-d', 'x86/amd' an...Joerg Roedel1-0/+3
2014-10-02driver core: Add BUS_NOTIFY_REMOVED_DEVICE eventJoerg Roedel1-0/+3
2014-09-30PM / sleep: Export dpm_suspend_late/noirq() and dpm_resume_early/noirq()Rafael J. Wysocki1-4/+4
2014-09-30Merge branch 'pm-genirq' into acpi-pmRafael J. Wysocki2-5/+18
2014-09-30PM / Domains: Move dev_pm_domain_attach|detach() to pm_domain.hUlf Hansson1-0/+1
2014-09-29Merge remote-tracking branch 'regmap/topic/cache' into regmap-nextMark Brown1-2/+11
2014-09-29Merge remote-tracking branch 'regmap/topic/dt-endian' into regmap-nextMark Brown3-11/+72
2014-09-29Merge remote-tracking branch 'regmap/topic/core' into regmap-nextMark Brown2-2/+7
2014-09-29Merge remote-tracking branch 'regmap/fix/debugfs' into regmap-linusMark Brown1-2/+6
2014-09-29Merge remote-tracking branch 'regmap/fix/core' into regmap-linusMark Brown1-2/+5
2014-09-29regmap: Fix debugfs-file 'registers' modeMarkus Pargmann1-1/+8
2014-09-29Merge back earlier 'pm-sleep' material for v3.18.Rafael J. Wysocki1-11/+13
2014-09-28regmap: fix possible ZERO_SIZE_PTR pointer dereferencing error.Xiubo Li1-0/+3