summaryrefslogtreecommitdiff
path: root/drivers/firmware/arm_scmi
AgeCommit message (Expand)Author
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
2019-08-12firmware: arm_scmi: Remove extra check for invalid length message responsesSudeep Holla
2019-08-12firmware: arm_scmi: Align few names in sensors protocol with SCMI specificationSudeep Holla
2019-07-19Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds
2019-06-19firmware: arm_scmi: Use the correct style for SPDX License IdentifierNishad Kamdar
2019-06-17Merge tag 'scmi-updates-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Olof Johansson
2019-06-12firmware: arm_scmi: fetch and store sensor scaleFlorian Fainelli
2019-06-12firmware: arm_scmi: update rate_discrete in clock_describe_rates_getPeng Fan
2019-06-12firmware: arm_scmi: fix bitfield definitions for SENSOR_DESC attributesSudeep Holla
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-04-12firmware: arm_scmi: replace of_match_device->data with of_device_get_match_da...Aditya Pakki
2019-04-12firmware: arm_scmi: fix of_node leak in scmi_mailbox_checkSteven Price
2019-01-30firmware: arm_scmi: provide the mandatory device release callbackSudeep Holla
2018-09-10firmware: arm_scmi: add a getter for power of performance statesQuentin Perret
2018-09-10firmware: arm_scmi: use strlcpy to ensure NULL-terminated stringsSudeep Holla
2018-09-06firmware: arm_scmi: fix divide by zero when sustained_perf_level is zeroSudeep Holla
2018-07-09firmware: arm_scmi: remove some unnecessary checksDan Carpenter
2018-06-11Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-05-15Merge tag 'scmi-updates-4.18' of git://git.kernel.org/pub/scm/linux/kernel/gi...Olof Johansson
2018-05-14Merge tag 'scmi-fixes-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...Olof Johansson
2018-05-10firmware: arm_scmi: simplify exit path by returning on errorSudeep Holla
2018-05-10firmware: arm_scmi: improve exit paths and code readabilitySudeep Holla
2018-05-10firmware: arm_scmi: remove unnecessary bitmap_zeroSudeep Holla
2018-05-10firmware: arm_scmi: drop unused `con_priv` structure memberSudeep Holla
2018-05-10firmware: arm_scmi: rename scmi_xfer_{init,get,put}Sudeep Holla
2018-05-10firmware: arm_scmi: rename get_transition_latency and add_opps_to_deviceSudeep Holla
2018-05-09firmware: arm_scmi: fix kernel-docs documentationSudeep Holla
2018-05-09firmware: arm_scmi: improve code readability using bitfield accessor macrosSudeep Holla
2018-05-08firmware: arm_scmi: Use after free in scmi_create_protocol_device()Dan Carpenter
2018-04-16firmware: arm_scmi: remove redundant null check on arrayColin Ian King
2018-03-20firmware: arm_scmi: prevent accessing rate_discrete uninitializedAnders Roxell