realtek: drop old RTL8231 driver
authorSander Vanheule <sander@svanheule.net>
Tue, 28 Jan 2025 07:14:03 +0000 (08:14 +0100)
committerSander Vanheule <sander@svanheule.net>
Wed, 5 Feb 2025 19:55:19 +0000 (20:55 +0100)
commitb410f2216c7a4e6c5646f999d18b952b63c85817
treee7b86ee78a3d462e1ddfe38861820481679e8755
parent5dd763680e874b0082e4cfbbc729fa75ee056601
realtek: drop old RTL8231 driver

The old RTL8231 driver integrated the MDIO bus access with the GPIO
control ops, making this driver not very portable to newer platforms.
It depended on the SoC ID instead of the compatible to determine the
MDIO access register, further complicating portability.

A new MFD driver is now available, which offers proper pin config as
well as optional LED support, which can work on any (bitbanged) MDIO
bus. Now that all devices have been migrated, we can drop the old code.

Signed-off-by: Sander Vanheule <sander@svanheule.net>
target/linux/realtek/files-6.6/drivers/gpio/gpio-rtl8231.c [deleted file]
target/linux/realtek/patches-6.6/301-gpio-add-rtl8231-driver.patch [deleted file]
target/linux/realtek/rtl838x/config-6.6
target/linux/realtek/rtl839x/config-6.6
target/linux/realtek/rtl930x/config-6.6
target/linux/realtek/rtl931x/config-6.6