summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/arm_ffa
Commit message (Expand)AuthorAgeFilesLines
* firmware: arm_ffa: Move constants to header fileWill Deacon2022-12-011-91/+10
* firmware: arm_ffa: Split up ffa_ops into info, message and memory operationsSudeep Holla2022-09-081-2/+14
* firmware: arm_ffa: Set up 32bit execution mode flag using partiion propertySudeep Holla2022-09-081-1/+13
* firmware: arm_ffa: Add v1.1 get_partition_info supportSudeep Holla2022-09-081-8/+35
* firmware: arm_ffa: Rename ffa_dev_ops as ffa_opsSudeep Holla2022-09-082-2/+2
* firmware: arm_ffa: Make memory apis ffa_device independentSudeep Holla2022-09-081-4/+2
* firmware: arm_ffa: Use FFA_FEATURES to detect if native versions are supportedSudeep Holla2022-09-081-6/+16
* firmware: arm_ffa: Add support for querying FF-A featuresSudeep Holla2022-09-081-0/+26
* firmware: arm_ffa: Remove ffa_dev_ops_get()Sudeep Holla2022-09-081-9/+0
* firmware: arm_ffa: Add pointer to the ffa_dev_ops in struct ffa_devSudeep Holla2022-09-082-2/+4
* firmware: arm_ffa: Remove incorrect assignment of driver_dataSudeep Holla2022-04-291-2/+0
* firmware: arm_ffa: Fix uuid parameter to ffa_partition_probeSudeep Holla2022-04-291-1/+1
* firmware: arm_ffa: Fix handling of fragmented memory descriptorsMarc Bonnici2022-04-271-7/+13
* firmware: arm_ffa: Remove unused 'compat_version' variableArnd Bergmann2021-10-261-1/+0
* firmware: arm_ffa: Add support for MEM_LENDMarc Bonnici2021-10-181-0/+17
* firmware: arm_ffa: Handle compatibility with different firmware versionsSudeep Holla2021-10-181-5/+32
* firmware: arm_ffa: Fix __ffa_devices_unregisterSudeep Holla2021-10-051-1/+1
* firmware: arm_ffa: Add missing remove callback to ffa_bus_typeSudeep Holla2021-10-051-0/+8
* firmware: arm_ffa: Fix a possible ffa_linux_errmap buffer overflowSudeep Holla2021-07-121-2/+4
* firmware: arm_ffa: Fix the comment styleSudeep Holla2021-07-121-1/+1
* firmware: arm_ffa: Simplify probe functionUwe Kleine-König2021-07-121-3/+0
* firmware: arm_ffa: Ensure drivers provide a probe functionUwe Kleine-König2021-07-121-0/+3
* firmware: arm_ffa: Add support for MEM_* interfacesSudeep Holla2021-05-261-0/+199
* firmware: arm_ffa: Setup in-kernel users of FFA partitionsSudeep Holla2021-05-263-0/+233
* firmware: arm_ffa: Add support for SMCCC as transport to FFA driverSudeep Holla2021-05-264-1/+50
* firmware: arm_ffa: Add initial Arm FFA driver supportSudeep Holla2021-05-264-11/+341
* firmware: arm_ffa: Add initial FFA bus support for device enumerationSudeep Holla2021-05-263-0/+227