aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware/arm_scmi (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-04-12firmware: arm_scmi: replace of_match_device->data with of_device_get_match_data()Aditya Pakki1-1/+3
2019-04-12firmware: arm_scmi: fix of_node leak in scmi_mailbox_checkSteven Price1-3/+1
2019-01-30firmware: arm_scmi: provide the mandatory device release callbackSudeep Holla1-2/+7
2018-09-10firmware: arm_scmi: add a getter for power of performance statesQuentin Perret1-0/+28
2018-09-10firmware: arm_scmi: use strlcpy to ensure NULL-terminated stringsSudeep Holla5-5/+5
2018-09-06firmware: arm_scmi: fix divide by zero when sustained_perf_level is zeroSudeep Holla1-1/+7
2018-07-09firmware: arm_scmi: remove some unnecessary checksDan Carpenter1-5/+0
2018-06-11Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds8-143/+151
2018-05-15Merge tag 'scmi-updates-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into next/driversOlof Johansson8-143/+151
2018-05-14Merge tag 'scmi-fixes-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into fixesOlof Johansson1-0/+1
2018-05-10firmware: arm_scmi: simplify exit path by returning on errorSudeep Holla1-5/+6
2018-05-10firmware: arm_scmi: improve exit paths and code readabilitySudeep Holla1-10/+12
2018-05-10firmware: arm_scmi: remove unnecessary bitmap_zeroSudeep Holla1-2/+0
2018-05-10firmware: arm_scmi: drop unused `con_priv` structure memberSudeep Holla1-2/+0
2018-05-10firmware: arm_scmi: rename scmi_xfer_{init,get,put}Sudeep Holla7-66/+69
2018-05-10firmware: arm_scmi: rename get_transition_latency and add_opps_to_deviceSudeep Holla1-5/+5
2018-05-09firmware: arm_scmi: fix kernel-docs documentationSudeep Holla3-32/+40
2018-05-09firmware: arm_scmi: improve code readability using bitfield accessor macrosSudeep Holla2-21/+19
2018-05-08firmware: arm_scmi: Use after free in scmi_create_protocol_device()Dan Carpenter1-0/+1
2018-04-16firmware: arm_scmi: remove redundant null check on arrayColin Ian King1-1/+1
2018-03-20firmware: arm_scmi: prevent accessing rate_discrete uninitializedAnders Roxell1-2/+3
2018-02-28firmware: arm_scmi: add device power domain support using genpdSudeep Holla2-0/+130
2018-02-28firmware: arm_scmi: add per-protocol channels support using idr objectsSudeep Holla1-12/+42
2018-02-28firmware: arm_scmi: refactor in preparation to support per-protocol channelsSudeep Holla1-34/+56
2018-02-28firmware: arm_scmi: add option for polling based performance domain operationsSudeep Holla1-8/+11
2018-02-28firmware: arm_scmi: add support for polling based SCMI transfersSudeep Holla1-8/+47
2018-02-28firmware: arm_scmi: probe and initialise all the supported protocolsSudeep Holla1-1/+50
2018-02-28firmware: arm_scmi: add initial support for sensor protocolSudeep Holla2-1/+292
2018-02-28firmware: arm_scmi: add initial support for power protocolSudeep Holla2-1/+222
2018-02-28firmware: arm_scmi: add initial support for clock protocolSudeep Holla2-1/+343
2018-02-28firmware: arm_scmi: add initial support for performance protocolSudeep Holla3-1/+480
2018-02-28firmware: arm_scmi: add scmi protocol bus to enumerate protocol devicesSudeep Holla3-1/+224
2018-02-28firmware: arm_scmi: add common infrastructure and support for base protocolSudeep Holla4-1/+345
2018-02-28firmware: arm_scmi: add basic driver infrastructure for SCMISudeep Holla3-0/+746