All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vinod Koul <vkoul@kernel.org>
To: Greg KH <gregkh@linuxfoundation.org>
Cc: LKML <linux-kernel@vger.kernel.org>,
	Linux Phy <linux-phy@lists.infradead.org>,
	Kishon Vijay Abraham I <kishon@ti.com>
Subject: [GIT PULL]: Generic phy fixes for v5.16
Date: Fri, 26 Nov 2021 11:45:40 +0530	[thread overview]
Message-ID: <YaB7jK+ADoUQHWjh@matsya> (raw)

[-- 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 --]

WARNING: multiple messages have this Message-ID (diff)
From: Vinod Koul <vkoul@kernel.org>
To: Greg KH <gregkh@linuxfoundation.org>
Cc: LKML <linux-kernel@vger.kernel.org>,
	Linux Phy <linux-phy@lists.infradead.org>,
	Kishon Vijay Abraham I <kishon@ti.com>
Subject: [GIT PULL]: Generic phy fixes for v5.16
Date: Fri, 26 Nov 2021 11:45:40 +0530	[thread overview]
Message-ID: <YaB7jK+ADoUQHWjh@matsya> (raw)


[-- Attachment #1.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 #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

             reply	other threads:[~2021-11-26  6:17 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-26  6:15 Vinod Koul [this message]
2021-11-26  6:15 ` [GIT PULL]: Generic phy fixes for v5.16 Vinod Koul
2021-12-02  4:12 ` Vinod Koul
2021-12-02  4:12   ` Vinod Koul

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=YaB7jK+ADoUQHWjh@matsya \
    --to=vkoul@kernel.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=kishon@ti.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-phy@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.