summaryrefslogtreecommitdiff
path: root/drivers/firmware
AgeCommit message (Expand)AuthorFilesLines
2023-04-07firmware: turris-mox-rwtm: make kobj_type structure constantThomas Weißschuh1-1/+1
2023-04-05efi/loongarch: Reintroduce efi_relocate_kernel() to relocate kernelHuacai Chen1-17/+7
2023-04-05firmware: arm_scmi: Add support for unidirectional mailbox channelsCristian Marussi1-11/+84
2023-04-04firmware: Use of_property_present() for testing DT property presenceRob Herring2-4/+4
2023-04-03firmware: tegra: bpmp: Fix error paths in debugfsMikko Perttunen1-4/+8
2023-04-03firmware: cs_dsp: Add a debugfs entry containing control detailsSimon Trimmer1-0/+31
2023-03-28firmware: arm_sdei: Fix sleep from invalid context BUGPierre Gondois1-17/+20
2023-03-27firmware: meson_sm: populate platform devices from sm device tree dataDmitry Rokosov1-1/+4
2023-03-27firmware: arm_scmi: Fix xfers allocation on Rx channelCristian Marussi1-1/+1
2023-03-25Merge tag 'arm-fixes-6.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-10/+46
2023-03-24Merge tag 'efi-fixes-for-v6.3-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds16-37/+138
2023-03-24Merge tag 'qcom-driver-fixes-for-6.3' of https://git.kernel.org/pub/scm/linux...Arnd Bergmann1-1/+1
2023-03-23efi/libstub: randomalloc: Return EFI_OUT_OF_RESOURCES on failureArd Biesheuvel1-0/+1
2023-03-23efi/libstub: Use relocated version of kernel's struct screen_infoArd Biesheuvel6-14/+21
2023-03-22firmware: qcom_scm: Add SM6375 compatibleKonrad Dybcio1-0/+1
2023-03-21efi/libstub: zboot: Add compressed image to make targetsArd Biesheuvel1-1/+1
2023-03-21firmware: cs_dsp: Support DSPs that don't require firmware downloadSimon Trimmer1-0/+3
2023-03-21firmware: cs_dsp: Introduce no_core_startstop for self-booting DSPsSimon Trimmer1-1/+13
2023-03-20Merge 6.3-rc3 into char-misc-nextGreg Kroah-Hartman1-1/+1
2023-03-20firmware: qcom_scm: Clear download bit during rebootMukesh Ojha1-2/+1
2023-03-18efi: sysfb_efi: Add quirk for Lenovo Yoga Book X91F/LHans de Goede1-0/+8
2023-03-18efi: sysfb_efi: Fix DMI quirks not working for simpledrmHans de Goede3-3/+8
2023-03-18efi/libstub: smbios: Drop unused 'recsize' parameterArd Biesheuvel2-4/+3
2023-03-18arm64: efi: Use SMBIOS processor version to key off Ampere quirkArd Biesheuvel3-13/+80
2023-03-18efi/libstub: smbios: Use length member instead of record struct sizeArd Biesheuvel1-1/+1
2023-03-16firmware: qcom_scm: Use fixed width src vm bitmapElliot Berman1-5/+7
2023-03-14efi: earlycon: Reprobe after parsing config tablesArd Biesheuvel2-3/+16
2023-03-10efi/libstub: arm64: Remap relocated image with strict permissionsArd Biesheuvel1-0/+1
2023-03-10efi/libstub: zboot: Mark zboot EFI application as NX compatibleArd Biesheuvel1-1/+1
2023-03-10firmware: qcom: scm: fix bogus irq error at probeJohan Hovold1-1/+1
2023-03-09edd: make kobj_type structure constantThomas Weißschuh1-1/+1
2023-03-09firmware: xilinx: don't make a sleepable memory allocation from an atomic con...Roman Gushchin1-1/+1
2023-03-09firmware: xilinx: Add pm api function for PL config reg readbackNava kishore Manne1-0/+33
2023-03-09firmware: dmi-sysfs: make kobj_type structures constantThomas Weißschuh1-2/+2
2023-03-08firmware: arm_scmi: Use the bitmap API to allocate bitmapsChristophe JAILLET1-2/+2
2023-03-08firmware: arm_scmi: Fix device node validation for mailbox transportCristian Marussi1-0/+37
2023-03-06firmware: arm_scmi: Fix raw coexistence mode behaviour on failure pathCristian Marussi1-3/+3
2023-03-06firmware: arm_scmi: Remove duplicate include header inclusionYe Xingchen1-1/+0
2023-03-06firmware: arm_scmi: Return a literal instead of a variableDan Carpenter1-1/+1
2023-03-06firmware: arm_scmi: Clean up a return statement in scmi_probeDan Carpenter1-2/+2
2023-03-06firmware: imx: scu-pd: add missed lvds lpi2c and pwm power domainsClark Wang1-0/+4
2023-03-06firmware: imx: scu: use dev_err_probeAlexander Stein1-3/+2
2023-02-27Merge tag 'soc-drivers-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds18-573/+2908
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-3/+4
2023-02-24Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-26/+25
2023-02-24Merge tag 'efi-next-for-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds12-59/+232
2023-02-23Merge tag 'drm-next-2023-02-23' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-6/+37
2023-02-22Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds4-83/+55
2023-02-21Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-12/+30
2023-02-19firmware/efi sysfb_efi: Add quirk for Lenovo IdeaPad Duet 3Darrell Kavanagh1-0/+8