summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/arm_ffa/bus.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-07-251-1/+1
|\
| * driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman2024-07-031-1/+1
* | firmware: arm_ffa: Split bus and driver into distinct modulesSudeep Holla2024-05-301-2/+9
* | firmware: arm_ffa: Move the FF-A v1.0 NULL UUID workaround to bus notifierSudeep Holla2024-05-301-4/+7
|/
* firmware: arm_ffa: Make ffa_bus_type constRicardo B. Marliere2024-02-201-1/+1
* firmware: arm_ffa: Emit modalias for FF-A devicesSudeep Holla2023-10-061-1/+14
* firmware: arm_ffa: Assign the missing IDR allocation ID to the FFA deviceSudeep Holla2023-10-061-0/+1
* firmware: arm_ffa: Fix FFA device names for logical partitionsSudeep Holla2023-05-081-3/+13
* firmware: arm_ffa: Check if ffa_driver remove is present before executingSudeep Holla2023-05-081-1/+2
* driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman2023-01-271-2/+2
* firmware: arm_ffa: Rename ffa_dev_ops as ffa_opsSudeep Holla2022-09-081-1/+1
* firmware: arm_ffa: Add pointer to the ffa_dev_ops in struct ffa_devSudeep Holla2022-09-081-1/+3
* firmware: arm_ffa: Fix __ffa_devices_unregisterSudeep Holla2021-10-051-1/+1
* firmware: arm_ffa: Add missing remove callback to ffa_bus_typeSudeep Holla2021-10-051-0/+8
* firmware: arm_ffa: Simplify probe functionUwe Kleine-König2021-07-121-3/+0
* firmware: arm_ffa: Ensure drivers provide a probe functionUwe Kleine-König2021-07-121-0/+3
* firmware: arm_ffa: Setup in-kernel users of FFA partitionsSudeep Holla2021-05-261-0/+9
* firmware: arm_ffa: Add initial Arm FFA driver supportSudeep Holla2021-05-261-10/+4
* firmware: arm_ffa: Add initial FFA bus support for device enumerationSudeep Holla2021-05-261-0/+207