All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wan ZongShun <mcuos.com@gmail.com>
To: Arnd Bergmann <arnd@arndb.de>
Cc: Andrew Lunn <andrew@lunn.ch>, Jason Cooper <jason@lakedaemon.net>,
	Tony Lindgren <tony@atomide.com>, Sekhar Nori <nsekhar@ti.com>,
	Kevin Hilman <khilman@deeprootsystems.com>,
	Greg Ungerer <gerg@uclinux.org>,
	Gregory Clement <gregory.clement@free-electrons.com>,
	linux-omap@vger.kernel.org,
	linux-arm-kernel <linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH 5/7] ARM: w90x900: make headers more local
Date: Thu, 3 Dec 2015 16:23:20 +0800	[thread overview]
Message-ID: <CAKT61h-_rpT0O06ruUbtUPj2FPf57gLpWhyUKE-zFdVpCDg-yA@mail.gmail.com> (raw)
In-Reply-To: <1448924458-3279040-6-git-send-email-arnd@arndb.de>

2015-12-01 7:00 GMT+08:00 Arnd Bergmann <arnd@arndb.de>:
> Some header files are never included outside of a mach-w90x900
> directory and do not need to be made visible in include/mach,
> so let's just move them all down one level.
>
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>

Acked-by: Wan Zongshun <mcuos.com@gmail.com>

Thanks!

> ---
>  arch/arm/mach-w90x900/cpu.c                           | 4 ++--
>  arch/arm/mach-w90x900/{include/mach => }/regs-ebi.h   | 0
>  arch/arm/mach-w90x900/{include/mach => }/regs-gcr.h   | 0
>  arch/arm/mach-w90x900/{include/mach => }/regs-timer.h | 0

WARNING: multiple messages have this Message-ID (diff)
From: mcuos.com@gmail.com (Wan ZongShun)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 5/7] ARM: w90x900: make headers more local
Date: Thu, 3 Dec 2015 16:23:20 +0800	[thread overview]
Message-ID: <CAKT61h-_rpT0O06ruUbtUPj2FPf57gLpWhyUKE-zFdVpCDg-yA@mail.gmail.com> (raw)
In-Reply-To: <1448924458-3279040-6-git-send-email-arnd@arndb.de>

2015-12-01 7:00 GMT+08:00 Arnd Bergmann <arnd@arndb.de>:
> Some header files are never included outside of a mach-w90x900
> directory and do not need to be made visible in include/mach,
> so let's just move them all down one level.
>
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>

Acked-by: Wan Zongshun <mcuos.com@gmail.com>

Thanks!

> ---
>  arch/arm/mach-w90x900/cpu.c                           | 4 ++--
>  arch/arm/mach-w90x900/{include/mach => }/regs-ebi.h   | 0
>  arch/arm/mach-w90x900/{include/mach => }/regs-gcr.h   | 0
>  arch/arm/mach-w90x900/{include/mach => }/regs-timer.h | 0

  reply	other threads:[~2015-12-03  8:23 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-30 23:00 [PATCH 0/7] ARM: make mach/*.h headers more local Arnd Bergmann
2015-11-30 23:00 ` Arnd Bergmann
2015-11-30 23:00 ` [PATCH 1/7] ARM: omap1: make " Arnd Bergmann
2015-11-30 23:00   ` Arnd Bergmann
2015-11-30 23:04   ` Tony Lindgren
2015-11-30 23:04     ` Tony Lindgren
2015-11-30 23:00 ` [PATCH 2/7] ARM: ks8695: " Arnd Bergmann
2015-11-30 23:00   ` Arnd Bergmann
2015-12-01  0:59   ` Greg Ungerer
2015-12-01  0:59     ` Greg Ungerer
2015-11-30 23:00 ` [PATCH 3/7] ARM: davinci: " Arnd Bergmann
2015-11-30 23:00   ` Arnd Bergmann
2015-12-01 13:15   ` Sekhar Nori
2015-12-01 13:15     ` Sekhar Nori
2015-11-30 23:00 ` [PATCH 4/7] ARM: iop13xx: " Arnd Bergmann
2015-11-30 23:00   ` Arnd Bergmann
2015-11-30 23:00 ` [PATCH 5/7] ARM: w90x900: " Arnd Bergmann
2015-11-30 23:00   ` Arnd Bergmann
2015-12-03  8:23   ` Wan ZongShun [this message]
2015-12-03  8:23     ` Wan ZongShun
2015-11-30 23:00 ` [PATCH 6/7] ARM: mvebu: remove unused mach/gpio.h Arnd Bergmann
2015-11-30 23:00   ` Arnd Bergmann
2015-12-01 12:53   ` Gregory CLEMENT
2015-12-01 12:53     ` Gregory CLEMENT
2015-11-30 23:00 ` [PATCH 7/7] ARM: netx: remove unused mach/param.h Arnd Bergmann
2015-11-30 23:00   ` Arnd Bergmann

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=CAKT61h-_rpT0O06ruUbtUPj2FPf57gLpWhyUKE-zFdVpCDg-yA@mail.gmail.com \
    --to=mcuos.com@gmail.com \
    --cc=andrew@lunn.ch \
    --cc=arnd@arndb.de \
    --cc=gerg@uclinux.org \
    --cc=gregory.clement@free-electrons.com \
    --cc=jason@lakedaemon.net \
    --cc=khilman@deeprootsystems.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=nsekhar@ti.com \
    --cc=tony@atomide.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.