
On 24.04.2017 17:45, igall@marvell.com wrote:
From: Igal Liberman igall@marvell.com
This patchset improves Marvell A70x0/80x0 comphy driver:
- Improve comphy electrical parameters
- New modes
- Style
- Bug fixes
v1 --> v2:
- update commit messages
- remove change-id
Igal Liberman (5): fix: phy: marvell: cp110: sata: update analog parameters according to latest ETP phy: marvell: cp110: add 5G XFI mode fix: phy: marvell: cp110: sfi: update analog parameters according to latest ETP fix: phy: marvell: cp110: rename comphy_index to cp_index fix: phy: marvell: cp110: pcie: update analog parameters according to latest ETP
Stefan Roese (8): phy: marvell: Replace PHY_TYPE_KR with PHY_TYPE_SFI phy: marvell: cp110: add support for end point configuration phy: marvell: cp110: update utmi phy connection type phy: marvell: add IGNORE COMPHY type fix: phy: marvell: cp110: fix the KR/SFI line 4 selector fix: phy: marvell: cp110: update comphy selector option fix: phy: marvell: cp110: fix comphy lane 4 selection options phy: marvell: print comphy status even when it's disconnected
arch/arm/dts/armada-7040-db.dts | 2 +- arch/arm/dts/armada-8040-db.dts | 8 +- arch/arm/dts/armada-8040-mcbin.dts | 14 +- arch/arm/dts/armada-cp110-master.dtsi | 4 +- arch/arm/dts/armada-cp110-slave.dtsi | 2 +- drivers/phy/marvell/comphy.h | 3 +- drivers/phy/marvell/comphy_core.c | 15 +- drivers/phy/marvell/comphy_cp110.c | 449 +++++++++++++++++++++++++++---- drivers/phy/marvell/comphy_hpipe.h | 277 +++++++++++++++++-- drivers/phy/marvell/comphy_mux.c | 7 + include/dt-bindings/comphy/comphy_data.h | 20 +- 11 files changed, 689 insertions(+), 112 deletions(-)
Whole series applied to u-boot-marvell/master.
Thanks, Stefan