summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | regmap: Merge up fix for window/paging issueMark Brown2023-10-303-2/+33
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | regmap: Ensure range selector registers are updated after cache syncMark Brown2023-10-261-0/+30
| * | | | regmap: kunit: Add test for cache sync interaction with rangesMark Brown2023-10-261-2/+64
| * | | | regmap: kunit: Fix marking of the range window as volatileMark Brown2023-10-261-1/+1
| * | | | regmap: debugfs: Fix a erroneous check after snprintf()Christophe JAILLET2023-09-111-1/+1
* | | | | Merge tag 'opp-updates-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Rafael J. Wysocki2023-10-252-12/+42
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | PM: domains: Implement the ->set_performance_state() callback for genpdUlf Hansson2023-10-061-12/+21
| * | | | PM: domains: Introduce dev_pm_domain_set_performance_state()Ulf Hansson2023-10-061-0/+21
| |/ / /
* | | | Merge tag 'regmap-fix-v6.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-10-181-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | regmap: fix NULL deref on lookupJohan Hovold2023-10-091-1/+1
* | | | Merge tag 'regmap-fix-v6.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-10-031-1/+2
|\| | | | |_|/ |/| |
| * | regmap: rbtree: Fix wrong register marked as in-cache when creating new nodeRichard Fitzgerald2023-09-221-1/+2
| |/
* / driver core: return an error when dev_set_name() hasn't happenedAndy Shevchenko2023-09-121-0/+2
|/
* Merge tag 'driver-core-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-09-0110-12/+387
|\
| * driver core: Call in reversed order in device_platform_notify_remove()Andy Shevchenko2023-08-221-3/+3
| * driver core: Return proper error code when dev_set_name() failsAndy Shevchenko2023-08-221-7/+6
| * drivers: base: test: Add missing MODULE_* macros to root device testsMaxime Ripard2023-08-161-0/+4
| * drivers: base: test: Add missing MODULE_* macros for platform devices testsMaxime Ripard2023-08-161-0/+4
| * drivers: base: Free devm resources when unregistering a deviceDavid Gow2023-08-123-4/+11
| * drivers: base: Add basic devm tests for platform devicesMaxime Ripard2023-08-122-0/+223
| * drivers: base: Add basic devm tests for root devicesMaxime Ripard2023-08-124-0/+118
| * base/node: Remove duplicated includeGUO Zihua2023-08-121-1/+0
| * driver/base/cpu: Retry online operation if -EBUSYWaiman Long2023-08-051-0/+19
| * driver core: Call dma_cleanup() on the test_remove pathJason Gunthorpe2023-08-051-0/+2
| * driver core: test_async: fix an error codeDan Carpenter2023-08-051-1/+1
* | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2023-08-301-3/+2
|\ \
| * | driver core: Replace kstrdup() + strreplace() with kstrdup_and_replace()Andy Shevchenko2023-08-041-3/+2
* | | Merge tag 'devicetree-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-08-301-1/+1
|\ \ \
| * | | of: Move of_platform_register_reconfig_notifier() into DT coreRob Herring2023-08-041-1/+1
| |/ /
* | | Merge tag 'dma-mapping-6.6-2023-08-29' of git://git.infradead.org/users/hch/d...Linus Torvalds2023-08-291-3/+1
|\ \ \
| * | | swiotlb: make io_tlb_default_mem local to swiotlb.cPetr Tesarik2023-08-011-3/+1
| | |/ | |/|
* | | Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-08-292-0/+26
|\ \ \
| * | | crash: memory and CPU hotplug sysfs attributesEric DeVolder2023-08-242-0/+26
| |/ /
* | | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-292-12/+19
|\ \ \
| * | | mm,thp: fix nodeN/meminfo output alignmentHugh Dickins2023-08-211-2/+2
| * | | mm/memory_hotplug: embed vmem_altmap details in memory blockAneesh Kumar K.V2023-08-211-10/+17
| |/ /
* | | Merge tag 'regmap-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds2023-08-297-176/+88
|\ \ \
| * | | regmap: Merge up fixes from Linus' treeMark Brown2023-07-302-53/+9
| |\| |
| * | | regmap: Fix the type used for a bitmap pointerChristophe JAILLET2023-07-231-1/+1
| * | | regmap: Merge up fixes from mainlineMark Brown2023-07-237-13/+17
| |\ \ \
| * | | | regmap: Remove dynamic allocation warnings for rbtree and mapleMark Brown2023-07-211-9/+0
| * | | | regmap: rbtree: Use alloc_flags for memory allocationsDan Carpenter2023-07-211-5/+5
| * | | | regmap: maple: Use alloc_flags for memory allocationsGuenter Roeck2023-07-201-8/+8
| * | | | regmap: Reject fast_io regmap configurations with RBTREE and MAPLE cachesGuenter Roeck2023-07-201-0/+9
| * | | | regmap: Provide test for regcache_reg_present()Mark Brown2023-07-181-0/+40
| * | | | regmap: Let users check if a register is cachedMark Brown2023-07-181-0/+23
| * | | | regmap: Provide user selectable option to enable regmapMark Brown2023-07-131-1/+11
| * | | | regmap: mmio: Remove unused 64-bit support codeAndy Shevchenko2023-07-091-24/+0
| * | | | regmap: cache: Revert "Add 64-bit mode support"Andy Shevchenko2023-07-091-15/+0
| * | | | regmap: Revert "add 64-bit mode support" and Co.Andy Shevchenko2023-07-091-122/+0
| | |_|/ | |/| |