From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hitoshi Mitake Subject: Re: [PATCH 1/9] move io-64-nonatomic*.h out of asm-generic Date: Tue, 01 Sep 2015 20:34:18 +0900 Message-ID: <87oahmnzk5.wl%mitake.hitoshi@gmail.com> References: <1440746842-19029-1-git-send-email-hch@lst.de> <1440746842-19029-2-git-send-email-hch@lst.de> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from mail-pa0-f44.google.com ([209.85.220.44]:35311 "EHLO mail-pa0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752586AbbIALe2 (ORCPT ); Tue, 1 Sep 2015 07:34:28 -0400 In-Reply-To: <1440746842-19029-2-git-send-email-hch@lst.de> Sender: linux-arch-owner@vger.kernel.org List-ID: To: Christoph Hellwig Cc: arnd@arndb.de, mitake@dcl.info.waseda.ac.jp, dhowells@redhat.com, herbert@gondor.apana.org.au, oded.gabbay@amd.com, eli@mellanox.com, james_p_freyensee@linux.intel.com, linux-gpio@vger.kernel.org, drbd-dev@lists.linbit.com, linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org At Fri, 28 Aug 2015 09:27:14 +0200, Christoph Hellwig wrote: > > These are not implementations of default architecture code but helpers > for drivers. Move them to the place they belong to. > > Signed-off-by: Christoph Hellwig > --- > drivers/edac/i3200_edac.c | 2 +- > drivers/edac/ie31200_edac.c | 2 +- > drivers/edac/x38_edac.c | 2 +- > include/asm-generic/io-64-nonatomic-hi-lo.h | 32 -------------------------- > include/asm-generic/io-64-nonatomic-lo-hi.h | 32 -------------------------- > include/linux/io-64-nonatomic-hi-lo.h | 32 ++++++++++++++++++++++++++ > include/linux/io-64-nonatomic-lo-hi.h | 32 ++++++++++++++++++++++++++ Thanks, changes for edac drivers and headers seem good to me. Acked-by: Hitoshi Mitake Thanks, Hitoshi From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from zimbra13.linbit.com (zimbra.linbit.com [212.69.161.123]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mail09.linbit.com (LINBIT Mail Daemon) with ESMTPS id A84541055F56 for ; Fri, 11 Sep 2015 15:20:28 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by zimbra13.linbit.com (Postfix) with ESMTP id A367D2BEE36 for ; Fri, 11 Sep 2015 15:20:28 +0200 (CEST) Received: from zimbra13.linbit.com ([127.0.0.1]) by localhost (zimbra13.linbit.com [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id nLAYkdx2GDNf for ; Fri, 11 Sep 2015 15:20:28 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by zimbra13.linbit.com (Postfix) with ESMTP id 8698D2BEE40 for ; Fri, 11 Sep 2015 15:20:28 +0200 (CEST) Received: from zimbra13.linbit.com ([127.0.0.1]) by localhost (zimbra13.linbit.com [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id IuiZTTV3YeyW for ; Fri, 11 Sep 2015 15:20:28 +0200 (CEST) Received: from soda.linbit (tuerlsteher.linbit.com [86.59.100.100]) by zimbra13.linbit.com (Postfix) with ESMTPS id 4D1A42BEE36 for ; Fri, 11 Sep 2015 15:20:28 +0200 (CEST) Resent-Message-ID: <20150911132027.GB3436@soda.linbit> Received: from mail-pa0-f54.google.com (mail-pa0-f54.google.com [209.85.220.54]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by mail09.linbit.com (LINBIT Mail Daemon) with ESMTPS id 9C48310518AB for ; Tue, 1 Sep 2015 13:41:13 +0200 (CEST) Received: by pacdd16 with SMTP id dd16so174458259pac.2 for ; Tue, 01 Sep 2015 04:41:12 -0700 (PDT) Date: Tue, 01 Sep 2015 20:34:18 +0900 Message-ID: <87oahmnzk5.wl%mitake.hitoshi@gmail.com> From: Hitoshi Mitake To: Christoph Hellwig In-Reply-To: <1440746842-19029-2-git-send-email-hch@lst.de> References: <1440746842-19029-1-git-send-email-hch@lst.de> <1440746842-19029-2-git-send-email-hch@lst.de> MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Cc: linux-arch@vger.kernel.org, mitake@dcl.info.waseda.ac.jp, arnd@arndb.de, linux-kernel@vger.kernel.org, oded.gabbay@amd.com, dhowells@redhat.com, linux-gpio@vger.kernel.org, eli@mellanox.com, james_p_freyensee@linux.intel.com, drbd-dev@lists.linbit.com, herbert@gondor.apana.org.au Subject: Re: [Drbd-dev] [PATCH 1/9] move io-64-nonatomic*.h out of asm-generic List-Id: "*Coordination* of development, patches, contributions -- *Questions* \(even to developers\) go to drbd-user, please." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , At Fri, 28 Aug 2015 09:27:14 +0200, Christoph Hellwig wrote: > > These are not implementations of default architecture code but helpers > for drivers. Move them to the place they belong to. > > Signed-off-by: Christoph Hellwig > --- > drivers/edac/i3200_edac.c | 2 +- > drivers/edac/ie31200_edac.c | 2 +- > drivers/edac/x38_edac.c | 2 +- > include/asm-generic/io-64-nonatomic-hi-lo.h | 32 -------------------------- > include/asm-generic/io-64-nonatomic-lo-hi.h | 32 -------------------------- > include/linux/io-64-nonatomic-hi-lo.h | 32 ++++++++++++++++++++++++++ > include/linux/io-64-nonatomic-lo-hi.h | 32 ++++++++++++++++++++++++++ Thanks, changes for edac drivers and headers seem good to me. Acked-by: Hitoshi Mitake Thanks, Hitoshi