summaryrefslogtreecommitdiffstats
path: root/drivers/base (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-07-0514-153/+180
|\
| * devres: Enable trace eventsAndy Shevchenko2021-06-154-27/+89
| * devres: No need to call remove_nodes() when there none presentAndy Shevchenko2021-06-151-0/+4
| * devres: Use list_for_each_safe_from() in remove_nodes()Andy Shevchenko2021-06-151-16/+8
| * devres: Make locking straight forward in release_nodes()Andy Shevchenko2021-06-151-15/+15
| * Merge tag 'v5.13-rc6' into driver-core-nextGreg Kroah-Hartman2021-06-141-3/+3
| |\
| * | drivers/base: Constify static attribute_group structsRikard Falkeborn2021-06-044-6/+6
| * | firmware_loader: remove unneeded 'comma' macroMasahiro Yamada2021-06-041-1/+0
| * | devcoredump: remove contact informationJohannes Berg2021-06-041-4/+0
| * | Merge 5.13-rc4 into driver-core-nextGreg Kroah-Hartman2021-05-311-32/+36
| |\ \
| * | | driver core: Drop helper devm_platform_ioremap_resource_wc()Uwe Kleine-König2021-05-271-20/+0
| * | | component: Rename 'dev' to 'parent'Stephen Boyd2021-05-271-47/+42
| * | | component: Drop 'dev' argument to component_match_realloc()Stephen Boyd2021-05-271-4/+3
| * | | device property: Don't check for NULL twice in the loopsAndy Shevchenko2021-05-271-8/+8
| * | | drivers/base/node.c: make CACHE_ATTR define static DEVICE_ATTR_RORuiqi Gong2021-05-211-1/+1
| * | | Merge 5.13-rc2 into driver-core-nextGreg Kroah-Hartman2021-05-172-4/+9
| |\ \ \
| * | | | driver core: attribute_container: fix W=1 warningsYang Yingliang2021-05-141-3/+3
| * | | | driver core: replace open-coded device_lock_assert()Julian Wiedmann2021-05-141-1/+1
* | | | | Merge tag 'vfio-v5.14-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2021-07-033-93/+108
|\ \ \ \ \
| * | | | | driver core: Export device_driver_attach()Jason Gunthorpe2021-06-212-1/+3
| * | | | | driver core: Don't return EPROBE_DEFER to userspace during sysfs bindChristoph Hellwig2021-06-211-39/+45
| * | | | | driver core: Flow the return code from ->probe() through to sysfs bindChristoph Hellwig2021-06-212-14/+21
| * | | | | driver core: Better distinguish probe errors in really_probeChristoph Hellwig2021-06-211-30/+42
| * | | | | driver core: Pull required checks into driver_probe_device()Jason Gunthorpe2021-06-212-23/+11
| | |_|_|/ | |/| | |
* | | | | Merge tag 'linux-kselftest-kunit-fixes-5.14-rc1' of git://git.kernel.org/pub/...Linus Torvalds2021-07-021-28/+28
|\ \ \ \ \
| * | | | | device property: Remove some casts in property-entry-testDavid Gow2021-06-241-28/+28
| | |_|/ / | |/| | |
* | | | | Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-07-011-0/+7
|\ \ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-192-35/+39
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | driver core: add a helper to setup both the of_node and fwnode of a deviceIoana Ciornei2021-06-171-0/+7
| | |/ / / | |/| | |
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-06-301-8/+10
|\ \ \ \ \
| * | | | | mm/vmstat: convert NUMA statistics to basic NUMA countersMel Gorman2021-06-291-8/+10
* | | | | | Merge tag 'devprop-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-06-291-17/+14
|\ \ \ \ \ \
| * | | | | | device property: Unify access to of_nodeAndy Shevchenko2021-06-071-16/+13
| * | | | | | device property: Retrieve fwnode from of_node via accessorAndy Shevchenko2021-05-101-2/+2
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'pm-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2021-06-294-27/+60
|\ \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *-. \ \ \ \ \ Merge branches 'pm-domains' and 'pm-devfreq'Rafael J. Wysocki2021-06-292-15/+50
| |\ \ \ \ \ \ \ | | | | |_|_|/ / | | | |/| | | |
| | * | | | | | PM: domains: Drop/restore performance state votes for devices at runtime PMUlf Hansson2021-06-111-2/+25
| | * | | | | | PM: domains: Return early if perf state is already set for the deviceUlf Hansson2021-06-111-0/+3
| | * | | | | | PM: domains: Split code in dev_pm_genpd_set_performance_state()Ulf Hansson2021-06-111-12/+19
| | * | | | | | PM: domains: fix some kernel-doc issuesYang Yingliang2021-06-082-1/+3
| | |/ / / / /
| | | | | | |
| | \ \ \ \ \
| *-. \ \ \ \ \ Merge branches 'pm-core' and 'pm-sleep'Rafael J. Wysocki2021-06-292-12/+10
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | | * | | | | PM: wakeirq: Set IRQF_NO_AUTOEN when requesting the IRQTian Tao2021-05-241-2/+2
| | | | |_|/ / | | | |/| | |
| | * | | | | PM: runtime: Allow unassigned ->runtime_suspend|resume callbacksUlf Hansson2021-06-111-5/+3
| | * | | | | PM: runtime: Improve path in rpm_idle() when no callbackUlf Hansson2021-06-111-5/+5
| | | |_|_|/ | | |/| | |
* | | | | | Merge tag 'regmap-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds2021-06-286-8/+182
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Merge remote-tracking branch 'regmap/for-5.14' into regmap-nextMark Brown2021-06-146-8/+182
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | regmap: mdio: Reject invalid addressesSander Vanheule2021-06-141-4/+16
| | * | | | regmap: mdio: Fix regmap_bus pointer constnessSander Vanheule2021-06-141-1/+1
| | * | | | regmap: mdio: Add clause-45 supportSander Vanheule2021-06-081-14/+56
| | * | | | regmap: mdio: Clean up invalid clause-22 addressesSander Vanheule2021-06-081-3/+6