mbox series

[GIT,PULL] : Generic phy fixes for v6.0

Message ID YxM2f3BCvYm0tvWt@matsya
State Mainlined
Headers show
Series [GIT,PULL] : Generic phy fixes for v6.0 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy.git tags/phy-fixes-6.0

Message

Vinod Koul Sept. 3, 2022, 11:11 a.m. UTC
Hello Greg,

Please pull to receive a single fix to marvell a3700-comphy driver which
fixes broken reset  in the driver

The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:

  Linux 6.0-rc1 (2022-08-14 15:50:18 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy.git tags/phy-fixes-6.0

for you to fetch changes up to 0a6fc70d76bddf98278af2ac000379c82aec8f11:

  phy: marvell: phy-mvebu-a3700-comphy: Remove broken reset support (2022-08-30 10:32:33 +0530)

----------------------------------------------------------------
phy: fixes for 6.0

Fix for broken reset in marvell a3700-comphy

----------------------------------------------------------------
Pali Rohár (1):
      phy: marvell: phy-mvebu-a3700-comphy: Remove broken reset support

 drivers/phy/marvell/phy-mvebu-a3700-comphy.c | 87 ++++++----------------------
 1 file changed, 17 insertions(+), 70 deletions(-)

Comments

Greg Kroah-Hartman Sept. 7, 2022, 7:51 a.m. UTC | #1
On Sat, Sep 03, 2022 at 04:41:59PM +0530, Vinod Koul wrote:
> Hello Greg,
> 
> Please pull to receive a single fix to marvell a3700-comphy driver which
> fixes broken reset  in the driver
> 
> The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:
> 
>   Linux 6.0-rc1 (2022-08-14 15:50:18 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy.git tags/phy-fixes-6.0

Pulled and pushed out, thanks.

greg k-h