linux-stable/drivers/thermal/intel/int340x_thermal
Uwe Kleine-König dd64594ca2 thermal: 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/thermal 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.

On the way make a few whitespace changes to make indention consistent.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@baylibre.com>
Link: https://lore.kernel.org/r/20241019163412.304422-2-u.kleine-koenig@baylibre.com
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
2024-11-13 16:17:57 +01:00
..
acpi_thermal_rel.c [tree-wide] finally take no_llseek out 2024-09-27 08:18:43 -07:00
acpi_thermal_rel.h thermal: intel: int340x_thermal: New IOCTLs for Passive v2 table 2023-06-13 17:57:39 +02:00
int340x_thermal_zone.c thermal: trip: Pass trip pointer to .set_trip_temp() thermal zone callback 2024-07-12 15:14:01 +02:00
int340x_thermal_zone.h thermal: intel: Adjust ops handling during thermal zone registration 2024-02-23 18:24:48 +01:00
int3400_thermal.c thermal: Switch back to struct platform_driver::remove() 2024-11-13 16:17:57 +01:00
int3401_thermal.c thermal: Switch back to struct platform_driver::remove() 2024-11-13 16:17:57 +01:00
int3402_thermal.c thermal: Switch back to struct platform_driver::remove() 2024-11-13 16:17:57 +01:00
int3403_thermal.c thermal: Switch back to struct platform_driver::remove() 2024-11-13 16:17:57 +01:00
int3406_thermal.c thermal: Switch back to struct platform_driver::remove() 2024-11-13 16:17:57 +01:00
Kconfig thermal: ACPI: Move the ACPI thermal library to drivers/acpi/ 2023-11-21 15:04:08 +01:00
Makefile thermal: int340x: processor_thermal: Support power floor notifications 2023-10-12 21:09:48 +02:00
processor_thermal_device_pci_legacy.c thermal: int340x: processor_thermal: Move mailbox code to common module 2023-09-14 21:52:19 +02:00
processor_thermal_device_pci.c thermal: intel: int340x: processor: Fix warning during module unload 2024-10-07 20:10:56 +02:00
processor_thermal_device.c thermal: intel: int340x: Cleanup of DLVR sysfs on driver remove 2024-06-21 15:20:28 +02:00
processor_thermal_device.h thermal: intel: int340x: Support MSI interrupt for Lunar Lake 2024-06-21 15:20:32 +02:00
processor_thermal_mbox.c thermal: intel: Add missing module description 2024-05-02 12:51:48 +02:00
processor_thermal_power_floor.c thermal: intel: Add missing module description 2024-05-02 12:51:48 +02:00
processor_thermal_rapl.c thermal: intel: int340x: processor: Add MMIO RAPL PL4 support 2024-10-08 21:39:33 +02:00
processor_thermal_rfim.c thermal: intel: int340x: Add DLVR support for Lunar Lake 2024-06-21 15:20:28 +02:00
processor_thermal_wt_hint.c thermal: intel: Add missing module description 2024-05-02 12:51:48 +02:00
processor_thermal_wt_req.c thermal: intel: Add missing module description 2024-05-02 12:51:48 +02:00