summaryrefslogtreecommitdiffstats
path: root/drivers/firmware
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | firmware: arm_scmi: Introduce a common SCMI v3.1 .extended_name_get helperCristian Marussi2022-04-282-0/+65
| | * | | | firmware: arm_scmi: Split protocol specific definitions in a dedicated headerCristian Marussi2022-04-289-236/+265
| | * | | | firmware: arm_scmi: Remove unneeded NULL termination of clk nameCristian Marussi2022-04-281-2/+0
| | * | | | firmware: arm_scmi: Check CLOCK_RATE_SET_COMPLETE async responseCristian Marussi2022-04-281-2/+20
| | * | | | firmware: arm_scmi: Make name_get operations return a constCristian Marussi2022-04-282-4/+5
| | * | | | firmware: arm_scmi: Dynamically allocate implemented protocols arrayCristian Marussi2022-04-283-10/+14
| | * | | | firmware: arm_scmi: Validate BASE_DISCOVER_LIST_PROTOCOLS responseCristian Marussi2022-04-281-0/+24
| | * | | | firmware: arm_scmi: Fix list protocols enumeration in the base protocolCristian Marussi2022-04-281-1/+1
| | * | | | firmware: arm_scmi: Make protocols initialisation fail on basic errorsCristian Marussi2022-04-287-14/+38
| * | | | | Merge tag 'ffa-updates-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Arnd Bergmann2022-05-051-10/+14
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | firmware: arm_ffa: Remove incorrect assignment of driver_dataSudeep Holla2022-04-291-2/+0
| | * | | | firmware: arm_ffa: Fix uuid parameter to ffa_partition_probeSudeep Holla2022-04-291-1/+1
| | * | | | firmware: arm_ffa: Fix handling of fragmented memory descriptorsMarc Bonnici2022-04-271-7/+13
| | |/ / /
* | | | | Merge tag 'sound-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-05-253-0/+167
|\ \ \ \ \
| * | | | | firmware: mediatek: Add adsp ipc protocol interfaceTingHan Shen2022-05-163-0/+167
* | | | | | Merge tag 'drm-next-2022-05-25' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-05-251-3/+3
|\ \ \ \ \ \
| * \ \ \ \ \ Backmerge tag 'v5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Dave Airlie2022-05-034-9/+10
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | Merge drm/drm-next into drm-misc-nextMaxime Ripard2022-04-0526-306/+1834
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | sysfb: Enable boot time VESA graphic mode selectionMichal Suchanek2022-03-041-0/+1
| * | | | | | sysfb: Make config option dependencies explicitMichal Suchanek2022-03-041-3/+2
* | | | | | | Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-05-251-1/+1
|\ \ \ \ \ \ \
| * | | | | | | firmware: tee_bnxt: Use UUID API for exporting the UUIDAndy Shevchenko2022-05-051-1/+1
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge tag 'edac_updates_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-05-231-18/+46
|\ \ \ \ \ \ \
| * | | | | | | efi/cper: Reformat CPER memory error location to more readableShuai Xue2022-04-081-15/+15
| * | | | | | | EDAC/ghes: Unify CPER memory error location reportingShuai Xue2022-04-081-2/+2
| * | | | | | | efi/cper: Add a cper_mem_err_status_str() to decode error descriptionShuai Xue2022-04-081-1/+29
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge tag 'efi-next-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-05-239-20/+302
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | / | | |_|_|_|/ | |/| | | |
| * | | | | riscv/efi_stub: Add support for RISCV_EFI_BOOT_PROTOCOLSunil V L2022-05-192-6/+30
| * | | | | efi: stub: prefer mirrored memory for randomized allocationsArd Biesheuvel2022-05-061-0/+11
| * | | | | efi/arm64: libstub: run image in place if randomized by the loaderArd Biesheuvel2022-05-031-3/+9
| * | | | | efi: libstub: pass image handle to handle_kernel_image()Ard Biesheuvel2022-05-035-5/+9
| * | | | | efi: libstub: ensure allocated memory to be executableBaskov Evgeniy2022-05-032-4/+118
| * | | | | efi: libstub: declare DXE services tableBaskov Evgeniy2022-05-032-1/+82
| * | | | | efi: Register efi_secret platform device if EFI secret area is declaredDov Murik2022-04-131-0/+5
| * | | | | efi: Save location of EFI confidential computing areaDov Murik2022-04-132-0/+22
| * | | | | efi: Allow to enable EFI runtime services by default on RTJavier Martinez Canillas2022-04-132-1/+16
| |/ / / /
* | | | | Merge tag 'sound-5.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-04-221-2/+1
|\ \ \ \ \ | | |_|/ / | |/| | / | |_|_|/ |/| | |
| * | | firmware: cs_dsp: Fix overrun of unterminated control name stringRichard Fitzgerald2022-04-121-2/+1
| |/ /
* | | firmware: arm_scmi: Fix sparse warnings in OPTEE transport driverSudeep Holla2022-04-041-4/+4
* | | firmware: arm_scmi: Replace zero-length array with flexible-array memberLv Ruyi2022-04-041-1/+1
* | | firmware: arm_scmi: Fix sorting of retrieved clock ratesCristian Marussi2022-04-041-1/+2
* | | firmware: arm_scmi: Remove clear channel call on the TX channelCristian Marussi2022-04-041-1/+2
|/ /
* | Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-284-12/+144
|\ \
| * | firmware: google: Properly state IOMEM dependencyDavid Gow2022-03-181-1/+1
| * | firmware: sysfb: fix platform-device leak in error pathJohan Hovold2022-03-181-9/+14
| * | firmware: stratix10-svc: add missing callback parameter on RSUAng Tien Sung2022-03-181-1/+1
| * | firmware: xilinx: Add sysfs support for feature configRonak Jain2022-02-251-0/+93
| * | firmware: xilinx: Add support for runtime featuresRonak Jain2022-02-251-0/+27
| * | firmware: stratix10-svc: extend SVC driver to get the firmware versionRichard Gong2022-02-251-1/+8
* | | Merge tag 'drm-next-2022-03-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-03-241-1/+1
|\ \ \ | | |/ | |/|