summaryrefslogtreecommitdiff
path: root/drivers/firmware/arm_scmi
AgeCommit message (Expand)AuthorFilesLines
2020-04-20firmware: arm_scmi: Rename .clear_notification() transport_opsCristian Marussi4-9/+9
2020-04-14firmware: arm_scmi: Add support for notifications message processingSudeep Holla1-20/+64
2020-04-14firmware: arm_scmi: Add notifications support in transport layerCristian Marussi3-0/+40
2020-04-14firmware: arm_scmi: Update protocol commands and notification listSudeep Holla4-0/+22
2020-04-14firmware: arm_scmi: Add receive buffer support for notificationsSudeep Holla1-6/+18
2020-04-14firmware: arm_scmi: Drop checking for shmem property in parent nodeSudeep Holla1-2/+0
2020-04-14firmware: arm_scmi: Check shmem property for channel availablitySudeep Holla1-0/+5
2020-04-14firmware: arm_scmi: Drop empty stub for smc_mark_txdoneSudeep Holla1-5/+0
2020-04-14firmware: arm_scmi: Make mutex channel specificSudeep Holla1-4/+4
2020-04-14firmware: arm_scmi: Add smc/hvc transportPeng Fan4-1/+161
2020-02-20firmware: arm_scmi/perf: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-02-20firmware: arm_scmi: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-02-10firmware: arm_scmi: Make scmi core independent of the transport typeViresh Kumar5-219/+373
2020-02-10firmware: arm_scmi: Move macros and helpers to common.hViresh Kumar2-40/+40
2020-02-10firmware: arm_scmi: Update doc style commentsViresh Kumar2-3/+3
2019-12-30drivers: firmware: scmi: Extend SCMI transport layer by trace eventsLukasz Luba2-0/+20
2019-12-24firmware: arm_scmi: Skip protocol initialisation for additional devicesSudeep Holla1-0/+9
2019-12-24firmware: arm_scmi: Stash version in protocol init functionsSudeep Holla5-0/+10
2019-12-24firmware: arm_scmi: Match scmi device by both name and protocol idSudeep Holla1-1/+1
2019-12-24firmware: arm_scmi: Add versions and identifier attributes using dev_groupsSudeep Holla1-0/+47
2019-12-24firmware: arm_scmi: Add names to scmi devices createdSudeep Holla1-1/+35
2019-12-24firmware: arm_scmi: Skip scmi mbox channel setup for addtional devicesSudeep Holla1-0/+5
2019-12-24firmware: arm_scmi: Add support for multiple device per protocolSudeep Holla2-6/+20
2019-11-26firmware: arm_scmi: Avoid double free in error flowWen Yang1-4/+4
2019-11-14firmware: arm_scmi: Fix doorbell ring logic for !CONFIG_64BITSudeep Holla1-1/+1
2019-09-18firmware: arm_scmi: reset: fix reset_state assignment in scmi_domain_resetSudeep Holla1-1/+1
2019-08-12firmware: arm_scmi: Add RESET protocol in SCMI v2.0Sudeep Holla2-1/+232
2019-08-12firmware: arm_scmi: Make use SCMI v2.0 fastchannel for performance protocolSudeep Holla1-4/+99
2019-08-12firmware: arm_scmi: Add discovery of SCMI v2.0 performance fastchannelsSudeep Holla1-4/+149
2019-08-12firmware: arm_scmi: Use {get,put}_unaligned_le{32,64} accessorsSudeep Holla6-27/+20
2019-08-12firmware: arm_scmi: Use asynchronous CLOCK_RATE_SET when possibleSudeep Holla1-3/+16
2019-08-12firmware: arm_scmi: Drop config flag in clk_ops->rate_setSudeep Holla1-2/+2
2019-08-12firmware: arm_scmi: Add asynchronous sensor read if it supportsSudeep Holla1-8/+22
2019-08-12firmware: arm_scmi: Drop async flag in sensor_ops->reading_getSudeep Holla1-2/+2
2019-08-12firmware: arm_scmi: Add support for asynchronous commands and delayed responseSudeep Holla2-3/+46
2019-08-12firmware: arm_scmi: Add mechanism to unpack message headersSudeep Holla1-0/+18
2019-08-12firmware: arm_scmi: Separate out tx buffer handling and prepare to add rxSudeep Holla1-13/+27
2019-08-12firmware: arm_scmi: Add receive channel support for notificationsSudeep Holla1-4/+26
2019-08-12firmware: arm_scmi: Segregate tx channel handling and prepare to add rxSudeep Holla1-18/+23
2019-08-12firmware: arm_scmi: Reorder some functions to avoid forward declarationsSudeep Holla1-90/+90
2019-08-12firmware: arm_scmi: Check if platform has released shmem before usingSudeep Holla1-0/+8
2019-08-12firmware: arm_scmi: Use the term 'message' instead of 'command'Sudeep Holla2-8/+8
2019-08-12firmware: arm_scmi: Fix few trivial typos in commentsSudeep Holla1-2/+2
2019-08-12firmware: arm_scmi: Remove extra check for invalid length message responsesSudeep Holla1-6/+0
2019-08-12firmware: arm_scmi: Align few names in sensors protocol with SCMI specificationSudeep Holla1-13/+15
2019-07-20Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2-2/+10
2019-06-19firmware: arm_scmi: Use the correct style for SPDX License IdentifierNishad Kamdar1-1/+1
2019-06-17Merge tag 'scmi-updates-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Olof Johansson2-2/+10
2019-06-12firmware: arm_scmi: fetch and store sensor scaleFlorian Fainelli1-0/+6
2019-06-12firmware: arm_scmi: update rate_discrete in clock_describe_rates_getPeng Fan1-0/+2