aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-06-26leds: spi-byte: Use devm_mutex_init() for mutex initializationAndy Shevchenko1-20/+6
2024-06-26leds: spi-byte: Utilise temporary variable for struct deviceAndy Shevchenko1-1/+1
2024-06-26leds: spi-byte: Make use of device propertiesAndy Shevchenko2-9/+7
2024-06-26leds: spi-byte: Get rid of custom led_init_default_state_get()Andy Shevchenko1-12/+5
2024-06-26leds: spi-byte: Call of_node_put() on error pathAndy Shevchenko1-1/+5
2024-06-26leds: ncp5623: Use common error handling code in ncp5623_probe()Markus Elfring1-8/+8
2024-06-26leds: core: Omit set_brightness error message for a LED supporting hw trigger...Lee Jones1-6/+13
2024-06-26backlight: lm3509_bl: Fix early returns in for_each_child_of_node()Javier Carrasco1-2/+1
2024-06-26soc: samsung: exynos-pmu: update to use of_syscon_register_regmap()Peter Griffin1-24/+14
2024-06-26mfd: syscon: Add of_syscon_register_regmap() APIPeter Griffin2-0/+56
2024-06-26gpu: ipu-v3: pre: don't use fixed timeout when waiting for safe windowLucas Stach1-8/+14
2024-06-26gpu: ipu-v3: pre: add dynamic buffer layout reconfigurationLucas Stach3-30/+63
2024-06-26gpu: ipu-v3: pre: move state into structLucas Stach1-12/+15
2024-06-26gpu: ipu-v3: pre: replace of_node_put() with __freeR Sundar1-5/+2
2024-06-26Merge patch series "riscv: Memory Hot(Un)Plug support"Palmer Dabbelt10-46/+364
2024-06-26riscv: Enable DAX VMEMMAP optimizationBjörn Töpel1-0/+1
2024-06-26riscv: mm: Add support for ZONE_DEVICEBjörn Töpel4-0/+39
2024-06-26virtio-mem: Enable virtio-mem for RISC-VBjörn Töpel1-1/+1
2024-06-26riscv: Enable memory hotplugging for RISC-VBjörn Töpel1-0/+3
2024-06-26riscv: mm: Take memory hotplug read-lock during kernel page table dumpBjörn Töpel1-0/+3
2024-06-26riscv: mm: Add memory hotplugging supportBjörn Töpel1-0/+267
2024-06-26riscv: mm: Add pfn_to_kaddr() implementationBjörn Töpel1-0/+5
2024-06-26riscv: mm: Refactor create_linear_mapping_range() for memory hot addBjörn Töpel1-9/+6
2024-06-26riscv: mm: Change attribute from __init to __meminit for page functionsBjörn Töpel3-34/+28
2024-06-26riscv: mm: Pre-allocate vmemmap/direct map/kasan PGD entriesBjörn Töpel2-2/+11
2024-06-26riscv: mm: Properly forward vmemmap_populate() altmap parameterBjörn Töpel1-1/+1
2024-06-26wifi: ath12k: fix peer metadata parsingKarthikeyan Periyasamy6-14/+72
2024-06-26wifi: ath12k: Fix pdev id sent to firmware for single phy devicesLingbo Kong2-0/+77
2024-06-26block: move dma_pad_mask into queue_limitsChristoph Hellwig8-33/+21
2024-06-26block: remove the fallback case in queue_dma_alignmentChristoph Hellwig1-1/+1
2024-06-26block: remove disk_update_readaheadChristoph Hellwig4-9/+4
2024-06-26block: conding style fixup for blk_queue_max_guaranteed_bioChristoph Hellwig1-2/+1
2024-06-26block: convert features and flags to __bitwise typesChristoph Hellwig2-45/+46
2024-06-26block: rename BLK_FEAT_MISALIGNEDChristoph Hellwig2-10/+10
2024-06-26block: correctly report cache typeChristoph Hellwig1-3/+3
2024-06-26md: set md-specific flags for all queue limitsChristoph Hellwig6-9/+14
2024-06-26RDMA/efa: Remove duplicate aenq enable macroYonatan Nachum1-4/+0
2024-06-26ASoC: codecs: lpass-macro: Use enum for handling codec versionKrzysztof Kozlowski3-7/+7
2024-06-26ASoC: codecs: lpass-macro: Gracefully handle unknown versionKrzysztof Kozlowski2-2/+4
2024-06-26ASoC: rt5645: fix issue of random interrupt from push-buttonJack Yu2-6/+24
2024-06-26RDMA/efa: Use offset_in_page() functionGal Pressman1-1/+1
2024-06-26dm: optimize flushesMikulas Patocka6-12/+61
2024-06-26power: supply: samsung-sdi-battery: Constify struct power_supply_maintenance_...Christophe JAILLET4-6/+6
2024-06-26power: supply: samsung-sdi-battery: Constify struct power_supply_vbat_ri_tableChristophe JAILLET3-15/+15
2024-06-26media: vivid: fix CREATE_BUFS support in queue_setup()Hans Verkuil4-4/+13
2024-06-26media: vivid: fix wrong sizeimage value for mplaneHans Verkuil2-9/+12
2024-06-26block: change rq_integrity_vec to respect the iteratorMikulas Patocka2-10/+10
2024-06-26mfd: stm32-timers: Drop unused TIM_DIER_CC_IEUwe Kleine-König1-1/+0
2024-06-26counter: stm32-timer-cnt: Use TIM_DIER_CCxIE(x) instead of TIM_DIER_CCxIE(x)Uwe Kleine-König1-2/+2
2024-06-26mfd: stm32-timers: Add some register definitions with a parameterUwe Kleine-König1-25/+35