summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/arm_ffa
Commit message (Expand)AuthorAgeFilesLines
* firmware: arm_ffa: Handle partitions setup failuresCristian Marussi2024-01-221-5/+23
* firmware: arm_ffa: Use xa_insert() and check for resultCristian Marussi2024-01-221-3/+16
* firmware: arm_ffa: Simplify ffa_partitions_cleanup()Cristian Marussi2024-01-221-20/+6
* firmware: arm_ffa: Check xa_load() return valueCristian Marussi2024-01-221-0/+10
* firmware: arm_ffa: Add missing rwlock_init() for the driver partitionCristian Marussi2024-01-221-0/+1
* firmware: arm_ffa: Add missing rwlock_init() in ffa_setup_partitions()Cristian Marussi2024-01-221-0/+1
* firmware: arm_ffa: Fix ffa_notification_info_get() IDs handlingLorenzo Pieralisi2023-11-131-2/+2
* firmware: arm_ffa: Fix the size of the allocation in ffa_partitions_cleanup()Sudeep Holla2023-11-131-1/+1
* firmware: arm_ffa: Fix FFA notifications cleanup pathSudeep Holla2023-11-131-4/+12
* firmware: arm_ffa: Add checks for the notification enabled stateSudeep Holla2023-11-131-0/+17
* firmware: arm_ffa: Setup the partitions after the notification initialisationSudeep Holla2023-11-131-7/+8
* firmware: arm_ffa: Allow FF-A initialisation even when notification failsSudeep Holla2023-11-131-12/+8
* firmware: arm_ffa: Upgrade the driver version to v1.1Sudeep Holla2023-10-081-1/+1
* firmware: arm_ffa: Update memory descriptor to support v1.1 formatSudeep Holla2023-10-081-3/+8
* firmware: arm_ffa: Switch to using ffa_mem_desc_offset() accessorSudeep Holla2023-10-081-2/+4
* firmware: arm_ffa: Simplify the computation of transmit and fragment lengthSudeep Holla2023-10-061-6/+8
* firmware: arm_ffa: Add notification handling mechanismSudeep Holla2023-10-061-1/+66
* firmware: arm_ffa: Add interface to send a notification to a given partitionSudeep Holla2023-10-061-0/+13
* firmware: arm_ffa: Add interfaces to request notification callbacksSudeep Holla2023-10-061-0/+145
* firmware: arm_ffa: Add schedule receiver callback mechanismSudeep Holla2023-10-061-3/+100
* firmware: arm_ffa: Initial support for scheduler receiver interruptSudeep Holla2023-10-061-10/+176
* firmware: arm_ffa: Implement the NOTIFICATION_INFO_GET interfaceSudeep Holla2023-10-061-0/+73
* firmware: arm_ffa: Implement the FFA_NOTIFICATION_GET interfaceSudeep Holla2023-10-061-0/+37
* firmware: arm_ffa: Implement the FFA_NOTIFICATION_SET interfaceSudeep Holla2023-10-061-0/+20
* firmware: arm_ffa: Implement the FFA_RUN interfaceSudeep Holla2023-10-061-0/+22
* firmware: arm_ffa: Implement the notification bind and unbind interfaceSudeep Holla2023-10-061-0/+29
* firmware: arm_ffa: Implement notification bitmap create and destroy interfacesSudeep Holla2023-10-061-1/+62
* firmware: arm_ffa: Update the FF-A command list with v1.1 additionsSudeep Holla2023-10-061-0/+1
* firmware: arm_ffa: Emit modalias for FF-A devicesSudeep Holla2023-10-061-1/+14
* firmware: arm_ffa: Allow the FF-A drivers to use 32bit mode of messagingSudeep Holla2023-10-061-10/+2
* firmware: arm_ffa: Assign the missing IDR allocation ID to the FFA deviceSudeep Holla2023-10-061-0/+1
* firmware: arm_ffa: Don't set the memory region attributes for MEM_LENDSudeep Holla2023-09-251-2/+14
* firmware: arm_ffa: Set handle field to zero in memory descriptorBalint Dobszay2023-06-061-0/+1
* firmware: arm_ffa: Set reserved/MBZ fields to zero in the memory descriptorsSudeep Holla2023-05-081-0/+6
* firmware: arm_ffa: Fix FFA device names for logical partitionsSudeep Holla2023-05-081-3/+13
* firmware: arm_ffa: Fix usage of partition info get count flagSudeep Holla2023-05-081-1/+2
* firmware: arm_ffa: Check if ffa_driver remove is present before executingSudeep Holla2023-05-081-1/+2
* driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman2023-01-271-2/+2
* firmware: arm_ffa: Move constants to header fileWill Deacon2022-12-011-91/+10
* firmware: arm_ffa: Split up ffa_ops into info, message and memory operationsSudeep Holla2022-09-081-2/+14
* firmware: arm_ffa: Set up 32bit execution mode flag using partiion propertySudeep Holla2022-09-081-1/+13
* firmware: arm_ffa: Add v1.1 get_partition_info supportSudeep Holla2022-09-081-8/+35
* firmware: arm_ffa: Rename ffa_dev_ops as ffa_opsSudeep Holla2022-09-082-2/+2
* firmware: arm_ffa: Make memory apis ffa_device independentSudeep Holla2022-09-081-4/+2
* firmware: arm_ffa: Use FFA_FEATURES to detect if native versions are supportedSudeep Holla2022-09-081-6/+16
* firmware: arm_ffa: Add support for querying FF-A featuresSudeep Holla2022-09-081-0/+26
* firmware: arm_ffa: Remove ffa_dev_ops_get()Sudeep Holla2022-09-081-9/+0
* firmware: arm_ffa: Add pointer to the ffa_dev_ops in struct ffa_devSudeep Holla2022-09-082-2/+4
* firmware: arm_ffa: Remove incorrect assignment of driver_dataSudeep Holla2022-04-291-2/+0
* firmware: arm_ffa: Fix uuid parameter to ffa_partition_probeSudeep Holla2022-04-291-1/+1