All of lore.kernel.org
 help / color / mirror / Atom feed
* Add MediaTek XS-PHY driver
@ 2018-04-25  7:45 ` Chunfeng Yun
  0 siblings, 0 replies; 25+ messages in thread
From: Chunfeng Yun @ 2018-04-25  7:45 UTC (permalink / raw)
  To: Kishon Vijay Abraham I
  Cc: Matthias Brugger, Rob Herring, Mark Rutland, Ian Campbell,
	Ryder Lee, Chunfeng Yun, linux-kernel, linux-arm-kernel,
	linux-usb, linux-mediatek, devicetree

>From dfce031e29c5fddbd1ea46bb2db0cde0ba62bcb0 Mon Sep 17 00:00:00 2001
From: Chunfeng Yun <chunfeng.yun@mediatek.com>
Date: Wed, 25 Apr 2018 15:24:40 +0800
Subject: [PATCH 0/2] Add MediaTek XS-PHY driver

This patch series support the SuperSpeedPlus XS-PHY transceiver for
USB3.1 GEN2 controller on MediaTek chips. The driver supports multiple
USB2.0, USB3.1 GEN2 ports.

Chunfeng Yun (2):
  dt-bindings: add MediaTek XS-PHY binding
  phy: mediatek: add XS-PHY driver

 .../devicetree/bindings/phy/phy-mtk-xsphy.txt      | 127 +++++
 drivers/phy/mediatek/Kconfig                       |   9 +
 drivers/phy/mediatek/Makefile                      |   1 +
 drivers/phy/mediatek/phy-mtk-xsphy.c               | 600 +++++++++++++++++++++
 4 files changed, 737 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/phy/phy-mtk-xsphy.txt
 create mode 100644 drivers/phy/mediatek/phy-mtk-xsphy.c

-- 
1.9.1



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

end of thread, other threads:[~2018-05-03  1:20 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-25  7:45 Add MediaTek XS-PHY driver Chunfeng Yun
2018-04-25  7:45 ` Chunfeng Yun
2018-04-25  7:45 ` Chunfeng Yun
2018-04-25  7:45 ` [PATCH 1/2] dt-bindings: add MediaTek XS-PHY binding Chunfeng Yun
2018-04-25  7:45   ` Chunfeng Yun
2018-04-25  7:45   ` [1/2] " Chunfeng Yun
2018-04-25  7:45   ` [PATCH 1/2] " Chunfeng Yun
2018-05-01 14:24   ` Rob Herring
2018-05-01 14:24     ` Rob Herring
2018-05-01 14:24     ` [1/2] " Rob Herring
2018-05-02  7:04     ` [PATCH 1/2] " Chunfeng Yun
2018-05-02  7:04       ` Chunfeng Yun
2018-05-02  7:04       ` [1/2] " Chunfeng Yun
2018-05-02  7:04       ` [PATCH 1/2] " Chunfeng Yun
2018-05-02 12:41       ` Rob Herring
2018-05-02 12:41         ` Rob Herring
2018-05-02 12:41         ` [1/2] " Rob Herring
2018-05-03  1:20         ` [PATCH 1/2] " Chunfeng Yun
2018-05-03  1:20           ` Chunfeng Yun
2018-05-03  1:20           ` [1/2] " Chunfeng Yun
2018-05-03  1:20           ` [PATCH 1/2] " Chunfeng Yun
2018-04-25  7:45 ` [PATCH 2/2] phy: mediatek: add XS-PHY driver Chunfeng Yun
2018-04-25  7:45   ` Chunfeng Yun
2018-04-25  7:45   ` [2/2] " Chunfeng Yun
2018-04-25  7:45   ` [PATCH 2/2] " Chunfeng Yun

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.