summaryrefslogtreecommitdiff
path: root/drivers/firmware/arm_ffa/bus.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-08firmware: arm_ffa: Rename ffa_dev_ops as ffa_opsSudeep Holla1-1/+1
2022-09-08firmware: arm_ffa: Add pointer to the ffa_dev_ops in struct ffa_devSudeep Holla1-1/+3
2021-10-05firmware: arm_ffa: Fix __ffa_devices_unregisterSudeep Holla1-1/+1
2021-10-05firmware: arm_ffa: Add missing remove callback to ffa_bus_typeSudeep Holla1-0/+8
2021-07-12firmware: arm_ffa: Simplify probe functionUwe Kleine-König1-3/+0
2021-07-12firmware: arm_ffa: Ensure drivers provide a probe functionUwe Kleine-König1-0/+3
2021-05-27firmware: arm_ffa: Setup in-kernel users of FFA partitionsSudeep Holla1-0/+9
2021-05-27firmware: arm_ffa: Add initial Arm FFA driver supportSudeep Holla1-10/+4
2021-05-27firmware: arm_ffa: Add initial FFA bus support for device enumerationSudeep Holla1-0/+207