Merge branch 'add-tja1120-support'
authorJakub Kicinski <kuba@kernel.org>
Wed, 2 Aug 2023 04:06:27 +0000 (21:06 -0700)
committerJakub Kicinski <kuba@kernel.org>
Wed, 2 Aug 2023 04:06:28 +0000 (21:06 -0700)
commit653a18c7d50a72a97d891b74891fb8f0c59451e1
tree62810d23a888177638f712a7bcb47e3c4cdac414
parentb9e643f0adc10db16567cfe1fbee04d751b0e945
parent68c6af72047ca77e6b56bf5ae550f980a0ed704d
Merge branch 'add-tja1120-support'

Radu Pirea says:

====================
Add TJA1120 support

This patch series got bigger than I expected. It cleans up the
next-c45-tja11xx driver and adds support for the TJA1120(1000BaseT1
automotive phy).

Master/slave custom implementation was replaced with the generic
implementation (genphy_c45_config_aneg/genphy_c45_read_status).

The TJA1120 and TJA1103 are a bit different when it comes to the PTP
interface. The timestamp read procedure was changed, some addresses were
changed and some bits were moved from one register to another. Adding
TJA1120 support was tricky, and I tried not to duplicate the code. If
something looks too hacky to you, I am open to suggestions.
====================

Link: https://lore.kernel.org/r/20230731091619.77961-1-radu-nicolae.pirea@oss.nxp.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>