linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Kumar Gala <galak@kernel.crashing.org>
To: Martyn Welch <martyn.welch@ge.com>
Cc: linus.walleij@stericsson.com,
	Linux Kernel list <linux-kernel@vger.kernel.org>,
	Wim Van Sebroeck <wim@iguana.be>,
	"linuxppc-dev@lists.ozlabs.org list"
	<linuxppc-dev@lists.ozlabs.org>
Subject: Re: [PATCH V2 1/2] powerpc: Move GE GPIO and PIC drivers
Date: Tue, 6 Mar 2012 06:19:37 -0600	[thread overview]
Message-ID: <C5C3845E-9732-4A9D-B1DC-84688E7D807F@kernel.crashing.org> (raw)
In-Reply-To: <1330424541-5299-2-git-send-email-martyn.welch@ge.com>


On Feb 28, 2012, at 4:22 AM, Martyn Welch wrote:

> Move the GE GPIO and PIC drivers to allow these to be used by non-86xx
> boards.
>=20
> Signed-off-by: Martyn Welch <martyn.welch@ge.com>
> ---
>=20
> v2: Move GPIO and PIC drivers to sysdev/ge/ rather than platforms/.
>=20
> arch/powerpc/platforms/86xx/Kconfig                |    3 +++
> arch/powerpc/platforms/86xx/Makefile               |    7 +++----
> arch/powerpc/platforms/86xx/gef_ppc9a.c            |    2 +-
> arch/powerpc/platforms/86xx/gef_sbc310.c           |    2 +-
> arch/powerpc/platforms/86xx/gef_sbc610.c           |    2 +-
> arch/powerpc/sysdev/Kconfig                        |    7 +++++++
> arch/powerpc/sysdev/Makefile                       |    2 ++
> arch/powerpc/sysdev/ge/Makefile                    |    2 ++
> .../86xx/gef_gpio.c =3D> sysdev/ge/ge_gpio.c}        |    2 +-
> .../86xx/gef_pic.c =3D> sysdev/ge/ge_pic.c}          |    2 +-
> .../86xx/gef_pic.h =3D> sysdev/ge/ge_pic.h}          |    0
> drivers/watchdog/Kconfig                           |    2 +-
> 12 files changed, 23 insertions(+), 10 deletions(-)
> create mode 100644 arch/powerpc/sysdev/ge/Makefile
> rename arch/powerpc/{platforms/86xx/gef_gpio.c =3D> =
sysdev/ge/ge_gpio.c} (98%)
> rename arch/powerpc/{platforms/86xx/gef_pic.c =3D> sysdev/ge/ge_pic.c} =
(99%)
> rename arch/powerpc/{platforms/86xx/gef_pic.h =3D> sysdev/ge/ge_pic.h} =
(100%)

gpio driver should be in drivers/gpio.  Please split that move out as a =
separate patch for Grant & Linus to review as part of the GPIO subsystem

- k=

  reply	other threads:[~2012-03-06 12:19 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-28 10:22 [PATCH V2 0/2] powerpc: Add support for GE IMP3A Martyn Welch
2012-02-28 10:22 ` [PATCH V2 1/2] powerpc: Move GE GPIO and PIC drivers Martyn Welch
2012-03-06 12:19   ` Kumar Gala [this message]
2012-03-06 12:23     ` Linus Walleij
2012-02-28 10:22 ` [PATCH V2 2/2] powerpc: Board support for GE IMP3A Martyn Welch

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=C5C3845E-9732-4A9D-B1DC-84688E7D807F@kernel.crashing.org \
    --to=galak@kernel.crashing.org \
    --cc=linus.walleij@stericsson.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=martyn.welch@ge.com \
    --cc=wim@iguana.be \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).