summaryrefslogtreecommitdiff
path: root/drivers/firmware/arm_ffa
AgeCommit message (Expand)Author
2023-10-08firmware: arm_ffa: Upgrade the driver version to v1.1Sudeep Holla
2023-10-08firmware: arm_ffa: Update memory descriptor to support v1.1 formatSudeep Holla
2023-10-08firmware: arm_ffa: Switch to using ffa_mem_desc_offset() accessorSudeep Holla
2023-10-06firmware: arm_ffa: Simplify the computation of transmit and fragment lengthSudeep Holla
2023-10-06firmware: arm_ffa: Add notification handling mechanismSudeep Holla
2023-10-06firmware: arm_ffa: Add interface to send a notification to a given partitionSudeep Holla
2023-10-06firmware: arm_ffa: Add interfaces to request notification callbacksSudeep Holla
2023-10-06firmware: arm_ffa: Add schedule receiver callback mechanismSudeep Holla
2023-10-06firmware: arm_ffa: Initial support for scheduler receiver interruptSudeep Holla
2023-10-06firmware: arm_ffa: Implement the NOTIFICATION_INFO_GET interfaceSudeep Holla
2023-10-06firmware: arm_ffa: Implement the FFA_NOTIFICATION_GET interfaceSudeep Holla
2023-10-06firmware: arm_ffa: Implement the FFA_NOTIFICATION_SET interfaceSudeep Holla
2023-10-06firmware: arm_ffa: Implement the FFA_RUN interfaceSudeep Holla
2023-10-06firmware: arm_ffa: Implement the notification bind and unbind interfaceSudeep Holla
2023-10-06firmware: arm_ffa: Implement notification bitmap create and destroy interfacesSudeep Holla
2023-10-06firmware: arm_ffa: Update the FF-A command list with v1.1 additionsSudeep Holla
2023-10-06firmware: arm_ffa: Emit modalias for FF-A devicesSudeep Holla
2023-10-06firmware: arm_ffa: Allow the FF-A drivers to use 32bit mode of messagingSudeep Holla
2023-10-06firmware: arm_ffa: Assign the missing IDR allocation ID to the FFA deviceSudeep Holla
2023-09-25firmware: arm_ffa: Don't set the memory region attributes for MEM_LENDSudeep Holla
2023-06-06firmware: arm_ffa: Set handle field to zero in memory descriptorBalint Dobszay
2023-05-08firmware: arm_ffa: Set reserved/MBZ fields to zero in the memory descriptorsSudeep Holla
2023-05-08firmware: arm_ffa: Fix FFA device names for logical partitionsSudeep Holla
2023-05-08firmware: arm_ffa: Fix usage of partition info get count flagSudeep Holla
2023-05-08firmware: arm_ffa: Check if ffa_driver remove is present before executingSudeep Holla
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman
2022-12-01firmware: arm_ffa: Move constants to header fileWill Deacon
2022-09-08firmware: arm_ffa: Split up ffa_ops into info, message and memory operationsSudeep Holla
2022-09-08firmware: arm_ffa: Set up 32bit execution mode flag using partiion propertySudeep Holla
2022-09-08firmware: arm_ffa: Add v1.1 get_partition_info supportSudeep Holla
2022-09-08firmware: arm_ffa: Rename ffa_dev_ops as ffa_opsSudeep Holla
2022-09-08firmware: arm_ffa: Make memory apis ffa_device independentSudeep Holla
2022-09-08firmware: arm_ffa: Use FFA_FEATURES to detect if native versions are supportedSudeep Holla
2022-09-08firmware: arm_ffa: Add support for querying FF-A featuresSudeep Holla
2022-09-08firmware: arm_ffa: Remove ffa_dev_ops_get()Sudeep Holla
2022-09-08firmware: arm_ffa: Add pointer to the ffa_dev_ops in struct ffa_devSudeep Holla
2022-04-29firmware: arm_ffa: Remove incorrect assignment of driver_dataSudeep Holla
2022-04-29firmware: arm_ffa: Fix uuid parameter to ffa_partition_probeSudeep Holla
2022-04-27firmware: arm_ffa: Fix handling of fragmented memory descriptorsMarc Bonnici
2021-10-26firmware: arm_ffa: Remove unused 'compat_version' variableArnd Bergmann
2021-10-18firmware: arm_ffa: Add support for MEM_LENDMarc Bonnici
2021-10-18firmware: arm_ffa: Handle compatibility with different firmware versionsSudeep Holla
2021-10-05firmware: arm_ffa: Fix __ffa_devices_unregisterSudeep Holla
2021-10-05firmware: arm_ffa: Add missing remove callback to ffa_bus_typeSudeep Holla
2021-07-12firmware: arm_ffa: Fix a possible ffa_linux_errmap buffer overflowSudeep Holla
2021-07-12firmware: arm_ffa: Fix the comment styleSudeep Holla
2021-07-12firmware: arm_ffa: Simplify probe functionUwe Kleine-König
2021-07-12firmware: arm_ffa: Ensure drivers provide a probe functionUwe Kleine-König
2021-05-26firmware: arm_ffa: Add support for MEM_* interfacesSudeep Holla
2021-05-26firmware: arm_ffa: Setup in-kernel users of FFA partitionsSudeep Holla