summaryrefslogtreecommitdiff
path: root/drivers/firmware/arm_ffa/bus.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman1-1/+1
2024-05-30firmware: arm_ffa: Split bus and driver into distinct modulesSudeep Holla1-2/+9
2024-05-30firmware: 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-27firmware: arm_ffa: Setup in-kernel users of FFA partitionsSudeep Holla1-0/+9
2021-05-27firmware: arm_ffa: Add initial Arm FFA driver supportSudeep Holla1-10/+4
2021-05-27firmware: arm_ffa: Add initial FFA bus support for device enumerationSudeep Holla1-0/+207