linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] PHY: For 5.3
@ 2019-07-01 10:30 Kishon Vijay Abraham I
  2019-07-01 13:05 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 2+ messages in thread
From: Kishon Vijay Abraham I @ 2019-07-01 10:30 UTC (permalink / raw)
  To: Greg Kroah-Hartman, kishon; +Cc: linux-kernel

Hi Greg,

Please find the pull request for 5.3 merge window below. It adds couple
of new PHY drivers and other misc driver fixes. Please see the tag message
for complete list of changes.

Let me know if I have to change something.

Thanks
Kishon

The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:

  Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 5206026404190125436f81088eb3667076e56083:

  phy: qcom-qmp: Raise qcom_qmp_phy_enable() polling delay (2019-06-25 19:17:38 +0530)

----------------------------------------------------------------
phy: for 5.3

  *) Add a new PHY driver for Qualcomm PCIe2 PHY
  *) Add a new PHY driver for Mixel DPHY present in i.MX8
  *) Fix Qualcomm QMP UFS PHY driver from incorrectly reporting that
     PHY enable failed
  *) Fix _BUG_ on Amlogic G12A USB3 + PCIE Combo PHY Driver due to
     calling a sleeping function from invalid context
  *) Fix WARN_ON dump on rcar-gen3-usb2 PHY driver caused due to
     imbalance powered flag
  *) Fix .cocci and sparse warnings

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

----------------------------------------------------------------
Bjorn Andersson (3):
      dt-bindings: phy: Add binding for Qualcomm PCIe2 PHY
      phy: qcom: Add Qualcomm PCIe2 PHY driver
      phy: qcom-qmp: Correct READY_STATUS poll break condition

Guido Günther (2):
      dt-bindings: phy: Add documentation for mixel dphy
      phy: Add driver for mixel mipi dphy found on NXP's i.MX8 SoCs

Gustavo A. R. Silva (1):
      phy: samsung: Use struct_size() in devm_kzalloc()

Lubomir Rintel (1):
      dt-bindings: phy-pxa-usb: add bindings

Marc Gonzalez (2):
      phy: qcom-qmp: Drop useless msm8998_pciephy_cfg setting
      phy: qcom-qmp: Raise qcom_qmp_phy_enable() polling delay

Neil Armstrong (1):
      phy: meson-g12a-usb3-pcie: disable locking for cr_regmap

Yoshihiro Shimoda (1):
      phy: renesas: rcar-gen3-usb2: fix imbalance powered flag

YueHaibing (2):
      phy: usb: phy-brcm-usb: Fix platform_no_drv_owner.cocci warnings
      phy: ti: am654-serdes: Make serdes_am654_xlate() static

 Documentation/devicetree/bindings/phy/mixel,mipi-dsi-phy.txt |  29 ++++++++
 Documentation/devicetree/bindings/phy/phy-pxa-usb.txt        |  18 +++++
 Documentation/devicetree/bindings/phy/qcom-pcie2-phy.txt     |  42 ++++++++++++
 drivers/phy/amlogic/phy-meson-g12a-usb3-pcie.c               |   2 +-
 drivers/phy/broadcom/phy-brcm-usb.c                          |   1 -
 drivers/phy/freescale/Kconfig                                |  10 +++
 drivers/phy/freescale/Makefile                               |   1 +
 drivers/phy/freescale/phy-fsl-imx8-mipi-dphy.c               | 497 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/phy/qualcomm/Kconfig                                 |   8 +++
 drivers/phy/qualcomm/Makefile                                |   1 +
 drivers/phy/qualcomm/phy-qcom-pcie2.c                        | 331 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/phy/qualcomm/phy-qcom-qmp.c                          |   5 +-
 drivers/phy/renesas/phy-rcar-gen3-usb2.c                     |  19 ++++--
 drivers/phy/samsung/phy-samsung-usb2.c                       |   5 +-
 drivers/phy/ti/phy-am654-serdes.c                            |   4 +-
 15 files changed, 960 insertions(+), 13 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/phy/mixel,mipi-dsi-phy.txt
 create mode 100644 Documentation/devicetree/bindings/phy/phy-pxa-usb.txt
 create mode 100644 Documentation/devicetree/bindings/phy/qcom-pcie2-phy.txt
 create mode 100644 drivers/phy/freescale/phy-fsl-imx8-mipi-dphy.c
 create mode 100644 drivers/phy/qualcomm/phy-qcom-pcie2.c

-- 
2.17.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] PHY: For 5.3
  2019-07-01 10:30 [GIT PULL] PHY: For 5.3 Kishon Vijay Abraham I
@ 2019-07-01 13:05 ` Greg Kroah-Hartman
  0 siblings, 0 replies; 2+ messages in thread
From: Greg Kroah-Hartman @ 2019-07-01 13:05 UTC (permalink / raw)
  To: Kishon Vijay Abraham I; +Cc: linux-kernel

On Mon, Jul 01, 2019 at 04:00:01PM +0530, Kishon Vijay Abraham I wrote:
> Hi Greg,
> 
> Please find the pull request for 5.3 merge window below. It adds couple
> of new PHY drivers and other misc driver fixes. Please see the tag message
> for complete list of changes.
> 
> Let me know if I have to change something.
> 
> Thanks
> Kishon
> 
> The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:
> 
>   Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git tags/phy-for-5.3

Now pulled and pushed out, thanks.

greg k-h

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-07-01 13:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-01 10:30 [GIT PULL] PHY: For 5.3 Kishon Vijay Abraham I
2019-07-01 13:05 ` Greg Kroah-Hartman

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).