phy: Add USB HSIC PHY driver for Marvell MMP3 SoC
authorLubomir Rintel <lkundrak@v3.sk>
Fri, 25 Sep 2020 23:58:29 +0000 (01:58 +0200)
committerVinod Koul <vkoul@kernel.org>
Mon, 2 Nov 2020 14:25:45 +0000 (19:55 +0530)
commit0347c69214f4b600f40c0dc58945dc2798e2b3d9
tree323cb8a5514fcc9e35ac48975272983bd4ad0687
parenta1b87f1aac4dba2bac0e0019a9c05f7efa36c37d
phy: Add USB HSIC PHY driver for Marvell MMP3 SoC

Add PHY driver for the HSICs found on Marvell MMP3 SoC. The driver is
rather straightforward -- the PHY essentially just needs to be enabled.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Link: https://lore.kernel.org/r/20200925235828.228626-4-lkundrak@v3.sk
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/marvell/Kconfig
drivers/phy/marvell/Makefile
drivers/phy/marvell/phy-mmp3-hsic.c [new file with mode: 0644]