summaryrefslogtreecommitdiffstats
path: root/drivers/base
AgeCommit message (Expand)AuthorLines
2023-06-21Merge tag 'regmap-fix-v6.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2023-06-20regmap: spi-avmm: Fix regmap_bus max_raw_writeRuss Weight-1/+1
2023-06-15Merge tag 'regmap-fix-v6.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+3
2023-06-13regmap: regcache: Don't sync read-only registersTakashi Iwai-0/+3
2023-06-04Merge tag 'char-misc-6.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2023-06-04Merge tag 'driver-core-6.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+26
2023-05-31drivers: base: cacheinfo: Update cpu_map_populated during CPU HotplugK Prateek Nayak-0/+6
2023-05-31drivers: base: cacheinfo: Fix shared_cpu_map changes in event of CPU hotplugK Prateek Nayak-0/+20
2023-05-31firmware_loader: Fix a NULL vs IS_ERR() checkDan Carpenter-1/+1
2023-05-30Merge tag 'regmap-fix-v6.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-6/+22
2023-05-24regmap: maple: Drop the RCU read lock while syncing registersMark Brown-1/+4
2023-05-24regmap: sdw: check for invalid multi-register writes configSrinivas Kandagatla-0/+4
2023-05-19driver core: class: properly reference count class_dev_iter()Greg Kroah-Hartman-0/+2
2023-05-18regmap: Account for register length when chunkingJim Wylder-2/+4
2023-05-08regmap: REGMAP_KUNIT should not select REGMAPGeert Uytterhoeven-3/+10
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-4/+4
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-397/+782
2023-04-27Merge tag 'devicetree-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1
2023-04-25Merge tag 'pm-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds-6/+6
2023-04-25Merge tag 'regmap-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds-436/+1257
2023-04-24Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+2
2023-04-20device property: make device_property functions take const device *Guenter Roeck-8/+8
2023-04-20driver core: update comments in device_rename()Wedson Almeida Filho-10/+6
2023-04-20driver core: Don't require dynamic_debug for initcall_debug probe timingStephen Boyd-1/+6
2023-04-20firmware_loader: rework crypto dependenciesArnd Bergmann-2/+3
2023-04-20firmware_loader: Strip off \n from customized pathFlorian Fainelli-4/+13
2023-04-19Merge tag 'cacheinfo-updates-6.4' of git://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman-32/+103
2023-04-14cacheinfo: Add use_arch[|_cache]_info field/functionPierre Gondois-2/+10
2023-04-14arch_topology: Remove early cacheinfo error message if -ENOENTPierre Gondois-3/+4
2023-04-14cacheinfo: Check cache properties are present in DTPierre Gondois-0/+32
2023-04-14cacheinfo: Check sib_leaf in cache_leaves_are_shared()Pierre Gondois-3/+2
2023-04-13cacheinfo: Adjust includes to remove of_device.hRob Herring-1/+1
2023-04-13cacheinfo: Allow early level detection when DT/ACPI info is missing/brokenRadu Rendec-2/+2
2023-04-13cacheinfo: Add arch specific early level initializerRadu Rendec-22/+53
2023-04-07regmap: allow upshifting register addresses before performing operationsMaxime Chevallier-3/+9
2023-04-07PM: core: Remove unnecessary (void *) conversionsLi zeming-6/+6
2023-04-05mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov-4/+4
2023-04-05Migrate the PCIe-IDIO-24 and WS16C48 GPIO driversMark Brown-3/+5
2023-04-05regmap: Pass irq_drv_data as a parameter for set_type_config()William Breathitt Gray-3/+5
2023-04-05tick/nohz: Fix cpu_is_hotpluggable() by checking with nohz subsystemJoel Fernandes (Google)-1/+2
2023-04-05regmap: Use mas_walk() instead of mas_find()Mark Brown-2/+2
2023-04-04regmap: Fix double unlock in the maple cacheMark Brown-2/+3
2023-04-03driver core: class: remove struct class_interface * from callbacksGreg Kroah-Hartman-8/+6
2023-04-03driver core: class: mark the struct class in struct class_interface constantGreg Kroah-Hartman-1/+1
2023-04-03driver core: class: make class_register() take a const *Greg Kroah-Hartman-4/+4
2023-04-03driver core: class: mark class_release() as taking a const *Greg Kroah-Hartman-1/+1
2023-04-03driver core: remove incorrect comment for device_create*Greg Kroah-Hartman-6/+0
2023-04-03regmap: Add maple tree based register cacheMark Brown-1/+284
2023-04-03regmap: Factor out single value register syncingMark Brown-14/+27
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman-5/+11