From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751508AbdGRPya (ORCPT ); Tue, 18 Jul 2017 11:54:30 -0400 Received: from mga01.intel.com ([192.55.52.88]:24404 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751353AbdGRPy1 (ORCPT ); Tue, 18 Jul 2017 11:54:27 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,378,1496127600"; d="scan'208";a="994347991" Message-ID: <1500393173.29303.84.camel@linux.intel.com> Subject: Re: [PATCH v2 0/5] x86/io: Rely on asm-generic/io.h From: Andy Shevchenko To: Ingo Molnar , x86@kernel.org, Thomas Gleixner , "H . Peter Anvin" , linux-kernel@vger.kernel.org, Baolin Wang , wsa@the-dreams.de, linux-i2c@vger.kernel.org, Mika Westerberg , intel-gfx@lists.freedesktop.org Date: Tue, 18 Jul 2017 18:52:53 +0300 In-Reply-To: <20170630170934.83028-1-andriy.shevchenko@linux.intel.com> References: <20170630170934.83028-1-andriy.shevchenko@linux.intel.com> Organization: Intel Finland Oy Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.22.6-1 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 2017-06-30 at 20:09 +0300, Andy Shevchenko wrote: > The series brings a bit of order to arch/x86/include/asm/io.h by re- > using > definitions in the generic header. > > The series has been tested on Intel Broxton hardware in 32- and 64-bit > modes. Any comments? Shall I resend this? > > Since v2: > - add cleanup patches in accordance to re-use what's defined in > generic header > - split to few patches > - hopefully nail down an issue kbuild bot complained about > - append tags (Wolfram) > > Andy Shevchenko (5): >   x86/io: Define IO accessors by preprocessor >   x86/io: Include asm-generic/io.h to architectural code >   x86/io: Remove mem*io() duplications >   x86/io: Remove xlate_dev_kmem_ptr() duplication >   x86/io: Make readq() / writeq() API consistent > >  arch/x86/include/asm/io.h | 98 +++++++++++++++++++++++--------------- > --------- >  include/asm-generic/io.h  | 27 +++++++++++++ >  2 files changed, 74 insertions(+), 51 deletions(-) > -- Andy Shevchenko Intel Finland Oy