index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
firmware
/
arm_scmi
Age
Commit message (
Expand
)
Author
Files
Lines
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-11
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
2018-05-10
firmware: arm_scmi: drop unused `con_priv` structure member
Sudeep Holla
1
-2
/
+0
2018-05-10
firmware: arm_scmi: rename scmi_xfer_{init,get,put}
Sudeep Holla
7
-66
/
+69
2018-05-10
firmware: arm_scmi: rename get_transition_latency and add_opps_to_device
Sudeep Holla
1
-5
/
+5
2018-05-09
firmware: arm_scmi: fix kernel-docs documentation
Sudeep Holla
3
-32
/
+40
2018-05-09
firmware: arm_scmi: improve code readability using bitfield accessor macros
Sudeep Holla
2
-21
/
+19
2018-05-08
firmware: arm_scmi: Use after free in scmi_create_protocol_device()
Dan Carpenter
1
-0
/
+1
2018-04-16
firmware: arm_scmi: remove redundant null check on array
Colin Ian King
1
-1
/
+1
2018-03-20
firmware: arm_scmi: prevent accessing rate_discrete uninitialized
Anders Roxell
1
-2
/
+3
2018-02-28
firmware: arm_scmi: add device power domain support using genpd
Sudeep Holla
2
-0
/
+130
2018-02-28
firmware: arm_scmi: add per-protocol channels support using idr objects
Sudeep Holla
1
-12
/
+42
2018-02-28
firmware: arm_scmi: refactor in preparation to support per-protocol channels
Sudeep Holla
1
-34
/
+56
2018-02-28
firmware: arm_scmi: add option for polling based performance domain operations
Sudeep Holla
1
-8
/
+11
2018-02-28
firmware: arm_scmi: add support for polling based SCMI transfers
Sudeep Holla
1
-8
/
+47
2018-02-28
firmware: arm_scmi: probe and initialise all the supported protocols
Sudeep Holla
1
-1
/
+50
2018-02-28
firmware: arm_scmi: add initial support for sensor protocol
Sudeep Holla
2
-1
/
+292
2018-02-28
firmware: arm_scmi: add initial support for power protocol
Sudeep Holla
2
-1
/
+222
2018-02-28
firmware: arm_scmi: add initial support for clock protocol
Sudeep Holla
2
-1
/
+343
2018-02-28
firmware: arm_scmi: add initial support for performance protocol
Sudeep Holla
3
-1
/
+480
2018-02-28
firmware: arm_scmi: add scmi protocol bus to enumerate protocol devices
Sudeep Holla
3
-1
/
+224
2018-02-28
firmware: arm_scmi: add common infrastructure and support for base protocol
Sudeep Holla
4
-1
/
+345
2018-02-28
firmware: arm_scmi: add basic driver infrastructure for SCMI
Sudeep Holla
3
-0
/
+746