summaryrefslogtreecommitdiffstats
path: root/drivers/firmware
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-11-101-2/+2
|\
| * exit/kthread: Have kernel threads return instead of calling do_exitEric W. Biederman2021-10-291-2/+2
* | Merge tag 'gpio-updates-for-v5.16' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-11-081-0/+46
|\ \
| * | firmware: zynqmp: Add MMIO read and write support for PS_MODE pinPiyush Mehta2021-09-231-0/+46
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-061-1/+1
|\ \
| * | memblock: rename memblock_free to memblock_phys_freeMike Rapoport2021-11-061-1/+1
* | | Merge tag 'drivers-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2021-11-034-20/+72
|\ \ \
| * | | Revert "firmware: qcom: scm: Add support for MC boot address API"Arnd Bergmann2021-10-272-81/+17
| * | | Merge tag 'arm-ffa-updates-5.16' of git://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann2021-10-262-6/+57
| |\ \ \
| | * | | firmware: arm_ffa: Remove unused 'compat_version' variableArnd Bergmann2021-10-261-1/+0
| | * | | firmware: arm_ffa: Add support for MEM_LENDMarc Bonnici2021-10-181-0/+17
| | * | | firmware: arm_ffa: Handle compatibility with different firmware versionsSudeep Holla2021-10-181-5/+32
| * | | | Merge tag 'qcom-drivers-for-5.16-2' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann2021-10-262-18/+82
| |\ \ \ \
| | * | | | firmware: qcom: scm: Don't break compile test on non-ARM platformsBjorn Andersson2021-10-251-0/+10
| | * | | | firmware: qcom: scm: Add support for MC boot address APIStephan Gerhold2021-10-232-17/+71
| | * | | | firmware: qcom_scm: Fix error retval in __qcom_scm_is_call_available()Guru Das Srinagesh2021-10-231-1/+1
| * | | | | Merge tag 'qcom-drivers-for-5.16' of git://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann2021-10-131-0/+4
| |\| | | |
| | * | | | firmware: qcom_scm: Add compatible for MSM8953 SoCVladimir Lypak2021-09-211-0/+4
| | | |_|/ | | |/| |
| * | | | firmware: tegra: bpmp: Use devm_platform_ioremap_resource()Cai Huoqing2021-10-071-5/+2
| * | | | firmware: tegra: Reduce stack usageArnd Bergmann2021-10-071-9/+17
| |/ / /
* | | | Merge tag 'sound-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2021-11-035-0/+3119
|\ \ \ \
| * \ \ \ Merge tag 'v5.15-rc6' into asoc-5.16Mark Brown2021-10-187-23/+46
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | firmware: cs_dsp: add driver to support firmware loading on Cirrus Logic DSPsSimon Trimmer2021-09-275-0/+3119
| | |/ / | |/| |
* | | | Merge tag 'spi-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2021-11-011-0/+17
|\ \ \ \
| * | | | firmware: xilinx: Add OSPI Mux selection supportSai Krishna Potthuri2021-10-011-0/+17
| |/ / /
* | | | Merge tag 'kspp-misc-fixes-5.16-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-11-011-1/+1
|\ \ \ \
| * | | | firmware/psci: fix application of sizeof to pointerjing yangyang2021-10-261-1/+1
| |/ / /
* | | | Merge tag 'efi-next-for-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-11-011-1/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | efi: Allow efi=runtimeSebastian Andrzej Siewior2021-09-281-0/+3
| * | | efi: Disable runtime services on RTSebastian Andrzej Siewior2021-09-281-1/+1
| |/ /
* | | Merge tag 'efi-urgent-for-v5.15' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-10-173-4/+4
|\ \ \
| * | | efi: Change down_interruptible() in virt_efi_reset_system() to down_trylock()Zhang Jianhua2021-10-051-1/+1
| * | | efi/cper: use stack buffer for error record decodingArd Biesheuvel2021-10-051-2/+2
| * | | efi/libstub: Simplify "Exiting bootservices" messageHeinrich Schuchardt2021-10-051-1/+1
| |/ /
* | | Merge tag 'ffa-fixes-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Arnd Bergmann2021-10-111-1/+9
|\ \ \ | | |/ | |/|
| * | firmware: arm_ffa: Fix __ffa_devices_unregisterSudeep Holla2021-10-051-1/+1
| * | firmware: arm_ffa: Add missing remove callback to ffa_bus_typeSudeep Holla2021-10-051-0/+8
| |/
* | Merge tag 'asm-generic-fixes-5.15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-10-081-4/+1
|\ \
| * | qcom_scm: hide Kconfig symbolArnd Bergmann2021-10-071-4/+1
| |/
* | Merge tag 'scmi-fixes-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann2021-10-072-14/+32
|\ \
| * | firmware: arm_scmi: Add proper barriers to scmi virtio deviceCristian Marussi2021-10-061-4/+9
| * | firmware: arm_scmi: Simplify spinlocks in virtio transportCristian Marussi2021-10-061-8/+21
| * | firmware: arm_scmi: Remove __exit annotationArnd Bergmann2021-09-201-1/+1
| * | firmware: arm_scmi: Fix virtio transport Kconfig dependencyCristian Marussi2021-09-201-1/+1
| |/
* / firmware: qcom_scm: QCOM_SCM should depend on ARCH_QCOMGeert Uytterhoeven2021-09-191-1/+1
|/
* Merge tag 'thermal-v5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-09-112-0/+62
|\
| * firmware: qcom_scm: Introduce SCM calls to access LMhThara Gopinath2021-08-182-0/+62
* | Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-09-071-1/+5
|\ \
| * | firmware: dmi: Move product_sku info to the end of the modaliasHans de Goede2021-09-021-1/+5
* | | Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-09-032-2/+2
|\ \ \