Re: 2.6.23-mm1 pm_prepare() and _finish() w/ args vs. without

2007-10-16 Thread Joseph Fannin
On Mon, Oct 15, 2007 at 10:55:06PM +0200, Rafael J. Wysocki wrote: > On Sunday, 14 October 2007 22:20, Rafael J. Wysocki wrote: > > On Sunday, 14 October 2007 21:47, Joseph Fannin wrote: > > > On Sat, Oct 13, 2007 at 09:13:13PM +0200, Rafael J. Wysocki wrote: > > > > > > > Yes. Corrected patch fol

Re: 2.6.23-mm1 pm_prepare() and _finish() w/ args vs. without

2007-10-15 Thread Rafael J. Wysocki
On Sunday, 14 October 2007 22:20, Rafael J. Wysocki wrote: > On Sunday, 14 October 2007 21:47, Joseph Fannin wrote: > > On Sat, Oct 13, 2007 at 09:13:13PM +0200, Rafael J. Wysocki wrote: > > > > > Yes. Corrected patch follows. > > > > A bit more is needed due to the rename of lite5200_pm_init()

Re: 2.6.23-mm1 pm_prepare() and _finish() w/ args vs. without

2007-10-14 Thread Rafael J. Wysocki
On Sunday, 14 October 2007 21:47, Joseph Fannin wrote: > On Sat, Oct 13, 2007 at 09:13:13PM +0200, Rafael J. Wysocki wrote: > > > Yes. Corrected patch follows. > > A bit more is needed due to the rename of lite5200_pm_init() to > lite5200_suspend_init(). Well, I didn't intend to change it. :-)

Re: 2.6.23-mm1 pm_prepare() and _finish() w/ args vs. without

2007-10-14 Thread Joseph Fannin
On Sat, Oct 13, 2007 at 09:13:13PM +0200, Rafael J. Wysocki wrote: > Yes. Corrected patch follows. A bit more is needed due to the rename of lite5200_pm_init() to lite5200_suspend_init(). An amended patch follows that builds and boots on my powermac. --- diff -aurN linux-2.6.23-mm1.orig/arch

Re: 2.6.23-mm1 pm_prepare() and _finish() w/ args vs. without

2007-10-13 Thread Rafael J. Wysocki
On Saturday, 13 October 2007 20:40, Joseph Fannin wrote: > On Sat, Oct 13, 2007 at 07:22:48PM +0200, Rafael J. Wysocki wrote: > > On Saturday, 13 October 2007 17:50, Joseph Fannin wrote: > > > On Thu, Oct 11, 2007 at 09:31:26PM -0700, Andrew Morton wrote: > > > > > > > > ftp://ftp.kernel.org/pub/li

Re: 2.6.23-mm1 pm_prepare() and _finish() w/ args vs. without

2007-10-13 Thread Joseph Fannin
On Sat, Oct 13, 2007 at 07:22:48PM +0200, Rafael J. Wysocki wrote: > On Saturday, 13 October 2007 17:50, Joseph Fannin wrote: > > On Thu, Oct 11, 2007 at 09:31:26PM -0700, Andrew Morton wrote: > > > > > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.23/2.6.23-mm1/ > > > > > > D

Re: 2.6.23-mm1 pm_prepare() and _finish() w/ args vs. without

2007-10-13 Thread Rafael J. Wysocki
On Saturday, 13 October 2007 17:50, Joseph Fannin wrote: > On Thu, Oct 11, 2007 at 09:31:26PM -0700, Andrew Morton wrote: > > > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.23/2.6.23-mm1/ > > > Domen Puncer's change to support "MPC5200 low power mode" (in > powerpc-git, whi

Re: 2.6.23-mm1 pm_prepare() and _finish() w/ args vs. without

2007-10-13 Thread Joseph Fannin
On Thu, Oct 11, 2007 at 09:31:26PM -0700, Andrew Morton wrote: > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.23/2.6.23-mm1/ Domen Puncer's change to support "MPC5200 low power mode" (in powerpc-git, which is in Linus's tree now) adds new code calling mpc52xx_pm_prepare and