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: <20191231111541.29702-1-kishon@ti.com>
Date:   Tue, 31 Dec 2019 16:45:41 +0530
From:   Kishon Vijay Abraham I <kishon@...com>
To:     Kishon Vijay Abraham I <kishon@...com>,
        Greg Kroah-Hartman <gregkh@...uxfoundation.org>
CC:     <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] PHY: for 5.5 -rc

Hi Greg,

Please find the pull request for 5.5 -rc cycle.

It includes a bunch of bug fixes for cpcap-usb PHY driver which is used
for configuring USB PHY and debug UART used in certain Motorola droid4
phones. It also includes a minor fix in qcom-qmp PHY driver and
rockchip-inno-hdmi causing a display issue in RK3328.

Please see the tag message below for the complete list of changes and
let me know If I have to change something.

Thanks
Kishon

The following changes since commit e42617b825f8073569da76dc4510bfa019b1c35a:

  Linux 5.5-rc1 (2019-12-08 14:57:55 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 4f510aa10468954b1da4e94689c38ac6ea8d3627:

  phy/rockchip: inno-hdmi: round clock rate down to closest 1000 Hz (2019-12-31 15:46:08 +0530)

----------------------------------------------------------------
phy: for 5.5-rc

*) Fix error path in cpcap-usb driver when no host driver is loaded to
   avoid debug serial console from stop working
*) Fix to let USB host idle before switching to UART mode in cpcap-usb
   driver in order to avoid flakey enumeration next time
*) Prevent USB line glitches from waking up modem by enabling the USB
   lines (GPIO mux) after configuring the cpcap-usb PHY
*) Improve host vs docked mode detection in cpcap-usb PHY driver to keep
   VBUS enabled in host mode
*) Fix to prevent cpcap-usb PHY driver from enabling the PHY twice
*) Increase PHY ready timeout in qcom-qmp PHY as it takes more than 1ms
   to initialize
*) Round clock rate down to closest 1000 Hz in phy-rockchip-inno-hdmi to
   prevent wrong pixel clock to be used and result in no-signal when
   configuring a mode on RK3328

----------------------------------------------------------------
Bjorn Andersson (1):
      phy: qcom-qmp: Increase PHY ready timeout

Jonas Karlman (1):
      phy/rockchip: inno-hdmi: round clock rate down to closest 1000 Hz

Tony Lindgren (6):
      phy: cpcap-usb: Fix error path when no host driver is loaded
      phy: cpcap-usb: Fix flakey host idling and enumerating of devices
      phy: mapphone-mdm6600: Fix uninitialized status value regression
      phy: cpcap-usb: Prevent USB line glitches from waking up modem
      phy: cpcap-usb: Improve host vs docked mode detection
      phy: cpcap-usb: Drop extra write to usb2 register

 drivers/phy/motorola/phy-cpcap-usb.c          | 128 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------------------
 drivers/phy/motorola/phy-mapphone-mdm6600.c   |  11 +++--------
 drivers/phy/qualcomm/phy-qcom-qmp.c           |   2 +-
 drivers/phy/rockchip/phy-rockchip-inno-hdmi.c |   4 ++++
 4 files changed, 98 insertions(+), 47 deletions(-)
-- 
2.17.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ