Skip to content

Commit b050f2f

Browse files
Radu Pirea (NXP OSS)davem330
authored andcommitted
phy: nxp-c45: add driver for tja1103
Add driver for tja1103 driver and for future NXP C45 PHYs. Signed-off-by: Radu Pirea (NXP OSS) <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent da702f3 commit b050f2f

File tree

4 files changed

+601
-0
lines changed

4 files changed

+601
-0
lines changed

MAINTAINERS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12840,6 +12840,12 @@ F: drivers/nvmem/
1284012840
F: include/linux/nvmem-consumer.h
1284112841
F: include/linux/nvmem-provider.h
1284212842

12843+
NXP C45 TJA11XX PHY DRIVER
12844+
M: Radu Pirea <[email protected]>
12845+
12846+
S: Maintained
12847+
F: drivers/net/phy/nxp-c45-tja11xx.c
12848+
1284312849
NXP FSPI DRIVER
1284412850
M: Ashish Kumar <[email protected]>
1284512851
R: Yogesh Gaur <[email protected]>

drivers/net/phy/Kconfig

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,12 @@ config NATIONAL_PHY
234234
help
235235
Currently supports the DP83865 PHY.
236236

237+
config NXP_C45_TJA11XX_PHY
238+
tristate "NXP C45 TJA11XX PHYs"
239+
help
240+
Enable support for NXP C45 TJA11XX PHYs.
241+
Currently supports only the TJA1103 PHY.
242+
237243
config NXP_TJA11XX_PHY
238244
tristate "NXP TJA11xx PHYs support"
239245
depends on HWMON

drivers/net/phy/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ obj-$(CONFIG_MICROCHIP_PHY) += microchip.o
7171
obj-$(CONFIG_MICROCHIP_T1_PHY) += microchip_t1.o
7272
obj-$(CONFIG_MICROSEMI_PHY) += mscc/
7373
obj-$(CONFIG_NATIONAL_PHY) += national.o
74+
obj-$(CONFIG_NXP_C45_TJA11XX_PHY) += nxp-c45-tja11xx.o
7475
obj-$(CONFIG_NXP_TJA11XX_PHY) += nxp-tja11xx.o
7576
obj-$(CONFIG_QSEMI_PHY) += qsemi.o
7677
obj-$(CONFIG_REALTEK_PHY) += realtek.o

0 commit comments

Comments
 (0)