index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
firmware
/
arm_scmi
Age
Commit message (
Expand
)
Author
Files
Lines
2019-12-30
drivers: firmware: scmi: Extend SCMI transport layer by trace events
Lukasz Luba
2
-0
/
+20
2019-12-24
firmware: arm_scmi: Skip protocol initialisation for additional devices
Sudeep Holla
1
-0
/
+9
2019-12-24
firmware: arm_scmi: Stash version in protocol init functions
Sudeep Holla
5
-0
/
+10
2019-12-24
firmware: arm_scmi: Match scmi device by both name and protocol id
Sudeep Holla
1
-1
/
+1
2019-12-24
firmware: arm_scmi: Add versions and identifier attributes using dev_groups
Sudeep Holla
1
-0
/
+47
2019-12-24
firmware: arm_scmi: Add names to scmi devices created
Sudeep Holla
1
-1
/
+35
2019-12-24
firmware: arm_scmi: Skip scmi mbox channel setup for addtional devices
Sudeep Holla
1
-0
/
+5
2019-12-24
firmware: arm_scmi: Add support for multiple device per protocol
Sudeep Holla
2
-6
/
+20
2019-11-26
firmware: arm_scmi: Avoid double free in error flow
Wen Yang
1
-4
/
+4
2019-11-14
firmware: arm_scmi: Fix doorbell ring logic for !CONFIG_64BIT
Sudeep Holla
1
-1
/
+1
2019-09-18
firmware: arm_scmi: reset: fix reset_state assignment in scmi_domain_reset
Sudeep Holla
1
-1
/
+1
2019-08-12
firmware: arm_scmi: Add RESET protocol in SCMI v2.0
Sudeep Holla
2
-1
/
+232
2019-08-12
firmware: arm_scmi: Make use SCMI v2.0 fastchannel for performance protocol
Sudeep Holla
1
-4
/
+99
2019-08-12
firmware: arm_scmi: Add discovery of SCMI v2.0 performance fastchannels
Sudeep Holla
1
-4
/
+149
2019-08-12
firmware: arm_scmi: Use {get,put}_unaligned_le{32,64} accessors
Sudeep Holla
6
-27
/
+20
2019-08-12
firmware: arm_scmi: Use asynchronous CLOCK_RATE_SET when possible
Sudeep Holla
1
-3
/
+16
2019-08-12
firmware: arm_scmi: Drop config flag in clk_ops->rate_set
Sudeep Holla
1
-2
/
+2
2019-08-12
firmware: arm_scmi: Add asynchronous sensor read if it supports
Sudeep Holla
1
-8
/
+22
2019-08-12
firmware: arm_scmi: Drop async flag in sensor_ops->reading_get
Sudeep Holla
1
-2
/
+2
2019-08-12
firmware: arm_scmi: Add support for asynchronous commands and delayed response
Sudeep Holla
2
-3
/
+46
2019-08-12
firmware: arm_scmi: Add mechanism to unpack message headers
Sudeep Holla
1
-0
/
+18
2019-08-12
firmware: arm_scmi: Separate out tx buffer handling and prepare to add rx
Sudeep Holla
1
-13
/
+27
2019-08-12
firmware: arm_scmi: Add receive channel support for notifications
Sudeep Holla
1
-4
/
+26
2019-08-12
firmware: arm_scmi: Segregate tx channel handling and prepare to add rx
Sudeep Holla
1
-18
/
+23
2019-08-12
firmware: arm_scmi: Reorder some functions to avoid forward declarations
Sudeep Holla
1
-90
/
+90
2019-08-12
firmware: arm_scmi: Check if platform has released shmem before using
Sudeep Holla
1
-0
/
+8
2019-08-12
firmware: arm_scmi: Use the term 'message' instead of 'command'
Sudeep Holla
2
-8
/
+8
2019-08-12
firmware: arm_scmi: Fix few trivial typos in comments
Sudeep Holla
1
-2
/
+2
2019-08-12
firmware: arm_scmi: Remove extra check for invalid length message responses
Sudeep Holla
1
-6
/
+0
2019-08-12
firmware: arm_scmi: Align few names in sensors protocol with SCMI specification
Sudeep Holla
1
-13
/
+15
2019-07-20
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...
Linus Torvalds
2
-2
/
+10
2019-06-19
firmware: arm_scmi: Use the correct style for SPDX License Identifier
Nishad Kamdar
1
-1
/
+1
2019-06-17
Merge tag 'scmi-updates-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Olof Johansson
2
-2
/
+10
2019-06-12
firmware: arm_scmi: fetch and store sensor scale
Florian Fainelli
1
-0
/
+6
2019-06-12
firmware: arm_scmi: update rate_discrete in clock_describe_rates_get
Peng Fan
1
-0
/
+2
2019-06-12
firmware: arm_scmi: fix bitfield definitions for SENSOR_DESC attributes
Sudeep Holla
1
-2
/
+2
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
1
-0
/
+1
2019-04-12
firmware: arm_scmi: replace of_match_device->data with of_device_get_match_da...
Aditya Pakki
1
-1
/
+3
2019-04-12
firmware: arm_scmi: fix of_node leak in scmi_mailbox_check
Steven Price
1
-3
/
+1
2019-01-30
firmware: arm_scmi: provide the mandatory device release callback
Sudeep Holla
1
-2
/
+7
2018-09-10
firmware: arm_scmi: add a getter for power of performance states
Quentin Perret
1
-0
/
+28
2018-09-10
firmware: arm_scmi: use strlcpy to ensure NULL-terminated strings
Sudeep Holla
5
-5
/
+5
2018-09-06
firmware: arm_scmi: fix divide by zero when sustained_perf_level is zero
Sudeep Holla
1
-1
/
+7
2018-07-09
firmware: arm_scmi: remove some unnecessary checks
Dan Carpenter
1
-5
/
+0
2018-06-12
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
8
-143
/
+151
2018-05-15
Merge tag 'scmi-updates-4.18' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Olof Johansson
8
-143
/
+151
2018-05-14
Merge tag 'scmi-fixes-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Olof Johansson
1
-0
/
+1
2018-05-10
firmware: arm_scmi: simplify exit path by returning on error
Sudeep Holla
1
-5
/
+6
2018-05-10
firmware: arm_scmi: improve exit paths and code readability
Sudeep Holla
1
-10
/
+12
2018-05-10
firmware: arm_scmi: remove unnecessary bitmap_zero
Sudeep Holla
1
-2
/
+0
[next]