aboutsummaryrefslogtreecommitdiff
path: root/drivers/firmware/arm_ffa
AgeCommit message (Expand)AuthorFilesLines
2023-11-13firmware: arm_ffa: Fix ffa_notification_info_get() IDs handlingGravatar Lorenzo Pieralisi 1-2/+2
2023-11-13firmware: arm_ffa: Fix the size of the allocation in ffa_partitions_cleanup()Gravatar Sudeep Holla 1-1/+1
2023-11-13firmware: arm_ffa: Fix FFA notifications cleanup pathGravatar Sudeep Holla 1-4/+12
2023-11-13firmware: arm_ffa: Add checks for the notification enabled stateGravatar Sudeep Holla 1-0/+17
2023-11-13firmware: arm_ffa: Setup the partitions after the notification initialisationGravatar Sudeep Holla 1-7/+8
2023-11-13firmware: arm_ffa: Allow FF-A initialisation even when notification failsGravatar Sudeep Holla 1-12/+8
2023-10-08firmware: arm_ffa: Upgrade the driver version to v1.1Gravatar Sudeep Holla 1-1/+1
2023-10-08firmware: arm_ffa: Update memory descriptor to support v1.1 formatGravatar Sudeep Holla 1-3/+8
2023-10-08firmware: arm_ffa: Switch to using ffa_mem_desc_offset() accessorGravatar Sudeep Holla 1-2/+4
2023-10-06firmware: arm_ffa: Simplify the computation of transmit and fragment lengthGravatar Sudeep Holla 1-6/+8
2023-10-06firmware: arm_ffa: Add notification handling mechanismGravatar Sudeep Holla 1-1/+66
2023-10-06firmware: arm_ffa: Add interface to send a notification to a given partitionGravatar Sudeep Holla 1-0/+13
2023-10-06firmware: arm_ffa: Add interfaces to request notification callbacksGravatar Sudeep Holla 1-0/+145
2023-10-06firmware: arm_ffa: Add schedule receiver callback mechanismGravatar Sudeep Holla 1-3/+100
2023-10-06firmware: arm_ffa: Initial support for scheduler receiver interruptGravatar Sudeep Holla 1-10/+176
2023-10-06firmware: arm_ffa: Implement the NOTIFICATION_INFO_GET interfaceGravatar Sudeep Holla 1-0/+73
2023-10-06firmware: arm_ffa: Implement the FFA_NOTIFICATION_GET interfaceGravatar Sudeep Holla 1-0/+37
2023-10-06firmware: arm_ffa: Implement the FFA_NOTIFICATION_SET interfaceGravatar Sudeep Holla 1-0/+20
2023-10-06firmware: arm_ffa: Implement the FFA_RUN interfaceGravatar Sudeep Holla 1-0/+22
2023-10-06firmware: arm_ffa: Implement the notification bind and unbind interfaceGravatar Sudeep Holla 1-0/+29
2023-10-06firmware: arm_ffa: Implement notification bitmap create and destroy interfacesGravatar Sudeep Holla 1-1/+62
2023-10-06firmware: arm_ffa: Update the FF-A command list with v1.1 additionsGravatar Sudeep Holla 1-0/+1
2023-10-06firmware: arm_ffa: Emit modalias for FF-A devicesGravatar Sudeep Holla 1-1/+14
2023-10-06firmware: arm_ffa: Allow the FF-A drivers to use 32bit mode of messagingGravatar Sudeep Holla 1-10/+2
2023-10-06firmware: arm_ffa: Assign the missing IDR allocation ID to the FFA deviceGravatar Sudeep Holla 1-0/+1
2023-09-25firmware: arm_ffa: Don't set the memory region attributes for MEM_LENDGravatar Sudeep Holla 1-2/+14
2023-06-06firmware: arm_ffa: Set handle field to zero in memory descriptorGravatar Balint Dobszay 1-0/+1
2023-05-08firmware: arm_ffa: Set reserved/MBZ fields to zero in the memory descriptorsGravatar Sudeep Holla 1-0/+6
2023-05-08firmware: arm_ffa: Fix FFA device names for logical partitionsGravatar Sudeep Holla 1-3/+13
2023-05-08firmware: arm_ffa: Fix usage of partition info get count flagGravatar Sudeep Holla 1-1/+2
2023-05-08firmware: arm_ffa: Check if ffa_driver remove is present before executingGravatar Sudeep Holla 1-1/+2
2023-01-27driver core: make struct bus_type.uevent() take a const *Gravatar Greg Kroah-Hartman 1-2/+2
2022-12-01firmware: arm_ffa: Move constants to header fileGravatar Will Deacon 1-91/+10
2022-09-08firmware: arm_ffa: Split up ffa_ops into info, message and memory operationsGravatar Sudeep Holla 1-2/+14
2022-09-08firmware: arm_ffa: Set up 32bit execution mode flag using partiion propertyGravatar Sudeep Holla 1-1/+13
2022-09-08firmware: arm_ffa: Add v1.1 get_partition_info supportGravatar Sudeep Holla 1-8/+35
2022-09-08firmware: arm_ffa: Rename ffa_dev_ops as ffa_opsGravatar Sudeep Holla 2-2/+2
2022-09-08firmware: arm_ffa: Make memory apis ffa_device independentGravatar Sudeep Holla 1-4/+2
2022-09-08firmware: arm_ffa: Use FFA_FEATURES to detect if native versions are supportedGravatar Sudeep Holla 1-6/+16
2022-09-08firmware: arm_ffa: Add support for querying FF-A featuresGravatar Sudeep Holla 1-0/+26
2022-09-08firmware: arm_ffa: Remove ffa_dev_ops_get()Gravatar Sudeep Holla 1-9/+0
2022-09-08firmware: arm_ffa: Add pointer to the ffa_dev_ops in struct ffa_devGravatar Sudeep Holla 2-2/+4
2022-04-29firmware: arm_ffa: Remove incorrect assignment of driver_dataGravatar Sudeep Holla 1-2/+0
2022-04-29firmware: arm_ffa: Fix uuid parameter to ffa_partition_probeGravatar Sudeep Holla 1-1/+1
2022-04-27firmware: arm_ffa: Fix handling of fragmented memory descriptorsGravatar Marc Bonnici 1-7/+13
2021-10-26firmware: arm_ffa: Remove unused 'compat_version' variableGravatar Arnd Bergmann 1-1/+0
2021-10-18firmware: arm_ffa: Add support for MEM_LENDGravatar Marc Bonnici 1-0/+17
2021-10-18firmware: arm_ffa: Handle compatibility with different firmware versionsGravatar Sudeep Holla 1-5/+32
2021-10-05firmware: arm_ffa: Fix __ffa_devices_unregisterGravatar Sudeep Holla 1-1/+1
2021-10-05firmware: arm_ffa: Add missing remove callback to ffa_bus_typeGravatar Sudeep Holla 1-0/+8