public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [U-boot] [Patch v3 0/5] keystone2: serdes: add seredes driver
@ 2014-10-17 17:38 Ivan Khoronzhuk
  2014-10-17 17:38 ` [U-Boot] [U-boot] [Patch v3 1/5] soc: add soc specific drivers directory Ivan Khoronzhuk
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Ivan Khoronzhuk @ 2014-10-17 17:38 UTC (permalink / raw)
  To: u-boot

This patch series adds serdes driver, taking out it from
keystone_net driver.

v3..v1:
	- just rebase.

Hao Zhang (2):
  soc: keystone_serdes: enhance to use cmu/comlane/lane specific
    configurations
  soc: keystone_serdes: generalize to be used by other sub systems

Ivan Khoronzhuk (3):
  soc: add soc specific drivers directory
  soc: keystone_serdes: create a separate SGMII SerDes driver
  soc: keystone_serdes: generalize configuration mechanism

 arch/arm/include/asm/arch-keystone/hardware-k2hk.h |   3 +
 arch/arm/include/asm/arch-keystone/hardware.h      |   3 +
 arch/arm/include/asm/ti-common/keystone_serdes.h   |  55 ++++++
 drivers/Makefile                                   |   2 +
 drivers/net/keystone_net.c                         | 154 ++-------------
 drivers/soc/Makefile                               |   5 +
 drivers/soc/keystone/Makefile                      |   1 +
 drivers/soc/keystone/keystone_serdes.c             | 210 +++++++++++++++++++++
 include/configs/k2hk_evm.h                         |   3 +
 include/configs/ks2_evm.h                          |   6 +-
 10 files changed, 303 insertions(+), 139 deletions(-)
 create mode 100644 arch/arm/include/asm/ti-common/keystone_serdes.h
 create mode 100644 drivers/soc/Makefile
 create mode 100644 drivers/soc/keystone/Makefile
 create mode 100644 drivers/soc/keystone/keystone_serdes.c

-- 
1.8.3.2

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

end of thread, other threads:[~2014-10-17 19:01 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-17 17:38 [U-Boot] [U-boot] [Patch v3 0/5] keystone2: serdes: add seredes driver Ivan Khoronzhuk
2014-10-17 17:38 ` [U-Boot] [U-boot] [Patch v3 1/5] soc: add soc specific drivers directory Ivan Khoronzhuk
2014-10-17 17:39 ` [U-Boot] [U-boot] [Patch v3 2/5] soc: keystone_serdes: create a separate SGMII SerDes driver Ivan Khoronzhuk
2014-10-17 17:39 ` [U-Boot] [U-boot] [Patch v3 3/5] soc: keystone_serdes: enhance to use cmu/comlane/lane specific configurations Ivan Khoronzhuk
2014-10-17 17:39 ` [U-Boot] [U-boot] [Patch v3 4/5] soc: keystone_serdes: generalize to be used by other sub systems Ivan Khoronzhuk
2014-10-17 17:39 ` [U-Boot] [U-boot] [Patch v3 5/5] soc: keystone_serdes: generalize configuration mechanism Ivan Khoronzhuk
2014-10-17 19:00 ` [U-Boot] [U-boot] [Patch v3 0/5] keystone2: serdes: add seredes driver Ivan Khoronzhuk
2014-10-17 19:01   ` Ivan Khoronzhuk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox