From: David S. Miller Date: Mon, 19 Apr 2021 23:19:44 +0000 (-0700) Subject: Merge branch 'tja1103-driver' X-Git-Tag: accepted/tizen/unified/20230118.172025~7335^2~98 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9b8fd2c9f14b029dbcc4a6fc79419f17c4980ff4;p=platform%2Fkernel%2Flinux-rpi.git Merge branch 'tja1103-driver' Radu Pirea says: ==================== TJA1103 driver This small series adds the TJA1103 PHY driver. Changes in v3: - use phy_read_mmd_poll_timeout instead of spin_until_cond - changed the phy name from a generic one to something specific - minor indentation change Changes in v2: - implemented genphy_c45_pma_suspend/genphy_c45_pma_suspend - set default internal delays set to 2ns(90 degrees) - added "VEND1_" prefix to the register definitions - disable rxid in case of txid - disable txid in case of rxid - disable internal delays in rgmii mode - reduced max line length to 80 characters - rebased on top of net-next/master - use genphy_c45_loopback as .set_loopback callback - renamed the driver from nxp-c45 to nxp-c45-tja11xx - used phy phy_set_bits_mmd/phy_clear_bits_mmd instead on phy_write_mmd where I had to set/clear one bit. ==================== Signed-off-by: David S. Miller --- 9b8fd2c9f14b029dbcc4a6fc79419f17c4980ff4