LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [GIT PULL]: Generic phy fixes for v5.16
@ 2021-11-26  6:15 Vinod Koul
  2021-12-02  4:12 ` Vinod Koul
  0 siblings, 1 reply; 2+ messages in thread
From: Vinod Koul @ 2021-11-26  6:15 UTC (permalink / raw)
  To: Greg KH; +Cc: LKML, Linux Phy, Kishon Vijay Abraham I

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

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
-- 
~Vinod

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

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

* Re: [GIT PULL]: Generic phy fixes for v5.16
  2021-11-26  6:15 [GIT PULL]: Generic phy fixes for v5.16 Vinod Koul
@ 2021-12-02  4:12 ` Vinod Koul
  0 siblings, 0 replies; 2+ messages in thread
From: Vinod Koul @ 2021-12-02  4:12 UTC (permalink / raw)
  To: Greg KH; +Cc: LKML, Linux Phy, Kishon Vijay Abraham I

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


-- 
~Vinod

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

end of thread, other threads:[~2021-12-02  4:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-26  6:15 [GIT PULL]: Generic phy fixes for v5.16 Vinod Koul
2021-12-02  4:12 ` Vinod Koul

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).