summaryrefslogtreecommitdiff
path: root/drivers/firmware
AgeCommit message (Expand)AuthorFilesLines
2022-08-02Merge tag 'pm-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-7/+11
2022-08-02Merge tag 'arm-drivers-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds13-223/+1718
2022-08-02Merge tag 'arm-soc-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-1/+15
2022-07-29Merge branches 'pm-core', 'pm-sleep', 'powercap', 'pm-domains' and 'pm-em'Rafael J. Wysocki1-7/+11
2022-07-15firmware: arm_scmi: Get detailed power scale from perfLukasz Luba1-7/+11
2022-07-15Merge tag 'platform-drivers-x86-v5.19-4' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-10/+11
2022-07-13Merge tag 'qcom-drivers-for-5.20' of git://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann2-1/+74
2022-07-12Merge tag 'tegra-for-5.20-firmware' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann2-8/+8
2022-07-10efi: Fix efi_power_off() not being run before acpi_power_off() when necessaryHans de Goede1-10/+11
2022-07-08firmware: tegra: Fix error check return value of debugfs_create_file()Lv Ruyi1-5/+5
2022-07-08Merge tag 'zynqmp-soc-for-v5.20' of https://github.com/Xilinx/linux-xlnx into...Arnd Bergmann1-1/+15
2022-07-06Merge tag 'scmi-updates-5.20' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann12-219/+1674
2022-07-04Merge tag 'soc-fixes-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-5/+38
2022-07-04firmware: arm_scmi: Use fast channel tracingCristian Marussi2-0/+20
2022-07-04firmware: arm_scmi: Add SCMI v3.1 powercap fast channels supportCristian Marussi1-33/+136
2022-07-04firmware: arm_scmi: Generalize the fast channel supportCristian Marussi3-171/+231
2022-07-04firmware: arm_scmi: Add SCMI v3.1 powercap protocol basic supportCristian Marussi4-1/+757
2022-07-04firmware: arm_scmi: Add SCMI System Power Control driverCristian Marussi3-0/+375
2022-07-04firmware: arm_scmi: Add devm_protocol_acquire helperCristian Marussi1-15/+55
2022-07-04firmware: arm_scmi: Add SCMI v3.1 System Power extensionsCristian Marussi1-1/+16
2022-07-04firmware: arm_scmi: Support only one single system power deviceCristian Marussi1-0/+23
2022-07-04firmware: arm_scmi: Use new SCMI full message tracingCristian Marussi1-0/+21
2022-07-04firmware: arm_scpi: Ensure scpi_info is not assigned if the probe failsSudeep Holla1-26/+35
2022-07-01Merge tag 'scmi-fixes-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann5-5/+38
2022-07-01Merge tag 'drm-misc-fixes-2022-06-30' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2-16/+58
2022-06-30firmware: qcom_scm: Add bw voting support to the SCM interfaceSibi Sankar1-0/+69
2022-06-29firmware: xilinx: Add TF_A_PM_REGISTER_SGI SMC callTanmay Shah1-1/+15
2022-06-29firmware: sysfb: Add sysfb_disable() helper functionJavier Martinez Canillas1-6/+48
2022-06-29firmware: sysfb: Make sysfb_create_simplefb() return a pdev pointerJavier Martinez Canillas2-10/+10
2022-06-27firmware: arm_scmi: Remove usage of the deprecated ida_simple_xxx APIBo Liu1-3/+3
2022-06-27firmware: arm_scmi: Fix response size warning for OPTEE transportVincent Guittot1-1/+6
2022-06-27Merge tag 'soc-fixes-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds8-46/+80
2022-06-26firmware: qcom_scm-legacy: correct kerneldocKrzysztof Kozlowski1-0/+4
2022-06-25firmware: qcom_scm: drop unexpected word "the"Jiang Jian1-1/+1
2022-06-24firmware: tegra: bpmp: Do only aligned access to IPC memory areaTimo Alho1-3/+3
2022-06-21efi: sysfb_efi: remove unnecessary <asm/efi.h> includeJavier Martinez Canillas1-2/+0
2022-06-20firmware: arm_scmi: Relax CLOCK_DESCRIBE_RATES out-of-spec checksCristian Marussi3-1/+29
2022-06-12firmware: arm_scmi: Fix incorrect error propagation in scmi_voltage_descripto...Ludvig Pärsson1-7/+2
2022-06-10firmware: arm_scmi: Avoid using extended string-buffers sizes if not necessaryCristian Marussi8-13/+11
2022-06-10firmware: arm_scmi: Fix SENSOR_AXIS_NAME_GET behaviour when unsupportedCristian Marussi1-10/+46
2022-06-06firmware: arm_scmi: Remove all the unused local variablesCristian Marussi4-13/+12
2022-06-06firmware: arm_scmi: Relax base protocol sanity checks on the protocol listCristian Marussi1-5/+11
2022-06-03Merge tag 'efi-next-for-v5.19-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-32/+27
2022-06-03Merge tag 'char-misc-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-32/+116
2022-06-01efi: clean up Kconfig dependencies on CONFIG_EFIArd Biesheuvel2-30/+25
2022-06-01efi/x86: libstub: Make DXE calls mixed mode safeArd Biesheuvel1-2/+2
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+1
2022-05-26Merge tag 'arm-drivers-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds16-791/+1661
2022-05-26Merge tag 'sound-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds3-0/+167
2022-05-26Merge tag 'drm-next-2022-05-25' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-3/+3