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 3D275C433FE for ; Wed, 9 Nov 2022 01:54:55 +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:MIME-Version:References:In-Reply-To: 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=/wUWez/gP1CKGpuRwPBRa7av4fXM5QkxIjVgBMDgLsk=; b=onCbZHfkUyubAH D5yi2QcgOo/GP4QyIRKz96Z7cRq12xlnLiwhbtJeD94KtU5SEkYe4gc+2LeMiJx3ILELOtGdQU6wS f/YUVvRCVbfbr9q78Tu6jNLP8I7Q3IooApegLKqJdVueTA9953lA8YFl/dcu6BvyW0amj0o4hmXDB TjilBKEn9+Kn/5mtUx7RSn6DDgXA/hjmGYGszGllJBUEGqa0dKCCgr6+/xtDgKJ117zhXDIq28p5c gabFPjtVhrsT1nAJS/yh6eHV4Ws5ZQ86vIPyhBWnk/30mXkic7jctnor++oHcSdKkKJ3hxZS7An32 WI/NjcDvFwS9ecH/InLg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1osaHk-009kMn-9V; Wed, 09 Nov 2022 01:53:48 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1osaHi-009kMT-18 for linux-arm-kernel@lists.infradead.org; Wed, 09 Nov 2022 01:53:47 +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 5081161765; Wed, 9 Nov 2022 01:53:45 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 09173C433D6; Wed, 9 Nov 2022 01:53:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1667958824; bh=2iV55U4SXwwrEvQj2zg5THjw7EtUBO0/5hi7eOHXfLo=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=YrQsZiKLS0L/xOfBiLOYacR86o0TROzNvGn5/WtzLJHh6jB+aFAjgdK3NpZHjZ2A7 A9LTAIvbedLeVm5mpgPFlE8jNjO4AqJNDAcRobGlgN+d8y8uyJA/dDMiE4aNIdyZ2S 8mGr7rSIGUb/Ujf6YlQWSSsZ/GHD6Wmr6HVf20JYfTP/mlnG4oOGEy/WMTSnDyBqlO 9ixiDMbS4f4DRAQBVfi6D8etY0sAxvdbCYDkKoQi3zlZcy387IEkwyUlwlul2rEhrj qKHNWmavoEWfTn9J4Qj1sNh0iNELS2xL5d5NZ3xf5uM0Y3VCaJb9Hx/n9Ku3obxqiN rVA83M8fpHIzA== Date: Tue, 8 Nov 2022 17:53:43 -0800 From: Jakub Kicinski To: Siddharth Vadapalli Cc: , , , , , , , , , , , , , , Subject: Re: [PATCH v4 0/3] Add support for QSGMII mode for J721e CPSW9G to am65-cpsw driver Message-ID: <20221108175343.57f3998d@kernel.org> In-Reply-To: <20221108080606.124596-1-s-vadapalli@ti.com> References: <20221108080606.124596-1-s-vadapalli@ti.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221108_175346_159697_286471ED X-CRM114-Status: UNSURE ( 9.93 ) X-CRM114-Notice: Please train this message. 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 Tue, 8 Nov 2022 13:36:03 +0530 Siddharth Vadapalli wrote: > 2. Rebase series on linux-next tree tagged: next-20221107. You need to based on the tree which you're expecting to apply the patch. Which should be net-next here- throw that into the subject while at it ([PATCH net-next v5 0/3] ....). v4 does not apply cleanly. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 125B1C433FE for ; Wed, 9 Nov 2022 01:53:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229621AbiKIBxr (ORCPT ); Tue, 8 Nov 2022 20:53:47 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41064 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229628AbiKIBxq (ORCPT ); Tue, 8 Nov 2022 20:53:46 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CADE61A05A; Tue, 8 Nov 2022 17:53:45 -0800 (PST) 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 5F8CA6186E; Wed, 9 Nov 2022 01:53:45 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 09173C433D6; Wed, 9 Nov 2022 01:53:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1667958824; bh=2iV55U4SXwwrEvQj2zg5THjw7EtUBO0/5hi7eOHXfLo=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=YrQsZiKLS0L/xOfBiLOYacR86o0TROzNvGn5/WtzLJHh6jB+aFAjgdK3NpZHjZ2A7 A9LTAIvbedLeVm5mpgPFlE8jNjO4AqJNDAcRobGlgN+d8y8uyJA/dDMiE4aNIdyZ2S 8mGr7rSIGUb/Ujf6YlQWSSsZ/GHD6Wmr6HVf20JYfTP/mlnG4oOGEy/WMTSnDyBqlO 9ixiDMbS4f4DRAQBVfi6D8etY0sAxvdbCYDkKoQi3zlZcy387IEkwyUlwlul2rEhrj qKHNWmavoEWfTn9J4Qj1sNh0iNELS2xL5d5NZ3xf5uM0Y3VCaJb9Hx/n9Ku3obxqiN rVA83M8fpHIzA== Date: Tue, 8 Nov 2022 17:53:43 -0800 From: Jakub Kicinski To: Siddharth Vadapalli Cc: , , , , , , , , , , , , , , Subject: Re: [PATCH v4 0/3] Add support for QSGMII mode for J721e CPSW9G to am65-cpsw driver Message-ID: <20221108175343.57f3998d@kernel.org> In-Reply-To: <20221108080606.124596-1-s-vadapalli@ti.com> References: <20221108080606.124596-1-s-vadapalli@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Tue, 8 Nov 2022 13:36:03 +0530 Siddharth Vadapalli wrote: > 2. Rebase series on linux-next tree tagged: next-20221107. You need to based on the tree which you're expecting to apply the patch. Which should be net-next here- throw that into the subject while at it ([PATCH net-next v5 0/3] ....). v4 does not apply cleanly.