aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-03-061-11/+195
|\
| * Pull in char-misc-next from GregDaniel Vetter2019-02-201-4/+2
| |\
| * | components: multiple components for a deviceDaniel Vetter2019-02-081-37/+121
| * | component: Add documentationDaniel Vetter2019-02-081-3/+103
* | | Merge tag 'devprop-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-03-061-0/+23
|\ \ \
| * | | software node: Implement get_named_child_node fwnode callbackHeikki Krogerus2019-02-141-0/+23
* | | | Merge tag 'pm-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2019-03-068-40/+89
|\ \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| *-----. \ \ \ Merge branches 'pm-core', 'pm-sleep', 'pm-qos', 'pm-domains' and 'pm-em'Rafael J. Wysocki2019-03-048-40/+89
| |\ \ \ \ \ \ \ | | | | | |/ / / | | | | |/| | |
| | | | | * | | PM / Domains: Mark "name" const in dev_pm_domain_attach_by_name()Douglas Anderson2019-02-151-1/+1
| | | | | * | | PM / Domains: Mark "name" const in genpd_dev_pm_attach_by_name()Douglas Anderson2019-02-151-1/+1
| | | | | * | | PM: domains: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-231-9/+2
| | | | |/ / /
| | | * / / / PM / wakeup: fix kerneldoc comment for pm_wakeup_dev_event()Yangtao Li2019-01-291-1/+1
| | | |/ / /
| | * | | | Merge back earlier PM core material for v5.1.Rafael J. Wysocki2019-02-245-28/+84
| |/| | | |
| | * | | | PM / core: Add support to skip power management in device/driver modelSudeep Holla2019-02-193-0/+14
| | * | | | PM / suspend: Print debug messages for device using direct-completeRafael J. Wysocki2019-02-131-1/+3
| | * | | | PM-runtime: update time accounting only when enabledVincent Guittot2019-02-051-7/+10
| | * | | | PM-runtime: Switch accounting over to ktime_get_mono_fast_ns()Vincent Guittot2019-02-051-4/+13
| | * | | | PM-runtime: Optimize pm_runtime_autosuspend_expiration()Ladislav Michl2019-02-011-11/+8
| | * | | | Merge back earlier PM core material for v5.1.Rafael J. Wysocki2019-02-013-14/+45
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | | * | | PM-runtime: Replace jiffies-based accounting with ktime-based accountingThara Gopinath2019-01-312-11/+17
| | | * | | PM-runtime: update accounting_timestamp on enableVincent Guittot2019-01-311-3/+8
| | | * | | PM: clock_ops: fix missing clk_prepare() return value checkAditya Pakki2019-01-181-4/+9
| | | * | | PM-runtime: Add new interface to get accounted timeVincent Guittot2019-01-151-0/+15
* | | | | | Merge tag 'regmap-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds2019-03-042-5/+96
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Merge remote-tracking branch 'regmap/topic/irq' into regmap-nextMark Brown2019-01-291-4/+95
| |\ \ \ \ \
| | * | | | | regmap: regmap-irq: Add main status register supportMatti Vaittinen2019-01-231-4/+95
| * | | | | | Merge branch 'regmap-5.1' into regmap-nextMark Brown2019-01-291-1/+1
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | regmap: Remove attribute packed from struct 'regcache_rbtree_node'Mathieu Malaterre2019-01-291-1/+1
| | |/ / / /
* | | | | / PM-runtime: Fix deadlock when canceling hrtimerVincent Guittot2019-02-211-1/+1
| |_|_|_|/ |/| | | |
* | | | | Merge tag 'driver-core-5.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-02-081-4/+2
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | cacheinfo: Keep the old value if of_property_read_u32 failsHuacai Chen2019-01-221-4/+2
| | |_|/ | |/| |
* | | | PM-runtime: Fix deadlock with ktime_get()Vincent Guittot2019-01-301-5/+5
| |/ / |/| |
* | | Merge tag 'regmap-fix-v5.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-01-191-1/+7
|\ \ \ | |/ / |/| |
| * | regmap-irq: do not write mask register if mask_base is zeroMark Zhang2019-01-141-0/+6
| * | Merge branch 'regmap-4.21' into regmap-5.0Mark Brown2019-01-071-1/+1
| |\ \ | | |/ | |/|
| | * regmap: regmap-irq: silently ignore unsupported type settingsMatti Vaittinen2018-12-311-1/+1
| | |
| \ \
*-. \ \ Merge branches 'pm-cpuidle', 'pm-cpufreq' and 'pm-sleep'Rafael J. Wysocki2019-01-111-0/+3
|\ \ \ \
| | * | | PM: sleep: call devfreq suspend/resumeLukasz Luba2019-01-021-0/+3
| |/ / /
* | | | PM-runtime: Fix autosuspend_delay on 32bits archVincent Guittot2019-01-101-2/+2
* | | | PM-runtime: Fix 'jiffies' in comments after switch to hrtimersLadislav Michl2019-01-101-2/+5
| |/ / |/| |
* | | Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-01-051-0/+1
|\ \ \
| * | | vfs: Suppress MS_* flag defs within the kernel unless explicitly enabledDavid Howells2018-12-201-0/+1
* | | | drivers/base/platform.c: kmemleak ignore a known leakQian Cai2019-01-041-0/+3
* | | | Merge tag 'devprop-4.21-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-01-021-2/+3
|\ \ \ \
| * | | | drivers: base: swnode: check if swnode is NULL before dereferencing itColin Ian King2018-12-261-1/+2
| * | | | drivers: base: swnode: check if pointer p is NULL before dereferencing itColin Ian King2018-12-261-1/+1
* | | | | Merge tag 'rtc-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2019-01-011-3/+1
|\ \ \ \ \
| * | | | | PM: Switch to use %ptRAndy Shevchenko2018-12-101-3/+1
| | |/ / / | |/| | |
* | | | | Merge tag 'driver-core-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-12-286-81/+86
|\ \ \ \ \
| * | | | | mm, memory_hotplug: update a comment in unregister_memory()Dan Carpenter2018-12-201-1/+1