index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
firmware
Age
Commit message (
Expand
)
Author
Lines
2022-07-14
firmware: stratix10-svc: add FCS polling command
Ang Tien Sung
-5
/
+37
2022-07-14
firmware: stratix10-svc: Add support for FCS
Ang Tien Sung
-5
/
+25
2022-07-12
Merge tag 'qcom-drivers-for-5.20' of git://git.kernel.org/pub/scm/linux/kerne...
Arnd Bergmann
-1
/
+74
2022-07-12
Merge tag 'tegra-for-5.20-firmware' of git://git.kernel.org/pub/scm/linux/ker...
Arnd Bergmann
-8
/
+8
2022-07-10
efi: Fix efi_power_off() not being run before acpi_power_off() when necessary
Hans de Goede
-10
/
+11
2022-07-08
firmware: tegra: Fix error check return value of debugfs_create_file()
Lv Ruyi
-5
/
+5
2022-07-08
Merge tag 'zynqmp-soc-for-v5.20' of https://github.com/Xilinx/linux-xlnx into...
Arnd Bergmann
-1
/
+15
2022-07-06
Merge tag 'scmi-updates-5.20' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Arnd Bergmann
-219
/
+1674
2022-07-04
Merge tag 'soc-fixes-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-5
/
+38
2022-07-04
firmware: arm_scmi: Use fast channel tracing
Cristian Marussi
-0
/
+20
2022-07-04
firmware: arm_scmi: Add SCMI v3.1 powercap fast channels support
Cristian Marussi
-33
/
+136
2022-07-04
firmware: arm_scmi: Generalize the fast channel support
Cristian Marussi
-171
/
+231
2022-07-04
firmware: arm_scmi: Add SCMI v3.1 powercap protocol basic support
Cristian Marussi
-1
/
+757
2022-07-04
firmware: arm_scmi: Add SCMI System Power Control driver
Cristian Marussi
-0
/
+375
2022-07-04
firmware: arm_scmi: Add devm_protocol_acquire helper
Cristian Marussi
-15
/
+55
2022-07-04
firmware: arm_scmi: Add SCMI v3.1 System Power extensions
Cristian Marussi
-1
/
+16
2022-07-04
firmware: arm_scmi: Support only one single system power device
Cristian Marussi
-0
/
+23
2022-07-04
firmware: arm_scmi: Use new SCMI full message tracing
Cristian Marussi
-0
/
+21
2022-07-04
firmware: arm_scpi: Ensure scpi_info is not assigned if the probe fails
Sudeep Holla
-26
/
+35
2022-07-01
Merge tag 'scmi-fixes-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Arnd Bergmann
-5
/
+38
2022-07-01
Merge tag 'drm-misc-fixes-2022-06-30' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
-16
/
+58
2022-06-29
firmware: qcom_scm: Add bw voting support to the SCM interface
Sibi Sankar
-0
/
+69
2022-06-29
firmware: xilinx: Add TF_A_PM_REGISTER_SGI SMC call
Tanmay Shah
-1
/
+15
2022-06-29
firmware: sysfb: Add sysfb_disable() helper function
Javier Martinez Canillas
-6
/
+48
2022-06-29
firmware: sysfb: Make sysfb_create_simplefb() return a pdev pointer
Javier Martinez Canillas
-10
/
+10
2022-06-28
drivers: fix typo in firmware/efi/memmap.c
Zheng Zhi Yuan
-1
/
+1
2022-06-27
firmware: arm_scmi: Remove usage of the deprecated ida_simple_xxx API
Bo Liu
-3
/
+3
2022-06-27
firmware: arm_scmi: Fix response size warning for OPTEE transport
Vincent Guittot
-1
/
+6
2022-06-26
Merge tag 'soc-fixes-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/s...
Linus Torvalds
-46
/
+80
2022-06-25
firmware: qcom_scm-legacy: correct kerneldoc
Krzysztof Kozlowski
-0
/
+4
2022-06-25
firmware: qcom_scm: drop unexpected word "the"
Jiang Jian
-1
/
+1
2022-06-24
efi: vars: Move efivar caching layer into efivarfs
Ard Biesheuvel
-733
/
+1
2022-06-24
efi: vars: Drop __efivar_entry_iter() helper which is no longer used
Ard Biesheuvel
-54
/
+7
2022-06-24
efi: vars: Switch to new wrapper layer
Ard Biesheuvel
-81
/
+52
2022-06-24
efi: vars: Use locking version to iterate over efivars linked lists
Ard Biesheuvel
-14
/
+3
2022-06-24
efi: vars: Remove deprecated 'efivars' sysfs interface
Ard Biesheuvel
-936
/
+2
2022-06-24
efi: pstore: Omit efivars caching EFI varstore access layer
Ard Biesheuvel
-308
/
+91
2022-06-24
efi: vars: Add thin wrapper around EFI get/set variable interface
Ard Biesheuvel
-10
/
+144
2022-06-24
efi: vars: Don't drop lock in the middle of efivar_init()
Ard Biesheuvel
-20
/
+14
2022-06-24
firmware: tegra: bpmp: Do only aligned access to IPC memory area
Timo Alho
-3
/
+3
2022-06-22
firmware: mediatek: Use meaningful names for mbox
Tinghan Shen
-24
/
+12
2022-06-21
efi: sysfb_efi: remove unnecessary <asm/efi.h> include
Javier Martinez Canillas
-2
/
+0
2022-06-20
efi: efibc: avoid efivar API for setting variables
Ard Biesheuvel
-47
/
+30
2022-06-20
efi: avoid efivars layer when loading SSDTs from variables
Ard Biesheuvel
-62
/
+41
2022-06-20
firmware: arm_scmi: Relax CLOCK_DESCRIBE_RATES out-of-spec checks
Cristian Marussi
-1
/
+29
2022-06-15
efi: Correct comment on efi_memmap_alloc
Liu Zixian
-2
/
+1
2022-06-15
efi: Make code to find mirrored memory ranges generic
Ma Wupeng
-0
/
+24
2022-06-12
firmware: arm_scmi: Fix incorrect error propagation in scmi_voltage_descripto...
Ludvig Pärsson
-7
/
+2
2022-06-10
firmware: arm_scmi: Avoid using extended string-buffers sizes if not necessary
Cristian Marussi
-13
/
+11
2022-06-10
firmware: arm_scmi: Fix SENSOR_AXIS_NAME_GET behaviour when unsupported
Cristian Marussi
-10
/
+46
[prev]
[next]