LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [GIT PULL] PHY: for 4.18
@ 2018-05-22 0:38 Kishon Vijay Abraham I
2018-05-25 16:07 ` Greg KH
0 siblings, 1 reply; 2+ messages in thread
From: Kishon Vijay Abraham I @ 2018-05-22 0:38 UTC (permalink / raw)
To: gregkh; +Cc: kishon, linux-kernel
Hi Greg,
Please find the pull request for 4.18 merge window below. It adds a couple of
new USB PHY drivers, adds support for couple of newer PHYs in existing
drivers and few cleanups. Please find the complete set of changes in the tag
message below.
Consider merging it and let me know If I have to make any changes.
Thanks
Kishon
The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338:
Linux 4.17-rc1 (2018-04-15 18:24:20 -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.18
for you to fetch changes up to c1eb8f83845b6ca9e53c41c26a4dff57597d4969:
phy: mediatek: add XS-PHY driver (2018-05-20 21:51:35 +0530)
----------------------------------------------------------------
phy: for 4.18
*) Add PHY driver for the ATH79 USB PHY
*) Add USB3 PHY driver for Mediatek XS-PHY
*) Add QUSB/QMP V3 USB3 PHY Support for Qualcomm's SDM845
*) Add runtime PM support for mapphone PHY driver
*) Allow phy_pm_runtime_xxx API calls to accept NULL
*) Other minor cleanups and fixes
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
----------------------------------------------------------------
Alban Bedel (1):
phy: Add a driver for the ATH79 USB phy
Amelie Delaunay (1):
phy: stm32: fix usbphyc static checker and checkpatch warnings
Andy Shevchenko (1):
phy: tegra: Convert to use match_string() helper
Chunfeng Yun (2):
dt-bindings: add MediaTek XS-PHY binding
phy: mediatek: add XS-PHY driver
Manu Gautam (7):
phy: core: Allow phy_pm_runtime_xxx API calls with NULL phy
phy: qcom-qmp: Enable pipe_clk before PHY initialization
phy: qcom-qusb2: Fix crash if nvmem cell not specified
dt-bindings: phy-qcom-qmp: Update bindings for sdm845
phy: qcom-qmp: Add QMP V3 USB3 UNI PHY support for sdm845
dt-bindings: phy-qcom-usb2: Add support to override tuning values
phy: qcom-qusb2: Add QUSB2 PHYs support for sdm845
Sylwester Nawrocki (1):
phy: exynos-mipi-video: Simplify code by using regmap_update_bits()
Tony Lindgren (1):
phy: mapphone-mdm6600: Add runtime PM support for n_gsm on USB suspend
Documentation/devicetree/bindings/phy/phy-mtk-xsphy.txt | 109 ++++++++++++++++++++++++++
Documentation/devicetree/bindings/phy/qcom-qmp-phy.txt | 3 +-
Documentation/devicetree/bindings/phy/qcom-qusb2-phy.txt | 23 +++++-
MAINTAINERS | 8 ++
drivers/phy/mediatek/Kconfig | 9 +++
drivers/phy/mediatek/Makefile | 1 +
drivers/phy/mediatek/phy-mtk-xsphy.c | 600 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
drivers/phy/motorola/phy-mapphone-mdm6600.c | 85 ++++++++++++++++++++
drivers/phy/phy-core.c | 18 +++++
drivers/phy/qualcomm/Kconfig | 11 ++-
drivers/phy/qualcomm/Makefile | 1 +
drivers/phy/qualcomm/phy-ath79-usb.c | 108 +++++++++++++++++++++++++
drivers/phy/qualcomm/phy-qcom-qmp.c | 169 +++++++++++++++++++++++++++++++++++----
drivers/phy/qualcomm/phy-qcom-qmp.h | 5 ++
drivers/phy/qualcomm/phy-qcom-qusb2.c | 130 ++++++++++++++++++++++++++++--
drivers/phy/samsung/phy-exynos-mipi-video.c | 34 ++++----
drivers/phy/st/phy-stm32-usbphyc.c | 9 +--
drivers/phy/tegra/xusb.c | 15 +---
include/dt-bindings/phy/phy-qcom-qusb2.h | 37 +++++++++
19 files changed, 1310 insertions(+), 65 deletions(-)
create mode 100644 Documentation/devicetree/bindings/phy/phy-mtk-xsphy.txt
create mode 100644 drivers/phy/mediatek/phy-mtk-xsphy.c
create mode 100644 drivers/phy/qualcomm/phy-ath79-usb.c
create mode 100644 include/dt-bindings/phy/phy-qcom-qusb2.h
--
2.17.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] PHY: for 4.18
2018-05-22 0:38 [GIT PULL] PHY: for 4.18 Kishon Vijay Abraham I
@ 2018-05-25 16:07 ` Greg KH
0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2018-05-25 16:07 UTC (permalink / raw)
To: Kishon Vijay Abraham I; +Cc: linux-kernel
On Tue, May 22, 2018 at 06:08:18AM +0530, Kishon Vijay Abraham I wrote:
> Hi Greg,
>
> Please find the pull request for 4.18 merge window below. It adds a couple of
> new USB PHY drivers, adds support for couple of newer PHYs in existing
> drivers and few cleanups. Please find the complete set of changes in the tag
> message below.
>
> Consider merging it and let me know If I have to make any changes.
>
> Thanks
> Kishon
>
> The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338:
>
> Linux 4.17-rc1 (2018-04-15 18:24:20 -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.18
Pulled and pushed out, thanks.
greg k-h
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-05-25 16:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-22 0:38 [GIT PULL] PHY: for 4.18 Kishon Vijay Abraham I
2018-05-25 16:07 ` Greg KH
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).