summaryrefslogtreecommitdiffstats
path: root/drivers/firmware
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'efi-urgent-for-v5.15' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-10-173-4/+4
|\
| * efi: Change down_interruptible() in virt_efi_reset_system() to down_trylock()Zhang Jianhua2021-10-051-1/+1
| * efi/cper: use stack buffer for error record decodingArd Biesheuvel2021-10-051-2/+2
| * efi/libstub: Simplify "Exiting bootservices" messageHeinrich Schuchardt2021-10-051-1/+1
* | Merge tag 'ffa-fixes-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Arnd Bergmann2021-10-111-1/+9
|\ \
| * | firmware: arm_ffa: Fix __ffa_devices_unregisterSudeep Holla2021-10-051-1/+1
| * | firmware: arm_ffa: Add missing remove callback to ffa_bus_typeSudeep Holla2021-10-051-0/+8
| |/
* | Merge tag 'asm-generic-fixes-5.15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-10-081-4/+1
|\ \
| * | qcom_scm: hide Kconfig symbolArnd Bergmann2021-10-071-4/+1
| |/
* | Merge tag 'scmi-fixes-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann2021-10-072-14/+32
|\ \
| * | firmware: arm_scmi: Add proper barriers to scmi virtio deviceCristian Marussi2021-10-061-4/+9
| * | firmware: arm_scmi: Simplify spinlocks in virtio transportCristian Marussi2021-10-061-8/+21
| * | firmware: arm_scmi: Remove __exit annotationArnd Bergmann2021-09-201-1/+1
| * | firmware: arm_scmi: Fix virtio transport Kconfig dependencyCristian Marussi2021-09-201-1/+1
| |/
* / firmware: qcom_scm: QCOM_SCM should depend on ARCH_QCOMGeert Uytterhoeven2021-09-191-1/+1
|/
* Merge tag 'thermal-v5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-09-112-0/+62
|\
| * firmware: qcom_scm: Introduce SCM calls to access LMhThara Gopinath2021-08-182-0/+62
* | Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-09-071-1/+5
|\ \
| * | firmware: dmi: Move product_sku info to the end of the modaliasHans de Goede2021-09-021-1/+5
* | | Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-09-032-2/+2
|\ \ \
| * | | isystem: ship and use stdarg.hAlexey Dobriyan2021-08-192-2/+2
* | | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ko...Konrad Rzeszutek Wilk2021-09-031-8/+16
|\ \ \ \
| * | | | iscsi_ibft: Fix isa_bus_to_virt not working under ARMKonrad Rzeszutek Wilk2021-09-021-8/+16
* | | | | Merge tag 'drivers-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2021-09-0112-162/+1452
|\ \ \ \ \
| * \ \ \ \ Merge tag 'qcom-drivers-for-5.15' of git://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann2021-08-183-4/+9
| |\ \ \ \ \
| | * | | | | firmware: qcom_scm: Allow qcom_scm driver to be loadable as a permenent moduleJohn Stultz2021-07-193-2/+7
| | * | | | | firmware: qcom_scm: remove a duplicative conditionJunlin Yang2021-07-161-1/+1
| | * | | | | firmware: qcom_scm: Mark string array constStephen Boyd2021-07-161-1/+1
| | | |_|_|/ | | |/| | |
| * | | | | Merge tag 'tegra-for-5.15-firmware' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann2021-08-181-11/+47
| |\ \ \ \ \
| | * | | | | firmware: tegra: Stop using seq_get_buf()Christoph Hellwig2021-08-111-11/+47
| | |/ / / /
| * | | | | Merge tag 'scmi-updates-5.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann2021-08-129-147/+1396
| |\ \ \ \ \
| | * | | | | firmware: arm_scmi: Use WARN_ON() to check configured transportsCristian Marussi2021-08-091-2/+4
| | * | | | | firmware: arm_scmi: Fix boolconv.cocci warningskernel test robot2021-08-091-1/+1
| | * | | | | firmware: arm_scmi: Free mailbox channels if probe failsRishabh Bhatnagar2021-08-051-11/+24
| | * | | | | firmware: arm_scmi: Add virtio transportIgor Skalkin2021-08-055-0/+509
| | * | | | | firmware: arm_scmi: Add priv parameter to scmi_rx_callbackCristian Marussi2021-08-054-8/+18
| | * | | | | firmware: arm_scmi: Add optional link_supplier() transport opPeter Hilber2021-08-052-0/+8
| | * | | | | firmware: arm_scmi: Add message passing abstractions for transportsPeter Hilber2021-08-054-0/+133
| | * | | | | firmware: arm_scmi: Add method to override max message numberIgor Skalkin2021-08-052-6/+43
| | * | | | | firmware: arm_scmi: Make shmem support optional for transportsIgor Skalkin2021-08-052-1/+9
| | * | | | | firmware: arm_scmi: Make SCMI transports configurableCristian Marussi2021-08-055-38/+80
| | * | | | | firmware: arm_scmi: Make polling mode optionalCristian Marussi2021-08-051-1/+6
| | * | | | | firmware: arm_scmi: Make .clear_channel optionalCristian Marussi2021-08-051-4/+11
| | * | | | | firmware: arm_scmi: Handle concurrent and out-of-order messagesCristian Marussi2021-08-052-41/+246
| | * | | | | firmware: arm_scmi: Introduce monotonically increasing tokensCristian Marussi2021-08-052-35/+251
| | * | | | | firmware: arm_scmi: Add optional transport_init/exit supportCristian Marussi2021-08-052-0/+65
| | * | | | | firmware: arm_scmi: Remove scmi_dump_header_dbg() helperCristian Marussi2021-08-051-16/+0
| | * | | | | firmware: arm_scmi: Add support for type handling in common functionsCristian Marussi2021-08-052-1/+6
* | | | | | | Merge tag 'drm-next-2021-08-31-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-09-017-90/+601
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'bus_remove_return_void-5.15' of git://git.kernel.org/pub/scm/linux...Dave Airlie2021-08-112-6/+2
| |\ \ \ \ \ \ \