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 4272CC433EF for ; Mon, 30 May 2022 18:48:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242978AbiE3Ss0 (ORCPT ); Mon, 30 May 2022 14:48:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43586 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242972AbiE3SsX (ORCPT ); Mon, 30 May 2022 14:48:23 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C910A22B07; Mon, 30 May 2022 11:48:22 -0700 (PDT) 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 4543C60DC7; Mon, 30 May 2022 18:48:22 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 30EDDC385B8; Mon, 30 May 2022 18:48:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1653936501; bh=4UyDZ8TUbII8LVNK4nSE9ZyW2o9sZxWtKW5y9Bi3k6M=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=JzJExOsIYPj2R2YsOAunx4oB4q4+GzneSfq8gPGm6yWBC3J7mSJj9djObU6nNp6qa TTX1Nbfg+85AoXVqMur6n0Ep/4d+Mo7oJy+gIXk9qH/34wtTyO3Iw51Vdkl6xTEf97 W5LZYD7WTWdEyi+X4mKFb8Lr+qhcZ6LSyh9MCd3D3pwXCWCPTEUmoEIIn3YHq2uIRG hnJV8D6zOTnYPl3ZqYw1CpqoJgkNsweZocIAE1LN7iE9dbupoOaT8IuhZy+FILJ3sp dM8hhUx+H9L8/U8Cx5unSGIqJ8arXvpSOG6ojYun8oJai0ycT66cc1y3eZTuY0oDXA xbKHrh5sFFEkw== Date: Mon, 30 May 2022 11:48:19 -0700 From: Jakub Kicinski To: Corentin Labbe Cc: patchwork-bot+netdevbpf@kernel.org, None , davem@davemloft.net, mripard@kernel.org, wens@csie.org, netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v6] sun4i-emac.c: add dma support Message-ID: <20220530114819.551f3d2f@kernel.org> In-Reply-To: References: <164082961168.30206.13406661054070190413.git-patchwork-notify@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Mon, 30 May 2022 06:51:14 +0200 Corentin Labbe wrote: > Any news on patch which enable sun4i-emac DMA in DT ? Who are you directing this question to and where's that patch posted?