All of lore.kernel.org
 help / color / mirror / Atom feed
* Add MediaTek XS-PHY driver
@ 2018-05-10  6:10 ` Chunfeng Yun
  0 siblings, 0 replies; 17+ messages in thread
From: Chunfeng Yun @ 2018-05-10  6:10 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 2ca1243f228633ca9dd96d3e4068af9e2936cd51 Mon Sep 17 00:00:00 2001
From: Chunfeng Yun <chunfeng.yun@mediatek.com>
Date: Thu, 10 May 2018 13:55:52 +0800
Subject: [PATCH v3 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.

v3: changes in binding (suggested by Rob)
    1. use the correct name of SoC as soc-model's example

v2: changes in binding (suggested by Rob)
    1. list all valid SoCs for compatible
    2. move required child nodes after parent optional ones
    3. remove status property in example
    4. move banks layout example before dts one
    5. remove phy binding example
    6. add #address-cells, #size-cells, ranges properties for parent node


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

 .../devicetree/bindings/phy/phy-mtk-xsphy.txt      | 110 ++++
 drivers/phy/mediatek/Kconfig                       |   9 +
 drivers/phy/mediatek/Makefile                      |   1 +
 drivers/phy/mediatek/phy-mtk-xsphy.c               | 600 +++++++++++++++++++++
 4 files changed, 720 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] 17+ messages in thread
* Add MediaTek XS-PHY driver
@ 2018-04-25  7:45 ` Chunfeng Yun
  0 siblings, 0 replies; 17+ 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] 17+ messages in thread

end of thread, other threads:[~2018-05-18 21:29 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-10  6:10 Add MediaTek XS-PHY driver Chunfeng Yun
2018-05-10  6:10 ` Chunfeng Yun
2018-05-10  6:10 ` Chunfeng Yun
2018-05-10  6:10 ` [PATCH v3 1/2] dt-bindings: add MediaTek XS-PHY binding Chunfeng Yun
2018-05-10  6:10   ` Chunfeng Yun
2018-05-10  6:10   ` [v3,1/2] " Chunfeng Yun
2018-05-10  6:10   ` [PATCH v3 1/2] " Chunfeng Yun
2018-05-18 21:29   ` Rob Herring
2018-05-18 21:29     ` Rob Herring
2018-05-18 21:29     ` [v3,1/2] " Rob Herring
2018-05-10  6:10 ` [PATCH v3 2/2] phy: mediatek: add XS-PHY driver Chunfeng Yun
2018-05-10  6:10   ` Chunfeng Yun
2018-05-10  6:10   ` [v3,2/2] " Chunfeng Yun
2018-05-10  6:10   ` [PATCH v3 2/2] " Chunfeng Yun
  -- strict thread matches above, loose matches on Subject: below --
2018-04-25  7:45 Add MediaTek " Chunfeng Yun
2018-04-25  7:45 ` Chunfeng Yun
2018-04-25  7:45 ` 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.