]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
drivers/phy: Add Marvell SerDes / PHY drivers used on Armada 3k
authorStefan Roese <sr@denx.de>
Mon, 23 May 2016 09:12:05 +0000 (11:12 +0200)
committerStefan Roese <sr@denx.de>
Tue, 27 Sep 2016 15:29:53 +0000 (17:29 +0200)
commit3335786a982578abf9a25e4d6ce67d3416ebe15e
tree20db66398cfb2c42c8834b53fe65d796348728c3
parentc6cfcc91ea59d800672274a056eefa93a10711e9
drivers/phy: Add Marvell SerDes / PHY drivers used on Armada 3k

This version is based on the Marvell U-Boot version with this patch
applied as latest patch:

Git ID 7f408573: "fix: comphy: cp110: add comphy initialization for usb
device mode" from 2016-07-05.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Nadav Haklai <nadavh@marvell.com>
Cc: Kostya Porotchkin <kostap@marvell.com>
Cc: Wilson Ding <dingwei@marvell.com>
Cc: Victor Gu <xigu@marvell.com>
Cc: Hua Jing <jinghua@marvell.com>
Cc: Terry Zhou <bjzhou@marvell.com>
Cc: Hanna Hawa <hannah@marvell.com>
Cc: Haim Boot <hayim@marvell.com>
drivers/Kconfig
drivers/Makefile
drivers/phy/marvell/Kconfig [new file with mode: 0644]
drivers/phy/marvell/Makefile [new file with mode: 0644]
drivers/phy/marvell/comphy.h [new file with mode: 0644]
drivers/phy/marvell/comphy_a3700.c [new file with mode: 0644]
drivers/phy/marvell/comphy_a3700.h [new file with mode: 0644]
drivers/phy/marvell/comphy_core.c [new file with mode: 0644]
drivers/phy/marvell/comphy_hpipe.h [new file with mode: 0644]
drivers/phy/marvell/comphy_mux.c [new file with mode: 0644]
include/dt-bindings/comphy/comphy_data.h [new file with mode: 0644]