diff options
author | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2023-05-26 12:58:20 +0300 |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2023-05-30 21:20:35 +0300 |
commit | 143f83e2003a4c3ca0c2558254129569048e0759 (patch) | |
tree | 2305ed087960abbb2a0c6f2203d6cfcb65b1d51c /drivers/cxl | |
parent | 7877cb91f1081754a1487c144d85dc0d2e2e7fc4 (diff) | |
download | linux-143f83e2003a4c3ca0c2558254129569048e0759.tar.xz |
perf: Allow a PMU to have a parent
Some PMUs have well defined parents such as PCI devices.
As the device_initialize() and device_add() are all within
pmu_dev_alloc() which is called from perf_pmu_register()
there is no opportunity to set the parent from within a driver.
Add a struct device *parent field to struct pmu and use that
to set the parent.
Reviewed-by: Dan Williams <dan.j.williams@intel.com>
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Link: https://lore.kernel.org/r/20230526095824.16336-2-Jonathan.Cameron@huawei.com
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'drivers/cxl')
0 files changed, 0 insertions, 0 deletions