aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware/arm_ffa/bus.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-02-28firmware: arm_ffa: Set dma_mask for ffa devicesViresh Kumar1-0/+1
2025-02-17firmware: arm_ffa: Unregister the FF-A devices when cleaning up the partitionsSudeep Holla1-1/+2
2025-02-17firmware: arm_ffa: Replace UUID buffer to standard UUID formatSudeep Holla1-3/+1
2025-02-17firmware: arm_ffa: Replace SCMI by FF-A in the macroSudeep Holla1-3/+3
2024-12-04firmware: arm_ffa: Fix the race around setting ffa_dev->propertiesLevi Yun1-4/+11
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+1
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman1-1/+1
2024-05-29firmware: arm_ffa: Split bus and driver into distinct modulesSudeep Holla1-2/+9
2024-05-29firmware: arm_ffa: Move the FF-A v1.0 NULL UUID workaround to bus notifierSudeep Holla1-4/+7
2024-02-20firmware: arm_ffa: Make ffa_bus_type constRicardo B. Marliere1-1/+1
2023-10-06firmware: arm_ffa: Emit modalias for FF-A devicesSudeep Holla1-1/+14
2023-10-06firmware: arm_ffa: Assign the missing IDR allocation ID to the FFA deviceSudeep Holla1-0/+1
2023-05-08firmware: arm_ffa: Fix FFA device names for logical partitionsSudeep Holla1-3/+13
2023-05-08firmware: arm_ffa: Check if ffa_driver remove is present before executingSudeep Holla1-1/+2
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman1-2/+2
2022-09-08firmware: arm_ffa: Rename ffa_dev_ops as ffa_opsSudeep Holla1-1/+1
2022-09-08firmware: arm_ffa: Add pointer to the ffa_dev_ops in struct ffa_devSudeep Holla1-1/+3
2021-10-05firmware: arm_ffa: Fix __ffa_devices_unregisterSudeep Holla1-1/+1
2021-10-05firmware: arm_ffa: Add missing remove callback to ffa_bus_typeSudeep Holla1-0/+8
2021-07-12firmware: arm_ffa: Simplify probe functionUwe Kleine-König1-3/+0
2021-07-12firmware: arm_ffa: Ensure drivers provide a probe functionUwe Kleine-König1-0/+3
2021-05-26firmware: arm_ffa: Setup in-kernel users of FFA partitionsSudeep Holla1-0/+9
2021-05-26firmware: arm_ffa: Add initial Arm FFA driver supportSudeep Holla1-10/+4
2021-05-26firmware: arm_ffa: Add initial FFA bus support for device enumerationSudeep Holla1-0/+207