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 X-Spam-Level: X-Spam-Status: No, score=-0.7 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,UNPARSEABLE_RELAY,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9154DC48BE1 for ; Fri, 21 Jun 2019 02:09:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6ED502084E for ; Fri, 21 Jun 2019 02:09:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726264AbfFUCJ2 (ORCPT ); Thu, 20 Jun 2019 22:09:28 -0400 Received: from eddie.linux-mips.org ([148.251.95.138]:46664 "EHLO cvs.linux-mips.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725906AbfFUCJ1 (ORCPT ); Thu, 20 Jun 2019 22:09:27 -0400 Received: (from localhost user: 'macro', uid#1010) by eddie.linux-mips.org with ESMTP id S23990396AbfFUCJX1JN01 (ORCPT + 2 others); Fri, 21 Jun 2019 04:09:23 +0200 Date: Fri, 21 Jun 2019 03:09:23 +0100 (BST) From: "Maciej W. Rozycki" To: Paul Burton cc: "David S. Miller" , "netdev@vger.kernel.org" , Paul Burton , Serge Semin , "linux-mips@vger.kernel.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH] FDDI: defza: Include linux/io-64-nonatomic-lo-hi.h In-Reply-To: <20190620221224.27352-1-paul.burton@mips.com> Message-ID: References: <20190620221224.27352-1-paul.burton@mips.com> User-Agent: Alpine 2.21 (LFD 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Thu, 20 Jun 2019, Paul Burton wrote: > Maciej, David, if you'd be happy to provide an Ack so that I can take > this through the mips-next branch that would be great; that'll let me > apply it prior to the asm/io.h change. Acked-by: Maciej W. Rozycki Sure, thanks for doing this work. Maciej