summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/arm_scmi/driver.c
Commit message (Expand)AuthorAgeFilesLines
* drivers: firmware: scmi: Extend SCMI transport layer by trace eventsLukasz Luba2019-12-301-0/+18
* firmware: arm_scmi: Add versions and identifier attributes using dev_groupsSudeep Holla2019-12-241-0/+47
* firmware: arm_scmi: Add names to scmi devices createdSudeep Holla2019-12-241-1/+35
* firmware: arm_scmi: Skip scmi mbox channel setup for addtional devicesSudeep Holla2019-12-241-0/+5
* firmware: arm_scmi: Add support for multiple device per protocolSudeep Holla2019-12-241-3/+3
* firmware: arm_scmi: Add support for asynchronous commands and delayed responseSudeep Holla2019-08-121-2/+41
* firmware: arm_scmi: Add mechanism to unpack message headersSudeep Holla2019-08-121-0/+18
* firmware: arm_scmi: Separate out tx buffer handling and prepare to add rxSudeep Holla2019-08-121-13/+27
* firmware: arm_scmi: Add receive channel support for notificationsSudeep Holla2019-08-121-4/+26
* firmware: arm_scmi: Segregate tx channel handling and prepare to add rxSudeep Holla2019-08-121-18/+23
* firmware: arm_scmi: Reorder some functions to avoid forward declarationsSudeep Holla2019-08-121-90/+90
* firmware: arm_scmi: Check if platform has released shmem before usingSudeep Holla2019-08-121-0/+8
* firmware: arm_scmi: Use the term 'message' instead of 'command'Sudeep Holla2019-08-121-3/+3
* firmware: arm_scmi: Fix few trivial typos in commentsSudeep Holla2019-08-121-2/+2
* firmware: arm_scmi: Remove extra check for invalid length message responsesSudeep Holla2019-08-121-6/+0
* firmware: arm_scmi: replace of_match_device->data with of_device_get_match_da...Aditya Pakki2019-04-121-1/+3
* firmware: arm_scmi: fix of_node leak in scmi_mailbox_checkSteven Price2019-04-121-3/+1
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-111-55/+54
|\
| * firmware: arm_scmi: simplify exit path by returning on errorSudeep Holla2018-05-101-5/+6
| * firmware: arm_scmi: remove unnecessary bitmap_zeroSudeep Holla2018-05-101-2/+0
| * firmware: arm_scmi: rename scmi_xfer_{init,get,put}Sudeep Holla2018-05-101-10/+10
| * firmware: arm_scmi: fix kernel-docs documentationSudeep Holla2018-05-091-21/+24
| * firmware: arm_scmi: improve code readability using bitfield accessor macrosSudeep Holla2018-05-091-17/+14
* | firmware: arm_scmi: Use after free in scmi_create_protocol_device()Dan Carpenter2018-05-081-0/+1
|/
* firmware: arm_scmi: add per-protocol channels support using idr objectsSudeep Holla2018-02-281-12/+42
* firmware: arm_scmi: refactor in preparation to support per-protocol channelsSudeep Holla2018-02-281-34/+56
* firmware: arm_scmi: add support for polling based SCMI transfersSudeep Holla2018-02-281-8/+47
* firmware: arm_scmi: probe and initialise all the supported protocolsSudeep Holla2018-02-281-1/+50
* firmware: arm_scmi: add common infrastructure and support for base protocolSudeep Holla2018-02-281-0/+53
* firmware: arm_scmi: add basic driver infrastructure for SCMISudeep Holla2018-02-281-0/+678
OpenPOWER on IntegriCloud