linux-next/drivers/phy/intel
Uwe Kleine-König 54234e3a69 phy: 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/phy/ 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.

While touching these files, make indention of the struct initializer
consistent in several files.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@baylibre.com>
Link: https://lore.kernel.org/r/20241009065307.504930-2-u.kleine-koenig@baylibre.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
2024-10-17 20:33:03 +05:30
..
Kconfig phy: intel: Remove Thunder Bay eMMC PHY support 2023-03-20 12:57:39 +05:30
Makefile phy: intel: Remove Thunder Bay eMMC PHY support 2023-03-20 12:57:39 +05:30
phy-intel-keembay-emmc.c phy: intel: Fix for warnings due to EMMC clock 175Mhz change in FIP 2021-06-29 16:45:16 +02:00
phy-intel-keembay-usb.c phy: intel: Add Keem Bay USB PHY support 2020-11-30 15:28:10 +05:30
phy-intel-lgm-combo.c phy: Switch back to struct platform_driver::remove() 2024-10-17 20:33:03 +05:30
phy-intel-lgm-emmc.c phy: intel: Rename phy-intel to phy-intel-lgm 2020-09-16 17:45:19 +05:30