Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1205243

[GIT PULL 00/19] phy: for 4.3

From Kishon Vijay Abraham I <kishon@ti.com>
Newsgroups linux.kernel
Subject [GIT PULL 00/19] phy: for 4.3
Date 2015-08-11 18:00 +0200
Message-ID <pWk82-1c5-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Hi Greg,

Please find the pull request for 4.3 merge window below. This contains a new
NXP phy driver, extcon support and few fixes in phy-sun4i-usb driver and other
trivial code cleanups.

Let me know if I have to change something.

Thanks
Kishon

The following changes since commit d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754:

  Linux 4.2-rc1 (2015-07-05 11:01:52 -0700)

are available in the git repository at:

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

for you to fetch changes up to cfd093bbb5fe84ec8c7bb069fe618159a8b601f5:

  phy: lpc18xx-usb-otg: fix clock order in phy init (2015-08-10 20:11:58 +0530)

----------------------------------------------------------------
phy: for 4.3

*) Add new NXP USB OTG PHY driver
*) Add vbus/id detection, extcon support and fixes in phy-sun4i-usb
   driver
*) Add support to use phy-sun4i-usb driver for sun8i-a23 and sun8i-a33
   SoCs
*) Other trivial code cleanups, dropping .owner assignment and constify
   phy_ops

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

----------------------------------------------------------------
Axel Lin (2):
  phy: ulpi_phy: Add const qualifier to ops
  phy: Constify struct phy_ops variables

Hans de Goede (9):
  phy-sun4i-usb: Add id and vbus detection support for the otg phy
    (phy0)
  phy-sun4i-usb: Add extcon support for the otg phy (phy0)
  phy-sun4i-usb: Swap check for disconnect threshold
  phy-sun4i-usb: Add support for the usb-phys on the sun8i-a23 SoC
  phy-sun4i-usb: Add support for the usb-phys on the sun8i-a33 SoC
  phy-sun4i-usb: Add support for boards with broken Vusb-detection
  phy-sun4i-usb: Add support for monitoring vbus via a power-supply
  phy-sun4i-sub: Move vbus-detect helper functions up in the file
  phy-sun4i-usb: Only check vbus-det on power-on on boards with
    vbus-det

Joachim Eastwood (3):
  phy: add lpc18xx usb otg phy driver
  phy: dt bindings: add NXP LPC18xx/43xx USB OTG PHY bindings
  phy: lpc18xx-usb-otg: fix clock order in phy init

Krzysztof Kozlowski (2):
  phy: Drop owner assignment from i2c_driver
  phy: Drop owner assignment from platform_driver

Michal Simek (3):
  phy: berlin: .owner field is setup by core
  phy: berlin: Do not use sata name in usb phy driver
  phy: berlin: Trivial coding style cleanup

 .../bindings/phy/phy-lpc18xx-usb-otg.txt           |   26 ++
 .../devicetree/bindings/phy/sun4i-usb-phy.txt      |   22 +-
 drivers/phy/Kconfig                                |   13 +
 drivers/phy/Makefile                               |    1 +
 drivers/phy/phy-armada375-usb2.c                   |    3 +-
 drivers/phy/phy-bcm-kona-usb2.c                    |    2 +-
 drivers/phy/phy-berlin-sata.c                      |    2 +-
 drivers/phy/phy-berlin-usb.c                       |   13 +-
 drivers/phy/phy-brcmstb-sata.c                     |    2 +-
 drivers/phy/phy-dm816x-usb.c                       |    2 +-
 drivers/phy/phy-exynos-dp-video.c                  |    2 +-
 drivers/phy/phy-exynos-mipi-video.c                |    2 +-
 drivers/phy/phy-exynos5-usbdrd.c                   |    2 +-
 drivers/phy/phy-exynos5250-sata.c                  |    2 +-
 drivers/phy/phy-hix5hd2-sata.c                     |    2 +-
 drivers/phy/phy-lpc18xx-usb-otg.c                  |  143 +++++++
 drivers/phy/phy-miphy28lp.c                        |    3 +-
 drivers/phy/phy-miphy365x.c                        |    2 +-
 drivers/phy/phy-mvebu-sata.c                       |    2 +-
 drivers/phy/phy-omap-usb2.c                        |    2 +-
 drivers/phy/phy-qcom-apq8064-sata.c                |    2 +-
 drivers/phy/phy-qcom-ipq806x-sata.c                |    2 +-
 drivers/phy/phy-qcom-ufs-i.h                       |    2 +-
 drivers/phy/phy-qcom-ufs-qmp-14nm.c                |    3 +-
 drivers/phy/phy-qcom-ufs-qmp-20nm.c                |    3 +-
 drivers/phy/phy-qcom-ufs.c                         |    2 +-
 drivers/phy/phy-rcar-gen2.c                        |    2 +-
 drivers/phy/phy-rockchip-usb.c                     |    3 +-
 drivers/phy/phy-samsung-usb2.c                     |    2 +-
 drivers/phy/phy-spear1310-miphy.c                  |    2 +-
 drivers/phy/phy-spear1340-miphy.c                  |    2 +-
 drivers/phy/phy-stih41x-usb.c                      |    2 +-
 drivers/phy/phy-sun4i-usb.c                        |  423 ++++++++++++++++++--
 drivers/phy/phy-sun9i-usb.c                        |    2 +-
 drivers/phy/phy-ti-pipe3.c                         |    2 +-
 drivers/phy/phy-tusb1210.c                         |    2 +-
 drivers/phy/ulpi_phy.h                             |    2 +-
 37 files changed, 636 insertions(+), 70 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/phy/phy-lpc18xx-usb-otg.txt
 create mode 100644 drivers/phy/phy-lpc18xx-usb-otg.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 | NextNext in thread | Find similar | Unroll thread


Thread

[GIT PULL 00/19] phy: for 4.3 Kishon Vijay Abraham I <kishon@ti.com> - 2015-08-11 18:00 +0200
  [PATCH 09/19] phy-sun4i-usb: Add support for monitoring vbus via a power-supply Kishon Vijay Abraham I <kishon@ti.com> - 2015-08-11 18:10 +0200
  [PATCH 11/19] phy: berlin: Do not use sata name in usb phy driver Kishon Vijay Abraham I <kishon@ti.com> - 2015-08-11 18:10 +0200
  [PATCH 03/19] phy-sun4i-usb: Add id and vbus detection support for the otg phy (phy0) Kishon Vijay Abraham I <kishon@ti.com> - 2015-08-11 18:10 +0200
  [PATCH 13/19] phy: Drop owner assignment from i2c_driver Kishon Vijay Abraham I <kishon@ti.com> - 2015-08-11 18:10 +0200
  [PATCH 05/19] phy-sun4i-usb: Swap check for disconnect threshold Kishon Vijay Abraham I <kishon@ti.com> - 2015-08-11 18:10 +0200
  [PATCH 01/19] phy: add lpc18xx usb otg phy driver Kishon Vijay Abraham I <kishon@ti.com> - 2015-08-11 18:10 +0200
  [PATCH 07/19] phy-sun4i-usb: Add support for the usb-phys on the sun8i-a33 SoC Kishon Vijay Abraham I <kishon@ti.com> - 2015-08-11 18:10 +0200
  Re: [GIT PULL 00/19] phy: for 4.3 Greg KH <gregkh@linuxfoundation.org> - 2015-08-15 02:00 +0200

csiph-web