2020-04-30 13:09:59

by Kishon Vijay Abraham I

[permalink] [raw]
Subject: [GIT PULL] PHY: For 5.7 -rc

Hi Greg,

Please find the PHY pull request for 5.7 -rc below.

Vinod Koul has kindly agreed to co-maintain PHY subsystem. So we are
also moving linux-phy to a shared repository. I've included a patch
to update MAINTAINER file to reflect both these changes in the pull
request.

Other than that it includes couple of Qualcomm driver fixes and Kconfig
depenecy fix in Tegra PHY. For the full list of changes see tag message
below.

Consider merging this for the upcoming -rc cycle and let me know if
I have to make any changes.

Thanks
Kishon

The following changes since commit 8f3d9f354286745c751374f5f1fcafee6b3f3136:

Linux 5.7-rc1 (2020-04-12 12:35:55 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy.git tags/phy-for-5.7-rc

for you to fetch changes up to 820eeb9de62f1f479c04fc6575d874611b1e2095:

phy: qualcomm: usb-hs-28nm: Prepare clocks in init (2020-04-30 12:10:49 +0530)

----------------------------------------------------------------
phy: for 5.7 -rc

*) Update MAINTAINER to include Vinod Koul as co-maintainer of PHY
*) Fix Kconfig dependencies in seen with PHY_TEGRA_XUSB
*) Re-add "qcom,sdm845-qusb2-phy" compatible in phy-qcom-qusb2.c to
make it work with existing dtbs
*) Move clock enable from ->poweron() to ->init() in Qualcomm
usb-hs-28nm driver to initialize HW in ->init()

Signed-off-by: Kishon Vijay Abraham I <[email protected]>

----------------------------------------------------------------
Bjorn Andersson (1):
phy: qualcomm: usb-hs-28nm: Prepare clocks in init

John Stultz (1):
phy: qcom-qusb2: Re add "qcom,sdm845-qusb2-phy" compat string

Kishon Vijay Abraham I (1):
MAINTAINERS: Add Vinod Koul as Generic PHY co-maintainer

Thierry Reding (1):
phy: tegra: Select USB_COMMON for usb_get_maximum_speed()

MAINTAINERS | 3 ++-
drivers/phy/qualcomm/phy-qcom-qusb2.c | 7 +++++++
drivers/phy/qualcomm/phy-qcom-usb-hs-28nm.c | 32 +++++++++++++++++++++-----------
drivers/phy/tegra/Kconfig | 3 ++-
4 files changed, 32 insertions(+), 13 deletions(-)
--
2.17.1


2020-04-30 13:39:08

by Greg Kroah-Hartman

[permalink] [raw]
Subject: Re: [GIT PULL] PHY: For 5.7 -rc

On Thu, Apr 30, 2020 at 06:37:41PM +0530, Kishon Vijay Abraham I wrote:
> Hi Greg,
>
> Please find the PHY pull request for 5.7 -rc below.
>
> Vinod Koul has kindly agreed to co-maintain PHY subsystem. So we are
> also moving linux-phy to a shared repository. I've included a patch
> to update MAINTAINER file to reflect both these changes in the pull
> request.
>
> Other than that it includes couple of Qualcomm driver fixes and Kconfig
> depenecy fix in Tegra PHY. For the full list of changes see tag message
> below.
>
> Consider merging this for the upcoming -rc cycle and let me know if
> I have to make any changes.

Pulled and pushed out, thanks!

greg k-h