summaryrefslogtreecommitdiffstats
path: root/drivers/firmware
AgeCommit message (Expand)AuthorFilesLines
2021-12-06firmware: arm_scmi: Perform earlier cinfo lookup call in do_xferCristian Marussi1-4/+4
2021-12-03firmware: xilinx: instantiate xilinx event manager driverAbhyuday Godhasara1-0/+14
2021-11-30firmware: cs_dsp: Move lockdep asserts to avoid potential null pointerCharles Keepax1-4/+4
2021-11-29firmware: arm_scmi: optee: Drop the support for the OPTEE shared dynamic bufferSudeep Holla1-18/+1
2021-11-29Merge 5.16-rc3 into char-misc-nextGreg Kroah-Hartman6-14/+21
2021-11-23firmware: arm_scmi: optee: Fix missing mutex_init()Wei Yongjun1-0/+1
2021-11-22firmware: ti_sci: rm: remove unneeded semicolonJason Wang1-1/+1
2021-11-22firmware: smccc: Fix check for ARCH_SOC_ID not implementedMichael Kelley1-1/+1
2021-11-21efi/libstub: consolidate initrd handling across architecturesArd Biesheuvel4-29/+21
2021-11-21efi/libstub: add prototype of efi_tcg2_protocol::hash_log_extend_event()Ard Biesheuvel1-1/+28
2021-11-17firmware: cs_dsp: Allow creation of event controlsCharles Keepax1-0/+1
2021-11-17firmware: cs_dsp: Add offset to cs_dsp read/writeCharles Keepax1-16/+28
2021-11-17firmware: cs_dsp: Clarify some kernel doc commentsCharles Keepax1-2/+2
2021-11-17firmware: cs_dsp: Perform NULL check in cs_dsp_coeff_write/read_ctrlCharles Keepax1-0/+6
2021-11-17firmware: cs_dsp: Add support for rev 2 coefficient filesCharles Keepax1-0/+1
2021-11-17firmware: cs_dsp: Print messages from bin filesCharles Keepax1-0/+11
2021-11-17firmware: cs_dsp: Add pre_run callbackCharles Keepax1-0/+6
2021-11-17firmware: cs_dsp: Add version checks on coefficient loadingCharles Keepax1-13/+36
2021-11-17firmware: cs_dsp: Add lockdep asserts to interface functionsCharles Keepax1-0/+14
2021-11-17firmware: xilinx: export the feature check of zynqmp firmwareAbhyuday Godhasara1-1/+2
2021-11-17firmware: xilinx: add register notifier in zynqmp firmwareAbhyuday Godhasara1-0/+23
2021-11-17firmware: arm_scmi: Make virtio Version_1 compliance optionalCristian Marussi2-1/+17
2021-11-17firmware: arm_scmi: Add optee transportEtienne Carriere5-0/+600
2021-11-17firmware: arm_scmi: Fix type error assignment in voltage protocolCristian Marussi1-1/+1
2021-11-17firmware: arm_scmi: Review some virtio log messagesCristian Marussi1-10/+9
2021-11-17firmware: arm_scmi: Fix type error in sensor protocolCristian Marussi1-1/+1
2021-11-17firmware: arm_scmi: pm: Propagate return value to callerPeng Fan1-3/+1
2021-11-17firmware: arm_scmi: Fix base agent discover responseVincent Guittot1-3/+12
2021-11-15firmware: cs_dsp: tidy includes in cs_dsp.c and cs_dsp.hSimon Trimmer1-6/+0
2021-11-15firmware: arm_scmi: Fix null de-reference on error pathCristian Marussi1-5/+5
2021-11-10Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2021-11-08Merge tag 'gpio-updates-for-v5.16' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+46
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2021-11-06memblock: rename memblock_free to memblock_phys_freeMike Rapoport1-1/+1
2021-11-03Merge tag 'drivers-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds4-20/+72
2021-11-03Merge tag 'sound-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds5-0/+3119
2021-11-01Merge tag 'spi-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds1-0/+17
2021-11-01Merge tag 'kspp-misc-fixes-5.16-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2021-11-01Merge tag 'efi-next-for-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+4
2021-10-29exit/kthread: Have kernel threads return instead of calling do_exitEric W. Biederman1-2/+2
2021-10-27Revert "firmware: qcom: scm: Add support for MC boot address API"Arnd Bergmann2-81/+17
2021-10-26firmware/psci: fix application of sizeof to pointerjing yangyang1-1/+1
2021-10-26Merge tag 'arm-ffa-updates-5.16' of git://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann2-6/+57
2021-10-26Merge tag 'qcom-drivers-for-5.16-2' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann2-18/+82
2021-10-26firmware: arm_ffa: Remove unused 'compat_version' variableArnd Bergmann1-1/+0
2021-10-25firmware: qcom: scm: Don't break compile test on non-ARM platformsBjorn Andersson1-0/+10
2021-10-23firmware: qcom: scm: Add support for MC boot address APIStephan Gerhold2-17/+71
2021-10-23firmware: qcom_scm: Fix error retval in __qcom_scm_is_call_available()Guru Das Srinagesh1-1/+1
2021-10-18firmware: tegra: Fix error application of sizeof() to pointerLv Ruyi1-2/+3
2021-10-18Merge tag 'v5.15-rc6' into asoc-5.16Mark Brown7-23/+46