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
/
driver.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-10
firmware: arm_scmi: Make scmi core independent of the transport type
Viresh Kumar
1
-218
/
+33
2020-02-10
firmware: arm_scmi: Move macros and helpers to common.h
Viresh Kumar
1
-40
/
+0
2020-02-10
firmware: arm_scmi: Update doc style comments
Viresh Kumar
1
-1
/
+1
2019-12-30
drivers: firmware: scmi: Extend SCMI transport layer by trace events
Lukasz Luba
1
-0
/
+18
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
1
-3
/
+3
2019-08-12
firmware: arm_scmi: Add support for asynchronous commands and delayed response
Sudeep Holla
1
-2
/
+41
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
1
-3
/
+3
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-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
2018-06-11
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-55
/
+54
2018-05-10
firmware: arm_scmi: simplify exit path by returning on error
Sudeep Holla
1
-5
/
+6
2018-05-10
firmware: arm_scmi: remove unnecessary bitmap_zero
Sudeep Holla
1
-2
/
+0
2018-05-10
firmware: arm_scmi: rename scmi_xfer_{init,get,put}
Sudeep Holla
1
-10
/
+10
2018-05-09
firmware: arm_scmi: fix kernel-docs documentation
Sudeep Holla
1
-21
/
+24
2018-05-09
firmware: arm_scmi: improve code readability using bitfield accessor macros
Sudeep Holla
1
-17
/
+14
2018-05-08
firmware: arm_scmi: Use after free in scmi_create_protocol_device()
Dan Carpenter
1
-0
/
+1
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 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 common infrastructure and support for base protocol
Sudeep Holla
1
-0
/
+53
2018-02-28
firmware: arm_scmi: add basic driver infrastructure for SCMI
Sudeep Holla
1
-0
/
+678