From: Kishon Vijay Abraham I <kishon@ti.com>
To: <gregkh@linuxfoundation.org>
Cc: <kishon@ti.com>, <linux-kernel@vger.kernel.org>
Subject: [GIT PULL 00/19] phy: for 4.3
Date: Tue, 11 Aug 2015 21:26:59 +0530 [thread overview]
Message-ID: <1439308638-14582-1-git-send-email-kishon@ti.com> (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
next reply other threads:[~2015-08-11 15:57 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-11 15:56 Kishon Vijay Abraham I [this message]
2015-08-11 15:57 ` [PATCH 01/19] phy: add lpc18xx usb otg phy driver Kishon Vijay Abraham I
2015-08-11 15:57 ` [PATCH 02/19] phy: dt bindings: add NXP LPC18xx/43xx USB OTG PHY bindings Kishon Vijay Abraham I
2015-08-11 15:57 ` [PATCH 03/19] phy-sun4i-usb: Add id and vbus detection support for the otg phy (phy0) Kishon Vijay Abraham I
2015-08-11 15:57 ` [PATCH 04/19] phy-sun4i-usb: Add extcon " Kishon Vijay Abraham I
2015-08-11 15:57 ` [PATCH 05/19] phy-sun4i-usb: Swap check for disconnect threshold Kishon Vijay Abraham I
2015-08-11 15:57 ` [PATCH 06/19] phy-sun4i-usb: Add support for the usb-phys on the sun8i-a23 SoC Kishon Vijay Abraham I
2015-08-11 15:57 ` [PATCH 07/19] phy-sun4i-usb: Add support for the usb-phys on the sun8i-a33 SoC Kishon Vijay Abraham I
2015-08-11 15:57 ` [PATCH 08/19] phy-sun4i-usb: Add support for boards with broken Vusb-detection Kishon Vijay Abraham I
2015-08-11 15:57 ` [PATCH 09/19] phy-sun4i-usb: Add support for monitoring vbus via a power-supply Kishon Vijay Abraham I
2015-08-11 15:57 ` [PATCH 10/19] phy: berlin: .owner field is setup by core Kishon Vijay Abraham I
2015-08-11 15:57 ` [PATCH 11/19] phy: berlin: Do not use sata name in usb phy driver Kishon Vijay Abraham I
2015-08-11 15:57 ` [PATCH 12/19] phy: berlin: Trivial coding style cleanup Kishon Vijay Abraham I
2015-08-11 15:57 ` [PATCH 13/19] phy: Drop owner assignment from i2c_driver Kishon Vijay Abraham I
2015-08-11 15:57 ` [PATCH 14/19] phy: Drop owner assignment from platform_driver Kishon Vijay Abraham I
2015-08-11 15:57 ` [PATCH 15/19] phy-sun4i-sub: Move vbus-detect helper functions up in the file Kishon Vijay Abraham I
2015-08-11 15:57 ` [PATCH 16/19] phy-sun4i-usb: Only check vbus-det on power-on on boards with vbus-det Kishon Vijay Abraham I
2015-08-11 15:57 ` [PATCH 17/19] phy: ulpi_phy: Add const qualifier to ops Kishon Vijay Abraham I
2015-08-11 15:57 ` [PATCH 18/19] phy: Constify struct phy_ops variables Kishon Vijay Abraham I
2015-08-11 15:57 ` [PATCH 19/19] phy: lpc18xx-usb-otg: fix clock order in phy init Kishon Vijay Abraham I
2015-08-14 23:47 ` [GIT PULL 00/19] phy: for 4.3 Greg KH
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1439308638-14582-1-git-send-email-kishon@ti.com \
--to=kishon@ti.com \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®