All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>,
	ppc-dev <linuxppc-dev@lists.ozlabs.org>,
	"James E.J. Bottomley" <JBottomley@parallels.com>,
	netdev@vger.kernel.org, Alan Cox <alan@linux.intel.com>,
	Brian King <brking@linux.vnet.ibm.com>,
	David Miller <davem@davemloft.net>,
	linux-scsi@vger.kernel.org, linux-serial@vger.kernel.org,
	Jens Axboe <axboe@kernel.dk>, LKML <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 0/7] powerpc: remove the legacy iSeries platform specific drivers
Date: Thu, 8 Mar 2012 09:59:41 -0800	[thread overview]
Message-ID: <20120308175941.GB26516@kroah.com> (raw)
In-Reply-To: <20120308152853.b5010336abbb8f90e8a2500c@canb.auug.org.au>

On Thu, Mar 08, 2012 at 03:28:53PM +1100, Stephen Rothwell wrote:
> Hi all,
> 
> This series of patches removes all the legacy iSeries platform specific
> drivers (and the iSeries specific part of one).  The legacy iSeries
> platform main code has already bee removed along with CONFIG_PPC_ISERIES,
> so none of this code is selectable or needed any more.
> 
> It would probably be easiest if all these patches were merged via the
> powerpc tree to eliminate any dependencies between them.  Their impact on
> generic code is very small.

No objection from me at all.

greg k-h

WARNING: multiple messages have this Message-ID (diff)
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Jens Axboe <axboe@kernel.dk>,
	linux-scsi@vger.kernel.org, LKML <linux-kernel@vger.kernel.org>,
	"James E.J. Bottomley" <JBottomley@parallels.com>,
	linux-serial@vger.kernel.org, netdev@vger.kernel.org,
	Brian King <brking@linux.vnet.ibm.com>,
	ppc-dev <linuxppc-dev@lists.ozlabs.org>,
	David Miller <davem@davemloft.net>,
	Alan Cox <alan@linux.intel.com>
Subject: Re: [PATCH 0/7] powerpc: remove the legacy iSeries platform specific drivers
Date: Thu, 8 Mar 2012 09:59:41 -0800	[thread overview]
Message-ID: <20120308175941.GB26516@kroah.com> (raw)
In-Reply-To: <20120308152853.b5010336abbb8f90e8a2500c@canb.auug.org.au>

On Thu, Mar 08, 2012 at 03:28:53PM +1100, Stephen Rothwell wrote:
> Hi all,
> 
> This series of patches removes all the legacy iSeries platform specific
> drivers (and the iSeries specific part of one).  The legacy iSeries
> platform main code has already bee removed along with CONFIG_PPC_ISERIES,
> so none of this code is selectable or needed any more.
> 
> It would probably be easiest if all these patches were merged via the
> powerpc tree to eliminate any dependencies between them.  Their impact on
> generic code is very small.

No objection from me at all.

greg k-h

  parent reply	other threads:[~2012-03-08 17:59 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-08  4:28 [PATCH 0/7] powerpc: remove the legacy iSeries platform specific drivers Stephen Rothwell
2012-03-08  4:28 ` Stephen Rothwell
2012-03-08  4:28 ` Stephen Rothwell
2012-03-08  4:32 ` [PATCH 1/7] powerpc: Remove some of the legacy iSeries specifi device drivers Stephen Rothwell
2012-03-08  4:32   ` Stephen Rothwell
2012-03-08  4:33 ` [PATCH 2/7] net: powerpc: remove the legacy iSeries ethernet driver Stephen Rothwell
2012-03-08  4:33   ` Stephen Rothwell
2012-03-08  6:53   ` David Miller
2012-03-08  6:53     ` David Miller
2012-03-08  4:35 ` [PATCH 3/7] [SCSI] powerpc: remove the legacy iSeries part of ibmvscsi Stephen Rothwell
2012-03-08  4:35   ` Stephen Rothwell
2012-03-08  4:37 ` [PATCH 4/7] tty: powerpc: remove hvc_iseries Stephen Rothwell
2012-03-08  4:39 ` [PATCH 5/7] tty: powerpc: remove SERIAL_ICOM dependency on PPC_ISERIES Stephen Rothwell
2012-03-08  4:39   ` Stephen Rothwell
2012-03-08 11:18   ` Alan Cox
2012-03-08 11:18     ` Alan Cox
2012-03-08  4:41 ` [PATCH 6/7] driver-core: remove legacy iSeries hack Stephen Rothwell
2012-03-08  4:43 ` [PATCH 7/7] powerpc: clean up vio.c Stephen Rothwell
2012-03-08  6:53 ` [PATCH 0/7] powerpc: remove the legacy iSeries platform specific drivers David Miller
2012-03-08  6:53   ` David Miller
2012-03-08 10:37 ` Jens Axboe
2012-03-08 10:37   ` Jens Axboe
2012-03-08 17:59 ` Greg Kroah-Hartman [this message]
2012-03-08 17:59   ` Greg Kroah-Hartman

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=20120308175941.GB26516@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=JBottomley@parallels.com \
    --cc=alan@linux.intel.com \
    --cc=axboe@kernel.dk \
    --cc=benh@kernel.crashing.org \
    --cc=brking@linux.vnet.ibm.com \
    --cc=davem@davemloft.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-scsi@vger.kernel.org \
    --cc=linux-serial@vger.kernel.org \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=netdev@vger.kernel.org \
    --cc=sfr@canb.auug.org.au \
    /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.