summaryrefslogtreecommitdiffstats
path: root/drivers/firmware
AgeCommit message (Expand)AuthorFilesLines
2021-07-16Merge tag 'scmi-fixes-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann4-12/+20
2021-07-13firmware: arm_scmi: Fix range check for the maximum number of pending messagesCristian Marussi1-2/+3
2021-07-13firmware: arm_scmi: Avoid padding in sensor message structureCristian Marussi1-2/+4
2021-07-13firmware: arm_scmi: Fix kernel doc warnings about return valuesCristian Marussi2-0/+6
2021-07-12firmware: arm_ffa: Fix a possible ffa_linux_errmap buffer overflowSudeep Holla1-2/+4
2021-07-12firmware: arm_ffa: Fix the comment styleSudeep Holla1-1/+1
2021-07-12firmware: arm_ffa: Simplify probe functionUwe Kleine-König1-3/+0
2021-07-12firmware: arm_ffa: Ensure drivers provide a probe functionUwe Kleine-König1-0/+3
2021-07-12firmware: arm_scmi: Fix possible scmi_linux_errmap buffer overflowSudeep Holla1-3/+4
2021-07-12firmware: arm_scmi: Ensure drivers provide a probe functionSudeep Holla1-0/+3
2021-07-12firmware: arm_scmi: Simplify device probe function on the busSudeep Holla1-5/+0
2021-07-10Merge tag 'arm-drivers-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds20-22/+1157
2021-07-06Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-2/+10
2021-07-05Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-7/+15
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+1
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko1-0/+1
2021-06-30Merge tag 'clang-features-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-5/+3
2021-06-29qemu_fw_cfg: Make fw_cfg_rev_attr a proper kobj_attributeNathan Chancellor1-5/+3
2021-06-28Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2-2/+11
2021-06-24Merge branch 'for-next/smccc' into for-next/coreWill Deacon1-0/+4
2021-06-23Merge tag 'mvebu-drivers-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel...Olof Johansson1-0/+1
2021-06-23Merge tag 'mvebu-fixes-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Olof Johansson1-8/+47
2021-06-17PSCI: Use cpuidle context helpers in psci_cpu_suspend_enter()Marc Zyngier1-2/+7
2021-06-17firmware: turris-mox-rwtm: add marvell,armada-3700-rwtm-firmware compatible s...Pali Rohár1-0/+1
2021-06-17firmware: turris-mox-rwtm: show message about HWRNG registrationPali Rohár1-0/+2
2021-06-17firmware: turris-mox-rwtm: fail probing when firmware does not support hwrngPali Rohár1-0/+28
2021-06-17firmware: turris-mox-rwtm: report failures betterMarek Behún1-6/+12
2021-06-17firmware: turris-mox-rwtm: fix reply status decoding functionMarek Behún1-2/+5
2021-06-15Merge tag 'arm-ffa-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/sud...Olof Johansson8-0/+1040
2021-06-15Merge tag 'tegra-for-5.14-firmware' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson4-3/+6
2021-06-15Merge tag 'qcom-drivers-for-5.14' of https://git.kernel.org/pub/scm/linux/ker...Olof Johansson1-0/+3
2021-06-14Merge tag 'v5.13-rc6' into char-misc-nextGreg Kroah-Hartman4-9/+5
2021-06-13ARM: 9093/1: drivers: firmwapsci: Register with kernel restart handlerGuenter Roeck1-2/+10
2021-06-12Merge tag 'scmi-updates-5.14' of git://git.kernel.org/pub/scm/linux/kernel/gi...Olof Johansson7-11/+60
2021-06-11firmware: tegra: bpmp: Fix Tegra234-only buildsThierry Reding3-2/+5
2021-06-10firmware: qcom_scm: Add MDM9607 compatibleKonrad Dybcio1-0/+3
2021-06-08firmware: arm_scmi: Avoid multiple initialisations of hdr->protocol_idSudeep Holla1-6/+2
2021-06-08firmware: arm_scmi: Move reinit_completion from scmi_xfer_get to do_xferCristian Marussi1-1/+1
2021-06-08firmware: arm_scmi: Add delayed response status checkCristian Marussi1-2/+6
2021-06-08firmware: arm_scmi: Add compatibility checks for shmem nodeSudeep Holla2-0/+6
2021-06-08arm64: smccc: Support SMCCC v1.3 SVE register saving hintMark Brown1-0/+4
2021-06-03firmware: arm_scpi: Add compatibility checks for shmem nodeSudeep Holla1-0/+11
2021-06-03firmware: arm_scmi: Fix the build when CONFIG_MAILBOX is not selectedSudeep Holla1-0/+2
2021-06-02firmware: arm_scmi: Reset Rx buffer to max size during async commandsCristian Marussi1-0/+4
2021-06-02firmware: arm_scmi: Add SMCCC discovery dependency in KconfigEtienne Carriere2-2/+2
2021-06-01firmware: tegra: Fix error return code in tegra210_bpmp_init()Zhen Lei1-1/+1
2021-05-31Merge 5.13-rc4 into char-misc-nextGreg Kroah-Hartman2-3/+3
2021-05-27firmware: stratix10-svc: Fix a resource leak in an error handling pathChristophe JAILLET1-7/+15
2021-05-26firmware: arm_ffa: Add support for MEM_* interfacesSudeep Holla1-0/+199
2021-05-26firmware: arm_ffa: Setup in-kernel users of FFA partitionsSudeep Holla3-0/+233