linux-next/drivers/phy/ti
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: ti: fix Kconfig warning and operator precedence 2023-01-11 13:24:33 +05:30
Makefile phy: ti: j721e-wiz: Add support for WIZ module present in TI J721E SoC 2020-01-14 10:50:19 +05:30
phy-am654-serdes.c phy: Switch back to struct platform_driver::remove() 2024-10-17 20:33:03 +05:30
phy-da8xx-usb.c phy: Switch back to struct platform_driver::remove() 2024-10-17 20:33:03 +05:30
phy-dm816x-usb.c phy: Switch back to struct platform_driver::remove() 2024-10-17 20:33:03 +05:30
phy-gmii-sel.c phy: ti: gmii-sel: Enable USXGMII mode for J7200 2024-10-11 13:59:44 +05:30
phy-j721e-wiz.c phy: Switch back to struct platform_driver::remove() 2024-10-17 20:33:03 +05:30
phy-omap-control.c phy: Use device_get_match_data() 2023-10-13 15:45:40 +05:30
phy-omap-usb2.c phy: Switch back to struct platform_driver::remove() 2024-10-17 20:33:03 +05:30
phy-ti-pipe3.c phy: Switch back to struct platform_driver::remove() 2024-10-17 20:33:03 +05:30
phy-tusb1210.c power: supply: Change usb_types from an array into a bitmask 2024-09-03 23:20:28 +02:00
phy-twl4030-usb.c phy: Switch back to struct platform_driver::remove() 2024-10-17 20:33:03 +05:30