summaryrefslogtreecommitdiff
path: root/drivers/firmware/arm_ffa
AgeCommit message (Expand)Author
2025-04-08firmware: arm_ffa: Skip Rx buffer ownership release if not acquiredSudeep Holla
2025-02-28firmware: arm_ffa: Set dma_mask for ffa devicesViresh Kumar
2025-02-23firmware: arm_ffa: Skip the first/partition ID when parsing vCPU listSudeep Holla
2025-02-21firmware: arm_ffa: Explicitly cast return value from NOTIFICATION_INFO_GETSudeep Holla
2025-02-21firmware: arm_ffa: Explicitly cast return value from FFA_VERSION before compa...Sudeep Holla
2025-02-17firmware: arm_ffa: Handle ffa_notification_get correctly at virtual FF-A inst...Sudeep Holla
2025-02-17firmware: arm_ffa: Allow multiple UUIDs per partition to register SRI callbackSudeep Holla
2025-02-17firmware: arm_ffa: Add support for handling framework notificationsSudeep Holla
2025-02-17firmware: arm_ffa: Add support for {un,}registration of framework notificationsSudeep Holla
2025-02-17firmware: arm_ffa: Stash ffa_device instead of notify_type in notifier_cb_infoSudeep Holla
2025-02-17firmware: arm_ffa: Refactoring to prepare for framework notification supportSudeep Holla
2025-02-17firmware: arm_ffa: Remove unnecessary declaration of ffa_partitions_cleanup()Sudeep Holla
2025-02-17firmware: arm_ffa: Reject higher major version as incompatibleSudeep Holla
2025-02-17firmware: arm_ffa: Upgrade FF-A version to v1.2 in the driverSudeep Holla
2025-02-17firmware: arm_ffa: Add support for passing UUID in FFA_MSG_SEND2Sudeep Holla
2025-02-17firmware: arm_ffa: Unregister the FF-A devices when cleaning up the partitionsSudeep Holla
2025-02-17firmware: arm_ffa: Handle the presence of host partition in the partition infoSudeep Holla
2025-02-17firmware: arm_ffa: Refactor addition of partition information into XArrayViresh Kumar
2025-02-17firmware: arm_ffa: Fix big-endian support in __ffa_partition_info_regs_get()Sudeep Holla
2025-02-17firmware: arm_ffa: Fix big-endian support in __ffa_partition_info_get()Sudeep Holla
2025-02-17firmware: arm_ffa: Align sync_send_receive{,2} function prototypesSudeep Holla
2025-02-17firmware: arm_ffa: Replace UUID buffer to standard UUID formatSudeep Holla
2025-02-17firmware: arm_ffa: Replace SCMI by FF-A in the macroSudeep Holla
2024-12-04firmware: arm_ffa: Fix the race around setting ffa_dev->propertiesLevi Yun
2024-10-15firmware: arm_ffa: Avoid string-fortify warning caused by memcpy()Gavin Shan
2024-10-14firmware: arm_ffa: Avoid string-fortify warning in export_uuid()Arnd Bergmann
2024-08-20firmware: arm_ffa: Fetch the Rx/Tx buffer size using ffa_features()Sudeep Holla
2024-08-20firmware: arm_ffa: Add support for FFA_YIELD in direct messagingSudeep Holla
2024-08-20firmware: arm_ffa: Add support for FFA_MSG_SEND_DIRECT_{REQ,RESP}2Sudeep Holla
2024-08-20firmware: arm_ffa: Add support for FFA_PARTITION_INFO_GET_REGSSudeep Holla
2024-08-20firmware: arm_ffa: Move the function ffa_features() earlierSudeep Holla
2024-08-20firmware: arm_ffa: Update the FF-A command list with v1.2 additionsSudeep Holla
2024-08-20firmware: arm_ffa: Some coding style fixesSudeep Holla
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman
2024-05-29firmware: arm_ffa: Split bus and driver into distinct modulesSudeep Holla
2024-05-29firmware: arm_ffa: Move the FF-A v1.0 NULL UUID workaround to bus notifierSudeep Holla
2024-05-13Merge tag 'soc-drivers-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-04-25firmware: arm_ffa: Avoid queuing work when running on the worker queueSudeep Holla
2024-04-24firmware: arm_ffa: Fix memory corruption in ffa_msg_send2()Dan Carpenter
2024-04-18firmware: arm_ffa: Add support for FFA_MSG_SEND2Sudeep Holla
2024-04-18firmware: arm_ffa: Stash the partition properties for query purposesSudeep Holla
2024-04-18firmware: arm_ffa: Fix kernel warning about incorrect SRI/NPISudeep Holla
2024-04-15firmware: arm_ffa: Add support for handling notification pending interrupt(NPI)Jens Wiklander
2024-04-15firmware: arm_ffa: Refactor SRI handling in prepartion to add NPI supportSudeep Holla
2024-04-15firmware: arm_ffa: Skip creation of the notification bitmapsJens Wiklander
2024-03-25firmware: arm_ffa: Fix the partition ID check in ffa_notification_info_get()Jens Wiklander
2024-03-12Merge tag 'soc-drivers-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-02-20firmware: arm_ffa: Make ffa_bus_type constRicardo B. Marliere
2024-01-22firmware: arm_ffa: Handle partitions setup failuresCristian Marussi