summaryrefslogtreecommitdiffstats
path: root/drivers/firmware (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2023-04-251-17/+20
|\
| * firmware: arm_sdei: Fix sleep from invalid context BUGPierre Gondois2023-03-281-17/+20
* | Merge tag 'soc-drivers-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-259-31/+116
|\ \
| * \ Merge tag 'scmi-updates-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Arnd Bergmann2023-04-173-15/+124
| |\ \
| | * | firmware: arm_scmi: Add support for unidirectional mailbox channelsCristian Marussi2023-04-051-11/+84
| | * | firmware: arm_scmi: Fix xfers allocation on Rx channelCristian Marussi2023-03-271-1/+1
| * | | Merge tag 'qcom-drivers-for-6.4' of https://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann2023-04-141-7/+9
| |\ \ \
| | * | | firmware: qcom_scm: Add SM6375 compatibleKonrad Dybcio2023-03-221-0/+1
| | * | | firmware: qcom_scm: Clear download bit during rebootMukesh Ojha2023-03-201-2/+1
| | * | | firmware: qcom_scm: Use fixed width src vm bitmapElliot Berman2023-03-161-5/+7
| * | | | Merge tag 'imx-drivers-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann2023-04-142-3/+6
| |\ \ \ \
| | * | | | firmware: imx: scu-pd: add missed lvds lpi2c and pwm power domainsClark Wang2023-03-061-0/+4
| | * | | | firmware: imx: scu: use dev_err_probeAlexander Stein2023-03-061-3/+2
| | |/ / /
| * | | | Merge tag 'tegra-for-6.4-firmware' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann2023-04-143-8/+12
| |\ \ \ \
| | * | | | firmware: Use of_property_present() for testing DT property presenceRob Herring2023-04-042-4/+4
| | * | | | firmware: tegra: bpmp: Fix error paths in debugfsMikko Perttunen2023-04-031-4/+8
| | |/ / /
| * / / / firmware: meson_sm: populate platform devices from sm device tree dataDmitry Rokosov2023-03-271-1/+4
| |/ / /
* | | | Merge tag 'soc-arm-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2023-04-251-1/+1
|\ \ \ \
| * | | | firmware: turris-mox-rwtm: make kobj_type structure constantThomas Weißschuh2023-04-071-1/+1
| |/ / /
* | | | Merge tag 'irq-core-2023-04-24' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-252-23/+31
|\ \ \ \
| * \ \ \ Merge branch irq/gic-6.4 into irq/irqchip-nextMarc Zyngier2023-04-212-23/+31
| |\ \ \ \
| | * | | | irqchip/gicv3: Workaround for NVIDIA erratum T241-FABRIC-4Shanker Donthineni2023-04-082-23/+31
| | | |_|/ | | |/| |
* | / | | firmware/psci: demote suspend-mode warning to info levelJohan Hovold2023-04-141-1/+2
|/ / / /
* | | | Merge tag 'arm-fixes-6.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-03-244-10/+46
|\ \ \ \
| * \ \ \ Merge tag 'qcom-driver-fixes-for-6.3' of https://git.kernel.org/pub/scm/linux...Arnd Bergmann2023-03-241-1/+1
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | firmware: qcom: scm: fix bogus irq error at probeJohan Hovold2023-03-091-1/+1
| | | |/ | | |/|
| * | | firmware: arm_scmi: Use the bitmap API to allocate bitmapsChristophe JAILLET2023-03-081-2/+2
| * | | firmware: arm_scmi: Fix device node validation for mailbox transportCristian Marussi2023-03-081-0/+37
| * | | firmware: arm_scmi: Fix raw coexistence mode behaviour on failure pathCristian Marussi2023-03-061-3/+3
| * | | firmware: arm_scmi: Remove duplicate include header inclusionYe Xingchen2023-03-061-1/+0
| * | | firmware: arm_scmi: Return a literal instead of a variableDan Carpenter2023-03-061-1/+1
| * | | firmware: arm_scmi: Clean up a return statement in scmi_probeDan Carpenter2023-03-061-2/+2
| |/ /
* | | Merge tag 'efi-fixes-for-v6.3-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-03-2416-37/+138
|\ \ \ | |_|/ |/| |
| * | efi/libstub: randomalloc: Return EFI_OUT_OF_RESOURCES on failureArd Biesheuvel2023-03-231-0/+1
| * | efi/libstub: Use relocated version of kernel's struct screen_infoArd Biesheuvel2023-03-236-14/+21
| * | efi/libstub: zboot: Add compressed image to make targetsArd Biesheuvel2023-03-211-1/+1
| * | efi: sysfb_efi: Add quirk for Lenovo Yoga Book X91F/LHans de Goede2023-03-181-0/+8
| * | efi: sysfb_efi: Fix DMI quirks not working for simpledrmHans de Goede2023-03-183-3/+8
| * | efi/libstub: smbios: Drop unused 'recsize' parameterArd Biesheuvel2023-03-182-4/+3
| * | arm64: efi: Use SMBIOS processor version to key off Ampere quirkArd Biesheuvel2023-03-183-13/+80
| * | efi/libstub: smbios: Use length member instead of record struct sizeArd Biesheuvel2023-03-181-1/+1
| * | efi: earlycon: Reprobe after parsing config tablesArd Biesheuvel2023-03-132-3/+16
| * | efi/libstub: arm64: Remap relocated image with strict permissionsArd Biesheuvel2023-03-101-0/+1
| * | efi/libstub: zboot: Mark zboot EFI application as NX compatibleArd Biesheuvel2023-03-101-1/+1
| |/
* / firmware: xilinx: don't make a sleepable memory allocation from an atomic con...Roman Gushchin2023-03-091-1/+1
|/
* Merge tag 'soc-drivers-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-02-2718-573/+2908
|\
| * Merge tag 'qcom-drivers-for-6.3-2' of https://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann2023-02-133-3/+3
| |\
| | * firmware: qcom_scm: Move qcom_scm.h to include/linux/firmware/qcom/Elliot Berman2023-02-093-3/+3
| * | Merge tag 'qcom-drivers-for-6.3' of https://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann2023-02-133-8/+176
| |\|
| | * firmware: qcom: scm: Add wait-queue handling logicGuru Das Srinagesh2023-01-193-8/+176