summaryrefslogtreecommitdiffstats
path: root/drivers/firmware
AgeCommit message (Expand)AuthorLines
2021-12-21firmware: qemu_fw_cfg: fix kobject leak in probe error pathJohan Hovold-7/+6
2021-12-21firmware: qemu_fw_cfg: fix NULL-pointer deref on duplicate entriesJohan Hovold-4/+1
2021-12-21firmware: Update Kconfig help text for Google firmwareBen Hutchings-3/+3
2021-12-20Merge tag 'ti-driver-soc-fixes-for-v5.17' of git://git.kernel.org/pub/scm/lin...Arnd Bergmann-1/+1
2021-12-13firmware: arm_scmi: Use new trace event scmi_xfer_response_waitCristian Marussi-0/+5
2021-12-13firmware: arm_scmi: Refactor message response pathCristian Marussi-32/+56
2021-12-13firmware: arm_scmi: Set polling timeout to max_rx_timeout_msCristian Marussi-3/+2
2021-12-13firmware: arm_scpi: Fix string overflow in SCPI genpd driverSudeep Holla-3/+7
2021-12-13Merge tag 'tegra-for-5.16-firmware-fixes' of git://git.kernel.org/pub/scm/lin...Arnd Bergmann-2/+3
2021-12-08firmware: xilinx: check return value of zynqmp_pm_get_api_version()Rajan Vaja-1/+4
2021-12-06firmware: arm_scmi: Perform earlier cinfo lookup call in do_xferCristian Marussi-4/+4
2021-12-03firmware: xilinx: instantiate xilinx event manager driverAbhyuday Godhasara-0/+14
2021-11-30firmware: cs_dsp: Move lockdep asserts to avoid potential null pointerCharles Keepax-4/+4
2021-11-29firmware: arm_scmi: optee: Drop the support for the OPTEE shared dynamic bufferSudeep Holla-18/+1
2021-11-29Merge 5.16-rc3 into char-misc-nextGreg Kroah-Hartman-14/+21
2021-11-23firmware: arm_scmi: optee: Fix missing mutex_init()Wei Yongjun-0/+1
2021-11-22firmware: ti_sci: rm: remove unneeded semicolonJason Wang-1/+1
2021-11-22firmware: smccc: Fix check for ARCH_SOC_ID not implementedMichael Kelley-1/+1
2021-11-21efi/libstub: consolidate initrd handling across architecturesArd Biesheuvel-29/+21
2021-11-21efi/libstub: add prototype of efi_tcg2_protocol::hash_log_extend_event()Ard Biesheuvel-1/+28
2021-11-17firmware: cs_dsp: Allow creation of event controlsCharles Keepax-0/+1
2021-11-17firmware: cs_dsp: Add offset to cs_dsp read/writeCharles Keepax-16/+28
2021-11-17firmware: cs_dsp: Clarify some kernel doc commentsCharles Keepax-2/+2
2021-11-17firmware: cs_dsp: Perform NULL check in cs_dsp_coeff_write/read_ctrlCharles Keepax-0/+6
2021-11-17firmware: cs_dsp: Add support for rev 2 coefficient filesCharles Keepax-0/+1
2021-11-17firmware: cs_dsp: Print messages from bin filesCharles Keepax-0/+11
2021-11-17firmware: cs_dsp: Add pre_run callbackCharles Keepax-0/+6
2021-11-17firmware: cs_dsp: Add version checks on coefficient loadingCharles Keepax-13/+36
2021-11-17firmware: cs_dsp: Add lockdep asserts to interface functionsCharles Keepax-0/+14
2021-11-17firmware: xilinx: export the feature check of zynqmp firmwareAbhyuday Godhasara-1/+2
2021-11-17firmware: xilinx: add register notifier in zynqmp firmwareAbhyuday Godhasara-0/+23
2021-11-17firmware: arm_scmi: Make virtio Version_1 compliance optionalCristian Marussi-1/+17
2021-11-17firmware: arm_scmi: Add optee transportEtienne Carriere-0/+600
2021-11-17firmware: arm_scmi: Fix type error assignment in voltage protocolCristian Marussi-1/+1
2021-11-17firmware: arm_scmi: Review some virtio log messagesCristian Marussi-10/+9
2021-11-17firmware: arm_scmi: Fix type error in sensor protocolCristian Marussi-1/+1
2021-11-17firmware: arm_scmi: pm: Propagate return value to callerPeng Fan-3/+1
2021-11-17firmware: arm_scmi: Fix base agent discover responseVincent Guittot-3/+12
2021-11-15firmware: cs_dsp: tidy includes in cs_dsp.c and cs_dsp.hSimon Trimmer-6/+0
2021-11-15firmware: arm_scmi: Fix null de-reference on error pathCristian Marussi-5/+5
2021-11-10Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-2/+2
2021-11-08Merge tag 'gpio-updates-for-v5.16' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+46
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds-1/+1
2021-11-06memblock: rename memblock_free to memblock_phys_freeMike Rapoport-1/+1
2021-11-03Merge tag 'drivers-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds-20/+72
2021-11-03Merge tag 'sound-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-0/+3119
2021-11-01Merge tag 'spi-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds-0/+17
2021-11-01Merge tag 'kspp-misc-fixes-5.16-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+1
2021-11-01Merge tag 'efi-next-for-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+4
2021-10-29exit/kthread: Have kernel threads return instead of calling do_exitEric W. Biederman-2/+2