From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Kishon Vijay Abraham I <kishon@ti.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [GIT PULL] PHY: For 5.1 merge window
Date: Tue, 12 Feb 2019 15:05:18 +0100 [thread overview]
Message-ID: <20190212140518.GA32233@kroah.com> (raw)
In-Reply-To: <20190212131319.30398-1-kishon@ti.com>
On Tue, Feb 12, 2019 at 06:43:19PM +0530, Kishon Vijay Abraham I wrote:
> Hi Greg,
>
> Please find the pull request for 5.1 merge window below.
>
> It adds two new Armada PHY drivers to support COMPHY and UTMI PHY and a
> PHY driver to support Cadence D-PHY. It also extends existing omap-usb2 PHY
> driver, qcom-qmp PHY driver and qcom-qusb2 PHY driver to support PHYs in
> newer platforms. It also includes minor fixes and cleanups.
>
> For the complete list of changes, please see the tag message below.
>
> Let me know If I have to make any modifications to this pull request.
>
> This pull request will conflict with -net pull request since one of the
> Armada PHY drivers is merged via -net tree. The final resolution should
> be like below
>
> diff --cc drivers/phy/marvell/Kconfig
> index 224ea4e6a46d,b8e9dd38ad0d..000000000000
> --- a/drivers/phy/marvell/Kconfig
> +++ b/drivers/phy/marvell/Kconfig
> @@@ -21,16 -21,27 +21,37 @@@ config PHY_BERLIN_US
> help
> Enable this to support the USB PHY on Marvell Berlin SoCs.
>
> + config PHY_MVEBU_A3700_COMPHY
> + tristate "Marvell A3700 comphy driver"
> + depends on ARCH_MVEBU || COMPILE_TEST
> + depends on OF
> + depends on HAVE_ARM_SMCCC
> + default y
> + select GENERIC_PHY
> + help
> + This driver allows to control the comphy, a hardware block providing
> + shared serdes PHYs on Marvell Armada 3700. Its serdes lanes can be
> + used by various controllers: Ethernet, SATA, USB3, PCIe.
> +
> + config PHY_MVEBU_A3700_UTMI
> + tristate "Marvell A3700 UTMI driver"
> + depends on ARCH_MVEBU || COMPILE_TEST
> + depends on OF
> + default y
> + select GENERIC_PHY
> + help
> + Enable this to support Marvell A3700 UTMI PHY driver.
> +
> +config PHY_MVEBU_A38X_COMPHY
> + tristate "Marvell Armada 38x comphy driver"
> + depends on ARCH_MVEBU || COMPILE_TEST
> + depends on OF
> + select GENERIC_PHY
> + help
> + This driver allows to control the comphy, an hardware block providing
> + shared serdes PHYs on Marvell Armada 38x. Its serdes lanes can be
> + used by various controllers (Ethernet, sata, usb, PCIe...).
> +
> config PHY_MVEBU_CP110_COMPHY
> tristate "Marvell CP110 comphy driver"
> depends on ARCH_MVEBU || COMPILE_TEST
> diff --cc drivers/phy/marvell/Makefile
> index 59b6c03ef756,82f291cf59ee..000000000000
> --- a/drivers/phy/marvell/Makefile
> +++ b/drivers/phy/marvell/Makefile
> @@@ -2,7 -2,8 +2,9 @@@
> obj-$(CONFIG_ARMADA375_USBCLUSTER_PHY) += phy-armada375-usb2.o
> obj-$(CONFIG_PHY_BERLIN_SATA) += phy-berlin-sata.o
> obj-$(CONFIG_PHY_BERLIN_USB) += phy-berlin-usb.o
> + obj-$(CONFIG_PHY_MVEBU_A3700_COMPHY) += phy-mvebu-a3700-comphy.o
> + obj-$(CONFIG_PHY_MVEBU_A3700_UTMI) += phy-mvebu-a3700-utmi.o
> +obj-$(CONFIG_PHY_MVEBU_A38X_COMPHY) += phy-armada38x-comphy.o
> obj-$(CONFIG_PHY_MVEBU_CP110_COMPHY) += phy-mvebu-cp110-comphy.o
> obj-$(CONFIG_PHY_MVEBU_SATA) += phy-mvebu-sata.o
> obj-$(CONFIG_PHY_PXA_28NM_HSIC) += phy-pxa-28nm-hsic.o
>
> Thanks
> Kishon
>
> The following changes since commit 827cb0323928952c0db9515aba9d534fb1285b3f:
>
> phy: ath79-usb: Fix the main reset name to match the DT binding (2019-01-16 18:00:57 +0530)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git tags/phy-for-5.1
Pulled and pushed out, thanks.
greg k-h
prev parent reply other threads:[~2019-02-12 14:06 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-12 13:13 [GIT PULL] PHY: For 5.1 merge window Kishon Vijay Abraham I
2019-02-12 14:05 ` Greg Kroah-Hartman [this message]
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=20190212140518.GA32233@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=kishon@ti.com \
--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