Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp569790ybl; Mon, 2 Dec 2019 15:11:20 -0800 (PST) X-Google-Smtp-Source: APXvYqzIxqd0eVM56EqHFMU1zdfwUojI9ZScd9FAax959I6KMyWbufJD2hb/ipILR1KnvNba26E/ X-Received: by 2002:a17:906:4412:: with SMTP id x18mr2200229ejo.97.1575328280553; Mon, 02 Dec 2019 15:11:20 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1575328280; cv=none; d=google.com; s=arc-20160816; b=R6sGZXXXbTVwxOZ6g/LspnsX6Vqo0UAM+payCqiUM4oP9WJwCj3xaKAI9tqrS7E/io GK0vnzxQNetinOlj6lc5So5fSrFHJRO/hip6xNJVgXy6Py0tcjRJ/O5YxiJEtMWNKY+2 vvdIWmesV0iQmXnsTDMDQldvFIeCyvUjaP52vi0ECQfsnKKktpafoxuO7k+Hb4CUp5hN tH7wGLo2vX1S8KaWqVtCzfU/HxSW8zK6w5eZqIDrq+cUONM/U9aI4pZE2Y0B+EiZLec8 mMHMmgUy36Mjzs/tLS8XbVnMDVDuFrLcF9KQYq+HszWLsECeUCtSqHcamT/vWKheVT6l Bwbw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:from:subject:cc:to:message-id:date; bh=MMO9y6D+Cou9OrgWdkzhUcikOxz/jH4Tw54O1IpVTxM=; b=Wx8UdGYl5rrmtIFnr+E6anwBvWFe1Kcx5I1RbxbARh0WrqtZiU4+JHPTCMeLqqSF1J ROaBxrqxGD3r1NGSjyege/unHCz7RS4XaUkyMehVBH5prsI67vMnewX0IkTaPs6Chovs kkqeTCaHlq4UkAANh76fRNHxlDJUEa+ETokHEOVb3dkpgynWleh/FDODMJiZXcAG4OFX qM/13cFnqnkdm/UwmB35YA1UKPAygYe/tPumb1NnWMfm+fTIHMX+QkOyy3aHxUHoavY8 SnH/5Vygk5vv1t4koE33Wq9YyoytiweA4fV6cmEcZvujSdchc2sYupNCtuSdOWXiI+kN rfmQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id r5si740559edq.383.2019.12.02.15.10.57; Mon, 02 Dec 2019 15:11:20 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726564AbfLBXJS (ORCPT + 99 others); Mon, 2 Dec 2019 18:09:18 -0500 Received: from shards.monkeyblade.net ([23.128.96.9]:42336 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725834AbfLBXJR (ORCPT ); Mon, 2 Dec 2019 18:09:17 -0500 Received: from localhost (unknown [IPv6:2601:601:9f00:1c3::3d5]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: davem-davemloft) by shards.monkeyblade.net (Postfix) with ESMTPSA id 3F6A914DB02A2; Mon, 2 Dec 2019 15:09:17 -0800 (PST) Date: Mon, 02 Dec 2019 15:09:16 -0800 (PST) Message-Id: <20191202.150916.2303395989063321734.davem@davemloft.net> To: leoyang.li@nxp.com Cc: linux@rasmusvillemoes.dk, timur@kernel.org, qiang.zhao@nxp.com, christophe.leroy@c-s.fr, linuxppc-dev@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, oss@buserror.net Subject: Re: [PATCH v6 00/49] QUICC Engine support on ARM, ARM64, PPC64 From: David Miller In-Reply-To: References: <7beef282-1dd8-7c7a-4f6d-d0605d11eab5@kernel.org> X-Mailer: Mew version 6.8 on Emacs 26.1 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Mon, 02 Dec 2019 15:09:17 -0800 (PST) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Li Yang Date: Mon, 2 Dec 2019 16:56:39 -0600 > On Mon, Dec 2, 2019 at 2:14 AM Rasmus Villemoes > wrote: >> >> On 01/12/2019 17.10, Timur Tabi wrote: >> > On 11/28/19 8:55 AM, Rasmus Villemoes wrote: >> >> There have been several attempts in the past few years to allow >> >> building the QUICC engine drivers for platforms other than PPC32. This >> >> is yet another attempt. >> >> >> >> v5 can be found >> >> here:https://lore.kernel.org/lkml/20191118112324.22725-1-linux@rasmusvillemoes.dk/ >> >> >> > >> > If it helps: >> > >> > Entire series: >> > Acked-by: Timur Tabi >> >> Thanks. I'll leave it to Li Yang whether to apply that - they already >> all (except for the last-minute build fix) have your R-b. >> >> Li Yang, any chance you could pick up these patches so they have plenty >> of time in -next until 5.6? > > Sure. I will. I'm waiting for the Ack from David on the networking side. Acked-by: David S. Miller