summaryrefslogtreecommitdiffstats
path: root/drivers/firmware
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scmi-fixes-6.12' of https://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann10 days3-16/+26
|\
| * firmware: arm_scmi: Queue in scmi layer for mailbox implementationJustin Chen11 days1-11/+21
| * firmware: arm_scmi: Give SMC transport precedence over mailboxFlorian Fainelli2024-10-111-2/+4
| * firmware: arm_scmi: Fix the double free in scmi_debugfs_common_setup()Su Hui2024-10-111-3/+1
* | Merge tag 'ffa-fixes-6.12' of https://git.kernel.org/pub/scm/linux/kernel/git...Arnd Bergmann10 days1-4/+9
|\ \
| * | firmware: arm_ffa: Avoid string-fortify warning caused by memcpy()Gavin Shan10 days1-1/+1
| * | firmware: arm_ffa: Avoid string-fortify warning in export_uuid()Arnd Bergmann11 days1-3/+8
| |/
* | Merge tag 'drm-fixes-2024-10-04' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2024-10-041-1/+3
|\ \
| * \ Merge tag 'drm-misc-fixes-2024-09-26' of https://gitlab.freedesktop.org/drm/m...Dave Airlie2024-10-011-1/+3
| |\ \ | | |/ | |/|
| | * firmware/sysfb: Disable sysfb for firmware buffers with unknown parentThomas Zimmermann2024-09-261-1/+3
* | | move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-027-7/+7
|/ /
* | [tree-wide] finally take no_llseek outAl Viro2024-09-275-9/+0
* | Merge tag 'efi-next-for-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-09-263-5/+10
|\ \
| * | efi: Remove redundant null pointer checks in efi_debugfs_init()Li Zetao2024-09-131-1/+1
| * | efistub/tpm: Use ACPI reclaim memory for event log to avoid corruptionArd Biesheuvel2024-09-131-1/+1
| * | efi/cper: Print correctable AER informationYazen Ghannam2024-08-271-3/+8
* | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2024-09-261-1/+1
|\ \ \
| * | | fw_cfg: Constify struct kobj_typeHongbo Li2024-09-251-1/+1
* | | | Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-09-213-10/+13
|\ \ \ \
| * | | | mm: rework accept memory helpersKirill A. Shutemov2024-09-013-10/+13
| |/ / /
* | | | Merge tag 'soc-drivers-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-09-1735-824/+2891
|\ \ \ \
| * \ \ \ Merge tag 'arm-soc/for-6.12/drivers' of https://github.com/Broadcom/stblinux ...Arnd Bergmann2024-09-111-1/+2
| |\ \ \ \
| | * | | | firmware: raspberrypi: Improve timeout warningStefan Wahren2024-08-131-1/+2
| | | |/ / | | |/| |
| * | | | Merge tag 'qcom-drivers-for-6.12' of https://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann2024-09-054-35/+82
| |\ \ \ \
| | * | | | firmware: qcom: scm: Allow QSEECOM on Surface Laptop 7 modelsKonrad Dybcio2024-08-261-0/+2
| | * | | | firmware: qcom: scm: Add multiple download mode supportMukesh Ojha2024-08-141-2/+5
| | * | | | firmware: qcom: scm: Refactor code to support multiple dload modeMukesh Ojha2024-08-142-19/+52
| | * | | | Merge branch 'drivers-fixes-for-6.11' into HEADBjorn Andersson2024-08-142-12/+22
| | |\ \ \ \
| | * | | | | firmware: qcom: scm: Disable SDI and write no dump to dump modeMukesh Ojha2024-08-141-4/+2
| | * | | | | firmware: qcom: scm: Allow QSEECOM on ThinkPad T14sKonrad Dybcio2024-07-281-0/+1
| | | |/ / / | | |/| | |
| * | | | | Merge tag 'tegra-for-6.12-firmware' of https://git.kernel.org/pub/scm/linux/k...Arnd Bergmann2024-09-021-15/+5
| |\ \ \ \ \
| | * | | | | firmware: tegra: bpmp: Use scoped device node handling to simplify error pathsKrzysztof Kozlowski2024-08-271-9/+5
| | * | | | | firmware: tegra: bpmp: Drop unused mbox_client_to_bpmp()Krzysztof Kozlowski2024-08-271-6/+0
| | |/ / / /
| * | | | | Merge tag 'scmi-updates-6.12' of https://git.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann2024-09-0229-501/+2488
| |\ \ \ \ \
| | * | | | | firmware: imx: Add i.MX95 MISC driverPeng Fan2024-08-283-0/+131
| | * | | | | firmware: arm_scmi: Add initial support for i.MX MISC protocolPeng Fan2024-08-283-0/+329
| | * | | | | firmware: arm_scmi: Add initial support for i.MX BBM protocolPeng Fan2024-08-285-0/+402
| | * | | | | firmware: arm_scmi: Add NXP i.MX95 SCMI documentationPeng Fan2024-08-281-0/+886
| | * | | | | firmware: arm_scmi: Replace comma with the semicolonSudeep Holla2024-08-281-1/+1
| | * | | | | firmware: arm_scmi: Replace the use of of_node_put() to __free(device_node)Sudeep Holla2024-08-282-9/+6
| | * | | | | firmware: arm_scmi: Fix trivial whitespace/coding style issuesSudeep Holla2024-08-287-5/+4
| | * | | | | firmware: arm_scmi: Use max-rx-timeout-ms from devicetreeCristian Marussi2024-08-181-0/+9
| | * | | | | firmware: arm_scmi: Remove const from transport descriptorsCristian Marussi2024-08-185-5/+5
| | * | | | | firmware: arm_scmi: Simplify with scoped for each OF child loopKrzysztof Kozlowski2024-08-181-5/+3
| | * | | | | firmware: arm_scmi: Update various protocols versionsCristian Marussi2024-08-166-6/+6
| | * | | | | firmware: arm_scmi: Remove legacy transport-layer codeCristian Marussi2024-08-164-104/+16
| | * | | | | firmware: arm_scmi: Make VirtIO transport a standalone driverCristian Marussi2024-08-167-97/+99
| | * | | | | firmware: arm_scmi: Make OPTEE transport a standalone driverCristian Marussi2024-08-167-64/+64
| | * | | | | firmware: arm_scmi: Make SMC transport a standalone driverCristian Marussi2024-08-167-49/+62
| | * | | | | firmware: arm_scmi: Make MBOX transport a standalone driverCristian Marussi2024-08-137-52/+77