summaryrefslogtreecommitdiff
path: root/drivers/firmware/arm_ffa/driver.c
AgeCommit message (Expand)Author
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-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-01-22firmware: arm_ffa: Handle partitions setup failuresCristian Marussi
2024-01-22firmware: arm_ffa: Use xa_insert() and check for resultCristian Marussi
2024-01-22firmware: arm_ffa: Simplify ffa_partitions_cleanup()Cristian Marussi
2024-01-22firmware: arm_ffa: Check xa_load() return valueCristian Marussi
2024-01-22firmware: arm_ffa: Add missing rwlock_init() for the driver partitionCristian Marussi
2024-01-22firmware: arm_ffa: Add missing rwlock_init() in ffa_setup_partitions()Cristian Marussi
2023-11-13firmware: arm_ffa: Fix ffa_notification_info_get() IDs handlingLorenzo Pieralisi
2023-11-13firmware: arm_ffa: Fix the size of the allocation in ffa_partitions_cleanup()Sudeep Holla
2023-11-13firmware: arm_ffa: Fix FFA notifications cleanup pathSudeep Holla
2023-11-13firmware: arm_ffa: Add checks for the notification enabled stateSudeep Holla
2023-11-13firmware: arm_ffa: Setup the partitions after the notification initialisationSudeep Holla
2023-11-13firmware: arm_ffa: Allow FF-A initialisation even when notification failsSudeep Holla
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: Allow the FF-A drivers to use 32bit mode of messagingSudeep Holla