summaryrefslogtreecommitdiff
path: root/drivers/firmware
AgeCommit message (Expand)AuthorFilesLines
2024-11-12Merge tag 'scmi-updates-6.13' of https://git.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann9-59/+197
2024-11-12firmware: Switch back to struct platform_driver::remove()Uwe Kleine-König11-11/+11
2024-11-11Merge branch kvm-arm64/psci-1.3 into kvmarm/nextOliver Upton1-0/+45
2024-11-11firmware: qcom: scm: Introduce CP_SMMU_APERTURE_IDBjorn Andersson2-0/+27
2024-11-08Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-4/+0
2024-11-07arm64: smccc: Remove broken support for SMCCCv1.3 SVE discard hintMark Rutland1-4/+0
2024-11-06firmware: arm_scpi: Check the DVFS OPP count returned by the firmwareLuo Qiu1-0/+3
2024-11-05firmware: qcom: uefisecapp: Allow X1E Devkit devicesSibi Sankar1-0/+1
2024-11-05Merge 6.12-rc6 into char-misc-nextGreg Kroah-Hartman1-1/+1
2024-11-04Merge tag 'arm-fixes-6.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-43/+35
2024-11-04Merge tag 'qcom-drivers-for-6.13' of https://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann1-0/+3
2024-11-04Merge tag 'zynqmp-soc-for-6.13' of https://github.com/Xilinx/linux-xlnx into ...Arnd Bergmann2-10/+305
2024-11-04Merge tag 'qcom-drivers-fixes-for-6.12' of https://git.kernel.org/pub/scm/lin...Arnd Bergmann1-3/+14
2024-11-01Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-1/+1
2024-11-01Merge tag 'tegra-for-6.13-firmware' of https://git.kernel.org/pub/scm/linux/k...Arnd Bergmann1-5/+9
2024-11-01Merge tag 'scmi-fixes-6.12-2' of https://git.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann3-5/+14
2024-11-01Merge tag 'riscv-soc-fixes-for-v6.12-rc6' of https://git.kernel.org/pub/scm/l...Arnd Bergmann1-35/+7
2024-10-31arm64: Use SYSTEM_OFF2 PSCI call to power off for hibernateDavid Woodhouse1-0/+45
2024-10-28firmware: arm_scmi: Relocate atomic_threshold to scmi_descCristian Marussi2-16/+16
2024-10-28firmware: arm_scmi: Use max_msg and max_msg_size devicetree propertiesCristian Marussi1-2/+14
2024-10-28firmware: arm_scmi: Calculate virtio PDU max size dynamicallyCristian Marussi1-7/+8
2024-10-28firmware: arm_scmi: Account for SHMEM memory overheadCristian Marussi6-8/+18
2024-10-28firmware: arm_scmi: Support 'reg-io-width' property for shared memoryFlorian Fainelli5-21/+124
2024-10-28firmware: arm_scmi: Use vendor string in max-rx-timeout-msCristian Marussi1-2/+2
2024-10-25firmware: ti_sci: Remove use of of_match_ptr() helperAndrew Davis1-1/+1
2024-10-25firmware: ti_sci: add CPU latency constraint managementKevin Hilman1-1/+23
2024-10-25firmware: ti_sci: Introduce Power Management OpsDave Gerlach2-0/+274
2024-10-25firmware: ti_sci: Add system suspend and resume callVibhore Vardhan2-1/+238
2024-10-25firmware: ti_sci: Add support for querying the firmware capsGeorgi Vlaev2-1/+94
2024-10-24Revert "firmware: tegra: bpmp: Use scoped device node handling to simplify er...Krzysztof Kozlowski1-5/+9
2024-10-23firmware: arm_sdei: Fix the input parameter of cpuhp_remove_state()Xiongfeng Wang1-1/+1
2024-10-22firmware: qcom: scm: Return -EOPNOTSUPP for unsupported SHM bridge enablingQingqing Zhou1-1/+12
2024-10-22firmware: arm_scmi: Reject clear channel request on A2PCristian Marussi2-0/+8
2024-10-22firmware: arm_scmi: Fix slab-use-after-free in scmi_bus_notifier()Xinqi Zhang1-3/+4
2024-10-21Merge 6.12-rc4 into char-misc-nextGreg Kroah-Hartman4-20/+35
2024-10-17firmware: microchip: auto-update: fix poll_complete() to not report spurious ...Conor Dooley1-35/+7
2024-10-15firmware: google: Unregister driver_info on failureYuan Can1-2/+4
2024-10-15Merge tag 'scmi-fixes-6.12' of https://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann3-16/+26
2024-10-15Merge tag 'ffa-fixes-6.12' of https://git.kernel.org/pub/scm/linux/kernel/git...Arnd Bergmann1-4/+9
2024-10-15libstub,tpm: do not ignore failure case when reading final event logGregory Price1-0/+3
2024-10-15tpm: fix unsigned/signed mismatch errors related to __calc_tpm2_event_sizeGregory Price2-4/+4
2024-10-15tpm: do not ignore memblock_reserve return valueGregory Price1-1/+6
2024-10-15tpm: fix signed/unsigned bug when checking event logsGregory Price1-8/+9
2024-10-15efi/libstub: measure initrd to PCR9 independent of sourceJeremy Linton1-4/+5
2024-10-15efi/libstub: remove unnecessary cmd_line_len from efi_convert_cmdline()Jonathan Marek4-8/+5
2024-10-15efi/libstub: fix efi_parse_options() ignoring the default command lineJonathan Marek1-1/+1
2024-10-15firmware: arm_ffa: Avoid string-fortify warning caused by memcpy()Gavin Shan1-1/+1
2024-10-14firmware: qcom: scm: Allow QSEECOM on Dell XPS 13 9345Aleksandrs Vinarskis1-0/+1
2024-10-14firmware: arm_scmi: Queue in scmi layer for mailbox implementationJustin Chen1-11/+21
2024-10-14firmware: arm_ffa: Avoid string-fortify warning in export_uuid()Arnd Bergmann1-3/+8