net: phy: move at803x PHY driver to dedicated directory
authorChristian Marangi <ansuelsmth@gmail.com>
Mon, 29 Jan 2024 14:15:19 +0000 (15:15 +0100)
committerJakub Kicinski <kuba@kernel.org>
Thu, 1 Feb 2024 00:25:16 +0000 (16:25 -0800)
commit9e56ff53b4115875667760445b028357848b4748
treea954e1c4f3c49369f7803c0e1c3199f4993c5ceb
parent3a78983d2689de6b859e498c53db253411eff0ab
net: phy: move at803x PHY driver to dedicated directory

In preparation for addition of other Qcom PHY and to tidy things up,
move the at803x PHY driver to dedicated directory.

The same order in the Kconfig selection is saved.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Link: https://lore.kernel.org/r/20240129141600.2592-2-ansuelsmth@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/phy/Kconfig
drivers/net/phy/Makefile
drivers/net/phy/at803x.c [deleted file]
drivers/net/phy/qcom/Kconfig [new file with mode: 0644]
drivers/net/phy/qcom/Makefile [new file with mode: 0644]
drivers/net/phy/qcom/at803x.c [new file with mode: 0644]