public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] phy: for 4.6 merge window
@ 2016-03-02  6:08 Kishon Vijay Abraham I
  2016-03-02  6:08 ` [PATCH 1/7] Documentation: bindings: add dt documentation for Rockchip eMMC PHY Kishon Vijay Abraham I
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Kishon Vijay Abraham I @ 2016-03-02  6:08 UTC (permalink / raw)
  To: gregkh; +Cc: kishon, linux-kernel

Hi Greg,

Please find the pull request for 4.6 merge window below. It adds a
couple of new PHY drivers, usb-uart functionality in rockchip-usb
and misc cleanups/fixes.

Let me know If I have to change something.

Thanks
Kishon

The following changes since commit 58a66dba1beac2121d931cda4682ae4d40816af5:

  phy: twl4030-usb: Fix unbalanced pm_runtime_enable on module reload (2016-02-10 11:46:01 +0530)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git tags/phy-for-4.6

for you to fetch changes up to 89636adde4a05953e3bf18807ba1f6f205572f67:

  phy: Fix armada375 compile test build on UM (2016-03-01 17:13:51 +0530)

----------------------------------------------------------------
phy: for 4.6

*) Add driver for rockchip Display Port PHY
*) Add driver for the Rockchip SoC internal eMMC PHY
*) Add usb-uart functionality in rockchip-usb
*) cleanup rcar usb2 PHY driver
*) Fix for randconfig error

Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>

----------------------------------------------------------------
Heiko Stuebner (1):
      phy: rockchip-usb: add handler for usb-uart functionality

Krzysztof Kozlowski (1):
      phy: Fix armada375 compile test build on UM

Shawn Lin (2):
      Documentation: bindings: add dt documentation for Rockchip eMMC PHY
      phy: add a driver for the Rockchip SoC internal eMMC PHY

Yakir Yang (2):
      phy: Add driver for rockchip Display Port PHY
      dt-bindings: add document for rockchip dp phy

Yoshihiro Shimoda (1):
      phy: rcar-gen3-usb2: remove HSUSB registers handling

 .../devicetree/bindings/phy/rcar-gen3-phy-usb2.txt |   15 +-
 .../devicetree/bindings/phy/rockchip-dp-phy.txt    |   22 ++
 .../devicetree/bindings/phy/rockchip-emmc-phy.txt  |   19 ++
 Documentation/kernel-parameters.txt                |    6 +
 drivers/phy/Kconfig                                |   16 +-
 drivers/phy/Makefile                               |    2 +
 drivers/phy/phy-rcar-gen3-usb2.c                   |   83 +------
 drivers/phy/phy-rockchip-dp.c                      |  151 +++++++++++++
 drivers/phy/phy-rockchip-emmc.c                    |  229 +++++++++++++++++++
 drivers/phy/phy-rockchip-usb.c                     |  233 +++++++++++++++++---
 10 files changed, 656 insertions(+), 120 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/phy/rockchip-dp-phy.txt
 create mode 100644 Documentation/devicetree/bindings/phy/rockchip-emmc-phy.txt
 create mode 100644 drivers/phy/phy-rockchip-dp.c
 create mode 100644 drivers/phy/phy-rockchip-emmc.c

-- 
1.7.9.5

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

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

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-02  6:08 [GIT PULL] phy: for 4.6 merge window Kishon Vijay Abraham I
2016-03-02  6:08 ` [PATCH 1/7] Documentation: bindings: add dt documentation for Rockchip eMMC PHY Kishon Vijay Abraham I
2016-03-02  6:08 ` [PATCH 2/7] phy: add a driver for the Rockchip SoC internal " Kishon Vijay Abraham I
2016-03-02  6:08 ` [PATCH 3/7] phy: Add driver for rockchip Display Port PHY Kishon Vijay Abraham I
2016-03-02  6:08 ` [PATCH 4/7] dt-bindings: add document for rockchip dp phy Kishon Vijay Abraham I
2016-03-02  6:08 ` [PATCH 5/7] phy: rockchip-usb: add handler for usb-uart functionality Kishon Vijay Abraham I
2016-03-02  6:08 ` [PATCH 6/7] phy: rcar-gen3-usb2: remove HSUSB registers handling Kishon Vijay Abraham I
2016-03-02  6:08 ` [PATCH 7/7] phy: Fix armada375 compile test build on UM Kishon Vijay Abraham I
2016-03-05 20:23 ` [GIT PULL] phy: for 4.6 merge window Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox