summaryrefslogtreecommitdiffstats
path: root/drivers/firmware
Commit message (Expand)AuthorAgeFilesLines
* firmware: xilinx: Fix an error handling path in 'zynqmp_firmware_probe()'Christophe JAILLET2020-05-151-2/+2
* Merge 5.7-rc5 into char-misc-nextGreg Kroah-Hartman2020-05-111-1/+1
|\
| * gcc-10: mark more functions __init to avoid section mismatch warningsLinus Torvalds2020-05-091-1/+1
* | firmware: xilinx: Export zynqmp_pm_fpga_{get_status,load}Nathan Chancellor2020-05-041-0/+2
* | firmware: xilinx: Add sysfs and API to set boot health statusRajan Vaja2020-04-281-0/+39
* | firmware: xilinx: Add sysfs to set shutdown scopeRajan Vaja2020-04-281-1/+97
* | firmware: xilinx: Add system shutdown API interfaceRajan Vaja2020-04-281-0/+13
* | firmware: xilinx: Add sysfs interfaceRajan Vaja2020-04-281-1/+166
* | firmware: xilinx: Add APIs to read/write GGS/PGGS registersRajan Vaja2020-04-281-0/+66
* | firmware: xilinx: Remove eemi ops for fpga related APIsRajan Vaja2020-04-281-28/+2
* | firmware: xilinx: Remove eemi ops for aes engineRajan Vaja2020-04-281-2/+2
* | firmware: xilinx: Remove eemi ops for set_requirementRajan Vaja2020-04-281-4/+4
* | firmware: xilinx: Remove eemi ops for release_nodeRajan Vaja2020-04-281-2/+2
* | firmware: xilinx: Remove eemi ops for request_nodeRajan Vaja2020-04-281-4/+3
* | firmware: xilinx: Remove eemi ops for set_suspend_modeRajan Vaja2020-04-281-2/+2
* | firmware: xilinx: Remove eemi ops for init_finalizeRajan Vaja2020-04-281-2/+2
* | firmware: xilinx: Remove eemi ops for reset_get_statusRajan Vaja2020-04-281-3/+2
* | firmware: xilinx: Remove eemi ops for reset_assertRajan Vaja2020-04-281-3/+3
* | firmware: xilinx: Use APIs instead of IOCTLsRajan Vaja2020-04-281-29/+89
* | firmware: xilinx: Remove eemi ops for clock set/get parentRajan Vaja2020-04-281-4/+4
* | firmware: xilinx: Remove eemi ops for clock set/get rateRajan Vaja2020-04-281-4/+4
* | firmware: xilinx: Remove eemi ops for clock_getdividerRajan Vaja2020-04-281-2/+2
* | firmware: xilinx: Remove eemi ops for clock_setdividerRajan Vaja2020-04-281-2/+2
* | firmware: xilinx: Remove eemi ops for clock_getstateRajan Vaja2020-04-281-2/+2
* | firmware: xilinx: Remove eemi ops for clock_disableRajan Vaja2020-04-281-2/+2
* | firmware: xilinx: Remove eemi ops for clock_enableRajan Vaja2020-04-281-2/+2
* | firmware: xilinx: Remove eemi ops for query_dataRajan Vaja2020-04-282-4/+3
* | firmware: xilinx: Remove eemi ops for get_chipidRajan Vaja2020-04-281-2/+2
* | firmware: xilinx: Remove eemi ops for get_api_versionRajan Vaja2020-04-282-3/+3
* | firmware: fpga: replace the error codes with the standard onesRichard Gong2020-04-282-49/+23
|/
* Merge tag 'driver-core-5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-04-261-2/+2
|\
| * firmware: imx: fix compile-testingArnd Bergmann2020-04-171-2/+2
* | Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2020-04-231-1/+1
|\ \
| * | firmware: xilinx: make firmware_debugfs_root staticJason Yan2020-04-151-1/+1
| |/
* | efi/libstub/file: Merge file name buffers to reduce stack usageArd Biesheuvel2020-04-141-13/+14
* | efi/x86: Always relocate the kernel for EFI handover entryArvind Sankar2020-04-141-4/+10
* | efi/x86: Move efi stub globals from .bss to .dataArvind Sankar2020-04-142-2/+2
* | efi/libstub/x86: Remove redundant assignment to pointer hdrColin Ian King2020-04-141-2/+0
* | efi/cper: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-04-141-1/+1
|/
* Merge tag 'sound-fix-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-04-101-3/+3
|\
| * edd: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-04-021-3/+3
* | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2020-04-091-5/+3
|\ \
| * | arm64: remove CONFIG_DEBUG_ALIGN_RODATA featureArd Biesheuvel2020-04-011-5/+3
* | | Merge tag 'arm-drivers-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-04-0310-267/+434
|\ \ \
| * \ \ Merge tag 'scmi-updates-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Arnd Bergmann2020-03-277-265/+419
| |\ \ \
| | * | | firmware: arm_scpi: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-201-2/+2
| | * | | firmware: arm_scmi/perf: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-201-1/+1
| | * | | firmware: arm_scmi: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-201-1/+1
| | * | | firmware: arm_scmi: Make scmi core independent of the transport typeViresh Kumar2020-02-105-219/+373
| | * | | firmware: arm_scmi: Move macros and helpers to common.hViresh Kumar2020-02-102-40/+40