aboutsummaryrefslogtreecommitdiff
path: root/drivers/firmware
AgeCommit message (Expand)AuthorFilesLines
2020-05-11Merge 5.7-rc5 into char-misc-nextGreg Kroah-Hartman1-1/+1
2020-05-09gcc-10: mark more functions __init to avoid section mismatch warningsLinus Torvalds1-1/+1
2020-05-07firmware: arm_scmi: fix psci dependencySudeep Holla2-2/+2
2020-05-06firmware: tf: Different way of L2 cache enabling after LP2 suspendDmitry Osipenko1-2/+19
2020-05-06efi/libstub: Correct comment typosJoe Perches2-2/+2
2020-05-05efi/libstub: Make efi_printk() input argument const char*Ard Biesheuvel2-13/+8
2020-05-05efi/libstub/x86: Work around LLVM ELF quirk build regressionArd Biesheuvel1-0/+1
2020-05-05efi/libstub: Fix mixed mode boot issue after macro refactorArvind Sankar1-10/+4
2020-05-04firmware: arm_sdei: Drop check for /firmware/ node and always register driverSudeep Holla1-25/+12
2020-05-04firmware: xilinx: Export zynqmp_pm_fpga_{get_status,load}Nathan Chancellor1-0/+2
2020-05-01efi/libstub: Check return value of efi_parse_optionsArvind Sankar2-8/+27
2020-05-01efi/x86: Support builtin command lineArvind Sankar1-4/+8
2020-05-01efi/libstub: Unify initrd loading across architecturesArvind Sankar4-40/+52
2020-05-01efi/x86: Move command-line initrd loading to efi_mainArvind Sankar1-39/+25
2020-05-01efi/libstub: Upgrade ignored dtb= argument message to errorArvind Sankar1-1/+1
2020-05-01efi/tpm: Use efi_err for error messagesArvind Sankar1-1/+1
2020-05-01efi/gop: Use efi_err for error messagesArvind Sankar1-5/+5
2020-05-01efi/x86: Use efi_err for error messagesArvind Sankar1-12/+12
2020-05-01efi/libstub: Move pr_efi/pr_efi_err into efi namespaceArvind Sankar9-52/+52
2020-05-01efi/libstub: Add a helper function to split 64-bit valuesArvind Sankar3-22/+23
2020-05-01efi/x86: Use correct size for boot_paramsArvind Sankar1-3/+4
2020-04-30efi/libstub: Avoid returning uninitialized data from setup_graphics()Heinrich Schuchardt1-1/+5
2020-04-28firmware: xilinx: Add sysfs and API to set boot health statusRajan Vaja1-0/+39
2020-04-28firmware: xilinx: Add sysfs to set shutdown scopeRajan Vaja1-1/+97
2020-04-28firmware: xilinx: Add system shutdown API interfaceRajan Vaja1-0/+13
2020-04-28firmware: xilinx: Add sysfs interfaceRajan Vaja1-1/+166
2020-04-28firmware: xilinx: Add APIs to read/write GGS/PGGS registersRajan Vaja1-0/+66
2020-04-28firmware: xilinx: Remove eemi ops for fpga related APIsRajan Vaja1-28/+2
2020-04-28firmware: xilinx: Remove eemi ops for aes engineRajan Vaja1-2/+2
2020-04-28firmware: xilinx: Remove eemi ops for set_requirementRajan Vaja1-4/+4
2020-04-28firmware: xilinx: Remove eemi ops for release_nodeRajan Vaja1-2/+2
2020-04-28firmware: xilinx: Remove eemi ops for request_nodeRajan Vaja1-4/+3
2020-04-28firmware: xilinx: Remove eemi ops for set_suspend_modeRajan Vaja1-2/+2
2020-04-28firmware: xilinx: Remove eemi ops for init_finalizeRajan Vaja1-2/+2
2020-04-28firmware: xilinx: Remove eemi ops for reset_get_statusRajan Vaja1-3/+2
2020-04-28firmware: xilinx: Remove eemi ops for reset_assertRajan Vaja1-3/+3
2020-04-28firmware: xilinx: Use APIs instead of IOCTLsRajan Vaja1-29/+89
2020-04-28firmware: xilinx: Remove eemi ops for clock set/get parentRajan Vaja1-4/+4
2020-04-28firmware: xilinx: Remove eemi ops for clock set/get rateRajan Vaja1-4/+4
2020-04-28firmware: xilinx: Remove eemi ops for clock_getdividerRajan Vaja1-2/+2
2020-04-28firmware: xilinx: Remove eemi ops for clock_setdividerRajan Vaja1-2/+2
2020-04-28firmware: xilinx: Remove eemi ops for clock_getstateRajan Vaja1-2/+2
2020-04-28firmware: xilinx: Remove eemi ops for clock_disableRajan Vaja1-2/+2
2020-04-28firmware: xilinx: Remove eemi ops for clock_enableRajan Vaja1-2/+2
2020-04-28firmware: xilinx: Remove eemi ops for query_dataRajan Vaja2-4/+3
2020-04-28firmware: xilinx: Remove eemi ops for get_chipidRajan Vaja1-2/+2
2020-04-28firmware: xilinx: Remove eemi ops for get_api_versionRajan Vaja2-3/+3
2020-04-28firmware: fpga: replace the error codes with the standard onesRichard Gong2-49/+23
2020-04-26Merge tag 'driver-core-5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2020-04-25efi/libstub: Re-enable command line initrd loading for x86Ard Biesheuvel1-2/+2