From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id DA7A4C77B7C for ; Thu, 4 May 2023 15:06:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=AitqDByq4gztt1T7bAD3Ecz2PfUNRYT9IZXMZ/fAniM=; b=Sq/EDhPcQQj9NI Cb6NoRlqIQfXsYneDzQCT8BYHqNLG2m6EvC6s3nO5HUmbEJBwmBgpnO9MktZzDsnylxcCa6lTnHf2 BNflgcz1mLiOmlRMC8muhxCW2cz41sQzRj5QnTd8vd5bTrtsQOALKj7Bn006O654kw8doCD6dsDfS EDXf81FCoru1+hlIAD7JsBt9Y89hzuGbkjqkmJSil0rBogO6QDGA+UzXpnPT8A741Sry95D/9WtM7 l9y1b1X8CRTZU0RtXciyIpwtf2/b2dP2lWYhpcs1UZNyol2d90k27ZgWnfTcO/r9Rsw7tW/SSMlCX fhZI/vpslLGl2lxdTEKg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1puaXO-008Ame-1a; Thu, 04 May 2023 15:06:30 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1puaXM-008Am1-06 for linux-phy@lists.infradead.org; Thu, 04 May 2023 15:06:29 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 37417634DC; Thu, 4 May 2023 15:06:27 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3E19BC433EF; Thu, 4 May 2023 15:06:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1683212786; bh=e6TydR08eXObbWSXZBvKj7cOlcyvP0Fh60ymlnpBqgc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=K/Vpd9pZAy58FmzsTrVPg7RSwqo8089WjAItbdp13rLow5t9bcUzlJ4htHc4Mr3FQ sQXsqiQJ57f2sEWjfnljFUw8gS8TfYGc/xsgHOpksA3N1WVh2qroPFRL/EQMpXVtSo KntQGMiE5tUy1opVNzPCaLAPpXB4qMHqTebkk7hJPWKm/NBFDI3pkxPAjw7dBp8o4W uWgRg+XLACf91TLagSJStYTE8+pl9jOen7F/78+UNcxfjL5DpGlqdGOX9ziqlLmYKy Kj1OWvhGIjccXtWurEAHmJQLAfDmsv/RZAKXAOSQqRQ+q9PqO1BODpLIAxnd7+FfK6 zgdAdQ/dEVdsw== Date: Thu, 4 May 2023 08:06:24 -0700 From: Nathan Chancellor To: Vinod Koul Cc: Linus Torvalds , LKML , Linux Phy , Nick Desaulniers , llvm@lists.linux.dev Subject: Re: [GIT PULL]: Generic phy updates for v6.4 Message-ID: <20230504150624.GA1000378@dev-arch.thelio-3990X> References: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230504_080628_172254_486A53AF X-CRM114-Status: GOOD ( 17.50 ) X-BeenThere: linux-phy@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Linux Phy Mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-phy" Errors-To: linux-phy-bounces+linux-phy=archiver.kernel.org@lists.infradead.org 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 :/ https://lore.kernel.org/20230413-fixes-for-mt8195-hdmi-phy-v2-1-bbad62e64321@baylibre.com/ https://lore.kernel.org/20230414075842.4006164-1-arnd@kernel.org/ https://lore.kernel.org/20230414122253.3171524-1-trix@redhat.com/ drivers/phy/mediatek/phy-mtk-hdmi-mt8195.c:298:6: error: variable 'ret' is uninitialized when used here [-Werror,-Wuninitialized] if (ret) ^~~ drivers/phy/mediatek/phy-mtk-hdmi-mt8195.c:216:12: note: initialize the variable 'ret' to silence this warning int i, ret; ^ = 0 1 error generated. Could one of these please be picked up by either you or Linus directly, since this is the third ping on the matter: https://lore.kernel.org/20230421221330.GA3657732@dev-arch.thelio-3990X/ https://lore.kernel.org/CAKwvOd=5szkx5yA0bxcyktx85opAwLrB3_4n13SMV7p3m9x7LQ@mail.gmail.com/ Cheers, Nathan -- linux-phy mailing list linux-phy@lists.infradead.org https://lists.infradead.org/mailman/listinfo/linux-phy