summaryrefslogtreecommitdiff
path: root/drivers/firmware/arm_scmi/driver.c
AgeCommit message (Expand)Author
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-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
2018-06-11Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-05-10firmware: arm_scmi: simplify exit path by returning on errorSudeep Holla
2018-05-10firmware: arm_scmi: remove unnecessary bitmap_zeroSudeep Holla
2018-05-10firmware: arm_scmi: rename scmi_xfer_{init,get,put}Sudeep 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-02-28firmware: arm_scmi: add per-protocol channels support using idr objectsSudeep Holla
2018-02-28firmware: arm_scmi: refactor in preparation to support per-protocol channelsSudeep Holla
2018-02-28firmware: arm_scmi: add support for polling based SCMI transfersSudeep Holla
2018-02-28firmware: arm_scmi: probe and initialise all the supported protocolsSudeep Holla
2018-02-28firmware: arm_scmi: add common infrastructure and support for base protocolSudeep Holla
2018-02-28firmware: arm_scmi: add basic driver infrastructure for SCMISudeep Holla