summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/arm_ffa
AgeCommit message (Expand)AuthorLines
2021-10-26firmware: arm_ffa: Remove unused 'compat_version' variableArnd Bergmann-1/+0
2021-10-18firmware: arm_ffa: Add support for MEM_LENDMarc Bonnici-0/+17
2021-10-18firmware: arm_ffa: Handle compatibility with different firmware versionsSudeep Holla-5/+32
2021-10-05firmware: arm_ffa: Fix __ffa_devices_unregisterSudeep Holla-1/+1
2021-10-05firmware: arm_ffa: Add missing remove callback to ffa_bus_typeSudeep Holla-0/+8
2021-07-12firmware: arm_ffa: Fix a possible ffa_linux_errmap buffer overflowSudeep Holla-2/+4
2021-07-12firmware: arm_ffa: Fix the comment styleSudeep Holla-1/+1
2021-07-12firmware: arm_ffa: Simplify probe functionUwe Kleine-König-3/+0
2021-07-12firmware: arm_ffa: Ensure drivers provide a probe functionUwe Kleine-König-0/+3
2021-05-26firmware: arm_ffa: Add support for MEM_* interfacesSudeep Holla-0/+199
2021-05-26firmware: arm_ffa: Setup in-kernel users of FFA partitionsSudeep Holla-0/+233
2021-05-26firmware: arm_ffa: Add support for SMCCC as transport to FFA driverSudeep Holla-1/+50
2021-05-26firmware: arm_ffa: Add initial Arm FFA driver supportSudeep Holla-11/+341
2021-05-26firmware: arm_ffa: Add initial FFA bus support for device enumerationSudeep Holla-0/+227