summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
...
* | regmap-irq: Fix out-of-bounds access when allocating config buffersIsaac J. Manjarres2023-07-121-1/+1
|/
* Merge tag 'driver-core-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-07-033-12/+15
|\
| * drivers: fwnode: fix fwnode_irq_get[_byname]()Matti Vaittinen2023-06-151-3/+9
| * Merge 6.4-rc5 into driver-core-nextGreg Kroah-Hartman2023-06-056-7/+49
| |\
| * | base/node: Use 'property' to identify an access parameterDave Jiang2023-05-311-4/+4
| * | isa: Remove unnecessary checksVladislav Efanov2023-05-311-5/+2
* | | Merge tag 'regmap-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds2023-06-2810-259/+808
|\ \ \
| * | | regmap: Allow reads from write only registers with the flat cacheMark Brown2023-06-191-3/+12
| * | | regmap: Drop early readability checkMark Brown2023-06-161-3/+3
| * | | regmap: Add KUnit tests for read/write checkingMark Brown2023-06-141-0/+115
| |\ \ \
| | * | | regmap: Add test to make sure we don't sync to read only registersMark Brown2023-06-141-0/+42
| | * | | regmap: Add a test case for write only registersMark Brown2023-06-141-0/+32
| | * | | regmap: Add test that writes to write only registers are preventedMark Brown2023-06-141-0/+41
| * | | | regmap: Check for register readability before checking cache during readMark Brown2023-06-141-3/+3
| |/ / /
| * | | regmap: Add debugfs file for forcing field writesWaqar Hameed2023-06-133-1/+15
| * | | regmap: Provide basic test coverage for raw I/OMark Brown2023-06-124-1/+469
| |\ \ \
| | * | | regmap: Provide basic KUnit coverage for the raw register I/OMark Brown2023-06-121-0/+327
| | * | | regmap: Provide a ram backed regmap with raw supportMark Brown2023-06-123-1/+142
| | | |/ | | |/|
| * | | regmap: Don't check for changes in regcache_set_val()Mark Brown2023-06-122-7/+3
| * | | regmap: maple: Implement block sync for the maple tree cacheMark Brown2023-06-123-8/+80
| * | | regmap: Merge up v6.4-rc6Mark Brown2023-06-126-7/+49
| |\| |
| * | | regmap: Add missing cache_only checksCharles Keepax2023-06-011-10/+16
| * | | regmap: regmap-irq: Move handle_post_irq to before pm_runtime_putCharles Keepax2023-06-011-3/+3
| * | | regmap: Load register defaults in blocks rather than register by registerMark Brown2023-05-241-6/+52
| * | | regmap: Merge up v6.4-rc3Mark Brown2023-05-231-0/+2
| |\ \ \ | | | |/ | | |/|
| * | | regmap-irq: Cleanups and remove unusedMark Brown2023-05-121-175/+47
| |\ \ \
| | * | | regmap-irq: Drop backward compatibility for inverted mask/unmaskAidan MacDonald2023-05-121-33/+11
| | * | | regmap-irq: Minor adjustments to .handle_mask_sync()Aidan MacDonald2023-05-121-34/+31
| | * | | regmap-irq: Remove support for not_fixed_strideAidan MacDonald2023-05-121-40/+3
| | * | | regmap-irq: Remove type registersAidan MacDonald2023-05-121-74/+8
| * | | | regmap: mmio: Allow passing an empty config->reg_strideMaxime Chevallier2023-05-121-1/+1
| |/ / /
| * | | regmap-irq: Remove virtual registersAidan MacDonald2023-05-111-48/+0
| * | | regmap-irq: Drop map from handle_mask_sync() parametersWilliam Breathitt Gray2023-05-081-3/+2
* | | | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-281-3/+3
|\ \ \ \
| * | | | drivers/base: use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGNCatalin Marinas2023-06-191-3/+3
| | |/ / | |/| |
* | | | Merge tag 'pm-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2023-06-262-11/+9
|\ \ \ \
| | \ \ \
| | \ \ \
| *-. \ \ \ Merge branches 'pm-sleep' and 'pm-domains'Rafael J. Wysocki2023-06-262-11/+9
| |\ \ \ \ \
| | | * | | | PM: domains: Move the verification of in-params from genpd_add_device()Ulf Hansson2023-06-161-3/+6
| | | * | | | PM: domains: fix integer overflow issues in genpd_parse_state()Nikita Zhandarovich2023-05-241-3/+3
| | | |/ / /
| | * / / / PM: suspend: Fix pm_suspend_target_state handling for !CONFIG_PMKai-Heng Feng2023-05-241-5/+0
| | |/ / /
* | | | | Merge tag 'x86_cc_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-06-261-0/+7
|\ \ \ \ \
| * | | | | mm: Add support for unaccepted memoryKirill A. Shutemov2023-06-061-0/+7
| | |_|_|/ | |/| | |
* | | | | Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds2023-06-261-4/+2
|\ \ \ \ \
| * | | | | driver core: return bool from driver_probe_doneChristoph Hellwig2023-06-051-4/+2
| | |_|_|/ | |/| | |
* | | | | Merge tag 'regmap-fix-v6.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-06-211-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | regmap: spi-avmm: Fix regmap_bus max_raw_writeRuss Weight2023-06-201-1/+1
* | | | | Merge tag 'regmap-fix-v6.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-06-151-0/+3
|\| | | | | |_|/ / |/| | |
| * | | regmap: regcache: Don't sync read-only registersTakashi Iwai2023-06-131-0/+3
* | | | Merge tag 'char-misc-6.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-06-041-1/+1
|\ \ \ \
| * | | | firmware_loader: Fix a NULL vs IS_ERR() checkDan Carpenter2023-05-311-1/+1
| | |_|/ | |/| |