All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hitoshi Mitake <mitake.hitoshi@gmail.com>
To: Christoph Hellwig <hch@lst.de>
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
Subject: Re: [PATCH 1/9] move io-64-nonatomic*.h out of asm-generic
Date: Tue, 01 Sep 2015 20:34:18 +0900	[thread overview]
Message-ID: <87oahmnzk5.wl%mitake.hitoshi@gmail.com> (raw)
In-Reply-To: <1440746842-19029-2-git-send-email-hch@lst.de>

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 <hch@lst.de>
> ---
>  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 <mitake.hitoshi@lab.ntt.co.jp>

Thanks,
Hitoshi

WARNING: multiple messages have this Message-ID (diff)
From: Hitoshi Mitake <mitake.hitoshi@gmail.com>
To: Christoph Hellwig <hch@lst.de>
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
Date: Tue, 01 Sep 2015 20:34:18 +0900	[thread overview]
Message-ID: <87oahmnzk5.wl%mitake.hitoshi@gmail.com> (raw)
In-Reply-To: <1440746842-19029-2-git-send-email-hch@lst.de>

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 <hch@lst.de>
> ---
>  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 <mitake.hitoshi@lab.ntt.co.jp>

Thanks,
Hitoshi

  parent reply	other threads:[~2015-09-01 11:34 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-28  7:27 fix various asm-generic abuses Christoph Hellwig
2015-08-28  7:27 ` [Drbd-dev] " Christoph Hellwig
     [not found] ` <1440746842-19029-1-git-send-email-hch-jcswGhMUV9g@public.gmane.org>
2015-08-28  7:27   ` [PATCH 1/9] move io-64-nonatomic*.h out of asm-generic Christoph Hellwig
2015-08-28  7:27     ` [Drbd-dev] " Christoph Hellwig
2015-08-28  7:27     ` Christoph Hellwig
2015-08-28 18:19     ` Darren Hart
2015-08-28 18:19       ` [Drbd-dev] " Darren Hart
2015-09-01 11:34     ` Hitoshi Mitake [this message]
2015-09-01 11:34       ` Hitoshi Mitake
2015-08-28  7:27   ` [PATCH 2/9] move count_zeroes.h " Christoph Hellwig
2015-08-28  7:27     ` [Drbd-dev] " Christoph Hellwig
2015-08-28  7:27     ` Christoph Hellwig
2015-08-28  7:27 ` [PATCH 3/9] amdkfd: use <linux/mman.h> instead of <uapi/asm-generic/mman-common.h> Christoph Hellwig
2015-08-28  7:27   ` [Drbd-dev] " Christoph Hellwig
2015-08-30  9:43   ` Oded Gabbay
2015-08-30  9:43     ` [Drbd-dev] " Oded Gabbay
2015-08-28  7:27 ` [PATCH 4/9] drbd: stop including <asm-generic/kmap_types.h> Christoph Hellwig
2015-08-28  7:27   ` [Drbd-dev] " Christoph Hellwig
2015-08-28  7:27 ` [PATCH 5/9] hifn_795x: " Christoph Hellwig
2015-08-28  7:27   ` [Drbd-dev] " Christoph Hellwig
2015-08-28 13:14   ` Herbert Xu
2015-08-28 13:14     ` [Drbd-dev] " Herbert Xu
2015-08-28  7:27 ` [PATCH 6/9] mlx5: " Christoph Hellwig
2015-08-28  7:27   ` [Drbd-dev] " Christoph Hellwig
2015-08-28  7:27 ` [PATCH 7/9] n_tracerouter: stop including <asm-generic/bug> Christoph Hellwig
2015-08-28  7:27   ` [Drbd-dev] " Christoph Hellwig
2015-08-28  7:27 ` [PATCH 8/9] n_tracesink: " Christoph Hellwig
2015-08-28  7:27   ` [Drbd-dev] " Christoph Hellwig
2015-08-28  7:27 ` [PATCH 9/9] gpio-mxc: " Christoph Hellwig
2015-08-28  7:27   ` [Drbd-dev] " Christoph Hellwig
2015-08-28 19:16 ` fix various asm-generic abuses Arnd Bergmann
2015-08-28 19:16   ` [Drbd-dev] " Arnd Bergmann
2015-08-29 13:49   ` Christoph Hellwig
2015-08-29 13:49     ` [Drbd-dev] " Christoph Hellwig
2015-08-29 13:49     ` Christoph Hellwig
2015-10-14 14:41     ` Arnd Bergmann
2015-10-14 14:41       ` [Drbd-dev] " Arnd Bergmann
2015-10-06  8:38   ` Christoph Hellwig
2015-10-06  8:38     ` [Drbd-dev] " Christoph Hellwig

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87oahmnzk5.wl%mitake.hitoshi@gmail.com \
    --to=mitake.hitoshi@gmail.com \
    --cc=arnd@arndb.de \
    --cc=dhowells@redhat.com \
    --cc=drbd-dev@lists.linbit.com \
    --cc=eli@mellanox.com \
    --cc=hch@lst.de \
    --cc=herbert@gondor.apana.org.au \
    --cc=james_p_freyensee@linux.intel.com \
    --cc=linux-arch@vger.kernel.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mitake@dcl.info.waseda.ac.jp \
    --cc=oded.gabbay@amd.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.