summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)Author
2017-12-21regmap: debugfs: emit a debug message when locking is disabledBartosz Golaszewski
2017-12-19BackMerge tag 'v4.15-rc4' into drm-nextDave Airlie
2017-12-19regmap: use proper part of work_buf for storing valKrzysztof Adamski
2017-12-19regmap: add SLIMbus supportSrinivas Kandagatla
2017-12-19PM / wakeup: only recommend "call"ing device_init_wakeup() onceBrian Norris
2017-12-18component: add debugfs supportMaciej Purski
2017-12-18drivers: base: omit redundant interationsGimcuan Hui
2017-12-16Merge back PM core material for v4.16.Rafael J. Wysocki
2017-12-15drivers: base: cacheinfo: fix cache type for non-architected system cacheSudeep Holla
2017-12-13regmap: potentially duplicate the name string stored in regmapBartosz Golaszewski
2017-12-13Merge branches 'topic/hwspinlock' and 'topic/nolock' of https://git.kernel.or...Mark Brown
2017-12-13regmap: Disable debugfs when locking is disabledMark Brown
2017-12-13regmap: rename regmap_lock_unlock_empty() to regmap_lock_unlock_none()Bartosz Golaszewski
2017-12-13device property: Introduce a common API to fetch device match dataSinan Kaya
2017-12-13PM / core: Use dev_pm_skip_next_resume_phases() internallyRafael J. Wysocki
2017-12-13PM / core: remove unneeded kallsyms includeSergey Senozhatsky
2017-12-13PM / Domains: Remove obsolete "samsung,power-domain" checkGeert Uytterhoeven
2017-12-11PM / sleep: Avoid excess pm_runtime_enable() calls in device_resume()Rafael J. Wysocki
2017-12-11Merge back earlier PM core material for v4.16.Rafael J. Wysocki
2017-12-11Merge 4.15-rc3 into driver-core-nextGreg Kroah-Hartman
2017-12-08Merge tag 'pm-4.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2017-12-07driver core: Remove redundant license textGreg Kroah-Hartman
2017-12-07drivers: core: arch_topology.c: move SPDX tag to top of the fileGreg Kroah-Hartman
2017-12-07driver core: add SPDX identifiers to all driver core filesGreg Kroah-Hartman
2017-12-06regmap: allow to disable all locking mechanismsBartosz Golaszewski
2017-12-05PM / core: Re-factor some code dealing with parents in __device_suspend()Ulf Hansson
2017-12-05PM / sysfs: Convert to use DEVICE_ATTR_RO / DEVICE_ATTR_RWAndy Shevchenko
2017-12-05PM / sysfs: Remove redundant 'else' keyword.Andy Shevchenko
2017-12-05PM / sysfs: Convert to use sysfs_streq()Andy Shevchenko
2017-12-04PM / runtime: Fix handling of suppliers with disabled runtime PMRafael J. Wysocki
2017-12-04Merge tag 'drm-misc-next-2017-11-30' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2017-11-29regmap: Remove the redundant config to select hwspinlockBaolin Wang
2017-11-29firmware: replace #ifdef over FW_OPT_FALLBACK with function checksLuis R. Rodriguez
2017-11-29firmware: provide helper for FW_OPT_USERHELPERLuis R. Rodriguez
2017-11-29firmware: add helper to copy built-in data to pre-alloc bufferLuis R. Rodriguez
2017-11-29firmware: use static inline for to_fw_priv()Luis R. Rodriguez
2017-11-29firmware: rename sysfs state checks with sysfs prefixLuis R. Rodriguez
2017-11-29firmware: use static inlines for state machine checkingLuis R. Rodriguez
2017-11-29firmware: remove unused __fw_state_is_done()Luis R. Rodriguez
2017-11-29firmware: remove duplicate fw_state_aborted()Luis R. Rodriguez
2017-11-29firmware: move core data structures to the top of fileLuis R. Rodriguez
2017-11-29firmware: rename struct fw_priv->fw_id to fw_nameLuis R. Rodriguez
2017-11-29firmware: rename struct firmware_buf to struct fw_privLuis R. Rodriguez
2017-11-29firmware: rename struct firmware_priv to struct fw_sysfsLuis R. Rodriguez
2017-11-29firmware: fix detecting error on register_reboot_notifier()Luis R. Rodriguez
2017-11-29firmware: provide helpers for registering the syfs loaderLuis R. Rodriguez
2017-11-29firmware: fix capturing errors on fw_cache_init() on early initLuis R. Rodriguez
2017-11-29firmware: add helper to unregister pm opsLuis R. Rodriguez
2017-11-28firmware: cleanup FIRMWARE_IN_KERNEL messageRobin H. Johnson
2017-11-28isa: Prevent NULL dereference in isa_bus driver callbacksWilliam Breathitt Gray