index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
firmware
/
arm_scmi
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-19
firmware: arm_scmi: quirk: Prevent writes to string constants
Johan Hovold
1
-5
/
+10
2025-10-15
firmware: arm_scmi: Mark VirtIO ready before registering scmi_virtio_driver
Junnan Wu
1
-0
/
+3
2025-07-09
firmware: arm_scmi: Convert to SYSTEM_SLEEP_PM_OPS
Arnd Bergmann
1
-2
/
+2
2025-07-08
firmware: arm_scmi: Avoid notifier registration for unsupported events
Cristian Marussi
1
-9
/
+30
2025-07-07
firmware: arm_scmi: power_control: Ensure SCMI_SYSPOWER_IDLE is set early during resume
Peng Fan
1
-5
/
+17
2025-07-07
firmware: arm_scmi: Add power management operations to SCMI bus
Peng Fan
1
-0
/
+26
2025-07-03
include: trace: Add tracepoint support for inflight xfer count
Philip Radford
3
-4
/
+20
2025-07-03
firmware: arm_scmi: Track number of inflight SCMI transfers
Philip Radford
2
-0
/
+12
2025-07-03
firmware: arm_scmi: Add support for debug counter decrement
Philip Radford
1
-0
/
+6
2025-06-23
firmware: arm_scmi: Fix up turbo frequencies selection
Sibi Sankar
1
-1
/
+1
2025-05-31
Merge tag 'soc-drivers-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
15
-100
/
+1987
2025-05-06
firmware: arm_scmi: quirk: Force perf level get fastchannel
Johan Hovold
3
-0
/
+11
2025-05-06
firmware: arm_scmi: quirk: Fix CLOCK_DESCRIBE_RATES triplet
Cristian Marussi
3
-13
/
+25
2025-05-06
firmware: arm_scmi: Add common framework to handle firmware quirks
Cristian Marussi
5
-1
/
+398
2025-05-06
firmware: arm_scmi: Ensure that the message-id supports fastchannel
Sibi Sankar
2
-33
/
+45
2025-04-14
firmware: imx: Add i.MX95 SCMI CPU driver
Peng Fan
1
-0
/
+1
2025-04-14
firmware: imx: Add i.MX95 SCMI LMM driver
Peng Fan
1
-0
/
+1
2025-04-14
firmware: arm_scmi: imx: Add i.MX95 CPU Protocol
Peng Fan
3
-0
/
+288
2025-04-14
firmware: arm_scmi: imx: Add i.MX95 LMM protocol
Peng Fan
3
-0
/
+275
2025-04-14
firmware: arm_scmi: imx: Add LMM and CPU documentation
Peng Fan
1
-0
/
+828
2025-04-14
firmware: arm_scmi: Add polling support to raw mode
Cristian Marussi
2
-6
/
+69
2025-04-14
firmware: arm_scmi: Exclude transport devices from bus matching
Sudeep Holla
2
-3
/
+4
2025-04-14
firmware: arm_scmi: Assign correct parent to arm-scmi platform device
Sudeep Holla
1
-0
/
+1
2025-04-14
firmware: arm_scmi: Refactor error logging from SCMI device creation to single helper
Sudeep Holla
2
-17
/
+20
2025-04-14
firmware: arm_scmi: Refactor device matching logic to eliminate duplication
Sudeep Holla
1
-23
/
+20
2025-04-14
firmware: arm_scmi: Ensure scmi_devices are always matched by name as well
Sudeep Holla
1
-7
/
+4
2025-04-08
firmware: arm_scmi: Fix timeout checks on polling path
Cristian Marussi
1
-5
/
+8
2025-04-08
firmware: arm_scmi: Balance device refcount when destroying devices
Cristian Marussi
1
-0
/
+3
2025-03-27
Merge tag 'soc-drivers-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
2
-23
/
+56
2025-03-06
firmware: arm_scmi: use ioread64() instead of ioread64_hi_lo()
Arnd Bergmann
1
-10
/
+0
2025-02-13
firmware: arm_scmi: imx: Correct tx size of scmi_imx_misc_ctrl_set
Peng Fan
1
-2
/
+2
2025-02-03
firmware: arm_scmi: Emit modalias for SCMI devices
Sudeep Holla
1
-0
/
+12
2025-02-03
firmware: arm_scmi: Add name and protocol id attributes
Sudeep Holla
1
-0
/
+38
2025-02-03
firmware: arm_scmi: Relax duplicate name constraint across protocol ids
Sudeep Holla
1
-13
/
+6
2025-01-28
Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
2
-8
/
+8
2025-01-24
Merge tag 'soc-drivers-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
7
-25
/
+66
2025-01-15
arm_scmi: don't mess with ->d_parent->d_name
Al Viro
1
-6
/
+6
2025-01-13
Merge 6.13-rc7 into driver-core-next
Greg Kroah-Hartman
1
-0
/
+1
2025-01-03
driver core: Constify API device_find_child() and adapt for various usages
Zijun Hu
1
-2
/
+2
2024-12-10
firmware: arm_scmi: Add aliases to transport modules
Cristian Marussi
3
-0
/
+3
2024-12-10
firmware: arm_scmi: Add module aliases to i.MX vendor protocols
Cristian Marussi
2
-4
/
+6
2024-12-10
firmware: arm_scmi: Support vendor protocol modules autoloading
Cristian Marussi
1
-10
/
+46
2024-12-09
firmware: arm_scmi: Allow transport properties for multiple instances
Cristian Marussi
2
-11
/
+11
2024-12-03
firmware: arm_scmi: Fix i.MX build dependency
Arnd Bergmann
1
-0
/
+1
2024-11-29
Merge tag 'char-misc-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
1
-1
/
+1
2024-11-20
Merge tag 'soc-drivers-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
7
-54
/
+180
2024-11-15
Merge tag 'pmdomain-v6.12-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/linux-pm
Linus Torvalds
1
-12
/
+32
2024-11-12
firmware: arm_scmi: Report duplicate opps as firmware bugs
Sibi Sankar
1
-2
/
+2
2024-11-12
firmware: arm_scmi: Skip opp duplicates
Cristian Marussi
1
-10
/
+30
2024-11-12
Merge tag 'scmi-updates-6.13' of https://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into soc/drivers
Arnd Bergmann
8
-59
/
+194
[next]