linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH RFC 0/4] Add Exynos5 USB 3.0 phy driver based on generic PHY framework
@ 2013-10-31  7:45 Vivek Gautam
  2013-10-31  7:45 ` [PATCH RFC 1/4] phy: Add new Exynos5 USB 3.0 PHY driver Vivek Gautam
                   ` (3 more replies)
  0 siblings, 4 replies; 36+ messages in thread
From: Vivek Gautam @ 2013-10-31  7:45 UTC (permalink / raw)
  To: linux-arm-kernel

Adding a phy driver for USB 3.0 PHY controller present on Exynos5
series of SoCs alongwith DWC3 controller for USB 3.0 operations.

This driver is inline with Kamil's USB 2.0 phy driver. [1]
Few functions used to translate ref clock rate are common to
Kamil's changes. So we can figure out how to re-use them across
these drivers.

Theses patches are based on usb-next branch and tested with
Kishon's patches for adapting DWC3 to generic phy framework, [2]
on smdk5250 as well as smdk5420 board.

[1] [PATCH 0/5] phy: Add new Exynos USB PHY driver
    https://lkml.org/lkml/2013/10/25/230
[2] [PATCH v2 1/7] usb: dwc3: get "usb_phy" only if the platform indicates the presence of PHY's
    (http://www.spinics.net/lists/linux-usb/msg95733.html)
    [PATCH v2 2/7] usb: dwc3: adapt dwc3 core to use Generic PHY Framework
    (http://www.spinics.net/lists/linux-usb/msg95734.html)

Vivek Gautam (4):
  phy: Add new Exynos5 USB 3.0 PHY driver
  dt: exynos5250: Enable support for generic USB 3.0 phy
  dt: exynos5420: Enable support for USB 3.0 PHY controller
  dt: exynos5420: Enable support for DWC3 controller

 .../devicetree/bindings/phy/samsung-phy.txt        |   20 +
 arch/arm/boot/dts/exynos5250.dtsi                  |   17 +-
 arch/arm/boot/dts/exynos5420.dtsi                  |   50 ++
 drivers/phy/Kconfig                                |    7 +
 drivers/phy/Makefile                               |    1 +
 drivers/phy/phy-exynos5-usb3.c                     |  562 ++++++++++++++++++++
 6 files changed, 646 insertions(+), 11 deletions(-)
 create mode 100644 drivers/phy/phy-exynos5-usb3.c

-- 
1.7.6.5

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

end of thread, other threads:[~2014-01-20 13:45 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-31  7:45 [PATCH RFC 0/4] Add Exynos5 USB 3.0 phy driver based on generic PHY framework Vivek Gautam
2013-10-31  7:45 ` [PATCH RFC 1/4] phy: Add new Exynos5 USB 3.0 PHY driver Vivek Gautam
2013-11-04  6:54   ` Kishon Vijay Abraham I
2013-11-04 10:15     ` Kamil Debski
2013-11-04 13:12       ` Kishon Vijay Abraham I
2013-11-05  7:20         ` Vivek Gautam
2013-11-05  9:34           ` Tomasz Figa
2013-11-05  9:36           ` Kamil Debski
2013-11-05 11:12             ` Jingoo Han
2013-11-05 12:03               ` Jingoo Han
2013-11-05 17:58                 ` Vivek Gautam
2013-11-06  0:07                   ` Jingoo Han
2013-11-11 11:11                     ` Kishon Vijay Abraham I
2013-11-20  8:57                       ` Vivek Gautam
2013-11-20  9:04                         ` Kishon Vijay Abraham I
2013-11-20  9:32                           ` Vivek Gautam
2013-11-20 15:44                             ` Kishon Vijay Abraham I
2013-12-04 14:28                               ` Kishon Vijay Abraham I
2013-12-05  8:14                                 ` Vivek Gautam
2013-12-24 17:45                                   ` Kishon Vijay Abraham I
2013-12-30  9:43                                     ` Vivek Gautam
2014-01-07  9:49                                       ` Kishon Vijay Abraham I
2014-01-07 11:03                                         ` Vivek Gautam
2014-01-20 13:45                                           ` Vivek Gautam
2013-11-05 17:56             ` Vivek Gautam
2013-11-04 12:26     ` Tomasz Figa
2013-11-04 13:09       ` Kishon Vijay Abraham I
     [not found]       ` <CAFp+6iG5SAe5h0-RRsBuAhtWO_NBW6G=7jQeObd4Y2BQGaRHyA@mail.gmail.com>
2013-11-05  7:12         ` Vivek Gautam
2013-11-10 14:08   ` Tomasz Figa
2013-11-20  8:44     ` Vivek Gautam
2013-11-20  8:55       ` Vivek Gautam
2013-11-21 12:26   ` Yuvaraj Cd
2013-10-31  7:45 ` [PATCH 2/4] dt: exynos5250: Enable support for generic USB 3.0 phy Vivek Gautam
2013-11-10 14:54   ` Tomasz Figa
2013-10-31  7:45 ` [PATCH 3/4] dt: exynos5420: Enable support for USB 3.0 PHY controller Vivek Gautam
2013-10-31  7:45 ` [PATCH 4/4] dt: exynos5420: Enable support for DWC3 controller Vivek Gautam

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).