mbox series

[GIT,PULL] : Generic phy fixes for v5.16

Message ID YaB7jK+ADoUQHWjh@matsya
State Mainlined
Headers show
Series [GIT,PULL] : Generic phy fixes for v5.16 | expand

Pull-request

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

Message

Vinod Koul Nov. 26, 2021, 6:15 a.m. UTC
Hello Greg,

Please pull to recieve bunch of fixes for generic phy subsystem. These
contain mostly kernel-doc warning fixes along with couple of driver
fixes.

The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:

  Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)

are available in the Git repository at:

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

for you to fetch changes up to f0ae8685b2858fc1dabf5ea743642abb5f242375:

  phy: HiSilicon: Fix copy and paste bug in error handling (2021-11-23 10:42:13 +0530)

----------------------------------------------------------------
phy: fixes for 5.16

Fixes for:
 - kernel-doc warnings for various drivers
 - error handling fix for HiSilicon driver
 - name fix for zynqmp phy
 - property name fix in stm32 phy

----------------------------------------------------------------
Amelie Delaunay (1):
      phy: stm32: fix st,slow-hs-slew-rate with st,decrease-hs-slew-rate

Dan Carpenter (1):
      phy: HiSilicon: Fix copy and paste bug in error handling

Liam Beguin (1):
      dt-bindings: phy: zynqmp-psgtr: fix USB phy name

Randy Dunlap (1):
      phy: ti: report 2 non-kernel-doc comments

Vinod Koul (6):
      phy: mvebu-cp110-utmi: Fix kernel-doc warns
      phy: qualcomm: qmp: Add missing struct documentation
      phy: qualcomm: usb-hsic: Fix the kernel-doc warn
      phy: ti: tusb1210: Fix the kernel-doc warn
      phy: qualcomm: ipq806x-usb: Fix kernel-doc style
      phy: ti: omap-usb2: Fix the kernel-doc style

 .../devicetree/bindings/phy/xlnx,zynqmp-psgtr.yaml |  2 +-
 drivers/phy/hisilicon/phy-hi3670-pcie.c            |  4 ++--
 drivers/phy/marvell/phy-mvebu-cp110-utmi.c         |  4 ++--
 drivers/phy/qualcomm/phy-qcom-ipq806x-usb.c        | 26 ++++++++++++----------
 drivers/phy/qualcomm/phy-qcom-qmp.c                |  3 +++
 drivers/phy/qualcomm/phy-qcom-usb-hsic.c           |  2 +-
 drivers/phy/st/phy-stm32-usbphyc.c                 |  2 +-
 drivers/phy/ti/phy-am654-serdes.c                  |  2 +-
 drivers/phy/ti/phy-j721e-wiz.c                     |  2 +-
 drivers/phy/ti/phy-omap-usb2.c                     |  6 ++---
 drivers/phy/ti/phy-tusb1210.c                      |  2 +-
 11 files changed, 30 insertions(+), 25 deletions(-)

Thanks

Comments

Vinod Koul Dec. 2, 2021, 4:12 a.m. UTC | #1
Hi Greg,

On 26-11-21, 11:45, Vinod Koul wrote:
> Hello Greg,
> 
> Please pull to recieve bunch of fixes for generic phy subsystem. These
> contain mostly kernel-doc warning fixes along with couple of driver
> fixes.
> 
> The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:
> 
>   Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy.git tags/phy-fixes-5.16

Did you miss this one or something else...

> 
> for you to fetch changes up to f0ae8685b2858fc1dabf5ea743642abb5f242375:
> 
>   phy: HiSilicon: Fix copy and paste bug in error handling (2021-11-23 10:42:13 +0530)
> 
> ----------------------------------------------------------------
> phy: fixes for 5.16
> 
> Fixes for:
>  - kernel-doc warnings for various drivers
>  - error handling fix for HiSilicon driver
>  - name fix for zynqmp phy
>  - property name fix in stm32 phy
> 
> ----------------------------------------------------------------
> Amelie Delaunay (1):
>       phy: stm32: fix st,slow-hs-slew-rate with st,decrease-hs-slew-rate
> 
> Dan Carpenter (1):
>       phy: HiSilicon: Fix copy and paste bug in error handling
> 
> Liam Beguin (1):
>       dt-bindings: phy: zynqmp-psgtr: fix USB phy name
> 
> Randy Dunlap (1):
>       phy: ti: report 2 non-kernel-doc comments
> 
> Vinod Koul (6):
>       phy: mvebu-cp110-utmi: Fix kernel-doc warns
>       phy: qualcomm: qmp: Add missing struct documentation
>       phy: qualcomm: usb-hsic: Fix the kernel-doc warn
>       phy: ti: tusb1210: Fix the kernel-doc warn
>       phy: qualcomm: ipq806x-usb: Fix kernel-doc style
>       phy: ti: omap-usb2: Fix the kernel-doc style
> 
>  .../devicetree/bindings/phy/xlnx,zynqmp-psgtr.yaml |  2 +-
>  drivers/phy/hisilicon/phy-hi3670-pcie.c            |  4 ++--
>  drivers/phy/marvell/phy-mvebu-cp110-utmi.c         |  4 ++--
>  drivers/phy/qualcomm/phy-qcom-ipq806x-usb.c        | 26 ++++++++++++----------
>  drivers/phy/qualcomm/phy-qcom-qmp.c                |  3 +++
>  drivers/phy/qualcomm/phy-qcom-usb-hsic.c           |  2 +-
>  drivers/phy/st/phy-stm32-usbphyc.c                 |  2 +-
>  drivers/phy/ti/phy-am654-serdes.c                  |  2 +-
>  drivers/phy/ti/phy-j721e-wiz.c                     |  2 +-
>  drivers/phy/ti/phy-omap-usb2.c                     |  6 ++---
>  drivers/phy/ti/phy-tusb1210.c                      |  2 +-
>  11 files changed, 30 insertions(+), 25 deletions(-)
> 
> Thanks
> -- 
> ~Vinod



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