aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-28Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds4-12/+144
2022-03-24Merge tag 'drm-next-2022-03-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-1/+1
2022-03-23Merge tag 'arm-drivers-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds14-270/+1642
2022-03-21Merge tag 'pstore-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-1/+1
2022-03-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+26
2022-03-21Merge tag 'acpi-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-11/+3
2022-03-21Merge tag 'tpmdd-next-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmddLinus Torvalds1-1/+1
2022-03-18Merge branches 'acpi-soc', 'acpi-video' and 'acpi-apei'Rafael J. Wysocki2-11/+3
2022-03-18firmware: google: Properly state IOMEM dependencyDavid Gow1-1/+1
2022-03-18firmware: sysfb: fix platform-device leak in error pathJohan Hovold1-9/+14
2022-03-18firmware: stratix10-svc: add missing callback parameter on RSUAng Tien Sung1-1/+1
2022-03-16Merge tag 'efi-urgent-for-v5.17-3' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efiLinus Torvalds2-2/+2
2022-03-15pstore: Don't use semaphores in always-atomic-context codeJann Horn1-1/+1
2022-03-08efi/mokvar: move up init orderEric Snowberg1-1/+1
2022-03-03ACPI: APEI: explicit init of HEST and GHES in apci_init()Shuai Xue2-11/+3
2022-03-03firmware: xilinx: Add ZynqMP SHA API for SHA3 functionalityHarsha1-0/+26
2022-03-01Merge tag 'qcom-drivers-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into arm/driversArnd Bergmann2-96/+126
2022-03-01efi: fix return value of __setup handlersRandy Dunlap2-2/+2
2022-02-28Merge tag 'soc-fixes-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-1/+1
2022-02-28Merge tag 'ti-driver-soc-for-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ti/linux into arm/driversArnd Bergmann1-1/+1
2022-02-28efivars: Respect "block" flag in efivar_entry_set_safe()Jann Horn1-1/+4
2022-02-28riscv/efi_stub: Fix get_boot_hartid_from_fdt() return valueSunil V L1-7/+10
2022-02-25Merge tag 'scmi-updates-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into arm/driversArnd Bergmann9-173/+1466
2022-02-25Merge tag 'imx-drivers-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into arm/driversArnd Bergmann2-0/+49
2022-02-25firmware: xilinx: Add sysfs support for feature configRonak Jain1-0/+93
2022-02-25firmware: xilinx: Add support for runtime featuresRonak Jain1-0/+27
2022-02-25firmware: stratix10-svc: extend SVC driver to get the firmware versionRichard Gong1-1/+8
2022-02-21firmware: arm_scmi: Add support for clock_enable_latencyCristian Marussi1-3/+9
2022-02-21firmware: arm_scmi: Add atomic support to clock protocolCristian Marussi1-3/+19
2022-02-21firmware: arm_scmi: Support optional system wide atomic-threshold-usCristian Marussi1-3/+24
2022-02-21firmware: arm_scmi: Add atomic mode support to virtio transportCristian Marussi3-20/+391
2022-02-21firmware: arm_scmi: Review virtio free_list handlingCristian Marussi1-31/+57
2022-02-21firmware: arm_scmi: Add a virtio channel refcountCristian Marussi1-51/+92
2022-02-20firmware: imx: scu-pd: imx8q: add vpu mu resourcesMing Qian1-0/+4
2022-02-18Merge tag 'scmi-fix-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into arm/fixesArnd Bergmann1-1/+1
2022-02-12firmware: imx: add get resource owner apiPeng Fan1-0/+45
2022-02-11firmware: arm_scmi: Remove space in MODULE_ALIAS nameAlyssa Ross1-1/+1
2022-02-08firmware: arm_scmi: Disable ftrace for Clang Thumb2 buildsArd Biesheuvel1-0/+7
2022-02-07Merge tag 'scmi-updates-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into for-next/scmiSudeep Holla8-80/+885
2022-02-03firmware: qcom: scm: Add support for MC boot address APIStephan Gerhold2-2/+34
2022-02-03firmware: qcom: scm: Drop cpumask parameter from set_boot_addr()Stephan Gerhold1-11/+8
2022-02-03firmware: qcom: scm: Simplify set_cold/warm_boot_addr()Stephan Gerhold2-79/+27
2022-02-03firmware: qcom: scm: Introduce pas_metadata contextBjorn Andersson1-5/+34
2022-02-02firmware: ti_sci: inproper error handling of ti_sci_probePeiwei Hu1-1/+1
2022-02-01Merge tag 'drm-misc-next-2022-01-27' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-1/+1
2022-01-31firmware: qcom: scm: Fix some kernel-doc commentsYang Li1-5/+2
2022-01-31firmware: qcom: scm: Add function to set IOMMU pagetable addressingAngeloGioacchino Del Regno2-0/+17
2022-01-31firmware: qcom: scm: Add function to set the maximum IOMMU pool sizeAngeloGioacchino Del Regno2-0/+16
2022-01-31firmware: qcom: scm: Remove reassignment to desc following initializerMarijn Suijten1-6/+0
2022-01-27drivers/firmware: Don't mark as busy the simple-framebuffer IO resourceJavier Martinez Canillas1-1/+1