lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190701103001.21235-1-kishon@ti.com>
Date:   Mon, 1 Jul 2019 16:00:01 +0530
From:   Kishon Vijay Abraham I <kishon@...com>
To:     Greg Kroah-Hartman <gregkh@...uxfoundation.org>, <kishon@...com>
CC:     <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] PHY: For 5.3

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ