summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/arm_ffa/bus.c
Commit message (Expand)AuthorAgeFilesLines
* 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