summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/arm_ffa
Commit message (Expand)AuthorAgeFilesLines
* 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