aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware/arm_scmi
AgeCommit message (Expand)Author
2020-10-29firmware: arm_scmi: Fix NULL pointer dereference in mailbox_chan_freeSudeep Holla
2020-08-19firmware: arm_scmi: Fix SCMI genpd domain probingCristian Marussi
2020-05-07firmware: arm_scmi: fix psci dependencySudeep Holla
2020-04-20firmware: arm_scmi: Fix return error code in smc_send_messageSudeep Holla
2020-04-20firmware: arm_scmi: Fix handling of unexpected delayed responsesCristian Marussi
2020-04-20firmware: arm_scmi: Clear channel for delayed responsesCristian Marussi
2020-04-20firmware: arm_scmi: Clear channel on reception of unexpected responsesCristian Marussi
2020-04-20firmware: arm_scmi: Rename .clear_notification() transport_opsCristian Marussi
2020-04-14firmware: arm_scmi: Add support for notifications message processingSudeep Holla
2020-04-14firmware: arm_scmi: Add notifications support in transport layerCristian Marussi
2020-04-14firmware: arm_scmi: Update protocol commands and notification listSudeep Holla
2020-04-14firmware: arm_scmi: Add receive buffer support for notificationsSudeep Holla
2020-04-14firmware: arm_scmi: Drop checking for shmem property in parent nodeSudeep Holla
2020-04-14firmware: arm_scmi: Check shmem property for channel availablitySudeep Holla
2020-04-14firmware: arm_scmi: Drop empty stub for smc_mark_txdoneSudeep Holla
2020-04-14firmware: arm_scmi: Make mutex channel specificSudeep Holla
2020-04-14firmware: arm_scmi: Add smc/hvc transportPeng Fan
2020-02-20firmware: arm_scmi/perf: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-20firmware: arm_scmi: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-10firmware: arm_scmi: Make scmi core independent of the transport typeViresh Kumar
2020-02-10firmware: arm_scmi: Move macros and helpers to common.hViresh Kumar
2020-02-10firmware: arm_scmi: Update doc style commentsViresh Kumar
2019-12-30drivers: firmware: scmi: Extend SCMI transport layer by trace eventsLukasz Luba
2019-12-24firmware: arm_scmi: Skip protocol initialisation for additional devicesSudeep Holla
2019-12-24firmware: arm_scmi: Stash version in protocol init functionsSudeep Holla
2019-12-24firmware: arm_scmi: Match scmi device by both name and protocol idSudeep Holla
2019-12-24firmware: arm_scmi: Add versions and identifier attributes using dev_groupsSudeep Holla
2019-12-24firmware: arm_scmi: Add names to scmi devices createdSudeep Holla
2019-12-24firmware: arm_scmi: Skip scmi mbox channel setup for addtional devicesSudeep Holla
2019-12-24firmware: arm_scmi: Add support for multiple device per protocolSudeep Holla
2019-11-26firmware: arm_scmi: Avoid double free in error flowWen Yang
2019-11-14firmware: arm_scmi: Fix doorbell ring logic for !CONFIG_64BITSudeep Holla
2019-09-18firmware: arm_scmi: reset: fix reset_state assignment in scmi_domain_resetSudeep Holla
2019-08-12firmware: arm_scmi: Add RESET protocol in SCMI v2.0Sudeep Holla
2019-08-12firmware: arm_scmi: Make use SCMI v2.0 fastchannel for performance protocolSudeep Holla
2019-08-12firmware: arm_scmi: Add discovery of SCMI v2.0 performance fastchannelsSudeep Holla
2019-08-12firmware: arm_scmi: Use {get,put}_unaligned_le{32,64} accessorsSudeep Holla
2019-08-12firmware: arm_scmi: Use asynchronous CLOCK_RATE_SET when possibleSudeep Holla
2019-08-12firmware: arm_scmi: Drop config flag in clk_ops->rate_setSudeep Holla
2019-08-12firmware: arm_scmi: Add asynchronous sensor read if it supportsSudeep Holla
2019-08-12firmware: arm_scmi: Drop async flag in sensor_ops->reading_getSudeep Holla
2019-08-12firmware: arm_scmi: Add support for asynchronous commands and delayed responseSudeep Holla
2019-08-12firmware: arm_scmi: Add mechanism to unpack message headersSudeep Holla
2019-08-12firmware: arm_scmi: Separate out tx buffer handling and prepare to add rxSudeep Holla
2019-08-12firmware: arm_scmi: Add receive channel support for notificationsSudeep Holla
2019-08-12firmware: arm_scmi: Segregate tx channel handling and prepare to add rxSudeep Holla
2019-08-12firmware: arm_scmi: Reorder some functions to avoid forward declarationsSudeep Holla
2019-08-12firmware: arm_scmi: Check if platform has released shmem before usingSudeep Holla
2019-08-12firmware: arm_scmi: Use the term 'message' instead of 'command'Sudeep Holla
2019-08-12firmware: arm_scmi: Fix few trivial typos in commentsSudeep Holla