summaryrefslogtreecommitdiffstats
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
2017-01-30PM / OPP: Simplify _opp_set_availability()Viresh Kumar1-22/+5
2017-01-30PM / OPP: Move away from RCU lockingViresh Kumar4-294/+80
2017-01-30PM / OPP: Take kref from _find_opp_table()Viresh Kumar2-122/+95
2017-01-30PM / OPP: Update OPP users to put referenceViresh Kumar2-67/+69
2017-01-30PM / OPP: Add 'struct kref' to struct dev_pm_oppViresh Kumar2-15/+15
2017-01-30PM / OPP: Use dev_pm_opp_get_opp_table() instead of _add_opp_table()Viresh Kumar3-89/+29
2017-01-30PM / OPP: Take reference of the OPP table while adding/removing OPPsViresh Kumar1-5/+4
2017-01-30PM / OPP: Return opp_table from dev_pm_opp_set_*() routinesViresh Kumar1-193/+50
2017-01-30PM / OPP: Add 'struct kref' to OPP tableViresh Kumar2-2/+52
2017-01-30PM / OPP: Add per OPP table mutexViresh Kumar2-4/+29
2017-01-27PM / OPP: Split out part of _add_opp_table() and _remove_opp_table()Viresh Kumar1-32/+44
2017-01-27PM / OPP: Don't expose srcu_head to register notifiersViresh Kumar1-16/+50
2017-01-27PM / OPP: Rename dev_pm_opp_get_suspend_opp() and return OPP rateViresh Kumar1-14/+13
2017-01-27PM / OPP: Don't allocate OPP table from _opp_allocate()Viresh Kumar3-73/+78
2017-01-27PM / OPP: Rename and split _dev_pm_opp_remove_table()Viresh Kumar3-15/+24
2017-01-27PM / OPP: Add light weight _opp_free() routineViresh Kumar3-11/+13
2017-01-27PM / OPP: Error out on failing to add static OPPs for v1 bindingsViresh Kumar1-4/+8
2017-01-27PM / OPP: Rename _allocate_opp() to _opp_allocate()Viresh Kumar3-4/+4
2017-01-27PM / OPP: Remove useless TODOViresh Kumar1-2/+0
2017-01-27PM / OPP: Fix memory leak while adding duplicate OPPsViresh Kumar2-3/+21
2017-01-27firmware: fix NULL pointer dereference in __fw_load_abort()Luis R. Rodriguez1-4/+1
2017-01-27PM / Domains: Rename functions in genpd for power on/offUlf Hansson1-36/+36
2017-01-24memory_hotplug: make zone_can_shift() return a boolean valueYasuaki Ishimatsu1-2/+2
2017-01-17irq/platform-msi: Fix comment about maximal MSIsMatthias Brugger1-1/+1
2017-01-16Merge 4.10-rc4 into driver-core-nextGreg Kroah-Hartman3-22/+0
2017-01-14Revert "driver core: Add deferred_probe attribute to devices in sysfs"Greg Kroah-Hartman3-22/+0
2017-01-12regmap: Fixup the kernel-doc comments on functions/structuresCharles Keepax3-95/+112
2017-01-11platform: Print the resource range if device failed to claimChen Yu1-1/+1
2016-12-31PM / domains: Fix 'may be used uninitialized' build warningAugusto Mecking Caringi1-0/+1
2016-12-25avoid spurious "may be used uninitialized" warningLinus Torvalds1-0/+1
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner2-2/+2
2016-12-25ktime: Get rid of the unionThomas Gleixner1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-22Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+5
2016-12-19regmap: use rb_entry()Geliang Tang2-6/+5
2016-12-13Merge tag 'driver-core-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds17-106/+1367
2016-12-13Merge tag 'pm-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds12-270/+977
2016-12-13Merge tag 'drm-for-v4.10' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-3/+3
2016-12-13Merge tag 'mmc-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2-0/+80
2016-12-13Merge tag 'regmap-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds1-6/+2
2016-12-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+27
2016-12-12Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-80/+21
2016-12-12Merge branches 'pm-sleep' and 'powercap'Rafael J. Wysocki1-3/+3
2016-12-12Merge branch 'pm-opp'Rafael J. Wysocki4-178/+529
2016-12-12Merge branches 'pm-core', 'pm-qos' and 'pm-avs'Rafael J. Wysocki6-27/+144
2016-12-12Merge branch 'pm-domains'Rafael J. Wysocki1-62/+301
2016-12-08firmware: Correct handling of fw_state_wait() return valueBjorn Andersson1-7/+6
2016-12-08PM / sleep: Print active wakeup sources when blocking on wakeup_count readsxing wei1-3/+3
2016-12-08PM / core: Fix bug in the error handling of async suspendSahitya Tummala1-1/+1
2016-12-06PM / wakeirq: Fix dedicated wakeirq for drivers not using autosuspendTony Lindgren3-15/+88