summaryrefslogtreecommitdiffstats
path: root/drivers/base
AgeCommit message (Expand)AuthorLines
2025-01-17PM: sleep: wakeirq: Introduce device-managed variant of dev_pm_set_wake_irq()Peng Fan-0/+26
2025-01-15devcoredump: Constify 'struct bin_attribute'Thomas Weißschuh-5/+5
2025-01-15devcoredump: Define 'struct bin_attribute' through macroThomas Weißschuh-6/+2
2025-01-14PM: sleep: Allow configuring the DPM watchdog to warn earlier than panicDouglas Anderson-5/+19
2025-01-13device property: Split property reading bool and presence test opsRob Herring (Arm)-0/+39
2025-01-13Merge 6.13-rc7 into driver-core-nextGreg Kroah-Hartman-4/+20
2025-01-10devres: add devm_remove_action_nowarn()Danilo Krummrich-5/+18
2025-01-10drivers: core: remove device_link argument from class_compat_[create|remove]_...Heiner Kallweit-28/+3
2025-01-10driver core: Move two simple APIs for finding child device to headerZijun Hu-32/+0
2025-01-10driver core: Introduce device_iter_t for device iterating APIsZijun Hu-6/+6
2025-01-10driver core: Correct API device_for_each_child_reverse_from() prototypeZijun Hu-2/+2
2025-01-10driver core: Correct parameter check for API device_for_each_child_reverse_fr...Zijun Hu-1/+1
2025-01-10driver core: Move true expression out of if condition in 3 device finding APIsZijun Hu-6/+15
2025-01-10driver core: class: Fix wild pointer dereferences in API class_dev_iter_next()Zijun Hu-1/+8
2025-01-10firmware_loader: Constify 'struct bin_attribute'Thomas Weißschuh-7/+7
2025-01-10devcoredump: cleanup some commentsRandy Dunlap-2/+4
2025-01-07Expand SoundWire MBQ register map supportMark Brown-22/+197
2025-01-07regmap: sdw-mbq: Add support for SDCA deferred controlsCharles Keepax-14/+115
2025-01-07regmap: sdw-mbq: Add support for further MBQ register sizesCharles Keepax-20/+94
2025-01-07topology: Keep the cpumask unchanged when printing cpumapLi Huafei-4/+20
2025-01-03driver core: Introduce an device matching API device_match_type()Zijun Hu-0/+6
2025-01-03driver core: Remove match_any()Zijun Hu-6/+1
2025-01-03driver core: Simplify API device_find_child_by_name() implementationZijun Hu-12/+1
2025-01-03driver core: Constify API device_find_child() and adapt for various usagesZijun Hu-3/+3
2024-12-24drivers: base: test: Add ...find_device_by...(... NULL) testsBrian Norris-1/+40
2024-12-24drivers: base: test: Enable device model tests with KUNIT_ALL_TESTSBrian Norris-0/+1
2024-12-24drivers: base: Don't match devices with NULL of_node/fwnode/etcBrian Norris-4/+4
2024-12-19ACPI: bus: change the prototype for acpi_get_physical_device_locationRicardo Ribalda-3/+1
2024-12-11regmap: regmap_multi_reg_read(): make register list constRichard Fitzgerald-2/+2
2024-12-09regmap: Merge up v6.12-rc2Mark Brown-13/+31
2024-12-08Merge tag 'x86_urgent_for_v6.13_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-6/+8
2024-12-06Merge tag 'fixes-2024-12-06' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+4
2024-12-06Merge tag 'regmap-fix-v6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-2/+14
2024-12-06cacheinfo: Allocate memory during CPU hotplug if not done from the primary CPURicardo Neri-6/+8
2024-12-05PM: sleep: sysfs: don't include 'pm_wakeup.h' directlyWolfram Sang-1/+0
2024-12-05PM: sleep: Update stale comment in device_resume()Rafael J. Wysocki-1/+1
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra-5/+5
2024-12-02regmap: Cleanup and microoptimizationMark Brown-6/+5
2024-12-02regmap: cache: rbtree: use krealloc_array() to replace krealloc()Andy Shevchenko-6/+4
2024-12-02regmap: cache: mapple: use kmalloc_array() to replace kmalloc()Andy Shevchenko-4/+3
2024-12-02regmap: place foo / 8 and foo % 8 closer to each otherAndy Shevchenko-2/+2
2024-12-02regmap: Use BITS_TO_BYTES()Andy Shevchenko-4/+3
2024-12-02regmap: cache: Use BITS_TO_BYTES()Andy Shevchenko-1/+1
2024-12-02regmap: detach regmap from dev on regmap_exitCosmin Tanislav-0/+12
2024-12-02regmap: Use correct format specifier for logging range errorsMark Brown-2/+2
2024-12-01arch_numa: Restore nid checks before registering a memblock with a nodeMarc Zyngier-0/+4
2024-11-29Merge tag 'driver-core-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-118/+77
2024-11-20Merge tag 'soc-drivers-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+1
2024-11-20Merge tag 'pmdomain-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/u...Linus Torvalds-1/+20
2024-11-20Merge tag 'spi-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds-28/+101