aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware
AgeCommit message (Expand)AuthorFilesLines
2023-04-27Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-3/+2
2023-04-27Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-5/+38
2023-04-27Merge tag 'sound-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-1/+47
2023-04-27Merge tag 'pci-v6.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+0
2023-04-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-17/+20
2023-04-25Merge tag 'soc-drivers-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds9-31/+116
2023-04-25Merge tag 'soc-arm-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-1/+1
2023-04-25Merge tag 'irq-core-2023-04-24' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-23/+31
2023-04-21Merge branch irq/gic-6.4 into irq/irqchip-nextMarc Zyngier2-23/+31
2023-04-20firmware: stratix10-svc: Fix an NULL vs IS_ERR() bug in probeDan Carpenter1-2/+2
2023-04-18Change DEFINE_SEMAPHORE() to take a number argumentPeter Zijlstra2-2/+2
2023-04-17Merge tag 'scmi-updates-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Arnd Bergmann3-15/+124
2023-04-14Merge tag 'qcom-drivers-for-6.4' of https://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann1-7/+9
2023-04-14Merge tag 'imx-drivers-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann2-3/+6
2023-04-14Merge tag 'tegra-for-6.4-firmware' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann3-8/+12
2023-04-14firmware/psci: demote suspend-mode warning to info levelJohan Hovold1-1/+2
2023-04-13MIPS: BCM47XX: remove MODULE_LICENSE in non-modulesNick Alcock1-1/+0
2023-04-10Merge 6.3-rc6 into char-misc-nextGreg Kroah-Hartman20-47/+184
2023-04-08irqchip/gicv3: Workaround for NVIDIA erratum T241-FABRIC-4Shanker Donthineni2-23/+31
2023-04-07efi/cper: Remove unnecessary aer.h includeBjorn Helgaas1-1/+0
2023-04-07firmware: turris-mox-rwtm: make kobj_type structure constantThomas Weißschuh1-1/+1
2023-04-05firmware: arm_scmi: Add support for unidirectional mailbox channelsCristian Marussi1-11/+84
2023-04-04firmware: Use of_property_present() for testing DT property presenceRob Herring2-4/+4
2023-04-03firmware: tegra: bpmp: Fix error paths in debugfsMikko Perttunen1-4/+8
2023-04-03firmware: cs_dsp: Add a debugfs entry containing control detailsSimon Trimmer1-0/+31
2023-03-28firmware: arm_sdei: Fix sleep from invalid context BUGPierre Gondois1-17/+20
2023-03-27firmware: meson_sm: populate platform devices from sm device tree dataDmitry Rokosov1-1/+4
2023-03-27firmware: arm_scmi: Fix xfers allocation on Rx channelCristian Marussi1-1/+1
2023-03-24Merge tag 'arm-fixes-6.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-10/+46
2023-03-24Merge tag 'efi-fixes-for-v6.3-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds16-37/+138
2023-03-24Merge tag 'qcom-driver-fixes-for-6.3' of https://git.kernel.org/pub/scm/linux...Arnd Bergmann1-1/+1
2023-03-23efi/libstub: randomalloc: Return EFI_OUT_OF_RESOURCES on failureArd Biesheuvel1-0/+1
2023-03-23efi/libstub: Use relocated version of kernel's struct screen_infoArd Biesheuvel6-14/+21
2023-03-21firmware: qcom_scm: Add SM6375 compatibleKonrad Dybcio1-0/+1
2023-03-21efi/libstub: zboot: Add compressed image to make targetsArd Biesheuvel1-1/+1
2023-03-21firmware: cs_dsp: Support DSPs that don't require firmware downloadSimon Trimmer1-0/+3
2023-03-21firmware: cs_dsp: Introduce no_core_startstop for self-booting DSPsSimon Trimmer1-1/+13
2023-03-20Merge 6.3-rc3 into char-misc-nextGreg Kroah-Hartman1-1/+1
2023-03-19firmware: qcom_scm: Clear download bit during rebootMukesh Ojha1-2/+1
2023-03-18efi: sysfb_efi: Add quirk for Lenovo Yoga Book X91F/LHans de Goede1-0/+8
2023-03-18efi: sysfb_efi: Fix DMI quirks not working for simpledrmHans de Goede3-3/+8
2023-03-18efi/libstub: smbios: Drop unused 'recsize' parameterArd Biesheuvel2-4/+3
2023-03-18arm64: efi: Use SMBIOS processor version to key off Ampere quirkArd Biesheuvel3-13/+80
2023-03-18efi/libstub: smbios: Use length member instead of record struct sizeArd Biesheuvel1-1/+1
2023-03-15firmware: qcom_scm: Use fixed width src vm bitmapElliot Berman1-5/+7
2023-03-13efi: earlycon: Reprobe after parsing config tablesArd Biesheuvel2-3/+16
2023-03-10efi/libstub: arm64: Remap relocated image with strict permissionsArd Biesheuvel1-0/+1
2023-03-10efi/libstub: zboot: Mark zboot EFI application as NX compatibleArd Biesheuvel1-1/+1
2023-03-09firmware: qcom: scm: fix bogus irq error at probeJohan Hovold1-1/+1
2023-03-09edd: make kobj_type structure constantThomas Weißschuh1-1/+1
2023-03-09firmware: xilinx: don't make a sleepable memory allocation from an atomic con...Roman Gushchin1-1/+1
2023-03-09firmware: xilinx: Add pm api function for PL config reg readbackNava kishore Manne1-0/+33
2023-03-09firmware: dmi-sysfs: make kobj_type structures constantThomas Weißschuh1-2/+2
2023-03-08firmware: arm_scmi: Use the bitmap API to allocate bitmapsChristophe JAILLET1-2/+2
2023-03-08firmware: arm_scmi: Fix device node validation for mailbox transportCristian Marussi1-0/+37
2023-03-06firmware: arm_scmi: Fix raw coexistence mode behaviour on failure pathCristian Marussi1-3/+3
2023-03-06firmware: arm_scmi: Remove duplicate include header inclusionYe Xingchen1-1/+0
2023-03-06firmware: arm_scmi: Return a literal instead of a variableDan Carpenter1-1/+1
2023-03-06firmware: arm_scmi: Clean up a return statement in scmi_probeDan Carpenter1-2/+2
2023-03-06firmware: imx: scu-pd: add missed lvds lpi2c and pwm power domainsClark Wang1-0/+4
2023-03-06firmware: imx: scu: use dev_err_probeAlexander Stein1-3/+2
2023-02-27Merge tag 'soc-drivers-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds18-564/+2899
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-3/+4
2023-02-24Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-26/+25
2023-02-23Merge tag 'efi-next-for-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds12-59/+232
2023-02-22Merge tag 'drm-next-2023-02-23' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-6/+37
2023-02-21Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds4-83/+55
2023-02-20Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-12/+30
2023-02-19firmware/efi sysfb_efi: Add quirk for Lenovo IdeaPad Duet 3Darrell Kavanagh1-0/+8
2023-02-13Merge tag 'qcom-drivers-for-6.3-2' of https://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann3-3/+3
2023-02-13Merge tag 'qcom-drivers-for-6.3' of https://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann3-8/+176
2023-02-12Merge tag 'efi-fixes-for-v6.2-4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+6
2023-02-09arm64: efi: Force the use of SetVirtualAddressMap() on eMAG and Altra Max mac...Darren Hart1-3/+6
2023-02-09firmware: coreboot: Remove GOOGLE_COREBOOT_TABLE_ACPI/OF Kconfig entriesDouglas Anderson1-8/+0
2023-02-08firmware: qcom_scm: Move qcom_scm.h to include/linux/firmware/qcom/Elliot Berman3-3/+3
2023-02-08firmware: arm_scmi: Set fwnode for the scmi_deviceSaravana Kannan1-1/+2
2023-02-06Merge 6.2-rc7 into char-misc-nextGreg Kroah-Hartman2-1/+3
2023-02-04efi: Discover BTI support in runtime services regionsArd Biesheuvel1-1/+6
2023-02-03efi/cper, cxl: Remove cxl_err.hDan Williams1-1/+11
2023-02-03Merge tag 'efi-fixes-for-v6.2-3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-1/+3
2023-02-03efi: Use standard format for printing the EFI revisionArd Biesheuvel1-4/+9
2023-02-03efi: Drop minimum EFI version check at bootArd Biesheuvel2-9/+2
2023-02-03efi: zboot: Use EFI protocol to remap code/data with the right attributesArd Biesheuvel3-0/+72
2023-02-03efi: fix potential NULL deref in efi_mem_reserve_persistentAnton Gusev1-0/+2
2023-02-02efi: Accept version 2 of memory attributes tableArd Biesheuvel1-1/+1
2023-02-01Merge tag 'zynqmp-soc-for-v6.3' of https://github.com/Xilinx/linux-xlnx into ...Arnd Bergmann1-2/+25
2023-01-31cpuidle: drivers: firmware: psci: Dont instrument suspend codeMark Rutland1-12/+19
2023-01-31Merge tag 'v6.2-rc6' into sched/core, to pick up fixesIngo Molnar9-12/+36
2023-01-31firmware: coreboot: framebuffer: Ignore reserved pixel color bitsAlper Nebi Yasak1-3/+1
2023-01-31Merge v6.2-rc6 into drm-nextDaniel Vetter9-12/+36
2023-01-30Merge tag 'amlogic-drivers-for-v6.3' of https://git.kernel.org/pub/scm/linux/...Arnd Bergmann1-1/+1
2023-01-30efi/libstub: Add memory attribute protocol definitionsEvgeniy Baskov1-0/+20
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman1-2/+2
2023-01-26efi: efivars: prevent double registrationJohan Hovold1-2/+11
2023-01-26efi: verify that variable services are supportedJohan Hovold1-0/+22
2023-01-24efi: arm64: enter with MMU and caches enabledArd Biesheuvel4-83/+55
2023-01-23efi: efivars: add efivars printk prefixJohan Hovold1-1/+3
2023-01-23efi: Warn if trying to reserve memory under XenDemi Marie Obenour1-0/+4
2023-01-23efi: Actually enable the ESRT under XenDemi Marie Obenour1-2/+4
2023-01-23efi: Apply allowlist to EFI configuration tables when running under XenDemi Marie Obenour1-3/+10
2023-01-22efi: xen: Implement memory descriptor lookup based on hypercallDemi Marie Obenour1-1/+4
2023-01-22efi: memmap: Disregard bogus entries instead of returning themDemi Marie Obenour2-8/+7
2023-01-22Merge 6.2-rc5 into char-misc-nextGreg Kroah-Hartman4-7/+18
2023-01-21Merge tag 'char-misc-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+4
2023-01-20Merge tag 'soc-fixes-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/so...Linus Torvalds3-4/+14
2023-01-20firmware: dmi-sysfs: Fix null-ptr-deref in dmi_sysfs_register_handleChen Zhongjin1-5/+5
2023-01-20gsmi: fix null-deref in gsmi_get_variableKhazhismel Kumykov1-3/+4
2023-01-20firmware: dmi-sysfs: make pr_info messages rate limitedColin Ian King1-2/+2
2023-01-20firmware: stratix10-svc: fix error handle while alloc/add device failedYang Yingliang1-3/+6
2023-01-20firmware: stratix10-svc: add missing gen_pool_destroy() in stratix10_svc_drv_...Yang Yingliang1-5/+11
2023-01-20firmware: arm_scmi: Add per-channel raw injection supportCristian Marussi5-24/+174
2023-01-20firmware: arm_scmi: Add the raw mode co-existence supportCristian Marussi4-6/+28
2023-01-20firmware: arm_scmi: Call raw mode hooks from the core stackCristian Marussi1-0/+63
2023-01-20firmware: arm_scmi: Reject SCMI drivers when configured in raw modeCristian Marussi1-0/+6
2023-01-20firmware: arm_scmi: Add core raw transmission supportCristian Marussi5-2/+1372
2023-01-20firmware: arm_scmi: Populate a common SCMI debugfs rootCristian Marussi2-0/+127
2023-01-20include: trace: Add platform and channel instance referencesCristian Marussi1-8/+12
2023-01-20firmware: arm_scmi: Add internal platform/channel identifiersCristian Marussi2-2/+18
2023-01-20firmware: arm_scmi: Move errors defs and code to common.hCristian Marussi2-40/+40
2023-01-20firmware: arm_scmi: Add xfer helpers to provide raw accessCristian Marussi2-0/+159
2023-01-20firmware: arm_scmi: Add flags field to xferCristian Marussi1-0/+4
2023-01-20firmware: arm_scmi: Refactor scmi_wait_for_message_responseCristian Marussi1-24/+33
2023-01-20firmware: arm_scmi: Refactor polling helpersCristian Marussi2-25/+27
2023-01-20firmware: arm_scmi: Refactor xfer in-flight registration routinesCristian Marussi1-34/+68
2023-01-19firmware: arm_scmi: Split bus and driver into distinct modulesCristian Marussi4-12/+19
2023-01-19firmware: arm_scmi: Introduce a new lifecycle for protocol devicesCristian Marussi1-0/+45
2023-01-19firmware: arm_scmi: Refactor device create/destroy helpersCristian Marussi3-17/+141
2023-01-19firmware: arm_scmi: Move handle get/set helpersCristian Marussi3-31/+25
2023-01-19firmware: arm_scmi: Refactor protocol device creationCristian Marussi3-299/+156
2023-01-19firmware: arm_scmi: Add common notifier helpersCristian Marussi3-2/+92
2023-01-19firmware: arm_scmi: Move protocol registration helpersCristian Marussi3-71/+67
2023-01-19firmware: arm_scmi: Use dedicated devices to initialize channelsCristian Marussi6-51/+116
2023-01-19firmware: arm_scmi: Simplify chan_available transport operationCristian Marussi6-9/+9
2023-01-18firmware: qcom: scm: Add wait-queue handling logicGuru Das Srinagesh3-8/+176
2023-01-18cpuidle, arm64: Fix the ARM64 cpuidle logicPeter Zijlstra1-0/+11
2023-01-17efi: efivars: make efivar_supports_writes() return boolJohan Hovold1-1/+1
2023-01-17efi: efivars: drop kobject from efivars_register()Johan Hovold3-15/+8
2023-01-16Merge tag 'drm-misc-next-2023-01-12' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-6/+37
2023-01-14Merge tag 'hardening-v6.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-2/+8
2023-01-13firmware: coreboot: Check size of table entry and use flex-arrayKees Cook2-2/+8
2023-01-13Merge tag 'efi-fixes-for-v6.2-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-3/+7
2023-01-10firmware: meson_sm: stop using 0 as NULL pointerMiles Chen1-1/+1
2023-01-10efi/earlycon: Speed up scrolling by disregarding empty spaceAndy Shevchenko1-2/+26
2023-01-10efi/earlycon: Replace open coded strnchrnul()Andy Shevchenko1-9/+4
2023-01-06firmware/psci: Don't register with debugfs if PSCI isn't availableMarc Zyngier1-0/+3
2023-01-05firmware: xilinx: Clear IOCTL_SET_SD_TAPDELAY using PM_MMIO_WRITEMarek Vasut1-2/+25
2023-01-03firmware: arm_scmi: Fix virtio channels cleanup on shutdownCristian Marussi1-1/+6
2023-01-03firmware: arm_scmi: Harden shared memory access in fetch_notificationCristian Marussi1-1/+3
2023-01-03firmware: arm_scmi: Harden shared memory access in fetch_responseCristian Marussi1-2/+3
2023-01-03firmware: arm_scmi: Clear stale xfer->hdr.statusCristian Marussi1-0/+2
2023-01-03firmware/sysfb: Fix EFI/VESA format selectionThomas Zimmermann1-6/+37
2023-01-03efi: fix userspace infinite retry read efivars after EFI runtime services pag...Ding Hui1-0/+1
2023-01-03efi: fix NULL-deref in init error pathJohan Hovold1-3/+6
2022-12-21Merge tag 'rproc-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/remot...Linus Torvalds1-0/+97
2022-12-20efi: random: fix NULL-deref when refreshing seedJohan Hovold1-1/+3
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2022-12-16Merge tag 'char-misc-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds6-4/+180
2022-12-14Merge tag 'v6.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds1-1/+0
2022-12-13Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-2/+2
2022-12-13Merge tag 'x86_boot_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2022-12-13Merge tag 'efi-next-for-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds40-1560/+1490
2022-12-13Merge tag 'spi-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds1-0/+7
2022-12-13Merge tag 'drm-next-2022-12-13' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-6/+32
2022-12-13Merge tag 'sound-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds3-38/+45
2022-12-12Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+19
2022-12-12Merge tag 'edac_updates_for_6.2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+3
2022-12-12Merge tag 'soc-drivers-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds10-154/+195
2022-12-12Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2-91/+11
2022-12-12Merge tag 'printk-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-4/+4
2022-12-12Merge tag 'pstore-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2022-12-08arm64: efi: Recover from synchronous exceptions occurring in firmwareArd Biesheuvel1-0/+1
2022-12-07arm64: efi: Limit allocations to 48-bit addressable physical regionArd Biesheuvel5-3/+12
2022-12-07Merge tag 'v6.1-rc8' into efi/nextArd Biesheuvel1-8/+29
2022-12-06Merge branch 'for-next/ffa' into for-next/coreWill Deacon1-91/+10
2022-12-05efi: Put Linux specific magic number in the DOS headerArd Biesheuvel1-1/+2
2022-12-04ASoC/tda998x: Fix reporting of nonexistent capture streamsMark Brown1-8/+29
2022-12-02efi: earlycon: use console_is_registered()John Ogness1-4/+4
2022-12-01firmware: arm_ffa: Move constants to header fileWill Deacon1-91/+10
2022-12-01efi: libstub: Always enable initrd command line loader and bump versionArd Biesheuvel2-17/+1
2022-12-01efi: stub: use random seed from EFI variableJason A. Donenfeld1-16/+52
2022-11-30Merge tag 'arm-soc/for-6.2/drivers' of https://github.com/Broadcom/stblinux i...Arnd Bergmann2-6/+21
2022-11-25ASoC: adau1372: fixes after debugging custom boardMark Brown4-2/+93
2022-11-25Merge tag 'v6.1-rc4' into spi-6.2Mark Brown19-142/+135
2022-11-25firmware: xilinx: Add RPU configuration APIsBen Levinsky1-0/+62
2022-11-25firmware: xilinx: Add shutdown/wakeup APIsBen Levinsky1-0/+35
2022-11-25firmware: cs_dsp: Switch to using namespaced exportsMark Brown3-33/+33
2022-11-25ASoC: wm_adsp: Report when a control write changes the valueMark Brown1-5/+12
2022-11-25firmware: cs_dsp: Make the exports namespacedRichard Fitzgerald1-31/+31
2022-11-25firmware: cs_dsp: Rename KConfig symbol CS_DSP -> FW_CS_DSPRichard Fitzgerald2-2/+2
2022-11-24driver core: make struct class.dev_uevent() take a const *Greg Kroah-Hartman1-1/+1
2022-11-24x86/boot/compressed, efi: Merge multiple definitions of image_offset into oneArd Biesheuvel1-1/+1
2022-11-24Backmerge tag 'v6.1-rc6' into drm-nextDave Airlie17-93/+238
2022-11-23firmware: google: fix a NULL vs IS_ERR() check in cbmem_entry_probe()Peng Wu1-2/+2
2022-11-23firmware: raspberrypi: fix possible memory leak in rpi_firmware_probe()Yang Yingliang1-0/+1
2022-11-23firmware: cs_dsp: cs_dsp_coeff_write_ctrl() should report changedSimon Trimmer1-5/+12
2022-11-23tegra: mark BPMP driver as little-endian onlyArnd Bergmann1-0/+1
2022-11-23Merge tag 'ti-driver-soc-for-v6.2-v2' of git://git.kernel.org/pub/scm/linux/k...Arnd Bergmann1-14/+10
2022-11-22Merge tag 'tegra-for-6.2-firmware-v2' of git://git.kernel.org/pub/scm/linux/k...Arnd Bergmann5-134/+162
2022-11-22efi: random: refresh non-volatile random seed when RNG is initializedJason A. Donenfeld1-0/+19
2022-11-21Merge tag 'imx-drivers-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann1-0/+1