All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL]: Generic phy fixes for v5.17
@ 2022-02-04 16:47 ` Vinod Koul
  0 siblings, 0 replies; 4+ messages in thread
From: Vinod Koul @ 2022-02-04 16:47 UTC (permalink / raw)
  To: Greg KH; +Cc: Kishon Vijay Abraham I, Linux Phy, LKML

[-- Attachment #1: Type: text/plain, Size: 2245 bytes --]

Hello Greg,

Please pull to recieve the fixes for v5.17 for Generic phy subsystem.

The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:

  Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 9a8406ba1a9a2965c27e0db1d7753471d12ee9ff:

  phy: dphy: Correct clk_pre parameter (2022-02-02 10:33:04 +0530)

----------------------------------------------------------------
phy: fixes for 5.17

Fixes for bunch of drivers:
 - clk params for dphy
 - arg fix for mtk-tphy
 - refcount leak fix for stm32
 - bus width fix for zynqmp
 - sentinel fix ti
 - PHY_BRCM_USB Kconfig fix
 - clk fix for usb phy

----------------------------------------------------------------
Al Cooper (2):
      phy: usb: Leave some clocks running during suspend
      phy: broadcom: Kconfig: Fix PHY_BRCM_USB config option

Dan Carpenter (2):
      phy: cadence: Sierra: fix error handling bugs in probe()
      phy: stm32: fix a refcount leak in stm32_usbphyc_pll_enable()

Kishon Vijay Abraham I (1):
      phy: ti: Fix missing sentinel for clk_div_table

Liu Ying (1):
      phy: dphy: Correct clk_pre parameter

Robert Hancock (1):
      phy: xilinx: zynqmp: Fix bus width setting for SGMII

Wan Jiabing (1):
      phy: phy-mtk-tphy: Fix duplicated argument in phy-mtk-tphy

 drivers/gpu/drm/bridge/nwl-dsi.c                 | 12 ++++----
 drivers/phy/amlogic/phy-meson-axg-mipi-dphy.c    |  3 +-
 drivers/phy/broadcom/Kconfig                     |  3 +-
 drivers/phy/broadcom/phy-brcm-usb.c              | 38 ++++++++++++++++++++++++
 drivers/phy/cadence/phy-cadence-sierra.c         | 35 +++++++++++++---------
 drivers/phy/mediatek/phy-mtk-tphy.c              |  2 +-
 drivers/phy/phy-core-mipi-dphy.c                 |  4 +--
 drivers/phy/rockchip/phy-rockchip-inno-dsidphy.c |  3 +-
 drivers/phy/st/phy-stm32-usbphyc.c               |  2 +-
 drivers/phy/ti/phy-j721e-wiz.c                   |  1 +
 drivers/phy/xilinx/phy-zynqmp.c                  | 11 +++----
 11 files changed, 80 insertions(+), 34 deletions(-)


-- 
~Vinod

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* [GIT PULL]: Generic phy fixes for v5.17
@ 2022-02-04 16:47 ` Vinod Koul
  0 siblings, 0 replies; 4+ messages in thread
From: Vinod Koul @ 2022-02-04 16:47 UTC (permalink / raw)
  To: Greg KH; +Cc: Kishon Vijay Abraham I, Linux Phy, LKML


[-- Attachment #1.1: Type: text/plain, Size: 2245 bytes --]

Hello Greg,

Please pull to recieve the fixes for v5.17 for Generic phy subsystem.

The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:

  Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 9a8406ba1a9a2965c27e0db1d7753471d12ee9ff:

  phy: dphy: Correct clk_pre parameter (2022-02-02 10:33:04 +0530)

----------------------------------------------------------------
phy: fixes for 5.17

Fixes for bunch of drivers:
 - clk params for dphy
 - arg fix for mtk-tphy
 - refcount leak fix for stm32
 - bus width fix for zynqmp
 - sentinel fix ti
 - PHY_BRCM_USB Kconfig fix
 - clk fix for usb phy

----------------------------------------------------------------
Al Cooper (2):
      phy: usb: Leave some clocks running during suspend
      phy: broadcom: Kconfig: Fix PHY_BRCM_USB config option

Dan Carpenter (2):
      phy: cadence: Sierra: fix error handling bugs in probe()
      phy: stm32: fix a refcount leak in stm32_usbphyc_pll_enable()

Kishon Vijay Abraham I (1):
      phy: ti: Fix missing sentinel for clk_div_table

Liu Ying (1):
      phy: dphy: Correct clk_pre parameter

Robert Hancock (1):
      phy: xilinx: zynqmp: Fix bus width setting for SGMII

Wan Jiabing (1):
      phy: phy-mtk-tphy: Fix duplicated argument in phy-mtk-tphy

 drivers/gpu/drm/bridge/nwl-dsi.c                 | 12 ++++----
 drivers/phy/amlogic/phy-meson-axg-mipi-dphy.c    |  3 +-
 drivers/phy/broadcom/Kconfig                     |  3 +-
 drivers/phy/broadcom/phy-brcm-usb.c              | 38 ++++++++++++++++++++++++
 drivers/phy/cadence/phy-cadence-sierra.c         | 35 +++++++++++++---------
 drivers/phy/mediatek/phy-mtk-tphy.c              |  2 +-
 drivers/phy/phy-core-mipi-dphy.c                 |  4 +--
 drivers/phy/rockchip/phy-rockchip-inno-dsidphy.c |  3 +-
 drivers/phy/st/phy-stm32-usbphyc.c               |  2 +-
 drivers/phy/ti/phy-j721e-wiz.c                   |  1 +
 drivers/phy/xilinx/phy-zynqmp.c                  | 11 +++----
 11 files changed, 80 insertions(+), 34 deletions(-)


-- 
~Vinod

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

[-- Attachment #2: Type: text/plain, Size: 112 bytes --]

-- 
linux-phy mailing list
linux-phy@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/linux-phy

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

* Re: [GIT PULL]: Generic phy fixes for v5.17
  2022-02-04 16:47 ` Vinod Koul
@ 2022-02-05 10:53   ` Greg KH
  -1 siblings, 0 replies; 4+ messages in thread
From: Greg KH @ 2022-02-05 10:53 UTC (permalink / raw)
  To: Vinod Koul; +Cc: Kishon Vijay Abraham I, Linux Phy, LKML

On Fri, Feb 04, 2022 at 10:17:37PM +0530, Vinod Koul wrote:
> Hello Greg,
> 
> Please pull to recieve the fixes for v5.17 for Generic phy subsystem.
> 
> The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:
> 
>   Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy.git tags/phy-fixes-5.17

Pulled and pushed out, thanks.

greg k-h

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

* Re: [GIT PULL]: Generic phy fixes for v5.17
@ 2022-02-05 10:53   ` Greg KH
  0 siblings, 0 replies; 4+ messages in thread
From: Greg KH @ 2022-02-05 10:53 UTC (permalink / raw)
  To: Vinod Koul; +Cc: Kishon Vijay Abraham I, Linux Phy, LKML

On Fri, Feb 04, 2022 at 10:17:37PM +0530, Vinod Koul wrote:
> Hello Greg,
> 
> Please pull to recieve the fixes for v5.17 for Generic phy subsystem.
> 
> The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:
> 
>   Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy.git tags/phy-fixes-5.17

Pulled and pushed out, thanks.

greg k-h

-- 
linux-phy mailing list
linux-phy@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/linux-phy

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

end of thread, other threads:[~2022-02-05 10:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-04 16:47 [GIT PULL]: Generic phy fixes for v5.17 Vinod Koul
2022-02-04 16:47 ` Vinod Koul
2022-02-05 10:53 ` Greg KH
2022-02-05 10:53   ` Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.