Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1248003

Re: [PATCH v1 0/2] Common SerDes driver for TI's Keystone Platforms

From Russell King - ARM Linux <linux@arm.linux.org.uk>
Newsgroups linux.kernel
Subject Re: [PATCH v1 0/2] Common SerDes driver for TI's Keystone Platforms
Date 2015-10-15 19:00 +0200
Message-ID <qjU2K-3Ul-9@gated-at.bofh.it> (permalink)
References <qjRHA-AM-13@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Thu, Oct 15, 2015 at 10:25:43AM -0400, WingMan Kwok wrote:
> On TI's Keystone platforms, several peripherals such as the
> gbe ethernet switch, 10gbe ethether switch and PCIe controller
> require the use of a SerDes for converting SoC parallel data into
> serialized data that can be output over a high-speed electrical
> interface, and also converting high-speed serial input data
> into parallel data that can be processed by the SoC.  The
> SerDeses used by those peripherals, though they may be different,
> are largely similar in functionality and setup.

Given that serdes is not specific to TI, should this be specific to
TI, or should there be an effort to come up with something which
everyone who has serdes links can make use of?

Serdes comes in multiple different forms: PCIe, 1G SGMII ethernet,
1000base-X ethernet, 10g ethernet, SATA... I'd hate to see a
plethora of SoC specific stuff for this.

When serdes is combined with SFP cages, the situation becomes much
more fun, because the serdes link then needs to become hotpluggable
(SFP modules are designed to be hotplugged) which means you have to
be able to switch between (at least) 1G SGMII and 1000base-X modes,
and probably 10G mode as well.  There's even a SFP module that has
a SATA connector on it, though I believe there's no standard for
that, and it's more a hardware hack.

I've been working in this area but from the Ethernet side on an
Armada 38x based board which has a SFP cage on it, though it's
slightly simpler there because there is no support (or I believe
any desire) to reconfigure the serdes lanes between PCI, ethernet
and SATA - that's all setup and initialised for us by uboot.

-- 
FTTC broadband for 0.8mile line: currently at 9.6Mbps down 400kbps up
according to speedtest.net.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v1 0/2] Common SerDes driver for TI's Keystone Platforms WingMan Kwok <w-kwok2@ti.com> - 2015-10-15 16:30 +0200
  [PATCH v1 2/2] PCI: keystone: update to use generic keystone serdes driver WingMan Kwok <w-kwok2@ti.com> - 2015-10-15 16:30 +0200
  Re: [PATCH v1 1/2] phy: keystone: serdes driver for gbe 10gbe and pcie Arnd Bergmann <arnd@arndb.de> - 2015-10-15 17:00 +0200
    Re: [PATCH v1 1/2] phy: keystone: serdes driver for gbe 10gbe and  pcie Murali Karicheri <m-karicheri2@ti.com> - 2015-10-15 18:10 +0200
      Re: [PATCH v1 1/2] phy: keystone: serdes driver for gbe 10gbe and pcie Arnd Bergmann <arnd@arndb.de> - 2015-10-15 21:40 +0200
    RE: [PATCH v1 1/2] phy: keystone: serdes driver for gbe 10gbe and  pcie "Kwok, WingMan" <w-kwok2@ti.com> - 2015-10-15 22:10 +0200
      Re: [PATCH v1 1/2] phy: keystone: serdes driver for gbe 10gbe and pcie Arnd Bergmann <arnd@arndb.de> - 2015-10-15 23:00 +0200
        RE: [PATCH v1 1/2] phy: keystone: serdes driver for gbe 10gbe and  pcie "Kwok, WingMan" <w-kwok2@ti.com> - 2015-10-16 02:00 +0200
  Re: [PATCH v1 1/2] phy: keystone: serdes driver for gbe 10gbe and pcie Rob Herring <robh+dt@kernel.org> - 2015-10-15 18:20 +0200
    RE: [PATCH v1 1/2] phy: keystone: serdes driver for gbe 10gbe and  pcie "Kwok, WingMan" <w-kwok2@ti.com> - 2015-10-16 02:00 +0200
  Re: [PATCH v1 0/2] Common SerDes driver for TI's Keystone Platforms Russell King - ARM Linux <linux@arm.linux.org.uk> - 2015-10-15 19:00 +0200
    Re: [PATCH v1 0/2] Common SerDes driver for TI's Keystone Platforms Kishon Vijay Abraham I <kishon@ti.com> - 2015-10-15 21:30 +0200
      RE: [PATCH v1 0/2] Common SerDes driver for TI's Keystone Platforms "Kwok, WingMan" <w-kwok2@ti.com> - 2015-10-16 02:10 +0200
    Re: [PATCH v1 0/2] Common SerDes driver for TI's Keystone Platforms Rob Herring <robh+dt@kernel.org> - 2015-10-16 03:10 +0200
      Re: [PATCH v1 0/2] Common SerDes driver for TI's Keystone Platforms Russell King - ARM Linux <linux@arm.linux.org.uk> - 2015-10-16 10:10 +0200
        Re: [PATCH v1 0/2] Common SerDes driver for TI's Keystone Platforms Murali Karicheri <m-karicheri2@ti.com> - 2015-10-16 16:20 +0200
        Re: [PATCH v1 0/2] Common SerDes driver for TI's Keystone Platforms Kishon Vijay Abraham I <kishon@ti.com> - 2015-10-16 16:20 +0200

csiph-web