summaryrefslogtreecommitdiff
path: root/drivers/firmware
AgeCommit message (Expand)Author
2023-10-17efi: move screen_info into efi init codeArnd Bergmann
2023-10-17vgacon: clean up global screen_info instancesArnd Bergmann
2023-10-17vgacon: remove screen_info dependencyArnd Bergmann
2023-10-17x86/boot: efistub: Assign global boot_params variableArd Biesheuvel
2023-10-16Merge tag 'amlogic-drivers-for-v6.7' of https://git.kernel.org/pub/scm/linux/...Arnd Bergmann
2023-10-16Merge tag 'tegra-for-6.7-firmware' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann
2023-10-16Merge tag 'ffa-updates-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann
2023-10-16Merge tag 'scmi-updates-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Arnd Bergmann
2023-10-16firmware: ti_sci: Use device_get_match_data()Rob Herring
2023-10-16Merge tag 'imx-fixes-6.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann
2023-10-13firmware: tegra: Add suspend hook and reset BPMP IPC early on resumeSumit Gupta
2023-10-13efi: fix memory leak in krealloc failure handlingKuan-Wei Chiu
2023-10-13x86/efistub: Don't try to print after ExitBootService()Nikolay Borisov
2023-10-10firmware/imx-dsp: Fix use_after_free in imx_dsp_setup_channels()Hao Ge
2023-10-09firmware: arm_scmi: Add qcom smc/hvc transport supportNikunj Kela
2023-10-09firmware: arm_scmi: Convert u32 to unsigned long to align with arm_smccc_1_1_...Sudeep Holla
2023-10-09firmware: raspberrypi: Fix devm_rpi_firmware_get documentationKieran Bingham
2023-10-09firmware: meson: Use device_get_match_data()Rob Herring
2023-10-08firmware: arm_ffa: Upgrade the driver version to v1.1Sudeep Holla
2023-10-08firmware: arm_ffa: Update memory descriptor to support v1.1 formatSudeep Holla
2023-10-08firmware: arm_ffa: Switch to using ffa_mem_desc_offset() accessorSudeep Holla
2023-10-08firmware: arm_scmi: Add support for clock parentsPeng Fan
2023-10-08firmware: arm_scpi: Use device_get_match_data()Rob Herring
2023-10-06firmware: arm_ffa: Simplify the computation of transmit and fragment lengthSudeep Holla
2023-10-06firmware: arm_ffa: Add notification handling mechanismSudeep Holla
2023-10-06firmware: arm_ffa: Add interface to send a notification to a given partitionSudeep Holla
2023-10-06firmware: arm_ffa: Add interfaces to request notification callbacksSudeep Holla
2023-10-06firmware: arm_ffa: Add schedule receiver callback mechanismSudeep Holla
2023-10-06firmware: arm_ffa: Initial support for scheduler receiver interruptSudeep Holla
2023-10-06firmware: arm_ffa: Implement the NOTIFICATION_INFO_GET interfaceSudeep Holla
2023-10-06firmware: arm_ffa: Implement the FFA_NOTIFICATION_GET interfaceSudeep Holla
2023-10-06firmware: arm_ffa: Implement the FFA_NOTIFICATION_SET interfaceSudeep Holla
2023-10-06firmware: arm_ffa: Implement the FFA_RUN interfaceSudeep Holla
2023-10-06firmware: arm_ffa: Implement the notification bind and unbind interfaceSudeep Holla
2023-10-06firmware: arm_ffa: Implement notification bitmap create and destroy interfacesSudeep Holla
2023-10-06firmware: arm_ffa: Update the FF-A command list with v1.1 additionsSudeep Holla
2023-10-06firmware: arm_ffa: Emit modalias for FF-A devicesSudeep Holla
2023-10-06firmware: arm_ffa: Allow the FF-A drivers to use 32bit mode of messagingSudeep Holla
2023-10-06firmware: arm_ffa: Assign the missing IDR allocation ID to the FFA deviceSudeep Holla
2023-10-06firmware: arm_scmi: Specify the performance level when adding an OPPUlf Hansson
2023-10-06firmware: arm_scmi: Simplify error path in scmi_dvfs_device_opps_add()Ulf Hansson
2023-10-04pmdomain: imx: Move Kconfig options to the pmdomain subsystemUlf Hansson
2023-10-04efi/unaccepted: do not let /proc/vmcore try to access unaccepted memoryAdrian Hunter
2023-10-02firmware: ti_sci: Mark driver as non removableDhruva Gole
2023-09-30Merge tag 'soc-fixes-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/so...Linus Torvalds
2023-09-29firmware: tegra: bpmp: Replace deprecated strncpy() with strscpy_pad()Justin Stitt
2023-09-28Merge tag 'scmi-fix-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/sud...Arnd Bergmann
2023-09-28Merge tag 'ffa-fix-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/sude...Arnd Bergmann
2023-09-27firmware: qcom_scm: use 64-bit calling convention only when client is 64-bitKathiravan Thirumoorthy
2023-09-27firmware: arm_scmi: Rename scmi_{msg_,}clock_config_{get,set}_{2,21}Sudeep Holla