aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/export-to-postgresql-report
diff options
context:
space:
mode:
authorDario Binacchi <[email protected]>2022-09-21 19:05:56 +0200
committerVinod Koul <[email protected]>2022-09-29 12:05:20 +0530
commit26696d4657167112a1079f86cba1739765c1360e (patch)
tree2d550f5c07e05ed7fe94d2fd6b00a7196b51eb01 /tools/perf/scripts/python/bin/export-to-postgresql-report
parent84dd3b2b95ef8a33a0c2d7c2c21d4d5edb9f7f08 (diff)
dmaengine: mxs: use platform_driver_register
Driver registration fails on SOC imx8mn as its supplier, the clock control module, is probed later than subsys initcall level. This driver uses platform_driver_probe which is not compatible with deferred probing and won't be probed again later if probe function fails due to clock not being available at that time. This patch replaces the use of platform_driver_probe with platform_driver_register which will allow probing the driver later again when the clock control module will be available. The __init annotation has been dropped because it is not compatible with deferred probing. The code is not executed once and its memory cannot be freed. Fixes: a580b8c5429a ("dmaengine: mxs-dma: add dma support for i.MX23/28") Co-developed-by: Michael Trimarchi <[email protected]> Signed-off-by: Michael Trimarchi <[email protected]> Signed-off-by: Dario Binacchi <[email protected]> Acked-by: Sascha Hauer <[email protected]> Cc: [email protected] Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions