summaryrefslogtreecommitdiff
path: root/drivers/firmware
Commit message (Expand)AuthorAgeFilesLines
* 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-083-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-183-8/+176
| * | Merge tag 'zynqmp-soc-for-v6.3' of https://github.com/Xilinx/linux-xlnx into ...Arnd Bergmann2023-02-011-2/+25
| |\ \
| | * | firmware: xilinx: Clear IOCTL_SET_SD_TAPDELAY using PM_MMIO_WRITEMarek Vasut2023-01-051-2/+25
| | |/
| * | Merge tag 'amlogic-drivers-for-v6.3' of https://git.kernel.org/pub/scm/linux/...Arnd Bergmann2023-01-301-1/+1
| |\ \
| | * | firmware: meson_sm: stop using 0 as NULL pointerMiles Chen2023-01-101-1/+1
| | |/
| * | firmware: arm_scmi: Add per-channel raw injection supportCristian Marussi2023-01-205-24/+174
| * | firmware: arm_scmi: Add the raw mode co-existence supportCristian Marussi2023-01-204-6/+28
| * | firmware: arm_scmi: Call raw mode hooks from the core stackCristian Marussi2023-01-201-0/+63
| * | firmware: arm_scmi: Reject SCMI drivers when configured in raw modeCristian Marussi2023-01-201-0/+6
| * | firmware: arm_scmi: Add core raw transmission supportCristian Marussi2023-01-205-2/+1372
| * | firmware: arm_scmi: Populate a common SCMI debugfs rootCristian Marussi2023-01-202-0/+127
| * | include: trace: Add platform and channel instance referencesCristian Marussi2023-01-201-8/+12
| * | firmware: arm_scmi: Add internal platform/channel identifiersCristian Marussi2023-01-202-2/+18
| * | firmware: arm_scmi: Move errors defs and code to common.hCristian Marussi2023-01-202-40/+40
| * | firmware: arm_scmi: Add xfer helpers to provide raw accessCristian Marussi2023-01-202-0/+159
| * | firmware: arm_scmi: Add flags field to xferCristian Marussi2023-01-201-0/+4
| * | firmware: arm_scmi: Refactor scmi_wait_for_message_responseCristian Marussi2023-01-201-24/+33
| * | firmware: arm_scmi: Refactor polling helpersCristian Marussi2023-01-202-25/+27
| * | firmware: arm_scmi: Refactor xfer in-flight registration routinesCristian Marussi2023-01-201-34/+68
| * | firmware: arm_scmi: Split bus and driver into distinct modulesCristian Marussi2023-01-194-12/+19
| * | firmware: arm_scmi: Introduce a new lifecycle for protocol devicesCristian Marussi2023-01-191-0/+45
| * | firmware: arm_scmi: Refactor device create/destroy helpersCristian Marussi2023-01-193-17/+141
| * | firmware: arm_scmi: Move handle get/set helpersCristian Marussi2023-01-193-31/+25
| * | firmware: arm_scmi: Refactor protocol device creationCristian Marussi2023-01-193-299/+156