aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware/arm_ffa (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-08firmware: arm_ffa: Split up ffa_ops into info, message and memory operationsSudeep Holla1-2/+14
2022-09-08firmware: arm_ffa: Set up 32bit execution mode flag using partiion propertySudeep Holla1-1/+13
2022-09-08firmware: arm_ffa: Add v1.1 get_partition_info supportSudeep Holla1-8/+35
2022-09-08firmware: arm_ffa: Rename ffa_dev_ops as ffa_opsSudeep Holla2-2/+2
2022-09-08firmware: arm_ffa: Make memory apis ffa_device independentSudeep Holla1-4/+2
2022-09-08firmware: arm_ffa: Use FFA_FEATURES to detect if native versions are supportedSudeep Holla1-6/+16
2022-09-08firmware: arm_ffa: Add support for querying FF-A featuresSudeep Holla1-0/+26
2022-09-08firmware: arm_ffa: Remove ffa_dev_ops_get()Sudeep Holla1-9/+0
2022-09-08firmware: arm_ffa: Add pointer to the ffa_dev_ops in struct ffa_devSudeep Holla2-2/+4
2022-04-29firmware: arm_ffa: Remove incorrect assignment of driver_dataSudeep Holla1-2/+0
2022-04-29firmware: arm_ffa: Fix uuid parameter to ffa_partition_probeSudeep Holla1-1/+1
2022-04-27firmware: arm_ffa: Fix handling of fragmented memory descriptorsMarc Bonnici1-7/+13
2021-10-26firmware: arm_ffa: Remove unused 'compat_version' variableArnd Bergmann1-1/+0
2021-10-18firmware: arm_ffa: Add support for MEM_LENDMarc Bonnici1-0/+17
2021-10-18firmware: arm_ffa: Handle compatibility with different firmware versionsSudeep Holla1-5/+32
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: Fix a possible ffa_linux_errmap buffer overflowSudeep Holla1-2/+4
2021-07-12firmware: arm_ffa: Fix the comment styleSudeep Holla1-1/+1
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-26firmware: arm_ffa: Add support for MEM_* interfacesSudeep Holla1-0/+199
2021-05-26firmware: arm_ffa: Setup in-kernel users of FFA partitionsSudeep Holla3-0/+233
2021-05-26firmware: arm_ffa: Add support for SMCCC as transport to FFA driverSudeep Holla4-1/+50
2021-05-26firmware: arm_ffa: Add initial Arm FFA driver supportSudeep Holla4-11/+341
2021-05-26firmware: arm_ffa: Add initial FFA bus support for device enumerationSudeep Holla3-0/+227