All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vinod Koul <vkoul@kernel.org>
To: Nathan Chancellor <nathan@kernel.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>,
	LKML <linux-kernel@vger.kernel.org>,
	Linux Phy <linux-phy@lists.infradead.org>,
	Nick Desaulniers <ndesaulniers@google.com>,
	llvm@lists.linux.dev
Subject: Re: [GIT PULL]: Generic phy updates for v6.4
Date: Thu, 4 May 2023 21:01:05 +0530	[thread overview]
Message-ID: <ZFPPucb9VNLB8r8v@matsya> (raw)
In-Reply-To: <20230504150624.GA1000378@dev-arch.thelio-3990X>

On 04-05-23, 08:06, Nathan Chancellor wrote:
> Hi Vinod,
> 
> On Wed, May 03, 2023 at 04:18:01PM +0530, Vinod Koul wrote:
> > Hello Linus,
> > 
> > Please consider pull to receive generic phy updates for v6.4-rc1. We
> > have a bunch of new controller support in qcom, mediatek and rk socs.
> > Intel Thunder Bay eMMC PHY driver is dropped as no users and bunch of
> > driver updates for the subsystem
> > 
> > The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6:
> > 
> >   Linux 6.3-rc1 (2023-03-05 14:52:03 -0800)
> > 
> > are available in the Git repository at:
> > 
> >   git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy.git tags/phy-for-6.4
> > 
> > for you to fetch changes up to a0106132372120dd0abf5ad7636614e5aeb5da08:
> > 
> >   phy: cadence: cdns-dphy-rx: Add common module reset support (2023-04-12 22:16:16 +0530)
> > 
> > ----------------------------------------------------------------
> > phy-for-6.4
> > 
> >   - New support:
> >         - UFS PHY for Qualcomm SA8775p, SM7150
> >         - PCIe 2 lane phy support for sc8180x and PCIe PHY for SDX65
> >         - Mediatke hdmi phy support for mt8195
> >         - rockchip naneng combo phy support for RK358
> > 
> >   - Updates:
> >         - Drop Thunder Bay eMMC PHY driver
> >         - RC support for PCIe phy for Qualcomm SDX55
> >         - SGMII support in WIZ driver for J721E
> >         - PCIe and multilink SGMII PHY support in cadence driver
> >         - Big pile of platform remove callback returning void conversions
> > 
> > ----------------------------------------------------------------
> ...
> > Guillaume Ranquet (3):
> >       dt-bindings: phy: mediatek: hdmi-phy: Add mt8195 compatible
> >       phy: phy-mtk-hdmi: Add generic phy configure callback
> >       phy: mediatek: add support for phy-mtk-hdmi-mt8195
> 
> This patch went in without one of the three simple/obvious fixes sent to
> you, so now clang builds with -Werror are broken, as they have been in
> -next for almost three weeks :/

Sorry between vacation and travel, this was missed.

No worries we have process to deal with this, so this shall go in as
fixes.. I will do the needful shortly

Thanks
-- 
~Vinod

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

WARNING: multiple messages have this Message-ID (diff)
From: Vinod Koul <vkoul@kernel.org>
To: Nathan Chancellor <nathan@kernel.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>,
	LKML <linux-kernel@vger.kernel.org>,
	Linux Phy <linux-phy@lists.infradead.org>,
	Nick Desaulniers <ndesaulniers@google.com>,
	llvm@lists.linux.dev
Subject: Re: [GIT PULL]: Generic phy updates for v6.4
Date: Thu, 4 May 2023 21:01:05 +0530	[thread overview]
Message-ID: <ZFPPucb9VNLB8r8v@matsya> (raw)
In-Reply-To: <20230504150624.GA1000378@dev-arch.thelio-3990X>

On 04-05-23, 08:06, Nathan Chancellor wrote:
> Hi Vinod,
> 
> On Wed, May 03, 2023 at 04:18:01PM +0530, Vinod Koul wrote:
> > Hello Linus,
> > 
> > Please consider pull to receive generic phy updates for v6.4-rc1. We
> > have a bunch of new controller support in qcom, mediatek and rk socs.
> > Intel Thunder Bay eMMC PHY driver is dropped as no users and bunch of
> > driver updates for the subsystem
> > 
> > The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6:
> > 
> >   Linux 6.3-rc1 (2023-03-05 14:52:03 -0800)
> > 
> > are available in the Git repository at:
> > 
> >   git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy.git tags/phy-for-6.4
> > 
> > for you to fetch changes up to a0106132372120dd0abf5ad7636614e5aeb5da08:
> > 
> >   phy: cadence: cdns-dphy-rx: Add common module reset support (2023-04-12 22:16:16 +0530)
> > 
> > ----------------------------------------------------------------
> > phy-for-6.4
> > 
> >   - New support:
> >         - UFS PHY for Qualcomm SA8775p, SM7150
> >         - PCIe 2 lane phy support for sc8180x and PCIe PHY for SDX65
> >         - Mediatke hdmi phy support for mt8195
> >         - rockchip naneng combo phy support for RK358
> > 
> >   - Updates:
> >         - Drop Thunder Bay eMMC PHY driver
> >         - RC support for PCIe phy for Qualcomm SDX55
> >         - SGMII support in WIZ driver for J721E
> >         - PCIe and multilink SGMII PHY support in cadence driver
> >         - Big pile of platform remove callback returning void conversions
> > 
> > ----------------------------------------------------------------
> ...
> > Guillaume Ranquet (3):
> >       dt-bindings: phy: mediatek: hdmi-phy: Add mt8195 compatible
> >       phy: phy-mtk-hdmi: Add generic phy configure callback
> >       phy: mediatek: add support for phy-mtk-hdmi-mt8195
> 
> This patch went in without one of the three simple/obvious fixes sent to
> you, so now clang builds with -Werror are broken, as they have been in
> -next for almost three weeks :/

Sorry between vacation and travel, this was missed.

No worries we have process to deal with this, so this shall go in as
fixes.. I will do the needful shortly

Thanks
-- 
~Vinod

  reply	other threads:[~2023-05-04 15:31 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-03 10:48 [GIT PULL]: Generic phy updates for v6.4 Vinod Koul
2023-05-03 10:48 ` Vinod Koul
2023-05-03 18:32 ` pr-tracker-bot
2023-05-03 18:32   ` pr-tracker-bot
2023-05-04 15:06 ` Nathan Chancellor
2023-05-04 15:06   ` Nathan Chancellor
2023-05-04 15:31   ` Vinod Koul [this message]
2023-05-04 15:31     ` Vinod Koul
2023-05-04 17:23     ` Linus Torvalds
2023-05-04 17:23       ` Linus Torvalds
2023-05-04 18:00       ` Vinod Koul
2023-05-04 18:00         ` 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=ZFPPucb9VNLB8r8v@matsya \
    --to=vkoul@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-phy@lists.infradead.org \
    --cc=llvm@lists.linux.dev \
    --cc=nathan@kernel.org \
    --cc=ndesaulniers@google.com \
    --cc=torvalds@linux-foundation.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.