summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'regmap-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds2024-05-1410-256/+769
|\
| * regmap: kunit: Fix an NULL vs IS_ERR() checkDan Carpenter2024-04-151-3/+3
| * regmap: spi: Add missing MODULE_DESCRIPTION()Andy Shevchenko2024-04-101-0/+1
| * regmap: Drop capitalisation in MODULE_DESCRIPTION()Andy Shevchenko2024-04-104-4/+4
| * regmap: kunit: Add some test cases and a few smallMark Brown2024-04-097-257/+826
| |\
| | * regmap: kunit: Add test cases for regmap_read_bypassed()Richard Fitzgerald2024-04-081-0/+131
| | * regmap: kunit: Add cache-drop test with multiple cache blocksRichard Fitzgerald2024-04-081-0/+103
| | * regmap: kunit: Replace a kmalloc/kfree() pair with KUnit-managed allocRichard Fitzgerald2024-04-081-3/+1
| | * regmap: kunit: Use a KUnit action to call regmap_exit()Richard Fitzgerald2024-04-081-55/+7
| | * regmap: kunit: Add more cache-sync testsRichard Fitzgerald2024-04-081-4/+122
| | * regmap: kunit: Add more cache-drop testsRichard Fitzgerald2024-04-081-0/+135
| | * regmap: kunit: Run non-sparse cache tests at non-zero register addressesRichard Fitzgerald2024-04-081-29/+57
| | * regmap: kunit: Run sparse cache tests at non-zero register addressesRichard Fitzgerald2024-04-081-22/+45
| | * regmap: kunit: Introduce struct for test case parametersRichard Fitzgerald2024-04-081-116/+95
| | * regmap: kunit: Create a struct device for the regmapRichard Fitzgerald2024-04-084-42/+87
| | * regmap: kunit: Fix warnings of implicit casts to __le16 and __be16Richard Fitzgerald2024-04-081-7/+7
| * | regmap: maple: Remove second semicolonColin Ian King2024-03-251-1/+1
* | | Merge tag 'pm-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2024-05-142-7/+10
|\ \ \
| | \ \
| | \ \
| *-. \ \ Merge branches 'pm-cpuidle', 'pm-sleep' and 'pm-powercap'Rafael J. Wysocki2024-05-132-7/+10
| |\ \ \ \ | | |_|_|/ | |/| | |
| | | * | Merge back earlier system-wide PM changes for 6.10.Rafael J. Wysocki2024-04-112-7/+10
| | |/| |
| | | * | PM: sleep: Take advantage of %ps to simplify debug outputLen Brown2024-04-081-3/+3
| | | * | PM: wakeup: make device_wakeup_disable() return voidDhruva Gole2024-04-031-4/+7
| | | |/
* | | | Merge tag 'sched-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-05-131-13/+13
|\ \ \ \ | |/ / / |/| | |
| * | | sched/cpufreq: Rename arch_update_thermal_pressure() => arch_update_hw_pressu...Vincent Guittot2024-04-241-13/+13
| | |/ | |/|
* | | regmap: Add regmap_read_bypassed()Richard Fitzgerald2024-04-081-0/+37
| |/ |/|
* | Merge tag 'regmap-fix-v6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-04-051-3/+3
|\ \
| * | regmap: maple: Fix uninitialized symbol 'ret' warningsRichard Fitzgerald2024-03-291-2/+2
| * | regmap: maple: Fix cache corruption in regcache_maple_drop()Richard Fitzgerald2024-03-271-1/+1
| |/
* / driver core: Introduce device_link_wait_removal()Herve Codina2024-03-261-3/+23
|/
* Merge tag 'driver-core-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-03-218-94/+118
|\
| * device: core: Log warning for devices pending deferred probe on timeoutNícolas F. R. A. Prado2024-03-071-1/+1
| * driver: core: Use dev_* instead of pr_* so device metadata is addedNícolas F. R. A. Prado2024-03-071-14/+12
| * driver: core: Log probe failure as error and with device metadataNícolas F. R. A. Prado2024-03-071-2/+2
| * driver core: Add FWLINK_FLAG_IGNORE to completely ignore a fwnode linkSaravana Kannan2024-03-071-1/+8
| * driver core: Adds flags param to fwnode_link_add()Saravana Kannan2024-03-071-2/+3
| * device property: Don't use "proxy" headersAndy Shevchenko2024-03-072-6/+18
| * driver core: Move fw_devlink stuff to where it belongsAndy Shevchenko2024-03-072-56/+58
| * firmware_loader: Suppress warning on FW_OPT_NO_WARN flagMukesh Ojha2024-03-071-6/+10
| * platform-msi: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET2024-03-071-3/+3
| * Merge 6.8-rc5 into driver-core-nextGreg Kroah-Hartman2024-02-193-30/+66
| |\
| * | driver core: component: fix spellosRandy Dunlap2024-01-301-2/+2
| * | driver core: cpu: make cpu_subsys constGreg Kroah-Hartman2024-01-301-1/+1
* | | Merge tag 'cxl-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds2024-03-161-3/+4
|\ \ \
| * | | cxl/region: Deal with numa nodes not enumerated by SRATDave Jiang2024-03-121-0/+1
| * | | base/node / ACPI: Enumerate node access class for 'struct access_coordinate'Dave Jiang2024-03-121-3/+3
| | |/ | |/|
* | | Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-143-10/+69
|\ \ \
| * | | crash: split crash dumping code out from kexec_core.cBaoquan He2024-02-231-3/+3
| * | | mm and cache_info: remove unnecessary CPU cache info updateHuang Ying2024-02-221-6/+44
| * | | mm/memory_hotplug: introduce MEM_PREPARE_ONLINE/MEM_FINISH_OFFLINE notifiersSumanth Korikkar2024-02-211-1/+22
| |/ /
* | | Merge tag 'pm-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2024-03-133-154/+153
|\ \ \