All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [v2, 00/13] phy: marvell: cp110: varius comphy updates
@ 2017-04-24 15:45 igall at marvell.com
  2017-04-24 15:45 ` [U-Boot] [v2, 01/13] phy: marvell: Replace PHY_TYPE_KR with PHY_TYPE_SFI igall at marvell.com
                   ` (13 more replies)
  0 siblings, 14 replies; 28+ messages in thread
From: igall at marvell.com @ 2017-04-24 15:45 UTC (permalink / raw)
  To: u-boot

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(-)

-- 
2.7.4

^ permalink raw reply	[flat|nested] 28+ messages in thread

end of thread, other threads:[~2017-05-09 14:37 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-24 15:45 [U-Boot] [v2, 00/13] phy: marvell: cp110: varius comphy updates igall at marvell.com
2017-04-24 15:45 ` [U-Boot] [v2, 01/13] phy: marvell: Replace PHY_TYPE_KR with PHY_TYPE_SFI igall at marvell.com
2017-05-08  9:49   ` Stefan Roese
2017-04-24 15:45 ` [U-Boot] [v2, 02/13] phy: marvell: cp110: add support for end point configuration igall at marvell.com
2017-05-08  9:49   ` Stefan Roese
2017-04-24 15:45 ` [U-Boot] [v2, 03/13] phy: marvell: cp110: update utmi phy connection type igall at marvell.com
2017-05-08  9:50   ` Stefan Roese
2017-04-24 15:45 ` [U-Boot] [v2, 04/13] phy: marvell: add IGNORE COMPHY type igall at marvell.com
2017-05-08  9:50   ` Stefan Roese
2017-04-24 15:45 ` [U-Boot] [v2, 05/13] fix: phy: marvell: cp110: fix the KR/SFI line 4 selector igall at marvell.com
2017-05-08  9:51   ` Stefan Roese
2017-04-24 15:45 ` [U-Boot] [v2, 06/13] fix: phy: marvell: cp110: sata: update analog parameters according to latest ETP igall at marvell.com
2017-05-08  9:51   ` Stefan Roese
2017-04-24 15:45 ` [U-Boot] [v2, 07/13] fix: phy: marvell: cp110: update comphy selector option igall at marvell.com
2017-05-08  9:51   ` Stefan Roese
2017-04-24 15:45 ` [U-Boot] [v2, 08/13] phy: marvell: cp110: add 5G XFI mode igall at marvell.com
2017-05-08  9:52   ` Stefan Roese
2017-04-24 15:45 ` [U-Boot] [v2, 09/13] fix: phy: marvell: cp110: fix comphy lane 4 selection options igall at marvell.com
2017-05-08  9:52   ` Stefan Roese
2017-04-24 15:45 ` [U-Boot] [v2, 10/13] phy: marvell: print comphy status even when it's disconnected igall at marvell.com
2017-05-08  9:52   ` Stefan Roese
2017-04-24 15:45 ` [U-Boot] [v2, 11/13] fix: phy: marvell: cp110: sfi: update analog parameters according to latest ETP igall at marvell.com
2017-05-08  9:53   ` Stefan Roese
2017-04-24 15:45 ` [U-Boot] [v2, 12/13] fix: phy: marvell: cp110: rename comphy_index to cp_index igall at marvell.com
2017-05-08  9:53   ` Stefan Roese
2017-04-24 15:45 ` [U-Boot] [v2, 13/13] fix: phy: marvell: cp110: pcie: update analog parameters according to latest ETP igall at marvell.com
2017-05-08  9:54   ` Stefan Roese
2017-05-09 14:37 ` [U-Boot] [v2, 00/13] phy: marvell: cp110: varius comphy updates Stefan Roese

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.