summaryrefslogtreecommitdiff
path: root/drivers/firmware
AgeCommit message (Expand)AuthorFilesLines
2022-09-27Merge tag 'efi-loongarch-for-v6.1-2' into HEADArd Biesheuvel13-364/+358
2022-09-27efi/loongarch: libstub: remove dependency on flattened DTArd Biesheuvel2-12/+57
2022-09-27efi: libstub: install boot-time memory map as config tableArd Biesheuvel6-8/+30
2022-09-27efi: libstub: remove DT dependency from generic stubArd Biesheuvel3-61/+60
2022-09-27efi: libstub: unify initrd loading between architecturesArd Biesheuvel7-97/+98
2022-09-26efi: libstub: remove pointless goto kludgeArd Biesheuvel1-15/+7
2022-09-26efi: libstub: simplify efi_get_memory_map() and struct efi_boot_memmapArd Biesheuvel8-157/+76
2022-09-26efi: libstub: avoid efi_get_memory_map() for allocating the virt mapArd Biesheuvel3-22/+47
2022-09-20efi: libstub: drop pointless get_memory_map() callArd Biesheuvel1-8/+0
2022-09-20efi: libstub: fix type confusion for load_options_sizeArd Biesheuvel3-11/+12
2022-09-20efi/libstub: implement generic EFI zbootArd Biesheuvel7-3/+612
2022-09-19efi/libstub: move efi_system_table global var into separate objectArd Biesheuvel3-3/+10
2022-09-17efi/libstub: use EFI provided memcpy/memset routinesArd Biesheuvel3-3/+33
2022-09-17efi/libstub: add some missing EFI prototypesArd Biesheuvel1-5/+26
2022-09-06efi/loongarch: Add efistub booting supportHuacai Chen4-8/+86
2022-08-07Merge tag 'riscv-for-linus-5.20-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+10
2022-08-06Merge tag 'sound-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2-24/+119
2022-08-04Merge tag 'char-misc-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-28/+302
2022-08-04Merge tag 'efi-efivars-removal-for-v5.20' of git://git.kernel.org/pub/scm/lin...Linus Torvalds5-1696/+1
2022-08-04Merge tag 'efi-next-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds8-516/+354
2022-08-02Merge tag 'pm-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-7/+11
2022-08-02Merge tag 'arm-drivers-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds13-223/+1718
2022-08-02Merge tag 'arm-soc-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-1/+15
2022-07-29Merge branches 'pm-core', 'pm-sleep', 'powercap', 'pm-domains' and 'pm-em'Rafael J. Wysocki1-7/+11
2022-07-22firmware: cs_dsp: Add memory chunk helpersCharles Keepax1-0/+104
2022-07-22firmware: cs_dsp: Add pre_stop callbackCharles Keepax1-0/+3
2022-07-20riscv/efi_stub: Add 64bit boot-hartid support on RV64Sunil V L1-3/+10
2022-07-15firmware: arm_scmi: Get detailed power scale from perfLukasz Luba1-7/+11
2022-07-15Merge tag 'platform-drivers-x86-v5.19-4' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-10/+11
2022-07-14firmware: stratix10-svc: To support a command ATF Get VersionAng Tien Sung1-0/+10
2022-07-14firmware: stratix10-svc: extend svc to support RSU featureKah Jing Lee1-8/+12
2022-07-14firmware: stratix10-rsu: extend RSU driver to get DCMF statusKah Jing Lee1-5/+124
2022-07-14firmware: stratix10-svc: add new FCS commandsAng Tien Sung1-8/+97
2022-07-14firmware: stratix10-svc: add FCS polling commandAng Tien Sung1-5/+37
2022-07-14firmware: stratix10-svc: Add support for FCSAng Tien Sung1-5/+25
2022-07-13Merge tag 'qcom-drivers-for-5.20' of git://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann2-1/+74
2022-07-12Merge tag 'tegra-for-5.20-firmware' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann2-8/+8
2022-07-10efi: Fix efi_power_off() not being run before acpi_power_off() when necessaryHans de Goede1-10/+11
2022-07-08firmware: tegra: Fix error check return value of debugfs_create_file()Lv Ruyi1-5/+5
2022-07-08Merge tag 'zynqmp-soc-for-v5.20' of https://github.com/Xilinx/linux-xlnx into...Arnd Bergmann1-1/+15
2022-07-06Merge tag 'scmi-updates-5.20' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann12-219/+1674
2022-07-04Merge tag 'soc-fixes-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-5/+38
2022-07-04firmware: arm_scmi: Use fast channel tracingCristian Marussi2-0/+20
2022-07-04firmware: arm_scmi: Add SCMI v3.1 powercap fast channels supportCristian Marussi1-33/+136
2022-07-04firmware: arm_scmi: Generalize the fast channel supportCristian Marussi3-171/+231
2022-07-04firmware: arm_scmi: Add SCMI v3.1 powercap protocol basic supportCristian Marussi4-1/+757
2022-07-04firmware: arm_scmi: Add SCMI System Power Control driverCristian Marussi3-0/+375
2022-07-04firmware: arm_scmi: Add devm_protocol_acquire helperCristian Marussi1-15/+55
2022-07-04firmware: arm_scmi: Add SCMI v3.1 System Power extensionsCristian Marussi1-1/+16
2022-07-04firmware: arm_scmi: Support only one single system power deviceCristian Marussi1-0/+23