index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
firmware
/
arm_scmi
/
driver.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
firmware: arm_scmi: Add dynamic scmi devices creation
Cristian Marussi
2021-03-30
1
-34
/
+276
*
firmware: arm_scmi: Add protocol modularization support
Cristian Marussi
2021-03-30
1
-4
/
+13
*
firmware: arm_scmi: Make notify_priv really private
Cristian Marussi
2021-03-30
1
-0
/
+21
*
firmware: arm_scmi: Cleanup unused core transfer helper wrappers
Cristian Marussi
2021-03-30
1
-91
/
+0
*
firmware: arm_scmi: Make references to handle const
Cristian Marussi
2021-03-30
1
-5
/
+5
*
firmware: arm_scmi: Port base protocol to new interface
Cristian Marussi
2021-03-29
1
-4
/
+10
*
firmware: arm_scmi: Add helper to access protocol revision/version
Cristian Marussi
2021-03-29
1
-0
/
+19
*
firmware: arm_scmi: Add new protocol handle core transfer ops
Cristian Marussi
2021-03-29
1
-34
/
+148
*
firmware: arm_scmi: Convert events registration to protocol handles
Cristian Marussi
2021-03-29
1
-0
/
+1
*
firmware: arm_scmi: Refactor events registration
Cristian Marussi
2021-03-29
1
-0
/
+16
*
firmware: arm_scmi: Introduce devres get/put protocols operations
Cristian Marussi
2021-03-29
1
-0
/
+92
*
firmware: arm_scmi: Introduce protocol handle definitions
Cristian Marussi
2021-03-29
1
-0
/
+45
*
firmware: arm_scmi: Extend protocol registration interfaces
Cristian Marussi
2021-03-29
1
-2
/
+180
*
iio/scmi: Adding support for IIO SCMI Based Sensors
Jyoti Bhayana
2021-03-13
1
-1
/
+1
*
firmware: arm_scmi: Fix call site of scmi_notification_exit
Cristian Marussi
2021-01-13
1
-2
/
+2
*
firmware: arm_scmi: Add support to enumerated SCMI voltage domain device
Cristian Marussi
2020-11-20
1
-0
/
+1
*
firmware: arm_scmi: Add voltage domain management protocol support
Cristian Marussi
2020-11-20
1
-0
/
+2
*
firmware: arm_scmi: Add missing Rx size re-initialisation
Sudeep Holla
2020-10-13
1
-0
/
+8
*
firmware: arm_scmi: Move scmi protocols registration into the driver
Sudeep Holla
2020-09-14
1
-1
/
+15
*
firmware: arm_scmi: Move scmi bus init and exit calls into the driver
Sudeep Holla
2020-09-14
1
-1
/
+15
*
firmware: arm_scmi: Add SCMI device for system power protocol
Cristian Marussi
2020-09-08
1
-0
/
+1
*
firmware: arm_scmi: Remove fixed size fields from reports/scmi_event_header
Cristian Marussi
2020-07-13
1
-2
/
+2
*
firmware: arm_scmi: Enable notification core
Cristian Marussi
2020-07-01
1
-0
/
+10
*
firmware: arm_scmi: Use HAVE_ARM_SMCCC_DISCOVERY instead of ARM_PSCI_FW
Sudeep Holla
2020-06-30
1
-1
/
+1
*
firmware: arm_scmi: Use signed integer to report transfer status
Sudeep Holla
2020-06-30
1
-2
/
+1
*
firmware: arm_scmi: fix psci dependency
Sudeep Holla
2020-05-07
1
-1
/
+1
*
firmware: arm_scmi: Fix handling of unexpected delayed responses
Cristian Marussi
2020-04-20
1
-0
/
+15
*
firmware: arm_scmi: Clear channel for delayed responses
Cristian Marussi
2020-04-20
1
-2
/
+4
*
firmware: arm_scmi: Clear channel on reception of unexpected responses
Cristian Marussi
2020-04-20
1
-0
/
+1
*
firmware: arm_scmi: Rename .clear_notification() transport_ops
Cristian Marussi
2020-04-20
1
-2
/
+2
*
firmware: arm_scmi: Add support for notifications message processing
Sudeep Holla
2020-04-14
1
-20
/
+64
*
firmware: arm_scmi: Add receive buffer support for notifications
Sudeep Holla
2020-04-14
1
-6
/
+18
*
firmware: arm_scmi: Add smc/hvc transport
Peng Fan
2020-04-14
1
-0
/
+3
*
firmware: arm_scmi: Make scmi core independent of the transport type
Viresh Kumar
2020-02-10
1
-218
/
+33
*
firmware: arm_scmi: Move macros and helpers to common.h
Viresh Kumar
2020-02-10
1
-40
/
+0
*
firmware: arm_scmi: Update doc style comments
Viresh Kumar
2020-02-10
1
-1
/
+1
*
drivers: firmware: scmi: Extend SCMI transport layer by trace events
Lukasz Luba
2019-12-30
1
-0
/
+18
*
firmware: arm_scmi: Add versions and identifier attributes using dev_groups
Sudeep Holla
2019-12-24
1
-0
/
+47
*
firmware: arm_scmi: Add names to scmi devices created
Sudeep Holla
2019-12-24
1
-1
/
+35
*
firmware: arm_scmi: Skip scmi mbox channel setup for addtional devices
Sudeep Holla
2019-12-24
1
-0
/
+5
*
firmware: arm_scmi: Add support for multiple device per protocol
Sudeep Holla
2019-12-24
1
-3
/
+3
*
firmware: arm_scmi: Add support for asynchronous commands and delayed response
Sudeep Holla
2019-08-12
1
-2
/
+41
*
firmware: arm_scmi: Add mechanism to unpack message headers
Sudeep Holla
2019-08-12
1
-0
/
+18
*
firmware: arm_scmi: Separate out tx buffer handling and prepare to add rx
Sudeep Holla
2019-08-12
1
-13
/
+27
*
firmware: arm_scmi: Add receive channel support for notifications
Sudeep Holla
2019-08-12
1
-4
/
+26
*
firmware: arm_scmi: Segregate tx channel handling and prepare to add rx
Sudeep Holla
2019-08-12
1
-18
/
+23
*
firmware: arm_scmi: Reorder some functions to avoid forward declarations
Sudeep Holla
2019-08-12
1
-90
/
+90
*
firmware: arm_scmi: Check if platform has released shmem before using
Sudeep Holla
2019-08-12
1
-0
/
+8
*
firmware: arm_scmi: Use the term 'message' instead of 'command'
Sudeep Holla
2019-08-12
1
-3
/
+3
*
firmware: arm_scmi: Fix few trivial typos in comments
Sudeep Holla
2019-08-12
1
-2
/
+2
[next]