index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
firmware
/
arm_ffa
/
driver.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
firmware: arm_ffa: Handle partitions setup failures
Cristian Marussi
2024-01-22
1
-5
/
+23
*
firmware: arm_ffa: Use xa_insert() and check for result
Cristian Marussi
2024-01-22
1
-3
/
+16
*
firmware: arm_ffa: Simplify ffa_partitions_cleanup()
Cristian Marussi
2024-01-22
1
-20
/
+6
*
firmware: arm_ffa: Check xa_load() return value
Cristian Marussi
2024-01-22
1
-0
/
+10
*
firmware: arm_ffa: Add missing rwlock_init() for the driver partition
Cristian Marussi
2024-01-22
1
-0
/
+1
*
firmware: arm_ffa: Add missing rwlock_init() in ffa_setup_partitions()
Cristian Marussi
2024-01-22
1
-0
/
+1
*
firmware: arm_ffa: Fix ffa_notification_info_get() IDs handling
Lorenzo Pieralisi
2023-11-13
1
-2
/
+2
*
firmware: arm_ffa: Fix the size of the allocation in ffa_partitions_cleanup()
Sudeep Holla
2023-11-13
1
-1
/
+1
*
firmware: arm_ffa: Fix FFA notifications cleanup path
Sudeep Holla
2023-11-13
1
-4
/
+12
*
firmware: arm_ffa: Add checks for the notification enabled state
Sudeep Holla
2023-11-13
1
-0
/
+17
*
firmware: arm_ffa: Setup the partitions after the notification initialisation
Sudeep Holla
2023-11-13
1
-7
/
+8
*
firmware: arm_ffa: Allow FF-A initialisation even when notification fails
Sudeep Holla
2023-11-13
1
-12
/
+8
*
firmware: arm_ffa: Upgrade the driver version to v1.1
Sudeep Holla
2023-10-08
1
-1
/
+1
*
firmware: arm_ffa: Update memory descriptor to support v1.1 format
Sudeep Holla
2023-10-08
1
-3
/
+8
*
firmware: arm_ffa: Switch to using ffa_mem_desc_offset() accessor
Sudeep Holla
2023-10-08
1
-2
/
+4
*
firmware: arm_ffa: Simplify the computation of transmit and fragment length
Sudeep Holla
2023-10-06
1
-6
/
+8
*
firmware: arm_ffa: Add notification handling mechanism
Sudeep Holla
2023-10-06
1
-1
/
+66
*
firmware: arm_ffa: Add interface to send a notification to a given partition
Sudeep Holla
2023-10-06
1
-0
/
+13
*
firmware: arm_ffa: Add interfaces to request notification callbacks
Sudeep Holla
2023-10-06
1
-0
/
+145
*
firmware: arm_ffa: Add schedule receiver callback mechanism
Sudeep Holla
2023-10-06
1
-3
/
+100
*
firmware: arm_ffa: Initial support for scheduler receiver interrupt
Sudeep Holla
2023-10-06
1
-10
/
+176
*
firmware: arm_ffa: Implement the NOTIFICATION_INFO_GET interface
Sudeep Holla
2023-10-06
1
-0
/
+73
*
firmware: arm_ffa: Implement the FFA_NOTIFICATION_GET interface
Sudeep Holla
2023-10-06
1
-0
/
+37
*
firmware: arm_ffa: Implement the FFA_NOTIFICATION_SET interface
Sudeep Holla
2023-10-06
1
-0
/
+20
*
firmware: arm_ffa: Implement the FFA_RUN interface
Sudeep Holla
2023-10-06
1
-0
/
+22
*
firmware: arm_ffa: Implement the notification bind and unbind interface
Sudeep Holla
2023-10-06
1
-0
/
+29
*
firmware: arm_ffa: Implement notification bitmap create and destroy interfaces
Sudeep Holla
2023-10-06
1
-1
/
+62
*
firmware: arm_ffa: Update the FF-A command list with v1.1 additions
Sudeep Holla
2023-10-06
1
-0
/
+1
*
firmware: arm_ffa: Allow the FF-A drivers to use 32bit mode of messaging
Sudeep Holla
2023-10-06
1
-10
/
+2
*
firmware: arm_ffa: Don't set the memory region attributes for MEM_LEND
Sudeep Holla
2023-09-25
1
-2
/
+14
*
firmware: arm_ffa: Set handle field to zero in memory descriptor
Balint Dobszay
2023-06-06
1
-0
/
+1
*
firmware: arm_ffa: Set reserved/MBZ fields to zero in the memory descriptors
Sudeep Holla
2023-05-08
1
-0
/
+6
*
firmware: arm_ffa: Fix usage of partition info get count flag
Sudeep Holla
2023-05-08
1
-1
/
+2
*
firmware: arm_ffa: Move constants to header file
Will Deacon
2022-12-01
1
-91
/
+10
*
firmware: arm_ffa: Split up ffa_ops into info, message and memory operations
Sudeep Holla
2022-09-08
1
-2
/
+14
*
firmware: arm_ffa: Set up 32bit execution mode flag using partiion property
Sudeep Holla
2022-09-08
1
-1
/
+13
*
firmware: arm_ffa: Add v1.1 get_partition_info support
Sudeep Holla
2022-09-08
1
-8
/
+35
*
firmware: arm_ffa: Rename ffa_dev_ops as ffa_ops
Sudeep Holla
2022-09-08
1
-1
/
+1
*
firmware: arm_ffa: Make memory apis ffa_device independent
Sudeep Holla
2022-09-08
1
-4
/
+2
*
firmware: arm_ffa: Use FFA_FEATURES to detect if native versions are supported
Sudeep Holla
2022-09-08
1
-6
/
+16
*
firmware: arm_ffa: Add support for querying FF-A features
Sudeep Holla
2022-09-08
1
-0
/
+26
*
firmware: arm_ffa: Remove ffa_dev_ops_get()
Sudeep Holla
2022-09-08
1
-9
/
+0
*
firmware: arm_ffa: Add pointer to the ffa_dev_ops in struct ffa_dev
Sudeep Holla
2022-09-08
1
-1
/
+1
*
firmware: arm_ffa: Remove incorrect assignment of driver_data
Sudeep Holla
2022-04-29
1
-2
/
+0
*
firmware: arm_ffa: Fix uuid parameter to ffa_partition_probe
Sudeep Holla
2022-04-29
1
-1
/
+1
*
firmware: arm_ffa: Fix handling of fragmented memory descriptors
Marc Bonnici
2022-04-27
1
-7
/
+13
*
firmware: arm_ffa: Remove unused 'compat_version' variable
Arnd Bergmann
2021-10-26
1
-1
/
+0
*
firmware: arm_ffa: Add support for MEM_LEND
Marc Bonnici
2021-10-18
1
-0
/
+17
*
firmware: arm_ffa: Handle compatibility with different firmware versions
Sudeep Holla
2021-10-18
1
-5
/
+32
*
firmware: arm_ffa: Fix a possible ffa_linux_errmap buffer overflow
Sudeep Holla
2021-07-12
1
-2
/
+4
[next]