summaryrefslogtreecommitdiffstats
path: root/drivers/firmware
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'riscv-for-linus-6.7-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-11-101-1/+1
|\
| * riscv: Optimize bitops with Zbb extensionXiao Wang2023-11-091-1/+1
* | Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-11-032-2/+20
|\ \
| * | efi: move screen_info into efi init codeArnd Bergmann2023-10-172-2/+20
| * | vgacon: clean up global screen_info instancesArnd Bergmann2023-10-171-1/+0
| * | vgacon: remove screen_info dependencyArnd Bergmann2023-10-171-1/+1
* | | Merge tag 'char-misc-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-11-031-1/+1
|\ \ \
| * | | firmware: xilinx: Move EXPORT_SYMBOL_GPL next to zynqmp_pm_feature definitionRajan Vaja2023-10-271-1/+1
| |/ /
* | | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-021-0/+20
|\ \ \
| * | | efi/unaccepted: do not let /proc/vmcore try to access unaccepted memoryAdrian Hunter2023-10-041-0/+20
| |/ /
* | | Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-016-283/+4
|\ \ \
| * | | arch: Remove Itanium (IA-64) architectureArd Biesheuvel2023-09-116-283/+4
| | |/ | |/|
* | | Merge tag 'soc-drivers-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-0125-376/+2806
|\ \ \
| * \ \ Merge tag 'qcom-drivers-for-6.7-2' of https://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann2023-10-2510-58/+75
| |\ \ \
| | * | | firmware: qcom: scm: remove unneeded 'extern' specifiersBartosz Golaszewski2023-10-221-7/+6
| | * | | firmware: qcom: scm: add a missing forward declaration for struct deviceBartosz Golaszewski2023-10-221-0/+2
| | * | | firmware: qcom: move Qualcomm code into its own directoryBartosz Golaszewski2023-10-2210-51/+67
| * | | | Merge tag 'arm-soc/for-6.7/drivers' of https://github.com/Broadcom/stblinux i...Arnd Bergmann2023-10-251-0/+1
| |\ \ \ \
| | * | | | firmware: raspberrypi: Fix devm_rpi_firmware_get documentationKieran Bingham2023-10-091-0/+1
| | | |/ / | | |/| |
| * | | | Merge tag 'ti-driver-soc-for-v6.7' of https://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann2023-10-251-60/+9
| |\ \ \ \
| | * | | | firmware: ti_sci: Use device_get_match_data()Rob Herring2023-10-161-8/+5
| | * | | | firmware: ti_sci: Mark driver as non removableDhruva Gole2023-10-021-45/+1
| | * | | | firmware: ti_sci: refactor deprecated strncpyJustin Stitt2023-09-201-1/+1
| | * | | | firmware: ti_sci: Use list_for_each_entry() helperJinjie Ruan2023-09-201-6/+2
| | |/ / /
| * | | | Merge tag 'qcom-drivers-for-6.7' of https://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann2023-10-186-8/+1467
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | firmware: qcom_scm: use 64-bit calling convention only when client is 64-bitKathiravan Thirumoorthy2023-09-271-0/+7
| | * | | firmware: qcom_scm: disable SDI if requiredRobert Marko2023-09-202-0/+31
| | * | | firmware: qcom: qseecom: Add missing AUXILIARY_BUS dependencyBjorn Andersson2023-09-151-0/+1
| | * | | firmware: qcom-scm: order includes alphabeticallyBartosz Golaszewski2023-09-141-8/+9
| | * | | firmware: Add support for Qualcomm UEFI Secure ApplicationMaximilian Luz2023-09-134-1/+891
| | * | | firmware: qcom_scm: Add support for Qualcomm Secure Execution Environment SCM...Maximilian Luz2023-09-134-0/+529
| | |/ /
| * | | Merge tag 'amlogic-drivers-for-v6.7' of https://git.kernel.org/pub/scm/linux/...Arnd Bergmann2023-10-161-9/+16
| |\ \ \
| | * | | firmware: meson: Use device_get_match_data()Rob Herring2023-10-091-2/+3
| | * | | drivers: meson: sm: correct meson_sm_* API retval handlingAlexey Romanov2023-09-111-7/+13
| | |/ /
| * | | Merge tag 'tegra-for-6.7-firmware' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann2023-10-161-0/+30
| |\ \ \
| | * | | firmware: tegra: Add suspend hook and reset BPMP IPC early on resumeSumit Gupta2023-10-131-0/+30
| | |/ /
| * | | Merge tag 'ffa-updates-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann2023-10-162-21/+765
| |\ \ \
| | * | | firmware: arm_ffa: Upgrade the driver version to v1.1Sudeep Holla2023-10-081-1/+1
| | * | | firmware: arm_ffa: Update memory descriptor to support v1.1 formatSudeep Holla2023-10-081-3/+8
| | * | | firmware: arm_ffa: Switch to using ffa_mem_desc_offset() accessorSudeep Holla2023-10-081-2/+4
| | * | | firmware: arm_ffa: Simplify the computation of transmit and fragment lengthSudeep Holla2023-10-061-6/+8
| | * | | firmware: arm_ffa: Add notification handling mechanismSudeep Holla2023-10-061-1/+66
| | * | | firmware: arm_ffa: Add interface to send a notification to a given partitionSudeep Holla2023-10-061-0/+13
| | * | | firmware: arm_ffa: Add interfaces to request notification callbacksSudeep Holla2023-10-061-0/+145
| | * | | firmware: arm_ffa: Add schedule receiver callback mechanismSudeep Holla2023-10-061-3/+100
| | * | | firmware: arm_ffa: Initial support for scheduler receiver interruptSudeep Holla2023-10-061-10/+176
| | * | | firmware: arm_ffa: Implement the NOTIFICATION_INFO_GET interfaceSudeep Holla2023-10-061-0/+73
| | * | | firmware: arm_ffa: Implement the FFA_NOTIFICATION_GET interfaceSudeep Holla2023-10-061-0/+37
| | * | | firmware: arm_ffa: Implement the FFA_NOTIFICATION_SET interfaceSudeep Holla2023-10-061-0/+20
| | * | | firmware: arm_ffa: Implement the FFA_RUN interfaceSudeep Holla2023-10-061-0/+22