All of lore.kernel.org
 help / color / mirror / Atom feed
From: Arnd Bergmann <arnd@arndb.de>
To: linuxppc-dev@ozlabs.org
Cc: Kumar Gala <galak@kernel.crashing.org>,
	Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>,
	Paul Mackerras <paulus@samba.org>,
	linux-ide@vger.kernel.org
Subject: Re: [PATCH 1/5] powerpc: remove mpc8xx-ide driver
Date: Thu, 12 Jun 2008 22:38:43 +0200	[thread overview]
Message-ID: <200806122238.43946.arnd@arndb.de> (raw)
In-Reply-To: <325FF1AB-AFFA-45EE-9796-25D5004F27BB@kernel.crashing.org>

On Thursday 12 June 2008, Kumar Gala wrote:
> 
> On Jun 10, 2008, at 2:01 PM, Bartlomiej Zolnierkiewicz wrote:
> > Thanks, applied.
> >
> Acked-by: Kumar Gala <galak@kernel.crashing.org>

Ok, I've updated my git tree again, to remove this one and
the commproc.h changes that have gone into the m68k-nommu
tree.

The patches remain now, and are still available for powerpc-next at

git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground.git ppc-removal-more

	Arnd <><

---
commit 2c2732c402532e6be26d58f38abd39f56070d569
Author: Arnd Bergmann <arnd@arndb.de>
Date:   Tue Jun 10 15:55:40 2008 +0200

    powerpc/mtd: remove dead platform specific maps

    It is no longer possible to select compilation of these
    drivers with arch/powerpc, so the code should be removed.

    New platforms should use physmap_of.

    Cc: linux-mtd@lists.infradead.org
    Cc: David Woodhouse <dwmw2@infradead.org>
    Signed-off-by: Arnd Bergmann <arnd@arndb.de>

 drivers/mtd/maps/Kconfig            |   57 --------
 drivers/mtd/maps/Makefile           |    6 -
 drivers/mtd/maps/mbx860.c           |  100 -------------
 drivers/mtd/maps/ocotea.c           |  154 ---------------------
 drivers/mtd/maps/redwood.c          |  176 -----------------------
 drivers/mtd/maps/rpxlite.c          |   66 ---------
 drivers/mtd/maps/tqm8xxl.c          |  261 -----------------------------------
 drivers/mtd/maps/wr_sbc82xx_flash.c |  180 ------------------------
 8 files changed, 0 insertions(+), 1000 deletions(-)

commit 41f911f000f3935ba85adb571cb9eb54ee9bed68
Author: Arnd Bergmann <arnd@arndb.de>
Date:   Tue Jun 10 15:45:11 2008 +0200

    powerpc: remove references to dead platforms

    The SPRUCE, LOPEC, SANDPOINT, PPC_GEN550 and PPLUS Kconfig
    symbols were only defined for platforms in arch/ppc that are
    no longer there with arch/powerpc. All compile time
    switches based on these symbols can now be removed.

    Cc: linux-input@vger.kernel.org
    Cc: linux-m68k@lists.linux-m68k.org
    Cc: linux-pcmcia@lists.infradead.org
    Cc: Vitaly Bordug <vitb@kernel.crashing.org>
    Signed-off-by: Arnd Bergmann <arnd@arndb.de>

 arch/powerpc/Kconfig              |    4 -
 arch/powerpc/Kconfig.debug        |    2 +-
 drivers/ide/pci/sl82c105.c        |    4 -
 drivers/input/serio/i8042-ppcio.h |   75 --------------------
 drivers/net/Kconfig               |    3 +-
 drivers/net/fec.c                 |   35 +---------
 drivers/net/smc91x.h              |   37 +----------
 drivers/pcmcia/m8xx_pcmcia.c      |  136 -------------------------------------
 include/asm-powerpc/ide.h         |   12 ---
 9 files changed, 4 insertions(+), 304 deletions(-)

commit d790ca4b21f14ee1943d9193808f3b8a980b650e
Author: Arnd Bergmann <arnd@arndb.de>
Date:   Tue Jun 10 15:32:56 2008 +0200

    powerpc: remove hdpu drivers

    The CONFIG_HDPU option is gone with the removal of arch/ppc,
    so the drivers have become dead code that can be removed.

    Signed-off-by: Arnd Bergmann <arnd@arndb.de>

 drivers/misc/Makefile                 |    1 -
 drivers/misc/hdpuftrs/Makefile        |    1 -
 drivers/misc/hdpuftrs/hdpu_cpustate.c |  249 ---------------------------------
 drivers/misc/hdpuftrs/hdpu_nexus.c    |  150 --------------------
 4 files changed, 0 insertions(+), 401 deletions(-)


WARNING: multiple messages have this Message-ID (diff)
From: Arnd Bergmann <arnd@arndb.de>
To: linuxppc-dev@ozlabs.org
Cc: linux-ide@vger.kernel.org, Paul Mackerras <paulus@samba.org>,
	Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Subject: Re: [PATCH 1/5] powerpc: remove mpc8xx-ide driver
Date: Thu, 12 Jun 2008 22:38:43 +0200	[thread overview]
Message-ID: <200806122238.43946.arnd@arndb.de> (raw)
In-Reply-To: <325FF1AB-AFFA-45EE-9796-25D5004F27BB@kernel.crashing.org>

On Thursday 12 June 2008, Kumar Gala wrote:
> 
> On Jun 10, 2008, at 2:01 PM, Bartlomiej Zolnierkiewicz wrote:
> > Thanks, applied.
> >
> Acked-by: Kumar Gala <galak@kernel.crashing.org>

Ok, I've updated my git tree again, to remove this one and
the commproc.h changes that have gone into the m68k-nommu
tree.

The patches remain now, and are still available for powerpc-next at

git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground.git ppc-removal-more

	Arnd <><

---
commit 2c2732c402532e6be26d58f38abd39f56070d569
Author: Arnd Bergmann <arnd@arndb.de>
Date:   Tue Jun 10 15:55:40 2008 +0200

    powerpc/mtd: remove dead platform specific maps

    It is no longer possible to select compilation of these
    drivers with arch/powerpc, so the code should be removed.

    New platforms should use physmap_of.

    Cc: linux-mtd@lists.infradead.org
    Cc: David Woodhouse <dwmw2@infradead.org>
    Signed-off-by: Arnd Bergmann <arnd@arndb.de>

 drivers/mtd/maps/Kconfig            |   57 --------
 drivers/mtd/maps/Makefile           |    6 -
 drivers/mtd/maps/mbx860.c           |  100 -------------
 drivers/mtd/maps/ocotea.c           |  154 ---------------------
 drivers/mtd/maps/redwood.c          |  176 -----------------------
 drivers/mtd/maps/rpxlite.c          |   66 ---------
 drivers/mtd/maps/tqm8xxl.c          |  261 -----------------------------------
 drivers/mtd/maps/wr_sbc82xx_flash.c |  180 ------------------------
 8 files changed, 0 insertions(+), 1000 deletions(-)

commit 41f911f000f3935ba85adb571cb9eb54ee9bed68
Author: Arnd Bergmann <arnd@arndb.de>
Date:   Tue Jun 10 15:45:11 2008 +0200

    powerpc: remove references to dead platforms

    The SPRUCE, LOPEC, SANDPOINT, PPC_GEN550 and PPLUS Kconfig
    symbols were only defined for platforms in arch/ppc that are
    no longer there with arch/powerpc. All compile time
    switches based on these symbols can now be removed.

    Cc: linux-input@vger.kernel.org
    Cc: linux-m68k@lists.linux-m68k.org
    Cc: linux-pcmcia@lists.infradead.org
    Cc: Vitaly Bordug <vitb@kernel.crashing.org>
    Signed-off-by: Arnd Bergmann <arnd@arndb.de>

 arch/powerpc/Kconfig              |    4 -
 arch/powerpc/Kconfig.debug        |    2 +-
 drivers/ide/pci/sl82c105.c        |    4 -
 drivers/input/serio/i8042-ppcio.h |   75 --------------------
 drivers/net/Kconfig               |    3 +-
 drivers/net/fec.c                 |   35 +---------
 drivers/net/smc91x.h              |   37 +----------
 drivers/pcmcia/m8xx_pcmcia.c      |  136 -------------------------------------
 include/asm-powerpc/ide.h         |   12 ---
 9 files changed, 4 insertions(+), 304 deletions(-)

commit d790ca4b21f14ee1943d9193808f3b8a980b650e
Author: Arnd Bergmann <arnd@arndb.de>
Date:   Tue Jun 10 15:32:56 2008 +0200

    powerpc: remove hdpu drivers

    The CONFIG_HDPU option is gone with the removal of arch/ppc,
    so the drivers have become dead code that can be removed.

    Signed-off-by: Arnd Bergmann <arnd@arndb.de>

 drivers/misc/Makefile                 |    1 -
 drivers/misc/hdpuftrs/Makefile        |    1 -
 drivers/misc/hdpuftrs/hdpu_cpustate.c |  249 ---------------------------------
 drivers/misc/hdpuftrs/hdpu_nexus.c    |  150 --------------------
 4 files changed, 0 insertions(+), 401 deletions(-)

  reply	other threads:[~2008-06-12 20:40 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-10 14:27 [PATCH 0/5] powerpc: cleanup of unused Kconfig symbols arnd
2008-06-10 14:27 ` [PATCH 1/5] powerpc: remove mpc8xx-ide driver arnd
2008-06-10 14:27   ` arnd
2008-06-10 19:01   ` Bartlomiej Zolnierkiewicz
2008-06-12 12:48     ` Kumar Gala
2008-06-12 12:48       ` Kumar Gala
2008-06-12 20:38       ` Arnd Bergmann [this message]
2008-06-12 20:38         ` Arnd Bergmann
2008-06-10 14:27 ` [PATCH 2/5] powerpc: remove hdpu drivers arnd
2008-06-10 14:27 ` [PATCH 3/5] powerpc/ibm_iic: remove support for OCP arnd-r2nGTMty4D4
2008-06-10 14:27   ` arnd
     [not found]   ` <20080610142947.974805307-r2nGTMty4D4@public.gmane.org>
2008-06-10 16:00     ` Jean Delvare
2008-06-10 16:23   ` Josh Boyer
2008-06-10 16:24   ` Stephen Rothwell
2008-06-10 16:24     ` Stephen Rothwell
2008-06-10 18:40     ` Arnd Bergmann
2008-06-10 18:40       ` Arnd Bergmann
2008-06-10 14:27 ` [PATCH 4/5] powerpc: remove references to dead platforms arnd
2008-06-10 14:27   ` arnd
2008-06-10 14:27 ` [PATCH 5/5] powerpc/mtd: remove dead platform specific maps arnd
2008-06-10 14:27   ` arnd

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=200806122238.43946.arnd@arndb.de \
    --to=arnd@arndb.de \
    --cc=bzolnier@gmail.com \
    --cc=galak@kernel.crashing.org \
    --cc=linux-ide@vger.kernel.org \
    --cc=linuxppc-dev@ozlabs.org \
    --cc=paulus@samba.org \
    /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.