summaryrefslogtreecommitdiff
path: root/drivers/firmware
AgeCommit message (Expand)AuthorFilesLines
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-18Merge tag 'v5.15-rc6' into asoc-5.16Mark Brown7-23/+46
2021-10-18firmware: arm_ffa: Add support for MEM_LENDMarc Bonnici1-0/+17
2021-10-18firmware: arm_ffa: Handle compatibility with different firmware versionsSudeep Holla1-5/+32
2021-10-17Merge tag 'efi-urgent-for-v5.15' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-4/+4
2021-10-13Merge tag 'qcom-drivers-for-5.16' of git://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann1-0/+4
2021-10-11Merge tag 'ffa-fixes-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Arnd Bergmann1-1/+9
2021-10-08Merge tag 'asm-generic-fixes-5.15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-4/+1
2021-10-07Merge tag 'scmi-fixes-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann2-14/+32
2021-10-07firmware: tegra: bpmp: Use devm_platform_ioremap_resource()Cai Huoqing1-5/+2
2021-10-07firmware: tegra: Reduce stack usageArnd Bergmann1-9/+17
2021-10-07qcom_scm: hide Kconfig symbolArnd Bergmann1-4/+1
2021-10-06firmware: arm_scmi: Add proper barriers to scmi virtio deviceCristian Marussi1-4/+9
2021-10-06firmware: arm_scmi: Simplify spinlocks in virtio transportCristian Marussi1-8/+21
2021-10-05efi: Change down_interruptible() in virt_efi_reset_system() to down_trylock()Zhang Jianhua1-1/+1
2021-10-05efi/cper: use stack buffer for error record decodingArd Biesheuvel1-2/+2
2021-10-05efi/libstub: Simplify "Exiting bootservices" messageHeinrich Schuchardt1-1/+1
2021-10-05firmware: arm_ffa: Fix __ffa_devices_unregisterSudeep Holla1-1/+1
2021-10-05firmware: arm_ffa: Add missing remove callback to ffa_bus_typeSudeep Holla1-0/+8
2021-10-01firmware: xilinx: Add OSPI Mux selection supportSai Krishna Potthuri1-0/+17
2021-09-28efi: Allow efi=runtimeSebastian Andrzej Siewior1-0/+3
2021-09-28efi: Disable runtime services on RTSebastian Andrzej Siewior1-1/+1
2021-09-27firmware: cs_dsp: add driver to support firmware loading on Cirrus Logic DSPsSimon Trimmer5-0/+3119
2021-09-23firmware: zynqmp: Add MMIO read and write support for PS_MODE pinPiyush Mehta1-0/+46
2021-09-21firmware: qcom_scm: Add compatible for MSM8953 SoCVladimir Lypak1-0/+4
2021-09-20firmware: arm_scmi: Remove __exit annotationArnd Bergmann1-1/+1
2021-09-20firmware: arm_scmi: Fix virtio transport Kconfig dependencyCristian Marussi1-1/+1
2021-09-19firmware: qcom_scm: QCOM_SCM should depend on ARCH_QCOMGeert Uytterhoeven1-1/+1
2021-09-11Merge tag 'thermal-v5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-0/+62
2021-09-07Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+5
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2-2/+2
2021-09-03Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ko...Konrad Rzeszutek Wilk1-8/+16
2021-09-02iscsi_ibft: Fix isa_bus_to_virt not working under ARMKonrad Rzeszutek Wilk1-8/+16