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 D9E2BC77B7F for ; Tue, 16 May 2023 14:32:26 +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=HvSpoo5OdFViGtzLJYA4Qrj0lufq2kYbPKKj+d7uB1U=; b=xd9V6Ym9AbhxfD EOP8DbhNcU3eGXC8kD4nMnNrRtdXYm9uWWTKuOyMmd4XMBucbhZLOfcJbCR3C0Hd2J0pmwivFXN4B R9se2yWHOx8LvvEeZ8vAWzPY0Rd4MMnLsHaZOWZVDskFgwGyOZxhmyflAJU7N2Z0o+A4nRV+Eixex OWBmV/4VrNIvQ/T9YAzESVSUWVPJa/aSnez3BfedlROpRdf9Hw0jF+V8ILt2W+jfJMaFw9JqRWyc6 819oIFDdSUzELiLC5WLDWZocLEfaKtqQ1LxMfxxMuGeRluyZIp1k4yUi6fZytV/zcpPXE4luFmroh CDxIWQe1DgiwftTLfIDw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1pyvie-00666U-2r; Tue, 16 May 2023 14:32:04 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1pyvic-00665i-0M; Tue, 16 May 2023 14:32:03 +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 84262634E0; Tue, 16 May 2023 14:32:01 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6109FC433D2; Tue, 16 May 2023 14:32:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1684247521; bh=H7zehSHe6OxhJ9CICtzRIHG3toGkV9epwmeZGTu5uoI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=m5zR2HT2O31WqtGq/ArnyvhZGdDpe4Is3e+stzeh6btOST4n5CRTjuZTamGm5oxHF ztBVjhziUEG7BIUzBPeBkHHuzf2Swsw+PIdgl25PVr1gAkOEAURGuWR7MOcJHxzdvw tBvijbYpY+pYJBUsvrHpyqrA/DTWSbTr8OSrwzrugY1cIpRKhMq8tCv4Xr5fhw2L5k laGpt92F4BtKQBIXaa2eJfcK5r1SUPKH4iB5uE6BFSJS6RBow5puERlIyLJksme+gq D0EqeBurZFyySCvUY1Xc8UXIgw/VbeqYKoGEG+dusY6tNg70Pq0LaAq95zSXXIwMWe Kcq6i9irp4pbQ== Date: Tue, 16 May 2023 20:01:57 +0530 From: Vinod Koul To: Siddharth Vadapalli Cc: kishon@kernel.org, rogerq@kernel.org, linux-phy@lists.infradead.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, srk@ti.com Subject: Re: [PATCH 0/2] PHY-GMII-SEL: Add support for J784S4 SoC Message-ID: References: <20230331062521.529005-1-s-vadapalli@ti.com> <8d159cc9-ecdb-b96f-052a-42377a549839@ti.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <8d159cc9-ecdb-b96f-052a-42377a549839@ti.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230516_073202_196317_C8A76F27 X-CRM114-Status: GOOD ( 12.77 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 31-03-23, 19:19, Siddharth Vadapalli wrote: > Hello Vinod, > > On 31-03-2023 19:03, Vinod Koul wrote: > > On 31-03-23, 11:55, Siddharth Vadapalli wrote: > >> Hello, > >> > >> This series TI's J784S4 SoC. A new compatible is added for the J784S4 SoC, > >> with QSGMII mode enabled. Also, the CPSW9G instance of J784S4 SoC supports > >> USXGMII mode. Thus, add support to configure USXGMII mode. > > > > Sorry this fails to apply for me, pls rebase and send > > This series has to be applied after the following series: > https://lore.kernel.org/r/20230309063514.398705-1-s-vadapalli@ti.com/ > as mentioned below. Okay applied now -- ~Vinod _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel