aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/firmware
AgeCommit message (Expand)AuthorFilesLines
2024-04-29Merge tag 'scmi-updates-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into soc/driversArnd Bergmann8-64/+1201
2024-04-29Merge tag 'qcom-drivers-for-6.10' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into soc/driversArnd Bergmann1-29/+50
2024-04-29efi: libstub: only free priv.runtime_map when allocatedHagar Hemdan1-2/+2
2024-04-26Merge tag 'qcom-drivers-fixes-for-6.9' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into for-nextArnd Bergmann2-77/+97
2024-04-25firmware: arm_ffa: Avoid queuing work when running on the worker queueSudeep Holla1-5/+14
2024-04-24firmware: microchip: clarify that sizes and addresses are in hexConor Dooley1-3/+3
2024-04-24firmware: microchip: don't unconditionally print validation successConor Dooley1-0/+2
2024-04-24efi/unaccepted: touch soft lockup during memory acceptChen Yu1-0/+4
2024-04-24firmware: arm_ffa: Fix memory corruption in ffa_msg_send2()Dan Carpenter1-1/+1
2024-04-23Merge 6.9-rc5 into driver-core-nextGreg Kroah-Hartman5-4/+10
2024-04-21firmware: qcom: scm: Modify only the download bits in TCSR registerMukesh Ojha1-2/+24
2024-04-21firmware: qcom: scm: Fix __scm and waitq completion variable initializationMukesh Ojha1-5/+5
2024-04-21firmware: qcom: scm: Rework dload mode availability checkMukesh Ojha1-8/+5
2024-04-21firmware: qcom: scm: Remove redundant scm argument from qcom_scm_waitq_wakeup()Mukesh Ojha1-2/+2
2024-04-21firmware: qcom: scm: Remove log reporting memory allocation failureMukesh Ojha1-3/+2
2024-04-19firmware: arm_scmi: Add basic support for SCMI v3.2 pincontrol protocolPeng Fan4-1/+921
2024-04-19firmware: arm_scmi: Introduce get_max_msg_size() helper/accessorPeng Fan2-0/+17
2024-04-19firmware: smccc: Export revision soc_id functionMartin Botka1-0/+1
2024-04-18firmware: arm_ffa: Add support for FFA_MSG_SEND2Sudeep Holla1-0/+38
2024-04-18firmware: arm_ffa: Stash the partition properties for query purposesSudeep Holla1-0/+2
2024-04-18firmware: arm_ffa: Fix kernel warning about incorrect SRI/NPISudeep Holla1-0/+2
2024-04-18firmware: arm_scmi: Add support for multiple vendors custom protocolsCristian Marussi2-22/+162
2024-04-15firmware: arm_ffa: Add support for handling notification pending interrupt(NPI)Jens Wiklander1-16/+55
2024-04-15firmware: arm_ffa: Refactor SRI handling in prepartion to add NPI supportSudeep Holla1-19/+28
2024-04-15firmware: arm_ffa: Skip creation of the notification bitmapsJens Wiklander1-9/+7
2024-04-13efi: Clear up misconceptions about a maximum variable name sizeTim Schumacher1-1/+1
2024-04-11treewide: Use sysfs_bin_attr_simple_read() helperLukas Wunner2-19/+3
2024-04-09firmware: ti_sci: Unconditionally register reset handlerAndrew Davis1-11/+4
2024-04-09firmware: ti_sci: Use devm_register_restart_handler()Andrew Davis1-10/+5
2024-04-09firmware: qcom: uefisecapp: Fix memory related IO errors and crashesMaximilian Luz2-77/+97
2024-04-09Merge tag 'ffa-fix-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into arm/fixesArnd Bergmann1-1/+1
2024-04-09Merge tag 'scmi-fixes-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into arm/fixesArnd Bergmann2-2/+7
2024-04-08firmware: dmi-id: add a release callback functionArnd Bergmann1-1/+6
2024-04-05ASoC: Intel: avs: Fixes and cleanups for 6.10Mark Brown2-1/+2
2024-04-04firmware: raspberrypi: Use correct device for DMA mappingsLaurent Pinchart1-3/+4
2024-04-04firmware: arm_scmi: Avoid non-constant printk format stringsArnd Bergmann1-2/+2
2024-04-03ALSA: cirrus: Tidy up of firmware control read/writeMark Brown1-0/+54
2024-04-03firmware: qcom: qcm: fix unused qcom_scm_qseecom_allowlistKrzysztof Kozlowski1-1/+1
2024-04-03firmware: cs_dsp: Add locked wrappers for coeff read and writeSimon Trimmer1-0/+54
2024-04-03firmware: google: cbmem: drop driver owner initializationKrzysztof Kozlowski1-1/+0
2024-04-03firmware: coreboot: store owner from modules with coreboot_driver_register()Krzysztof Kozlowski2-3/+9
2024-03-29efi: pstore: Request at most 512 bytes for variable namesTim Schumacher1-1/+9
2024-03-28x86/efistub: Reinstate soft limit for initrd loadingArd Biesheuvel1-0/+1
2024-03-28efi/libstub: Cast away type warning in use of max()Ard Biesheuvel1-1/+1
2024-03-28Merge branch 'drivers-for-6.10' onto 'v6.9-rc1'Bjorn Andersson1-10/+13
2024-03-26firmware: arm_scmi: Use dev_err_probe to bail outCristian Marussi1-8/+26
2024-03-26firmware: arm_scmi: Simplify scmi_devm_notifier_unregisterCristian Marussi1-26/+4
2024-03-26firmware: arm_scmi: Add message dump traces for bad and unexpected repliesCristian Marussi2-0/+13
2024-03-26firmware: arm_scmi: Add helper to trace bad messagesCristian Marussi2-0/+50
2024-03-26firmware: arm_scmi: Log the perf domain names in the error pathsPeng Fan1-7/+8