summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | PM core: Use new async_schedule_dev commandAlexander Duyck2019-01-311-6/+6
| * | | | | | driver core: Attach devices on CPU local to device nodeAlexander Duyck2019-01-311-2/+2
| * | | | | | driver core: Probe devices asynchronously instead of the driverAlexander Duyck2019-01-313-20/+48
| * | | | | | device core: Consolidate locking and unlocking of parent and deviceAlexander Duyck2019-01-313-39/+81
| * | | | | | driver core: Establish order of operations for device_add and device_del via ...Alexander Duyck2019-01-313-11/+26
| * | | | | | driver core: Remove the link if there is no driver with AUTO flagYong Wu2019-01-221-2/+2
| * | | | | | driver core: silence device link messages unless debuggingJerome Brunet2019-01-221-3/+3
| * | | | | | firmware_loader: move firmware/ to drivers/base/firmware_loader/builtin/Masahiro Yamada2019-01-223-0/+43
| * | | | | | firmware_loader: move CONFIG_FW_LOADER_USER_HELPER switch to MakefileMasahiro Yamada2019-01-222-6/+1
| * | | | | | driver core: move device->knode_class to device_privateWei Yang2019-01-183-6/+16
| * | | | | | Merge 5.0-rc2 into driver-core-nextGreg Kroah-Hartman2019-01-152-4/+10
| |\ \ \ \ \ \
| * | | | | | | driver core: drop use of BUS_ATTR()Greg Kroah-Hartman2019-01-081-1/+8
| * | | | | | | driver core: bus: convert to use BUS_ATTR_WO and RWGreg Kroah-Hartman2019-01-081-6/+5
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | 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
|\ \ \ \