summaryrefslogtreecommitdiff
path: root/drivers/firmware
AgeCommit message (Expand)AuthorFilesLines
2022-01-13Merge tag 'devicetree-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+5
2022-01-12Merge tag 'driver-core-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds5-17/+15
2022-01-12Merge tag 'efi-next-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-41/+108
2022-01-10Merge tag 'drivers-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2-2/+5
2022-01-06efi: use default_groups in kobj_typeGreg Kroah-Hartman3-3/+7
2022-01-06efi/libstub: measure loaded initrd info into the TPMIlias Apalodimas1-14/+58
2022-01-06drivers/firmware: Add missing platform_device_put() in sysfb_create_simplefbMiaoqian Lin1-2/+6
2022-01-06firmware: edd: remove empty default_attrs arrayGreg Kroah-Hartman1-9/+0
2022-01-06firmware: dmi-sysfs: use default_groups in kobj_typeGreg Kroah-Hartman1-3/+4
2022-01-06qemu_fw_cfg: use default_groups in kobj_typeGreg Kroah-Hartman1-2/+3
2022-01-05firmware: memmap: use default_groups in kobj_typeGreg Kroah-Hartman1-1/+2
2021-12-22efi: apply memblock cap after memblock_add()Pingfan Liu1-0/+5
2021-12-20Merge tag 'ti-driver-soc-fixes-for-v5.17' of git://git.kernel.org/pub/scm/lin...Arnd Bergmann1-1/+1
2021-12-13firmware: arm_scpi: Fix string overflow in SCPI genpd driverSudeep Holla1-3/+7
2021-12-13Merge tag 'tegra-for-5.16-firmware-fixes' of git://git.kernel.org/pub/scm/lin...Arnd Bergmann1-2/+3
2021-12-08firmware: xilinx: check return value of zynqmp_pm_get_api_version()Rajan Vaja1-1/+4
2021-11-23firmware: 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: arm_scmi: Fix type error assignment in voltage protocolCristian Marussi1-1/+1
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: arm_scmi: Fix null de-reference on error pathCristian Marussi1-5/+5
2021-11-11Merge 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-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2021-11-06memblock: rename memblock_free to memblock_phys_freeMike Rapoport1-1/+1
2021-11-04Merge 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-02Merge tag 'spi-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds1-0/+17
2021-11-02Merge tag 'kspp-misc-fixes-5.16-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2021-11-02Merge 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-27firmware/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-24firmware: qcom: scm: Add support for MC boot address APIStephan Gerhold2-17/+71
2021-10-24firmware: 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
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-18Merge 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