linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] Remove unnecessary loops_per_jiffy initialization code
@ 2007-07-27 18:23 Jon Loeliger
  2007-08-23 20:23 ` Jon Loeliger
  0 siblings, 1 reply; 4+ messages in thread
From: Jon Loeliger @ 2007-07-27 18:23 UTC (permalink / raw)
  To: linuxppc-dev@ozlabs.org

This patch series removes lingering jiffies initialization
code from several platforms.  Note that the first patch in
this series for the 86xx has been rebased to current top of
Paul's repository and replaces an earlier version.


 arch/powerpc/platforms/52xx/lite5200.c         |   13 ++-----------
 arch/powerpc/platforms/85xx/mpc85xx_ads.c      |   13 -------------
 arch/powerpc/platforms/85xx/mpc85xx_cds.c      |   13 -------------
 arch/powerpc/platforms/85xx/mpc85xx_mds.c      |   11 -----------
 arch/powerpc/platforms/86xx/mpc86xx_hpcn.c     |   14 ++------------
 arch/powerpc/platforms/8xx/mpc86xads_setup.c   |   14 --------------
 arch/powerpc/platforms/8xx/mpc885ads_setup.c   |   14 --------------
 arch/powerpc/platforms/embedded6xx/holly.c     |   12 ------------
 arch/powerpc/platforms/embedded6xx/prpmc2800.c |    7 -------
 9 files changed, 4 insertions(+), 107 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 0/5] Remove unnecessary loops_per_jiffy initialization code
  2007-07-27 18:23 [PATCH 0/5] Remove unnecessary loops_per_jiffy initialization code Jon Loeliger
@ 2007-08-23 20:23 ` Jon Loeliger
  2007-08-23 20:47   ` Kumar Gala
  0 siblings, 1 reply; 4+ messages in thread
From: Jon Loeliger @ 2007-08-23 20:23 UTC (permalink / raw)
  To: linuxppc-dev@ozlabs.org

On Fri, 2007-07-27 at 13:23, Jon Loeliger wrote:
> This patch series removes lingering jiffies initialization
> code from several platforms.  Note that the first patch in
> this series for the 86xx has been rebased to current top of
> Paul's repository and replaces an earlier version.
> 
> 
>  arch/powerpc/platforms/52xx/lite5200.c         |   13 ++-----------
>  arch/powerpc/platforms/85xx/mpc85xx_ads.c      |   13 -------------
>  arch/powerpc/platforms/85xx/mpc85xx_cds.c      |   13 -------------
>  arch/powerpc/platforms/85xx/mpc85xx_mds.c      |   11 -----------
>  arch/powerpc/platforms/86xx/mpc86xx_hpcn.c     |   14 ++------------
>  arch/powerpc/platforms/8xx/mpc86xads_setup.c   |   14 --------------
>  arch/powerpc/platforms/8xx/mpc885ads_setup.c   |   14 --------------
>  arch/powerpc/platforms/embedded6xx/holly.c     |   12 ------------
>  arch/powerpc/platforms/embedded6xx/prpmc2800.c |    7 -------
>  9 files changed, 4 insertions(+), 107 deletions(-)

Kumar,

Any reason why patches 1/5 and 2/5, for 86xx and 85xx respectively,
did not get applied and ushered upstream with the others?

Thanks,
jdl

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 0/5] Remove unnecessary loops_per_jiffy initialization code
  2007-08-23 20:23 ` Jon Loeliger
@ 2007-08-23 20:47   ` Kumar Gala
  2007-08-23 21:04     ` Jon Loeliger
  0 siblings, 1 reply; 4+ messages in thread
From: Kumar Gala @ 2007-08-23 20:47 UTC (permalink / raw)
  To: Jon Loeliger; +Cc: linuxppc-dev@ozlabs.org


On Aug 23, 2007, at 3:23 PM, Jon Loeliger wrote:

> On Fri, 2007-07-27 at 13:23, Jon Loeliger wrote:
>> This patch series removes lingering jiffies initialization
>> code from several platforms.  Note that the first patch in
>> this series for the 86xx has been rebased to current top of
>> Paul's repository and replaces an earlier version.
>>
>>
>>  arch/powerpc/platforms/52xx/lite5200.c         |   13 ++-----------
>>  arch/powerpc/platforms/85xx/mpc85xx_ads.c      |   13 -------------
>>  arch/powerpc/platforms/85xx/mpc85xx_cds.c      |   13 -------------
>>  arch/powerpc/platforms/85xx/mpc85xx_mds.c      |   11 -----------
>>  arch/powerpc/platforms/86xx/mpc86xx_hpcn.c     |   14 ++------------
>>  arch/powerpc/platforms/8xx/mpc86xads_setup.c   |   14 --------------
>>  arch/powerpc/platforms/8xx/mpc885ads_setup.c   |   14 --------------
>>  arch/powerpc/platforms/embedded6xx/holly.c     |   12 ------------
>>  arch/powerpc/platforms/embedded6xx/prpmc2800.c |    7 -------
>>  9 files changed, 4 insertions(+), 107 deletions(-)
>
> Kumar,
>
> Any reason why patches 1/5 and 2/5, for 86xx and 85xx respectively,
> did not get applied and ushered upstream with the others?

No, I'm glad you said something cause I assumed paul grabbed them all.

I'll grab them in my tree once I beat paul into pulling the include  
fixup changes.

- k

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 0/5] Remove unnecessary loops_per_jiffy initialization code
  2007-08-23 20:47   ` Kumar Gala
@ 2007-08-23 21:04     ` Jon Loeliger
  0 siblings, 0 replies; 4+ messages in thread
From: Jon Loeliger @ 2007-08-23 21:04 UTC (permalink / raw)
  To: Kumar Gala; +Cc: linuxppc-dev@ozlabs.org

On Thu, 2007-08-23 at 15:47, Kumar Gala wrote:

> > Any reason why patches 1/5 and 2/5, for 86xx and 85xx respectively,
> > did not get applied and ushered upstream with the others?
> 
> No, I'm glad you said something cause I assumed paul grabbed them all.
> 
> I'll grab them in my tree once I beat paul into pulling the include  
> fixup changes.
> 
> - k

OK, sounds good.

Thanks,
jdl

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-08-23 21:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-27 18:23 [PATCH 0/5] Remove unnecessary loops_per_jiffy initialization code Jon Loeliger
2007-08-23 20:23 ` Jon Loeliger
2007-08-23 20:47   ` Kumar Gala
2007-08-23 21:04     ` Jon Loeliger

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).