summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
2023-06-14regmap: Add KUnit tests for read/write checkingMark Brown1-0/+115
2023-06-14regmap: Check for register readability before checking cache during readMark Brown1-3/+3
2023-06-14regmap: Add test to make sure we don't sync to read only registersMark Brown1-0/+42
2023-06-14regmap: Add a test case for write only registersMark Brown1-0/+32
2023-06-14regmap: Add test that writes to write only registers are preventedMark Brown1-0/+41
2023-06-13regmap: Add debugfs file for forcing field writesWaqar Hameed3-1/+15
2023-06-13regmap: regcache: Don't sync read-only registersTakashi Iwai1-0/+3
2023-06-12regmap: Provide basic test coverage for raw I/OMark Brown4-1/+469
2023-06-12regmap: Don't check for changes in regcache_set_val()Mark Brown2-7/+3
2023-06-12regmap: maple: Implement block sync for the maple tree cacheMark Brown3-8/+80
2023-06-12regmap: Merge up v6.4-rc6Mark Brown6-7/+49
2023-06-12regmap: Provide basic KUnit coverage for the raw register I/OMark Brown1-0/+327
2023-06-12regmap: Provide a ram backed regmap with raw supportMark Brown3-1/+142
2023-06-06mm: Add support for unaccepted memoryKirill A. Shutemov1-0/+7
2023-06-05driver core: return bool from driver_probe_doneChristoph Hellwig1-4/+2
2023-06-05Merge 6.4-rc5 into driver-core-nextGreg Kroah-Hartman6-7/+49
2023-06-04Merge tag 'char-misc-6.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2023-06-04Merge tag 'driver-core-6.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+26
2023-06-01regmap: Add missing cache_only checksCharles Keepax1-10/+16
2023-06-01regmap: regmap-irq: Move handle_post_irq to before pm_runtime_putCharles Keepax1-3/+3
2023-05-31drivers: base: cacheinfo: Update cpu_map_populated during CPU HotplugK Prateek Nayak1-0/+6
2023-05-31drivers: base: cacheinfo: Fix shared_cpu_map changes in event of CPU hotplugK Prateek Nayak1-0/+20
2023-05-31firmware_loader: Fix a NULL vs IS_ERR() checkDan Carpenter1-1/+1
2023-05-31base/node: Use 'property' to identify an access parameterDave Jiang1-4/+4
2023-05-31isa: Remove unnecessary checksVladislav Efanov1-5/+2
2023-05-31Merge tag 'regmap-fix-v6.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-6/+22
2023-05-24PM: suspend: Fix pm_suspend_target_state handling for !CONFIG_PMKai-Heng Feng1-5/+0
2023-05-24PM: domains: fix integer overflow issues in genpd_parse_state()Nikita Zhandarovich1-3/+3
2023-05-24regmap: Load register defaults in blocks rather than register by registerMark Brown1-6/+52
2023-05-24regmap: maple: Drop the RCU read lock while syncing registersMark Brown1-1/+4
2023-05-24regmap: sdw: check for invalid multi-register writes configSrinivas Kandagatla1-0/+4
2023-05-24regmap: Merge up v6.4-rc3Mark Brown1-0/+2
2023-05-19driver core: class: properly reference count class_dev_iter()Greg Kroah-Hartman1-0/+2
2023-05-18regmap: Account for register length when chunkingJim Wylder1-2/+4
2023-05-12regmap-irq: Cleanups and remove unusedMark Brown1-175/+47
2023-05-12regmap: mmio: Allow passing an empty config->reg_strideMaxime Chevallier1-1/+1
2023-05-12regmap-irq: Drop backward compatibility for inverted mask/unmaskAidan MacDonald1-33/+11
2023-05-12regmap-irq: Minor adjustments to .handle_mask_sync()Aidan MacDonald1-34/+31
2023-05-12regmap-irq: Remove support for not_fixed_strideAidan MacDonald1-40/+3
2023-05-12regmap-irq: Remove type registersAidan MacDonald1-74/+8
2023-05-11regmap-irq: Remove virtual registersAidan MacDonald1-48/+0
2023-05-08regmap: REGMAP_KUNIT should not select REGMAPGeert Uytterhoeven1-3/+10
2023-05-08regmap-irq: Drop map from handle_mask_sync() parametersWilliam Breathitt Gray1-3/+2
2023-04-28Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+4
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds18-397/+782
2023-04-27Merge tag 'devicetree-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2023-04-26Merge tag 'pm-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-6/+6
2023-04-26Merge tag 'regmap-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds11-436/+1257
2023-04-24Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+2
2023-04-20device property: make device_property functions take const device *Guenter Roeck1-8/+8