diff options
author | Sudeep Holla <sudeep.holla@arm.com> | 2025-03-19 16:52:09 +0300 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2025-03-24 23:49:31 +0300 |
commit | c4ebde35085eff2b20cfe2a0333f4fae8d2c3df1 (patch) | |
tree | 75a65860a3f241e4857b82303d02b1324fd04aab /net/unix/af_unix.c | |
parent | 8112d5f61d09ea027e51a6a307021fcba9685c21 (diff) | |
download | linux-c4ebde35085eff2b20cfe2a0333f4fae8d2c3df1.tar.xz |
net: phy: fixed_phy: transition to the faux device interface
The net fixed phy driver does not require the creation of a platform
device. Originally, this approach was chosen for simplicity when the
driver was first implemented.
With the introduction of the lightweight faux device interface, we now
have a more appropriate alternative. Migrate the device to utilize the
faux bus, given that the platform device it previously created was not
a real one anyway. This will get rid of the fake platform device.
Cc: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
Link: https://patch.msgid.link/20250319135209.2734594-1-sudeep.holla@arm.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions