Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp179148imm; Thu, 26 Jul 2018 16:30:42 -0700 (PDT) X-Google-Smtp-Source: AAOMgpfxpJGwhWGL7MjAPZVBydEoNVknZvlZ52VQvW9zSe2khg9NazMnptnHIhl9HWwyCg6rcMDr X-Received: by 2002:a17:902:aa87:: with SMTP id d7-v6mr3700310plr.215.1532647842054; Thu, 26 Jul 2018 16:30:42 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1532647842; cv=none; d=google.com; s=arc-20160816; b=hdLzCjnVgCuLnLIZ9nTd02T6VC1+2/tt8NyoYXMqw78sh6nFdXC+cGwTbEQ5eiQQud 5i4bllqkFAZJgvLzRaS0WTl0PuT0c7HarTto+v0Vzt9Ho3yJGvnn8KyHnrkTp6LSrpjt +c7ikdlAULL41IMqYamB+9Gq81deLRohQyHegHf5kSRNcwYPl7ZeB2iyntQ9xDyzaPej BJQik5hU1at9jJGEJVXB7ivMadP4mUyozXdKIhQtngogFLimrtUD8cFqW4Y7roUJdBD/ YlweUyqju8GkWSWYX9RgMTljf5xkHbFLI7immZjbixEqjf7eYMXWdxx5G6IxWw8h4NUL sXfQ== 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 :organization:references:in-reply-to:message-id:subject:cc:to:from :date:arc-authentication-results; bh=OUjFaXxNdrHJYv/+WDiN3niWHW0ZnZ8GV+VgGkjR6vw=; b=GjGL1qUCMqFap+1jQGhKAHf/KcAj+Of9wE7rIWZDgueyaM8BTFlAaOYXIa0VMfyuUx OwE0piAzm6R4q4YNtdxRqvmtiieF0GS5dWLFWhnNHcRjwFVPxC8N60ipCDDlAF7OzuRY QgowcG01nd28CTZpaLSBMyMtE/KSxKXBPbzRLvAa2aT2xeLPbsB4pBqK4lA/hyMwrSkL 76mnOrrm0EOS7Mm3kxE8CBV++1iAoiV9KNO9cmvuGKvbj5YDVKo3pha5yy0wMde6r5Ic Aey2jRcLpJONE8t3RGmw9mA/XUTi+cmVikEq68CQJhwwCqoKo2NQNMLLqhW6TsnhnzB/ U52A== 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 i4-v6si2414168pgd.657.2018.07.26.16.30.24; Thu, 26 Jul 2018 16:30:42 -0700 (PDT) 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 S1731994AbeG0Aro convert rfc822-to-8bit (ORCPT + 99 others); Thu, 26 Jul 2018 20:47:44 -0400 Received: from mail.bootlin.com ([62.4.15.54]:48876 "EHLO mail.bootlin.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730701AbeG0Arn (ORCPT ); Thu, 26 Jul 2018 20:47:43 -0400 Received: by mail.bootlin.com (Postfix, from userid 110) id CF220207F4; Fri, 27 Jul 2018 01:28:39 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mail.bootlin.com X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,SHORTCIRCUIT, URIBL_BLOCKED shortcircuit=ham autolearn=disabled version=3.4.0 Received: from xps13 (unknown [91.224.148.103]) by mail.bootlin.com (Postfix) with ESMTPSA id 421AB20618; Fri, 27 Jul 2018 01:28:39 +0200 (CEST) Date: Fri, 27 Jul 2018 01:28:38 +0200 From: Miquel Raynal To: Boris Brezillon Cc: Arnd Bergmann , Tony Luck , Fenghua Yu , linux-ia64@vger.kernel.org, linux-alpha@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] ia64: use asm-generic/io.h Message-ID: <20180727012838.69beafb2@xps13> In-Reply-To: <20180720111004.3bbb6b8f@bbrezillon> References: <20180711120824.3882108-1-arnd@arndb.de> <20180720111004.3bbb6b8f@bbrezillon> Organization: Bootlin X-Mailer: Claws Mail 3.15.0-dirty (GTK+ 2.24.31; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Boris, Boris Brezillon wrote on Fri, 20 Jul 2018 11:10:04 +0200: > +Miquel > > On Wed, 11 Jul 2018 14:08:05 +0200 > Arnd Bergmann wrote: > > > asm-generic/io.h provides a generic implementation of all I/O accessors, > > which the architectures can override. > > > > Since ia64 does not provide readsl/writesl etc, any driver using those > > fails to build, and including asm-generic/io.h will provide the > > missing interfaces, as well as any other future interfaces that get > > added there. We need to #define a couple of symbols to themselves > > in the ia64 to ensure that we use the ia64 specific version of those > > rather than the generic one. > > > > There should be no other effect than adding {read,write}s{b,w,l}() > > as well as {in,out}s{b,w,l}_p(), which were also not provided > > by ia64 but are provided by the generic header for historic reasons. > > > > Signed-off-by: Arnd Bergmann > > As for the other patch, I compile-tested it and it fixes the > compilation errors reported by kbuild robots. > > Tested-by: Boris Brezillon > > If everyone is fine with that, we'll take the patch through the NAND > tree. Applied to nand/next. Thanks, Miquèl