Skip to content

Commit

Permalink
phy: nxp-c45: add driver for tja1103
Browse files Browse the repository at this point in the history
Add driver for tja1103 driver and for future NXP C45 PHYs.

Signed-off-by: Radu Pirea (NXP OSS) <radu-nicolae.pirea@oss.nxp.com>
  • Loading branch information
Radu Pirea (NXP OSS) authored and intel-lab-lkp committed Apr 9, 2021
1 parent 17e7124 commit 436e508
Show file tree
Hide file tree
Showing 4 changed files with 635 additions and 0 deletions.
6 changes: 6 additions & 0 deletions MAINTAINERS
Expand Up @@ -12825,6 +12825,12 @@ F: drivers/nvmem/
F: include/linux/nvmem-consumer.h
F: include/linux/nvmem-provider.h

NXP C45 PHY DRIVER
M: Radu Pirea <radu-nicolae.pirea@oss.nxp.com>
L: netdev@vger.kernel.org
S: Maintained
F: drivers/net/phy/nxp-c45.c

NXP FSPI DRIVER
M: Ashish Kumar <ashish.kumar@nxp.com>
R: Yogesh Gaur <yogeshgaur.83@gmail.com>
Expand Down
6 changes: 6 additions & 0 deletions drivers/net/phy/Kconfig
Expand Up @@ -228,6 +228,12 @@ config NATIONAL_PHY
help
Currently supports the DP83865 PHY.

config NXP_C45_PHY
tristate "NXP C45 PHYs"
help
Enable support for NXP C45 PHYs.
Currently supports only the TJA1103 PHY.

config NXP_TJA11XX_PHY
tristate "NXP TJA11xx PHYs support"
depends on HWMON
Expand Down
1 change: 1 addition & 0 deletions drivers/net/phy/Makefile
Expand Up @@ -70,6 +70,7 @@ obj-$(CONFIG_MICROCHIP_PHY) += microchip.o
obj-$(CONFIG_MICROCHIP_T1_PHY) += microchip_t1.o
obj-$(CONFIG_MICROSEMI_PHY) += mscc/
obj-$(CONFIG_NATIONAL_PHY) += national.o
obj-$(CONFIG_NXP_C45_PHY) += nxp-c45.o
obj-$(CONFIG_NXP_TJA11XX_PHY) += nxp-tja11xx.o
obj-$(CONFIG_QSEMI_PHY) += qsemi.o
obj-$(CONFIG_REALTEK_PHY) += realtek.o
Expand Down

0 comments on commit 436e508

Please sign in to comment.