summaryrefslogtreecommitdiffstats
path: root/drivers/base
AgeCommit message (Expand)AuthorLines
2018-01-09PM / wakeup: Do not fail dev_pm_attach_wake_irq() unnecessarilyRafael J. Wysocki-20/+10
2018-01-08regmap: Allow empty read/write_flag_maskAndrew F. Davis-1/+3
2018-01-08regcache: flat: Un-inline index lookup from cache accessAndrew F. Davis-5/+10
2018-01-08regmap: Add SoundWire bus supportVinod Koul-0/+93
2018-01-08sysfs/cpu: Add vulnerability folderThomas Gleixner-0/+51
2018-01-05drivers: do not use print_symbol()Sergey Senozhatsky-3/+2
2018-01-03PM / core: Direct DPM_FLAG_LEAVE_SUSPENDED handlingRafael J. Wysocki-11/+40
2018-01-03PM / core: Direct DPM_FLAG_SMART_SUSPEND optimizationRafael J. Wysocki-7/+78
2018-01-03PM / core: Add helpers for subsystem callback selectionRafael J. Wysocki-60/+128
2018-01-03PM / wakeup: Drop redundant check from device_init_wakeup()Rafael J. Wysocki-3/+1
2018-01-03PM / wakeup: Drop redundant check from device_set_wakeup_enable()Rafael J. Wysocki-3/+0
2018-01-02Merge 4.15-rc6 into driver-core-nextGreg Kroah-Hartman-0/+28
2018-01-02Merge 4.15-rc6 into char-misc-nextGreg Kroah-Hartman-0/+28
2017-12-31Merge tag 'driver-core-4.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+13
2017-12-27regmap: Add one flag to indicate if a hwlock should be usedBaolin Wang-1/+1
2017-12-27regmap: debugfs: document why we don't create the debugfs entriesBartosz Golaszewski-0/+7
2017-12-21regmap: debugfs: emit a debug message when locking is disabledBartosz Golaszewski-1/+3
2017-12-19BackMerge tag 'v4.15-rc4' into drm-nextDave Airlie-18/+35
2017-12-19regmap: use proper part of work_buf for storing valKrzysztof Adamski-2/+4
2017-12-19regmap: add SLIMbus supportSrinivas Kandagatla-0/+85
2017-12-19PM / wakeup: only recommend "call"ing device_init_wakeup() onceBrian Norris-1/+1
2017-12-18component: add debugfs supportMaciej Purski-0/+78
2017-12-18drivers: base: omit redundant interationsGimcuan Hui-3/+3
2017-12-16Merge back PM core material for v4.16.Rafael J. Wysocki-121/+163
2017-12-15drivers: base: cacheinfo: fix cache type for non-architected system cacheSudeep Holla-0/+13
2017-12-13regmap: potentially duplicate the name string stored in regmapBartosz Golaszewski-2/+12
2017-12-13Merge branches 'topic/hwspinlock' and 'topic/nolock' of https://git.kernel.or...Mark Brown-1/+20
2017-12-13regmap: Disable debugfs when locking is disabledMark Brown-0/+12
2017-12-13regmap: rename regmap_lock_unlock_empty() to regmap_lock_unlock_none()Bartosz Golaszewski-2/+2
2017-12-13device property: Introduce a common API to fetch device match dataSinan Kaya-0/+7
2017-12-13PM / core: Use dev_pm_skip_next_resume_phases() internallyRafael J. Wysocki-2/+1
2017-12-13PM / core: remove unneeded kallsyms includeSergey Senozhatsky-1/+0
2017-12-13PM / Domains: Remove obsolete "samsung,power-domain" checkGeert Uytterhoeven-14/+2
2017-12-11PM / sleep: Avoid excess pm_runtime_enable() calls in device_resume()Rafael J. Wysocki-0/+15
2017-12-11Merge back earlier PM core material for v4.16.Rafael J. Wysocki-120/+164
2017-12-11Merge 4.15-rc3 into driver-core-nextGreg Kroah-Hartman-18/+20
2017-12-08Merge tag 'pm-4.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds-1/+2
2017-12-07driver core: Remove redundant license textGreg Kroah-Hartman-121/+0
2017-12-07drivers: core: arch_topology.c: move SPDX tag to top of the fileGreg Kroah-Hartman-7/+1
2017-12-07driver core: add SPDX identifiers to all driver core filesGreg Kroah-Hartman-0/+30
2017-12-06regmap: allow to disable all locking mechanismsBartosz Golaszewski-1/+8
2017-12-05PM / core: Re-factor some code dealing with parents in __device_suspend()Ulf Hansson-12/+17
2017-12-05PM / sysfs: Convert to use DEVICE_ATTR_RO / DEVICE_ATTR_RWAndy Shevchenko-68/+65
2017-12-05PM / sysfs: Remove redundant 'else' keyword.Andy Shevchenko-5/+5
2017-12-05PM / sysfs: Convert to use sysfs_streq()Andy Shevchenko-30/+9
2017-12-04PM / runtime: Fix handling of suppliers with disabled runtime PMRafael J. Wysocki-1/+2
2017-12-04Merge tag 'drm-misc-next-2017-11-30' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-0/+1
2017-11-29regmap: Remove the redundant config to select hwspinlockBaolin Wang-13/+2
2017-11-29firmware: replace #ifdef over FW_OPT_FALLBACK with function checksLuis R. Rodriguez-11/+29
2017-11-29firmware: provide helper for FW_OPT_USERHELPERLuis R. Rodriguez-13/+18