summaryrefslogtreecommitdiff
path: root/drivers/firmware
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'irq/irqchip-next' of git://git.kernel.org/pub/scm/linux/kernel/...Stephen Rothwell2023-04-112-23/+31
|\
| * Merge branch irq/gic-6.4 into irq/irqchip-nextMarc Zyngier2023-04-082-23/+31
| |\
| | * irqchip/gicv3: Workaround for NVIDIA erratum T241-FABRIC-4Shanker Donthineni2023-04-082-23/+31
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Stephen Rothwell2023-04-111-1/+47
|\ \ \
| * | | firmware: cs_dsp: Add a debugfs entry containing control detailsSimon Trimmer2023-04-031-0/+31
| * | | firmware: cs_dsp: Support DSPs that don't require firmware downloadSimon Trimmer2023-03-211-0/+3
| * | | firmware: cs_dsp: Introduce no_core_startstop for self-booting DSPsSimon Trimmer2023-03-211-1/+13
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci.gitStephen Rothwell2023-04-111-1/+0
|\ \ \ \
| * | | | cper-arm: Remove unnecessary aer.h includeBjorn Helgaas2023-03-081-1/+0
| |/ / /
* | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/tegr...Stephen Rothwell2023-04-113-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
| |/ / /
* | | | Merge branch 'for-linux-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Stephen Rothwell2023-04-112-12/+85
|\ \ \ \
| * \ \ \ Merge branch 'for-next/scmi/updates' of git://git.kernel.org/pub/scm/linux/ke...Sudeep Holla2023-04-052-12/+85
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | 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 branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/qcom...Stephen Rothwell2023-04-111-7/+9
|\ \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *-. \ \ \ \ Merge branches 'arm64-defconfig-for-6.4', 'arm64-fixes-for-6.3', 'arm64-for-6...Bjorn Andersson2023-04-071-8/+10
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | | * | | | firmware: qcom_scm: Add SM6375 compatibleKonrad Dybcio2023-03-211-0/+1
| | | * | | | firmware: qcom_scm: Clear download bit during rebootMukesh Ojha2023-03-191-2/+1
| | | * | | | firmware: qcom_scm: Use fixed width src vm bitmapElliot Berman2023-03-151-5/+7
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gcle...Stephen Rothwell2023-04-111-1/+1
|\ \ \ \ \ \
| * | | | | | firmware: turris-mox-rwtm: make kobj_type structure constantThomas Weißschuh2023-04-071-1/+1
| |/ / / / /
* | | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shaw...Stephen Rothwell2023-04-112-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 branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/...Stephen Rothwell2023-04-111-1/+4
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'v6.3-rc5' into for-nextArnd Bergmann2023-04-0417-38/+139
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | Merge branch 'soc/drivers' into for-nextArnd Bergmann2023-04-041-1/+4
| |\ \ \ \ \ \
| | * | | | | | firmware: meson_sm: populate platform devices from sm device tree dataDmitry Rokosov2023-03-271-1/+4
| | | |/ / / / | | |/| | | |
* | | | | | | Merge branch 'for-next/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Stephen Rothwell2023-04-111-17/+20
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | firmware: arm_sdei: Fix sleep from invalid context BUGPierre Gondois2023-03-281-17/+20
| | |_|_|_|/ | |/| | | |
* | | | | | 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