index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
firmware
/
arm_ffa
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-06
firmware: arm_ffa: Set handle field to zero in memory descriptor
Balint Dobszay
1
-0
/
+1
2023-05-08
firmware: arm_ffa: Set reserved/MBZ fields to zero in the memory descriptors
Sudeep Holla
1
-0
/
+6
2023-05-08
firmware: arm_ffa: Fix FFA device names for logical partitions
Sudeep Holla
1
-3
/
+13
2023-05-08
firmware: arm_ffa: Fix usage of partition info get count flag
Sudeep Holla
1
-1
/
+2
2023-05-08
firmware: arm_ffa: Check if ffa_driver remove is present before executing
Sudeep Holla
1
-1
/
+2
2023-01-27
driver core: make struct bus_type.uevent() take a const *
Greg Kroah-Hartman
1
-2
/
+2
2022-12-01
firmware: arm_ffa: Move constants to header file
Will Deacon
1
-91
/
+10
2022-09-08
firmware: arm_ffa: Split up ffa_ops into info, message and memory operations
Sudeep Holla
1
-2
/
+14
2022-09-08
firmware: arm_ffa: Set up 32bit execution mode flag using partiion property
Sudeep Holla
1
-1
/
+13
2022-09-08
firmware: arm_ffa: Add v1.1 get_partition_info support
Sudeep Holla
1
-8
/
+35
2022-09-08
firmware: arm_ffa: Rename ffa_dev_ops as ffa_ops
Sudeep Holla
2
-2
/
+2
2022-09-08
firmware: arm_ffa: Make memory apis ffa_device independent
Sudeep Holla
1
-4
/
+2
2022-09-08
firmware: arm_ffa: Use FFA_FEATURES to detect if native versions are supported
Sudeep Holla
1
-6
/
+16
2022-09-08
firmware: arm_ffa: Add support for querying FF-A features
Sudeep Holla
1
-0
/
+26
2022-09-08
firmware: arm_ffa: Remove ffa_dev_ops_get()
Sudeep Holla
1
-9
/
+0
2022-09-08
firmware: arm_ffa: Add pointer to the ffa_dev_ops in struct ffa_dev
Sudeep Holla
2
-2
/
+4
2022-04-29
firmware: arm_ffa: Remove incorrect assignment of driver_data
Sudeep Holla
1
-2
/
+0
2022-04-29
firmware: arm_ffa: Fix uuid parameter to ffa_partition_probe
Sudeep Holla
1
-1
/
+1
2022-04-27
firmware: arm_ffa: Fix handling of fragmented memory descriptors
Marc Bonnici
1
-7
/
+13
2021-10-26
firmware: arm_ffa: Remove unused 'compat_version' variable
Arnd Bergmann
1
-1
/
+0
2021-10-18
firmware: arm_ffa: Add support for MEM_LEND
Marc Bonnici
1
-0
/
+17
2021-10-18
firmware: arm_ffa: Handle compatibility with different firmware versions
Sudeep Holla
1
-5
/
+32
2021-10-05
firmware: arm_ffa: Fix __ffa_devices_unregister
Sudeep Holla
1
-1
/
+1
2021-10-05
firmware: arm_ffa: Add missing remove callback to ffa_bus_type
Sudeep Holla
1
-0
/
+8
2021-07-12
firmware: arm_ffa: Fix a possible ffa_linux_errmap buffer overflow
Sudeep Holla
1
-2
/
+4
2021-07-12
firmware: arm_ffa: Fix the comment style
Sudeep Holla
1
-1
/
+1
2021-07-12
firmware: arm_ffa: Simplify probe function
Uwe Kleine-König
1
-3
/
+0
2021-07-12
firmware: arm_ffa: Ensure drivers provide a probe function
Uwe Kleine-König
1
-0
/
+3
2021-05-26
firmware: arm_ffa: Add support for MEM_* interfaces
Sudeep Holla
1
-0
/
+199
2021-05-26
firmware: arm_ffa: Setup in-kernel users of FFA partitions
Sudeep Holla
3
-0
/
+233
2021-05-26
firmware: arm_ffa: Add support for SMCCC as transport to FFA driver
Sudeep Holla
4
-1
/
+50
2021-05-26
firmware: arm_ffa: Add initial Arm FFA driver support
Sudeep Holla
4
-11
/
+341
2021-05-26
firmware: arm_ffa: Add initial FFA bus support for device enumeration
Sudeep Holla
3
-0
/
+227