aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware
AgeCommit message (Expand)AuthorFilesLines
2024-01-04firmware: arm_scmi: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-01-04Merge branch 'acpi-utils'Rafael J. Wysocki1-5/+2
2024-01-03Merge tag 'efi-urgent-for-v6.7-3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+2
2024-01-02efi/x86: Fix the missing KASLR_FLAG bit in boot_params->hdr.loadflagsYuntao Wang1-0/+2
2023-12-28firmware: coreboot: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-12-22Merge tag 'scmi-updates-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Arnd Bergmann11-39/+105
2023-12-22Merge tag 'riscv-soc-drivers-for-v6.8' of https://git.kernel.org/pub/scm/linu...Arnd Bergmann5-0/+511
2023-12-22Merge tag 'amlogic-drivers-for-v6.8' of https://git.kernel.org/pub/scm/linux/...Arnd Bergmann1-11/+8
2023-12-22Merge tag 'qcom-drivers-for-6.8' of https://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann1-7/+13
2023-12-22Merge tag 'ti-driver-soc-for-v6.8' of https://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann1-5/+5
2023-12-22Merge tag 'system-thread-for-v6.8' of https://git.linaro.org/people/jens.wikl...Arnd Bergmann1-0/+4
2023-12-22efi: memmap: fix kernel-doc warningsRandy Dunlap1-3/+5
2023-12-20x86/asm: Always set A (accessed) flag in GDT descriptorsVegard Nossum1-2/+2
2023-12-20x86/asm: Replace magic numbers in GDT descriptors, script-generated changeVegard Nossum1-2/+2
2023-12-19efi/loongarch: Directly position the loaded image fileWang Yao3-6/+13
2023-12-19Merge branch 'efi/urgent' into efi/nextArd Biesheuvel4-13/+30
2023-12-19efi/libstub: zboot: do not use $(shell ...) in cmd_copy_and_padMasahiro Yamada1-2/+2
2023-12-18firmware: qcom: qseecom: fix memory leaks in error pathsBartosz Golaszewski1-7/+13
2023-12-15firmware: xilinx: Remove zynqmp_pm_pinctrl_get_function()Michal Simek1-24/+0
2023-12-15firmware: xilinx: Remove clock_setrate and clock_getrate apiMichal Simek1-38/+0
2023-12-13Merge tag 'efi-urgent-for-v6.7-2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-12/+29
2023-12-11efi/x86: Avoid physical KASLR on older Dell systemsArd Biesheuvel1-7/+24
2023-12-11efivarfs: automatically update super block flagMasahisa Kojima2-0/+14
2023-12-11efi: Add tee-based EFI variable driverMasahisa Kojima4-0/+868
2023-12-11efi: expose efivar generic ops register functionMasahisa Kojima1-0/+12
2023-12-11efi/loongarch: Use load address to calculate kernel entry addressWang Yao2-5/+5
2023-12-11Merge 6.7-rc5 into char-misc-nextGreg Kroah-Hartman3-33/+57
2023-12-08Merge tag 'soc-fixes-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-32/+56
2023-12-07firmware: microchip: Replace of_device.h with explicit includeRob Herring1-1/+1
2023-12-07firmware: zynqmp: Add support to handle IPI CRC failureJay Buddhabhatti1-0/+1
2023-12-07drivers: soc: xilinx: Fix error message on SGI registration failureJay Buddhabhatti1-1/+3
2023-12-07firmware: xilinx: Register event manager driverJay Buddhabhatti1-4/+1
2023-12-07firmware: xilinx: Expand feature check to support all PLM modulesJay Buddhabhatti1-17/+24
2023-12-07firmware: xilinx: Update firmware call interface to support additional argsJay Buddhabhatti1-149/+129
2023-12-07firmware: xilinx: Use proper indentation in kernel-docMichal Simek1-2/+2
2023-12-06efi: dev-path-parser: use acpi_dev_uid_match() for matching _UIDRaag Jadav1-5/+2
2023-12-06Merge tag 'ffa-fixes-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/su...Arnd Bergmann1-24/+46
2023-12-06Merge tag 'scmi-fixes-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Arnd Bergmann1-8/+10
2023-12-06firmware: microchip: add PolarFire SoC Auto Update supportConor Dooley5-0/+511
2023-12-04firmware: arm_scmi: Fix possible frequency truncation when using level indexi...Sudeep Holla1-5/+7
2023-12-04firmware: arm_scmi: Fix frequency truncation by promoting multiplier typeSudeep Holla1-3/+3
2023-12-01firmware: arm_scmi: Add protocol versioning checksCristian Marussi11-11/+63
2023-11-30firmware: arm_scmi: Increase the maximum opp count in the perf protocolSibi Sankar1-1/+1
2023-11-30firmware: arm_scmi: Fix NULL pointer dereference during fastchannel initSibi Sankar1-12/+7
2023-11-28efi/unaccepted: Fix off-by-one when checking for overlapping rangesMichael Roth1-1/+1
2023-11-27firmware: meson-sm: unmap out_base shmem in error pathEvgeny Bachinin1-3/+5
2023-11-27firmware: meson_sm: refactor serial sysfs entry via dev_groups attrsEvgeny Bachinin1-8/+3
2023-11-24firmware: ti_sci: Fix an off-by-one in ti_sci_debugfs_create()Christophe JAILLET1-5/+5
2023-11-23firmware: arm_scpi: Move power-domain driver to the pmdomain dirSudeep Holla3-167/+0
2023-11-23pmdomain: arm_scmi: Move Kconfig options to the pmdomain subsystemSudeep Holla1-25/+0
2023-11-17firmware: arm_scmi: optee: use optee system invocationEtienne Carriere1-0/+4
2023-11-16Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2-2/+2
2023-11-14firmware: arm_scmi: Add optional flags to extended names helperCristian Marussi9-12/+18
2023-11-13firmware: arm_scmi: Populate fastchannel info only if set operations are allowedSudeep Holla1-10/+17
2023-11-13firmware: arm_scmi: Check beforehand if the perf domain set operations are al...xinglong.yang1-0/+6
2023-11-13firmware: arm_ffa: Fix ffa_notification_info_get() IDs handlingLorenzo Pieralisi1-2/+2
2023-11-13firmware: arm_ffa: Fix the size of the allocation in ffa_partitions_cleanup()Sudeep Holla1-1/+1
2023-11-13firmware: arm_ffa: Fix FFA notifications cleanup pathSudeep Holla1-4/+12
2023-11-13firmware: arm_ffa: Add checks for the notification enabled stateSudeep Holla1-0/+17
2023-11-13firmware: arm_ffa: Setup the partitions after the notification initialisationSudeep Holla1-7/+8
2023-11-13firmware: arm_ffa: Allow FF-A initialisation even when notification failsSudeep Holla1-12/+8
2023-11-13firmware: coreboot: framebuffer: Avoid invalid zero physical addressAlper Nebi Yasak1-0/+3
2023-11-10Merge tag 'riscv-for-linus-6.7-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2023-11-09riscv: Optimize bitops with Zbb extensionXiao Wang1-1/+1
2023-11-03Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-2/+20
2023-11-03Merge tag 'char-misc-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+20
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-283/+4
2023-11-01Merge tag 'soc-drivers-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds25-376/+2806
2023-11-01Merge tag 'pmdomain-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds1-6/+0
2023-11-01riscv, qemu_fw_cfg: Add support for RISC-V architectureBjörn Töpel2-2/+2
2023-10-30Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2023-10-30Merge tag 'x86-boot-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-50/+7
2023-10-27firmware: xilinx: Move EXPORT_SYMBOL_GPL next to zynqmp_pm_feature definitionRajan Vaja1-1/+1
2023-10-26Merge tag 'soc-fixes-6.7-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2023-10-25Merge tag 'qcom-drivers-for-6.7-2' of https://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann10-58/+75
2023-10-25Merge tag 'arm-soc/for-6.7/drivers' of https://github.com/Broadcom/stblinux i...Arnd Bergmann1-0/+1
2023-10-25Merge tag 'ti-driver-soc-for-v6.7' of https://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann1-60/+9
2023-10-22Merge tag 'efi-fixes-for-v6.6-3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-10/+71
2023-10-22firmware: qcom: scm: remove unneeded 'extern' specifiersBartosz Golaszewski1-7/+6
2023-10-22firmware: qcom: scm: add a missing forward declaration for struct deviceBartosz Golaszewski1-0/+2
2023-10-22firmware: qcom: move Qualcomm code into its own directoryBartosz Golaszewski10-51/+67
2023-10-20Merge 3rd batch of EFI fixes into efi/urgentArd Biesheuvel4-10/+71
2023-10-20efi/unaccepted: Fix soft lockups caused by parallel memory acceptanceKirill A. Shutemov1-4/+60
2023-10-18Merge tag 'qcom-drivers-for-6.7' of https://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann6-8/+1467
2023-10-18x86/boot: efistub: Assign global boot_params variableArd Biesheuvel1-0/+2
2023-10-17efi: move screen_info into efi init codeArnd Bergmann2-2/+20
2023-10-17vgacon: clean up global screen_info instancesArnd Bergmann1-1/+0
2023-10-17vgacon: remove screen_info dependencyArnd Bergmann1-1/+1
2023-10-17x86/boot: efistub: Assign global boot_params variableArd Biesheuvel2-0/+4
2023-10-16Merge tag 'amlogic-drivers-for-v6.7' of https://git.kernel.org/pub/scm/linux/...Arnd Bergmann1-9/+16
2023-10-16Merge tag 'tegra-for-6.7-firmware' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann1-0/+30
2023-10-16Merge tag 'ffa-updates-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann2-21/+765
2023-10-16Merge tag 'scmi-updates-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Arnd Bergmann9-255/+478
2023-10-16firmware: ti_sci: Use device_get_match_data()Rob Herring1-8/+5
2023-10-16Merge tag 'imx-fixes-6.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann1-1/+1
2023-10-13firmware: tegra: Add suspend hook and reset BPMP IPC early on resumeSumit Gupta1-0/+30
2023-10-13efi: fix memory leak in krealloc failure handlingKuan-Wei Chiu1-2/+6
2023-10-13x86/efistub: Don't try to print after ExitBootService()Nikolay Borisov1-4/+1
2023-10-10firmware/imx-dsp: Fix use_after_free in imx_dsp_setup_channels()Hao Ge1-1/+1
2023-10-09firmware: arm_scmi: Add qcom smc/hvc transport supportNikunj Kela2-2/+26
2023-10-09firmware: arm_scmi: Convert u32 to unsigned long to align with arm_smccc_1_1_...Sudeep Holla1-7/+5
2023-10-09firmware: raspberrypi: Fix devm_rpi_firmware_get documentationKieran Bingham1-0/+1
2023-10-09firmware: meson: Use device_get_match_data()Rob Herring1-2/+3
2023-10-08firmware: arm_ffa: Upgrade the driver version to v1.1Sudeep Holla1-1/+1
2023-10-08firmware: arm_ffa: Update memory descriptor to support v1.1 formatSudeep Holla1-3/+8
2023-10-08firmware: arm_ffa: Switch to using ffa_mem_desc_offset() accessorSudeep Holla1-2/+4
2023-10-08firmware: arm_scmi: Add support for clock parentsPeng Fan1-6/+175
2023-10-08firmware: arm_scpi: Use device_get_match_data()Rob Herring1-8/+5
2023-10-06firmware: arm_ffa: Simplify the computation of transmit and fragment lengthSudeep Holla1-6/+8
2023-10-06firmware: arm_ffa: Add notification handling mechanismSudeep Holla1-1/+66
2023-10-06firmware: arm_ffa: Add interface to send a notification to a given partitionSudeep Holla1-0/+13
2023-10-06firmware: arm_ffa: Add interfaces to request notification callbacksSudeep Holla1-0/+145
2023-10-06firmware: arm_ffa: Add schedule receiver callback mechanismSudeep Holla1-3/+100
2023-10-06firmware: arm_ffa: Initial support for scheduler receiver interruptSudeep Holla1-10/+176
2023-10-06firmware: arm_ffa: Implement the NOTIFICATION_INFO_GET interfaceSudeep Holla1-0/+73
2023-10-06firmware: arm_ffa: Implement the FFA_NOTIFICATION_GET interfaceSudeep Holla1-0/+37
2023-10-06firmware: arm_ffa: Implement the FFA_NOTIFICATION_SET interfaceSudeep Holla1-0/+20
2023-10-06firmware: arm_ffa: Implement the FFA_RUN interfaceSudeep Holla1-0/+22
2023-10-06firmware: arm_ffa: Implement the notification bind and unbind interfaceSudeep Holla1-0/+29
2023-10-06firmware: arm_ffa: Implement notification bitmap create and destroy interfacesSudeep Holla1-1/+62
2023-10-06firmware: arm_ffa: Update the FF-A command list with v1.1 additionsSudeep Holla1-0/+1
2023-10-06firmware: arm_ffa: Emit modalias for FF-A devicesSudeep Holla1-1/+14
2023-10-06firmware: arm_ffa: Allow the FF-A drivers to use 32bit mode of messagingSudeep Holla1-10/+2
2023-10-06firmware: arm_ffa: Assign the missing IDR allocation ID to the FFA deviceSudeep Holla1-0/+1
2023-10-06firmware: arm_scmi: Specify the performance level when adding an OPPUlf Hansson1-1/+5
2023-10-06firmware: arm_scmi: Simplify error path in scmi_dvfs_device_opps_add()Ulf Hansson1-12/+4
2023-10-04pmdomain: imx: Move Kconfig options to the pmdomain subsystemUlf Hansson1-6/+0
2023-10-04efi/unaccepted: do not let /proc/vmcore try to access unaccepted memoryAdrian Hunter1-0/+20
2023-10-02firmware: ti_sci: Mark driver as non removableDhruva Gole1-45/+1
2023-09-30Merge tag 'soc-fixes-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/so...Linus Torvalds3-4/+17
2023-09-29firmware: tegra: bpmp: Replace deprecated strncpy() with strscpy_pad()Justin Stitt1-2/+2
2023-09-28Merge tag 'scmi-fix-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/sud...Arnd Bergmann1-2/+2
2023-09-28Merge tag 'ffa-fix-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/sude...Arnd Bergmann1-2/+14
2023-09-27firmware: qcom_scm: use 64-bit calling convention only when client is 64-bitKathiravan Thirumoorthy1-0/+7
2023-09-27firmware: arm_scmi: Rename scmi_{msg_,}clock_config_{get,set}_{2,21}Sudeep Holla1-19/+22
2023-09-27firmware: arm_scmi: Do not use !! on boolean when setting msg->flagsSudeep Holla1-2/+2
2023-09-25firmware: arm_ffa: Don't set the memory region attributes for MEM_LENDSudeep Holla1-2/+14
2023-09-22Merge tag 'efi-fixes-for-v6.6-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+29
2023-09-21firmware: arm_scmi: Move power-domain driver to the pmdomain dirSudeep Holla2-154/+0
2023-09-21pmdomain: arm: Add the SCMI performance domainUlf Hansson1-0/+12
2023-09-21firmware: arm_scmi: Drop redundant ->device_domain_id() from perf opsUlf Hansson1-13/+0
2023-09-21firmware: arm_scmi: Align perf ops to use domain-id as in-parameterUlf Hansson1-18/+4
2023-09-21firmware: arm_scmi: Extend perf protocol ops to get information of a domainUlf Hansson1-17/+30
2023-09-21firmware: arm_scmi: Extend perf protocol ops to get number of domainsUlf Hansson1-0/+8
2023-09-21Merge tag 'sound-6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-17/+17
2023-09-20firmware: qcom_scm: disable SDI if requiredRobert Marko2-0/+31
2023-09-20firmware: arm_scmi: Add clock OEM config clock operationsCristian Marussi1-0/+22
2023-09-20firmware: arm_scmi: Add clock .state_get support to pre-v3.2Cristian Marussi1-7/+45
2023-09-20firmware: arm_scmi: Add v3.2 clock CONFIG_GET supportCristian Marussi1-0/+64
2023-09-20firmware: arm_scmi: Add clock v3.2 CONFIG_SET supportCristian Marussi1-8/+80
2023-09-20firmware: arm_scmi: Simplify enable/disable clock operationsCristian Marussi1-18/+6
2023-09-20firmware: ti_sci: refactor deprecated strncpyJustin Stitt1-1/+1
2023-09-20firmware: ti_sci: Use list_for_each_entry() helperJinjie Ruan1-6/+2
2023-09-19efi/unaccepted: Make sure unaccepted table is mappedKirill A. Shutemov1-3/+29
2023-09-19firmware: imx-dsp: Fix an error handling path in imx_dsp_setup_channels()Christophe JAILLET1-0/+1
2023-09-15firmware: qcom: qseecom: Add missing AUXILIARY_BUS dependencyBjorn Andersson1-0/+1
2023-09-15x86/efi: Disregard setup header of loaded imageArd Biesheuvel1-40/+6
2023-09-15x86/efi: Drop EFI stub .bss from .data sectionArd Biesheuvel1-7/+0
2023-09-14firmware: qcom-scm: order includes alphabeticallyBartosz Golaszewski1-8/+9
2023-09-13firmware: cirrus: cs_dsp: Only log list of algorithms in debug buildRichard Fitzgerald1-17/+17
2023-09-13firmware: Add support for Qualcomm UEFI Secure ApplicationMaximilian Luz4-1/+891
2023-09-13firmware: qcom_scm: Add support for Qualcomm Secure Execution Environment SCM...Maximilian Luz4-0/+529
2023-09-11drivers: meson: sm: correct meson_sm_* API retval handlingAlexey Romanov1-7/+13
2023-09-11firmware: arm_scmi: Fixup perf power-cost/microwatt supportSibi Sankar1-2/+2
2023-09-11arch: Remove Itanium (IA-64) architectureArd Biesheuvel6-283/+4
2023-09-11efi/unaccepted: Use ACPI reclaim memory for unaccepted memory tableArd Biesheuvel1-1/+1
2023-09-09Merge tag 'riscv-for-linus-6.6-mw2-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds5-124/+197
2023-09-08Merge patch series "riscv: Introduce KASLR"Palmer Dabbelt5-124/+197
2023-09-05riscv: libstub: Implement KASLR by using generic functionsAlexandre Ghiti2-19/+16
2023-09-05libstub: Fix compilation warning for rv32Alexandre Ghiti1-1/+1
2023-09-05arm64: libstub: Move KASLR handling functions to kaslr.cAlexandre Ghiti4-105/+181
2023-09-01Merge tag 'char-misc-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-3/+119
2023-08-30Merge tag 'pinctrl-v6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds1-0/+49
2023-08-30Merge tag 'soc-arm-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds10-8/+9
2023-08-30Merge tag 'soc-drivers-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-251/+533
2023-08-30Merge tag 'genpd-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/...Linus Torvalds2-429/+0
2023-08-30Merge tag 'sound-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-1/+2
2023-08-30Merge tag 'drm-next-2023-08-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2-0/+4
2023-08-28Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+19
2023-08-28Merge tag 'efi-next-for-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-128/+249
2023-08-28Merge remote-tracking branch 'linux-efi/urgent' into efi/nextArd Biesheuvel1-1/+1
2023-08-24x86/efistub: Fix PCI ROM preservation in mixed modeMikel Rychliski1-1/+1
2023-08-24BackMerge tag 'v6.5-rc7' into drm-nextDave Airlie4-12/+23
2023-08-22Add cs42l43 PC focused SoundWire CODECMark Brown4-12/+23
2023-08-22efi/runtime-wrappers: Clean up white space and add __init annotationArd Biesheuvel1-22/+19
2023-08-22acpi/prmt: Use EFI runtime sandbox to invoke PRM handlersArd Biesheuvel1-0/+31
2023-08-22efi/runtime-wrappers: Don't duplicate setup/teardown codeArd Biesheuvel1-8/+18
2023-08-22efi/runtime-wrappers: Remove duplicated macro for service returning voidArd Biesheuvel1-3/+6
2023-08-21Merge tag 'qcom-drivers-for-6.6' of https://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann1-107/+49
2023-08-21efi/runtime-wrapper: Move workqueue manipulation out of lineArd Biesheuvel1-28/+33
2023-08-21efi/runtime-wrappers: Use type safe encapsulation of call argumentsArd Biesheuvel1-66/+130
2023-08-21efi/riscv: Move EFI runtime call setup/teardown helpers out of lineArd Biesheuvel1-2/+13
2023-08-17genpd: imx: relocate scu-pd under genpdPeng Fan2-429/+0
2023-08-15firmware: cs_dsp: Fix new control name checkVlad Karpovich1-1/+2
2023-08-14Merge tag 'ti-driver-soc-for-v6.6' of https://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann1-40/+9
2023-08-14Merge tag 'imx-drivers-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann3-22/+125
2023-08-13Merge 6.5-rc6 into char-misc-nextGreg Kroah-Hartman4-12/+23
2023-08-12Merge tag 'amlogic-drivers-for-v6.6' of https://git.kernel.org/pub/scm/linux/...Arnd Bergmann1-0/+2
2023-08-12firmware: Explicitly include correct DT includesRob Herring10-8/+9