phy: zynqmp: Add PHY driver for the Xilinx ZynqMP Gigabit Transceiver
authorAnurag Kumar Vulisha <anurag.kumar.vulisha@xilinx.com>
Mon, 29 Jun 2020 12:00:53 +0000 (15:00 +0300)
committerVinod Koul <vkoul@kernel.org>
Mon, 29 Jun 2020 13:18:00 +0000 (18:48 +0530)
commit4a33bea003144e217d8a3ae666f171dfc2e97bd6
tree13089a517c27bdd3e448041fd6e463d45d0ba65d
parentcea0f76a483d1270ac6f6513964e3e75193dda48
phy: zynqmp: Add PHY driver for the Xilinx ZynqMP Gigabit Transceiver

Xilinx ZynqMP SoCs have a Gigabit Transceiver with four lanes. All the
high speed peripherals such as USB, SATA, PCIE, Display Port and
Ethernet SGMII can rely on any of the four GT lanes for PHY layer. This
patch adds driver for that ZynqMP GT core.

Signed-off-by: Anurag Kumar Vulisha <anurag.kumar.vulisha@xilinx.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Link: https://lore.kernel.org/r/20200629120054.29338-3-laurent.pinchart@ideasonboard.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
MAINTAINERS
drivers/phy/Kconfig
drivers/phy/Makefile
drivers/phy/xilinx/Kconfig [new file with mode: 0644]
drivers/phy/xilinx/Makefile [new file with mode: 0644]
drivers/phy/xilinx/phy-zynqmp.c [new file with mode: 0644]