Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | driver core: Attach devices on CPU local to device node | Alexander Duyck | 2019-01-31 | 1 | -2/+2 | |
| * | | | | | | driver core: Probe devices asynchronously instead of the driver | Alexander Duyck | 2019-01-31 | 3 | -20/+48 | |
| * | | | | | | device core: Consolidate locking and unlocking of parent and device | Alexander Duyck | 2019-01-31 | 3 | -39/+81 | |
| * | | | | | | driver core: Establish order of operations for device_add and device_del via ... | Alexander Duyck | 2019-01-31 | 3 | -11/+26 | |
| * | | | | | | driver core: Remove the link if there is no driver with AUTO flag | Yong Wu | 2019-01-22 | 1 | -2/+2 | |
| * | | | | | | driver core: silence device link messages unless debugging | Jerome Brunet | 2019-01-22 | 1 | -3/+3 | |
| * | | | | | | firmware_loader: move firmware/ to drivers/base/firmware_loader/builtin/ | Masahiro Yamada | 2019-01-22 | 3 | -0/+43 | |
| * | | | | | | firmware_loader: move CONFIG_FW_LOADER_USER_HELPER switch to Makefile | Masahiro Yamada | 2019-01-22 | 2 | -6/+1 | |
| * | | | | | | driver core: move device->knode_class to device_private | Wei Yang | 2019-01-18 | 3 | -6/+16 | |
| * | | | | | | Merge 5.0-rc2 into driver-core-next | Greg Kroah-Hartman | 2019-01-15 | 2 | -4/+10 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | driver core: drop use of BUS_ATTR() | Greg Kroah-Hartman | 2019-01-08 | 1 | -1/+8 | |
| * | | | | | | | driver core: bus: convert to use BUS_ATTR_WO and RW | Greg Kroah-Hartman | 2019-01-08 | 1 | -6/+5 | |
| | |_|_|_|_|/ | |/| | | | | | ||||||
* | | | | | | | Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2019-03-06 | 1 | -11/+195 | |
|\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Pull in char-misc-next from Greg | Daniel Vetter | 2019-02-20 | 1 | -4/+2 | |
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | / / / | | |_|_|/ / / | |/| | | | | | ||||||
| * | | | | | | components: multiple components for a device | Daniel Vetter | 2019-02-08 | 1 | -37/+121 | |
| * | | | | | | component: Add documentation | Daniel Vetter | 2019-02-08 | 1 | -3/+103 | |
* | | | | | | | Merge tag 'devprop-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2019-03-06 | 1 | -0/+23 | |
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | ||||||
| * | | | | | | software node: Implement get_named_child_node fwnode callback | Heikki Krogerus | 2019-02-14 | 1 | -0/+23 | |
| | |_|_|_|/ | |/| | | | | ||||||
* | | | | | | Merge tag 'pm-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 2019-03-06 | 8 | -40/+89 | |
|\ \ \ \ \ \ | ||||||
| | \ \ \ \ \ | ||||||
| | \ \ \ \ \ | ||||||
| | \ \ \ \ \ | ||||||
| | \ \ \ \ \ | ||||||
| | \ \ \ \ \ | ||||||
| | \ \ \ \ \ | ||||||
| *-----. \ \ \ \ \ | Merge branches 'pm-core', 'pm-sleep', 'pm-qos', 'pm-domains' and 'pm-em' | Rafael J. Wysocki | 2019-03-04 | 8 | -40/+89 | |
| |\ \ \ \ \ \ \ \ \ | | | | | |/ / / / / | | | | |/| | | | | | ||||||
| | | | | * | | | | | PM / Domains: Mark "name" const in dev_pm_domain_attach_by_name() | Douglas Anderson | 2019-02-15 | 1 | -1/+1 | |
| | | | | * | | | | | PM / Domains: Mark "name" const in genpd_dev_pm_attach_by_name() | Douglas Anderson | 2019-02-15 | 1 | -1/+1 | |
| | | | | * | | | | | PM: domains: no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 2019-01-23 | 1 | -9/+2 | |
| | | | |/ / / / / | ||||||
| | | * / / / / / | PM / wakeup: fix kerneldoc comment for pm_wakeup_dev_event() | Yangtao Li | 2019-01-29 | 1 | -1/+1 | |
| | | |/ / / / / | ||||||
| | * | | | | | | Merge back earlier PM core material for v5.1. | Rafael J. Wysocki | 2019-02-24 | 5 | -28/+84 | |
| |/| | | | | | | ||||||
| | * | | | | | | PM / core: Add support to skip power management in device/driver model | Sudeep Holla | 2019-02-19 | 3 | -0/+14 | |
| | * | | | | | | PM / suspend: Print debug messages for device using direct-complete | Rafael J. Wysocki | 2019-02-13 | 1 | -1/+3 | |
| | * | | | | | | PM-runtime: update time accounting only when enabled | Vincent Guittot | 2019-02-05 | 1 | -7/+10 | |
| | * | | | | | | PM-runtime: Switch accounting over to ktime_get_mono_fast_ns() | Vincent Guittot | 2019-02-05 | 1 | -4/+13 | |
| | * | | | | | | PM-runtime: Optimize pm_runtime_autosuspend_expiration() | Ladislav Michl | 2019-02-01 | 1 | -11/+8 | |
| | * | | | | | | Merge back earlier PM core material for v5.1. | Rafael J. Wysocki | 2019-02-01 | 3 | -14/+45 | |
| | |\ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | | | ||||||
| | | * | | | | | PM-runtime: Replace jiffies-based accounting with ktime-based accounting | Thara Gopinath | 2019-01-31 | 2 | -11/+17 | |
| | | * | | | | | PM-runtime: update accounting_timestamp on enable | Vincent Guittot | 2019-01-31 | 1 | -3/+8 | |
| | | * | | | | | PM: clock_ops: fix missing clk_prepare() return value check | Aditya Pakki | 2019-01-18 | 1 | -4/+9 | |
| | | * | | | | | PM-runtime: Add new interface to get accounted time | Vincent Guittot | 2019-01-15 | 1 | -0/+15 | |
| | | | |_|_|/ | | | |/| | | | ||||||
* | | | | | | | Merge tag 'regmap-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broo... | Linus Torvalds | 2019-03-05 | 2 | -5/+96 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Merge remote-tracking branch 'regmap/topic/irq' into regmap-next | Mark Brown | 2019-01-29 | 1 | -4/+95 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | regmap: regmap-irq: Add main status register support | Matti Vaittinen | 2019-01-23 | 1 | -4/+95 | |
| | | |_|_|_|/ | | |/| | | | | ||||||
| * | | | | | | Merge branch 'regmap-5.1' into regmap-next | Mark Brown | 2019-01-29 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | ||||||
| | * | | | | | regmap: Remove attribute packed from struct 'regcache_rbtree_node' | Mathieu Malaterre | 2019-01-29 | 1 | -1/+1 | |
| | |/ / / / | ||||||
* | | | | / | PM-runtime: Fix deadlock when canceling hrtimer | Vincent Guittot | 2019-02-21 | 1 | -1/+1 | |
| |_|_|_|/ |/| | | | | ||||||
* | | | | | Merge tag 'driver-core-5.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2019-02-08 | 1 | -4/+2 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| * | | | | cacheinfo: Keep the old value if of_property_read_u32 fails | Huacai Chen | 2019-01-22 | 1 | -4/+2 | |
| | |_|/ | |/| | | ||||||
* | | | | PM-runtime: Fix deadlock with ktime_get() | Vincent Guittot | 2019-01-30 | 1 | -5/+5 | |
| |/ / |/| | | ||||||
* | | | Merge tag 'regmap-fix-v5.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2019-01-18 | 1 | -1/+7 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | regmap-irq: do not write mask register if mask_base is zero | Mark Zhang | 2019-01-14 | 1 | -0/+6 | |
| * | | Merge branch 'regmap-4.21' into regmap-5.0 | Mark Brown | 2019-01-07 | 1 | -1/+1 | |
| |\ \ | | |/ | |/| | ||||||
| | * | regmap: regmap-irq: silently ignore unsupported type settings | Matti Vaittinen | 2018-12-31 | 1 | -1/+1 | |
| | | | ||||||
| \ \ | ||||||
*-. \ \ | Merge branches 'pm-cpuidle', 'pm-cpufreq' and 'pm-sleep' | Rafael J. Wysocki | 2019-01-11 | 1 | -0/+3 | |
|\ \ \ \ | ||||||
| | * | | | PM: sleep: call devfreq suspend/resume | Lukasz Luba | 2019-01-02 | 1 | -0/+3 | |
| |/ / / |