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 7264BC76196 for ; Mon, 3 Apr 2023 13:02:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232249AbjDCNCJ (ORCPT ); Mon, 3 Apr 2023 09:02:09 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53290 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232204AbjDCNCG (ORCPT ); Mon, 3 Apr 2023 09:02:06 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2F7B41B345 for ; Mon, 3 Apr 2023 06:01:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1680526879; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=qp8jb1qENX7rVnqrJSaV9tv+NNohtm3BMtsMs+alKp0=; b=b4TZLRpsMM0e6x5tBFt4XybyPywv1OS+fgWzua+byFw0z7sCPCB+gw0dXJokHDeKaFXoAm AQ02U18WqbpoxibtDon8VwRJnc97xraJ2FUwmtEW98JZ8VTNCkleGfCx4ZWRGduTlSUF0Z or257CVusWNSj/YpEFaPtSVK7ltWxDU= Received: from mail-oa1-f72.google.com (mail-oa1-f72.google.com [209.85.160.72]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-213-d8XkCPDJPBOEPVCxj4OA9g-1; Mon, 03 Apr 2023 09:01:18 -0400 X-MC-Unique: d8XkCPDJPBOEPVCxj4OA9g-1 Received: by mail-oa1-f72.google.com with SMTP id 586e51a60fabf-18032227bc5so5568423fac.9 for ; Mon, 03 Apr 2023 06:01:17 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1680526877; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=qp8jb1qENX7rVnqrJSaV9tv+NNohtm3BMtsMs+alKp0=; b=LgUJNPHjPhmaRoaY0mo/ag9xJNgEmrSchij9nCz396CKwSQ42CNCcGmMmVFsmt6rnv tuJEV9D9Mp9gGwQSCVDJf0IST9YRn93xG7S877UgmzNoSjqatqFLWIjO1RvwV3op46d0 l+mT/ywRBvQqZQjEHQ5ZBSLg3eiQvGPLH4o7bwGsd14fKQxDJza59uwAaqXqxlHC67e6 ZW5ucEKb5+2cXivz/vcJXGx2bFb9DQwXuzf1FnUijJ8NuRF1J39rI6Dnqh+1i8JxaLkt IWLJdiwtLe0JMvkrXpEilgB2UvDQhJHSyLAe9ildFtw4x1290Y5BJ0i5TlyM1lW83EyI 9JRA== X-Gm-Message-State: AAQBX9eAZxaGLqNPbtL9vJRNpxbDrYaWsPRUCXup5e6TCIXnPQsW3zXz PAqOL/U7th4qnTlONce/IRAHw6f1nxHwqfxeUYolBgzB77YrINGH+T8MmjpCN5245HAwG2CZkde W7irtaQDqNDTx411p X-Received: by 2002:a05:6870:a10a:b0:169:cbcc:25c0 with SMTP id m10-20020a056870a10a00b00169cbcc25c0mr9340404oae.14.1680526877281; Mon, 03 Apr 2023 06:01:17 -0700 (PDT) X-Google-Smtp-Source: AKy350bVyA1HaKN+sFnH2QwAuA0pQ0vlOfQSri1+XfKwdC7nAbRh3YgkVYvmAZP3E261XxLXanhZsg== X-Received: by 2002:a05:6870:a10a:b0:169:cbcc:25c0 with SMTP id m10-20020a056870a10a00b00169cbcc25c0mr9340341oae.14.1680526876532; Mon, 03 Apr 2023 06:01:16 -0700 (PDT) Received: from halaney-x13s (104-53-165-62.lightspeed.stlsmo.sbcglobal.net. [104.53.165.62]) by smtp.gmail.com with ESMTPSA id l11-20020a056870218b00b001777244e3f9sm3521228oae.8.2023.04.03.06.01.14 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 03 Apr 2023 06:01:16 -0700 (PDT) Date: Mon, 3 Apr 2023 08:01:12 -0500 From: Andrew Halaney To: Jakub Kicinski Cc: linux-kernel@vger.kernel.org, agross@kernel.org, andersson@kernel.org, konrad.dybcio@linaro.org, davem@davemloft.net, edumazet@google.com, pabeni@redhat.com, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, vkoul@kernel.org, bhupesh.sharma@linaro.org, wens@csie.org, jernej.skrabec@gmail.com, samuel@sholland.org, mturquette@baylibre.com, peppe.cavallaro@st.com, alexandre.torgue@foss.st.com, joabreu@synopsys.com, mcoquelin.stm32@gmail.com, richardcochran@gmail.com, linux@armlinux.org.uk, veekhee@apple.com, tee.min.tan@linux.intel.com, mohammad.athari.ismail@intel.com, jonathanh@nvidia.com, ruppala@nvidia.com, bmasney@redhat.com, andrey.konovalov@linaro.org, linux-arm-msm@vger.kernel.org, netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, ncai@quicinc.com, jsuraj@qti.qualcomm.com, hisunil@quicinc.com, echanude@redhat.com Subject: Re: [PATCH net-next v3 00/12] Add EMAC3 support for sa8540p-ride Message-ID: <20230403130112.53z6m2lmm5lnjsm2@halaney-x13s> References: <20230331214549.756660-1-ahalaney@redhat.com> <20230331220613.2cr2r5mcf2wwse4j@halaney-x13s> <20230331215504.0169293a@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230331215504.0169293a@kernel.org> Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Fri, Mar 31, 2023 at 09:55:04PM -0700, Jakub Kicinski wrote: > On Fri, 31 Mar 2023 17:06:13 -0500 Andrew Halaney wrote: > > As promised: https://lore.kernel.org/netdev/20230331215804.783439-1-ahalaney@redhat.com/T/#t > > Patch 12 never made it to netdev or lore :( > Well, that's no good as I definitely want some eyes on that one :( I've already gotten _some_ reviews on the earlier patches in v3, I am going to absorb anything super quick into a v4 today, then send that out, maybe copy pasting larger questions I have yet to respond to? Seems like an ok approach.. not having the full solution in hand is crummy for review. Let me know if you think that's a bad call and just a resend is better. Sorry, not sure where I messed that up Friday evening when writing changelogs etc.