]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
net: phy: dp83867: Program TX FIFO for all interfaces
authorSean Anderson <sean.anderson@linux.dev>
Thu, 29 Jan 2026 17:12:04 +0000 (12:12 -0500)
committerJakub Kicinski <kuba@kernel.org>
Tue, 3 Feb 2026 01:19:53 +0000 (17:19 -0800)
commitd700b2a440518b087af2808b7db9ab091ed53a4a
tree32fc82df78892b5a06ccf85151d5f1531ed03d22
parent82f35bec11bd404d2cfd615877747e5989d29edf
net: phy: dp83867: Program TX FIFO for all interfaces

All supported interfaces use the TX FIFO register at least some of the
time, so there's no point in checking the interface. Retain the check
for the RX FIFO level since it is only used by SGMII.

Signed-off-by: Sean Anderson <sean.anderson@linux.dev>
Link: https://patch.msgid.link/20260129171205.3868605-2-sean.anderson@linux.dev
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/phy/dp83867.c