linux/drivers/perf/hisilicon
Uwe Kleine-König 845fd2cbed perf: Switch back to struct platform_driver::remove()
After commit 0edb555a65 ("platform: Make platform_driver::remove()
return void") .remove() is (again) the right callback to implement for
platform drivers.

Convert all platform drivers below drivers/perf to use .remove(), with
the eventual goal to drop struct platform_driver::remove_new(). As
.remove() and .remove_new() have the same prototypes, conversion is done
by just changing the structure member name in the driver initializer.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@baylibre.com>
Link: https://lore.kernel.org/r/20241027180313.410964-2-u.kleine-koenig@baylibre.com
Signed-off-by: Will Deacon <will@kernel.org>
2024-11-06 14:16:20 +00:00
..
hisi_pcie_pmu.c drivers/perf: hisi_pcie: Export supported Root Ports [bdf_min, bdf_max] 2024-08-30 11:43:10 +01:00
hisi_uncore_cpa_pmu.c perf: Switch back to struct platform_driver::remove() 2024-11-06 14:16:20 +00:00
hisi_uncore_ddrc_pmu.c perf: Switch back to struct platform_driver::remove() 2024-11-06 14:16:20 +00:00
hisi_uncore_hha_pmu.c perf: Switch back to struct platform_driver::remove() 2024-11-06 14:16:20 +00:00
hisi_uncore_l3c_pmu.c perf: Switch back to struct platform_driver::remove() 2024-11-06 14:16:20 +00:00
hisi_uncore_pa_pmu.c perf: Switch back to struct platform_driver::remove() 2024-11-06 14:16:20 +00:00
hisi_uncore_pmu.c perf: add missing MODULE_DESCRIPTION() macros 2024-07-10 13:04:38 +01:00
hisi_uncore_pmu.h perf: Use device_show_string() helper for sysfs attributes 2024-05-04 17:37:03 +02:00
hisi_uncore_sllc_pmu.c perf: Switch back to struct platform_driver::remove() 2024-11-06 14:16:20 +00:00
hisi_uncore_uc_pmu.c drivers/perf: hisi: Enable HiSilicon Erratum 162700402 quirk for HIP09 2024-03-04 14:16:10 +00:00
hns3_pmu.c Driver core changes for 6.10-rc1 2024-05-22 12:13:40 -07:00
Kconfig drivers/perf: hisi: add driver for HNS3 PMU 2022-07-06 11:25:53 +01:00
Makefile drivers/perf: hisi: Add support for HiSilicon UC PMU driver 2023-06-16 12:27:38 +01:00