aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware/arm_scmi/driver.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-14firmware: arm_scmi: Move scmi protocols registration into the driverSudeep Holla1-1/+15
2020-09-14firmware: arm_scmi: Move scmi bus init and exit calls into the driverSudeep Holla1-1/+15
2020-09-08firmware: arm_scmi: Add SCMI device for system power protocolCristian Marussi1-0/+1
2020-07-13firmware: arm_scmi: Remove fixed size fields from reports/scmi_event_headerCristian Marussi1-2/+2
2020-07-01firmware: arm_scmi: Enable notification coreCristian Marussi1-0/+10
2020-06-30firmware: arm_scmi: Use HAVE_ARM_SMCCC_DISCOVERY instead of ARM_PSCI_FWSudeep Holla1-1/+1
2020-06-30firmware: arm_scmi: Use signed integer to report transfer statusSudeep Holla1-2/+1
2020-05-07firmware: arm_scmi: fix psci dependencySudeep Holla1-1/+1
2020-04-20firmware: arm_scmi: Fix handling of unexpected delayed responsesCristian Marussi1-0/+15
2020-04-20firmware: arm_scmi: Clear channel for delayed responsesCristian Marussi1-2/+4
2020-04-20firmware: arm_scmi: Clear channel on reception of unexpected responsesCristian Marussi1-0/+1
2020-04-20firmware: arm_scmi: Rename .clear_notification() transport_opsCristian Marussi1-2/+2
2020-04-14firmware: arm_scmi: Add support for notifications message processingSudeep Holla1-20/+64
2020-04-14firmware: arm_scmi: Add receive buffer support for notificationsSudeep Holla1-6/+18
2020-04-14firmware: arm_scmi: Add smc/hvc transportPeng Fan1-0/+3
2020-02-10firmware: arm_scmi: Make scmi core independent of the transport typeViresh Kumar1-218/+33
2020-02-10firmware: arm_scmi: Move macros and helpers to common.hViresh Kumar1-40/+0
2020-02-10firmware: arm_scmi: Update doc style commentsViresh Kumar1-1/+1
2019-12-30drivers: firmware: scmi: Extend SCMI transport layer by trace eventsLukasz Luba1-0/+18
2019-12-24firmware: arm_scmi: Add versions and identifier attributes using dev_groupsSudeep Holla1-0/+47
2019-12-24firmware: arm_scmi: Add names to scmi devices createdSudeep Holla1-1/+35
2019-12-24firmware: arm_scmi: Skip scmi mbox channel setup for addtional devicesSudeep Holla1-0/+5
2019-12-24firmware: arm_scmi: Add support for multiple device per protocolSudeep Holla1-3/+3
2019-08-12firmware: arm_scmi: Add support for asynchronous commands and delayed responseSudeep Holla1-2/+41
2019-08-12firmware: arm_scmi: Add mechanism to unpack message headersSudeep Holla1-0/+18
2019-08-12firmware: arm_scmi: Separate out tx buffer handling and prepare to add rxSudeep Holla1-13/+27
2019-08-12firmware: arm_scmi: Add receive channel support for notificationsSudeep Holla1-4/+26
2019-08-12firmware: arm_scmi: Segregate tx channel handling and prepare to add rxSudeep Holla1-18/+23
2019-08-12firmware: arm_scmi: Reorder some functions to avoid forward declarationsSudeep Holla1-90/+90
2019-08-12firmware: arm_scmi: Check if platform has released shmem before usingSudeep Holla1-0/+8
2019-08-12firmware: arm_scmi: Use the term 'message' instead of 'command'Sudeep Holla1-3/+3
2019-08-12firmware: arm_scmi: Fix few trivial typos in commentsSudeep Holla1-2/+2
2019-08-12firmware: arm_scmi: Remove extra check for invalid length message responsesSudeep Holla1-6/+0
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
2018-06-11Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-55/+54
2018-05-10firmware: arm_scmi: simplify exit path by returning on errorSudeep Holla1-5/+6
2018-05-10firmware: arm_scmi: remove unnecessary bitmap_zeroSudeep Holla1-2/+0
2018-05-10firmware: arm_scmi: rename scmi_xfer_{init,get,put}Sudeep Holla1-10/+10
2018-05-09firmware: arm_scmi: fix kernel-docs documentationSudeep Holla1-21/+24
2018-05-09firmware: arm_scmi: improve code readability using bitfield accessor macrosSudeep Holla1-17/+14
2018-05-08firmware: arm_scmi: Use after free in scmi_create_protocol_device()Dan Carpenter1-0/+1
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 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 common infrastructure and support for base protocolSudeep Holla1-0/+53
2018-02-28firmware: arm_scmi: add basic driver infrastructure for SCMISudeep Holla1-0/+678