Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1247844
| From | WingMan Kwok <w-kwok2@ti.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v1 0/2] Common SerDes driver for TI's Keystone Platforms |
| Date | 2015-10-15 16:30 +0200 |
| Message-ID | <qjRHA-AM-13@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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.
This patch series provides a SerDes phy driver implementation that can be
used by the above mentioned peripheral drivers to configure their
respective SerDeses.
As an example of the using the SerDes driver, this patch series also
updates the Keystone PCIe host driver to enable and use its SerDes block.
References:
[1] KeyStone II Architecture Serializer/Deserializer (SerDes) User's Guide
(http://www.ti.com/lit/ug/spruho3a/spruho3a.pdf)
v1:
- addresses the following review comments
1. https://lkml.org/lkml/2015/10/13/803
2. https://lkml.org/lkml/2015/10/14/613
3. https://lkml.org/lkml/2015/10/13/818
- An update to PCIe dts bindings to enable the PCIe SerDes is
submitted in a separate patch.
WingMan Kwok (2):
phy: keystone: serdes driver for gbe 10gbe and pcie
PCI: keystone: update to use generic keystone serdes driver
Documentation/devicetree/bindings/phy/ti-phy.txt | 278 +++
drivers/pci/host/pci-keystone.c | 54 +-
drivers/pci/host/pci-keystone.h | 2 +
drivers/phy/Kconfig | 8 +
drivers/phy/Makefile | 1 +
drivers/phy/phy-keystone-serdes.c | 2373 ++++++++++++++++++++++
6 files changed, 2707 insertions(+), 9 deletions(-)
create mode 100644 drivers/phy/phy-keystone-serdes.c
--
1.7.9.5
--
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 | Next — Next in thread | Find similar | Unroll 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