summaryrefslogtreecommitdiffstats
path: root/drivers/firmware
AgeCommit message (Expand)Author
2020-04-28firmware: xilinx: Add sysfs and API to set boot health statusRajan Vaja
2020-04-28firmware: xilinx: Add sysfs to set shutdown scopeRajan Vaja
2020-04-28firmware: xilinx: Add system shutdown API interfaceRajan Vaja
2020-04-28firmware: xilinx: Add sysfs interfaceRajan Vaja
2020-04-28firmware: xilinx: Add APIs to read/write GGS/PGGS registersRajan Vaja
2020-04-28firmware: xilinx: Remove eemi ops for fpga related APIsRajan Vaja
2020-04-28firmware: xilinx: Remove eemi ops for aes engineRajan Vaja
2020-04-28firmware: xilinx: Remove eemi ops for set_requirementRajan Vaja
2020-04-28firmware: xilinx: Remove eemi ops for release_nodeRajan Vaja
2020-04-28firmware: xilinx: Remove eemi ops for request_nodeRajan Vaja
2020-04-28firmware: xilinx: Remove eemi ops for set_suspend_modeRajan Vaja
2020-04-28firmware: xilinx: Remove eemi ops for init_finalizeRajan Vaja
2020-04-28firmware: xilinx: Remove eemi ops for reset_get_statusRajan Vaja
2020-04-28firmware: xilinx: Remove eemi ops for reset_assertRajan Vaja
2020-04-28firmware: xilinx: Use APIs instead of IOCTLsRajan Vaja
2020-04-28firmware: xilinx: Remove eemi ops for clock set/get parentRajan Vaja
2020-04-28firmware: xilinx: Remove eemi ops for clock set/get rateRajan Vaja
2020-04-28firmware: xilinx: Remove eemi ops for clock_getdividerRajan Vaja
2020-04-28firmware: xilinx: Remove eemi ops for clock_setdividerRajan Vaja
2020-04-28firmware: xilinx: Remove eemi ops for clock_getstateRajan Vaja
2020-04-28firmware: xilinx: Remove eemi ops for clock_disableRajan Vaja
2020-04-28firmware: xilinx: Remove eemi ops for clock_enableRajan Vaja
2020-04-28firmware: xilinx: Remove eemi ops for query_dataRajan Vaja
2020-04-28firmware: xilinx: Remove eemi ops for get_chipidRajan Vaja
2020-04-28firmware: xilinx: Remove eemi ops for get_api_versionRajan Vaja
2020-04-28firmware: fpga: replace the error codes with the standard onesRichard Gong
2020-04-26Merge tag 'driver-core-5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-04-25efi/libstub: Re-enable command line initrd loading for x86Ard Biesheuvel
2020-04-24efi: Move arch_tables check to callerArd Biesheuvel
2020-04-24efi: Clean up config table description arraysArd Biesheuvel
2020-04-24efi/libstub/x86: Avoid getter function for efi_is64Ard Biesheuvel
2020-04-24efi/libstub: Drop __pure getters for EFI stub optionsArd Biesheuvel
2020-04-24efi/libstub: Drop __pure getter for efi_system_tableArd Biesheuvel
2020-04-24efi: Kill __efistub_globalArvind Sankar
2020-04-24efi/x86: Remove __efistub_global and add relocation checkArvind Sankar
2020-04-24efi/arm: Remove __efistub_global annotationArvind Sankar
2020-04-24efi/libstub: Move efi_relocate_kernel() into separate source fileArd Biesheuvel
2020-04-24efi/libstub/arm64: Switch to ordinary page allocator for kernel imageArd Biesheuvel
2020-04-24efi/libstub: Add API function to allocate aligned memoryArd Biesheuvel
2020-04-23efi/libstub/arm64: Simplify randomized loading of kernel imageArd Biesheuvel
2020-04-23efi/libstub/arm64: Replace 'preferred' offset with alignment checkArd Biesheuvel
2020-04-23efi/libstub/random: Increase random alloc granularityArd Biesheuvel
2020-04-23efi/libstub/random: Align allocate size to EFI_ALLOC_ALIGNArd Biesheuvel
2020-04-23efi/gop: Allow automatically choosing the best modeArvind Sankar
2020-04-23efi/gop: Allow specifying depth as well as resolutionArvind Sankar
2020-04-23efi/gop: Allow specifying mode by <xres>x<yres>Arvind Sankar
2020-04-23efi/gop: Allow specifying mode number on command lineArvind Sankar
2020-04-23efi/gop: Add prototypes for query_mode and set_modeArvind Sankar
2020-04-23efi/gop: Remove unreachable code from setup_pixel_infoArvind Sankar
2020-04-23efi/gop: Use helper macros for find_bitsArvind Sankar