public inbox for linuxppc-dev@ozlabs.org 
 help / color / mirror / Atom feed
* [git pull] Please pull powerpc.git powerpc-next branch
@ 2008-05-05 12:57 Paul Mackerras
  2008-05-05 17:19 ` Linus Torvalds
  0 siblings, 1 reply; 8+ messages in thread
From: Paul Mackerras @ 2008-05-05 12:57 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linuxppc-dev, akpm, linux-kernel

Linus,

This is a pull request where I think these commits can go in 2.6.26
quite safely, but I don't mind if you prefer to leave them until
2.6.27.  There are five commits here that Andrew Morton has sent on to
me: three semaphore to mutex conversions, one that changes a
proc_create call to proc_create_data, and one that adds a new
devm_ioremap_prot function and makes devm_ioremap_release (in
lib/devres.c) available to outside callers.

If you think these should wait until 2.6.27, just let me know.

Thanks,
Paul.

 arch/powerpc/lib/Makefile                |    1 +
 arch/powerpc/lib/devres.c                |   42 ++++++++++++++++++++++++++++++
 arch/powerpc/platforms/pseries/scanlog.c |   19 +-------------
 drivers/macintosh/adb.c                  |   30 +++++++++++----------
 drivers/macintosh/therm_pm72.c           |   31 +++++++++++-----------
 drivers/macintosh/windfarm_smu_sat.c     |   10 ++++---
 include/asm-powerpc/io.h                 |    8 +++++-
 include/linux/io.h                       |    1 +
 lib/devres.c                             |    2 +
 9 files changed, 90 insertions(+), 54 deletions(-)
 create mode 100644 arch/powerpc/lib/devres.c

Daniel Walker (3):
      [POWERPC] macintosh: therm_pm72: driver_lock semaphore to mutex
      [POWERPC] macintosh: windfarm_smu_sat: semaphore to mutex
      [POWERPC] macintosh: ADB driver: adb_handler_sem semaphore to mutex

Denis V. Lunev (1):
      [POWERPC] Assign PDE->data before gluing PDE into /proc tree

Emil Medve (1):
      [POWERPC] devres: Add devm_ioremap_prot()

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

* Re: [git pull] Please pull powerpc.git powerpc-next branch
  2008-05-05 12:57 [git pull] Please pull powerpc.git powerpc-next branch Paul Mackerras
@ 2008-05-05 17:19 ` Linus Torvalds
  2008-05-05 17:40   ` Kumar Gala
  0 siblings, 1 reply; 8+ messages in thread
From: Linus Torvalds @ 2008-05-05 17:19 UTC (permalink / raw)
  To: Paul Mackerras; +Cc: linuxppc-dev, akpm, linux-kernel



On Mon, 5 May 2008, Paul Mackerras wrote:
> 
> If you think these should wait until 2.6.27, just let me know.

Well, since you didn't even mention the place to pull from, I guess it can 
wait..

		Linus

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

* Re: [git pull] Please pull powerpc.git powerpc-next branch
  2008-05-05 17:19 ` Linus Torvalds
@ 2008-05-05 17:40   ` Kumar Gala
  2008-05-05 18:03     ` Linus Torvalds
  2008-05-05 22:38     ` Paul Mackerras
  0 siblings, 2 replies; 8+ messages in thread
From: Kumar Gala @ 2008-05-05 17:40 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linuxppc-dev, akpm, Paul Mackerras, linux-kernel


On May 5, 2008, at 12:19 PM, Linus Torvalds wrote:

>
>
> On Mon, 5 May 2008, Paul Mackerras wrote:
>>
>> If you think these should wait until 2.6.27, just let me know.
>
> Well, since you didn't even mention the place to pull from, I guess  
> it can
> wait..

Paul's clearly starting to lose it.  First a pull request w/o him  
pushing to his tree.  Now a pull request from the ether.

- k

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

* Re: [git pull] Please pull powerpc.git powerpc-next branch
  2008-05-05 17:40   ` Kumar Gala
@ 2008-05-05 18:03     ` Linus Torvalds
  2008-05-05 18:25       ` Andrew Morton
  2008-05-05 22:38     ` Paul Mackerras
  1 sibling, 1 reply; 8+ messages in thread
From: Linus Torvalds @ 2008-05-05 18:03 UTC (permalink / raw)
  To: Kumar Gala; +Cc: linuxppc-dev, akpm, Paul Mackerras, linux-kernel



On Mon, 5 May 2008, Kumar Gala wrote:
> 
> Paul's clearly starting to lose it.  First a pull request w/o him pushing to
> his tree.  Now a pull request from the ether.

Paul, the rumor is that high doses of vitamin B6 may delay the onset of 
Alzheimer, and there is some research into vitamin E helping after you've 
gotten it.

Maybe it's still not too late!

		Linus

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

* Re: [git pull] Please pull powerpc.git powerpc-next branch
  2008-05-05 18:03     ` Linus Torvalds
@ 2008-05-05 18:25       ` Andrew Morton
  2008-05-05 18:29         ` Kumar Gala
  0 siblings, 1 reply; 8+ messages in thread
From: Andrew Morton @ 2008-05-05 18:25 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linuxppc-dev, paulus, linux-kernel

On Mon, 5 May 2008 11:03:14 -0700 (PDT)
Linus Torvalds <torvalds@linux-foundation•org> wrote:

> 
> 
> On Mon, 5 May 2008, Kumar Gala wrote:
> > 
> > Paul's clearly starting to lose it.  First a pull request w/o him pushing to
> > his tree.  Now a pull request from the ether.
> 
> Paul, the rumor is that high doses of vitamin B6 may delay the onset of 
> Alzheimer, and there is some research into vitamin E helping after you've 
> gotten it.
> 
> Maybe it's still not too late!
> 

Look, if you kids keep this up we'll just fork the kernel.  oldfartnix-0.0.1!

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

* Re: [git pull] Please pull powerpc.git powerpc-next branch
  2008-05-05 18:25       ` Andrew Morton
@ 2008-05-05 18:29         ` Kumar Gala
  0 siblings, 0 replies; 8+ messages in thread
From: Kumar Gala @ 2008-05-05 18:29 UTC (permalink / raw)
  To: Andrew Morton; +Cc: paulus, Linus Torvalds, linux-kernel, linuxppc-dev


On May 5, 2008, at 1:25 PM, Andrew Morton wrote:

> On Mon, 5 May 2008 11:03:14 -0700 (PDT)
> Linus Torvalds <torvalds@linux-foundation•org> wrote:
>
>>
>>
>> On Mon, 5 May 2008, Kumar Gala wrote:
>>>
>>> Paul's clearly starting to lose it.  First a pull request w/o him  
>>> pushing to
>>> his tree.  Now a pull request from the ether.
>>
>> Paul, the rumor is that high doses of vitamin B6 may delay the  
>> onset of
>> Alzheimer, and there is some research into vitamin E helping after  
>> you've
>> gotten it.
>>
>> Maybe it's still not too late!
>>
>
> Look, if you kids keep this up we'll just fork the kernel.   
> oldfartnix-0.0.1!

You know all the cool kids will just keep hacking on linux-2.6.

- k

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

* [git pull] Please pull powerpc.git powerpc-next branch
@ 2008-05-05 22:37 Paul Mackerras
  0 siblings, 0 replies; 8+ messages in thread
From: Paul Mackerras @ 2008-05-05 22:37 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linuxppc-dev, akpm, linux-kernel

Let's try this again...

Linus,

Please pull from 'powerpc-next' branch of

git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc.git powerpc-next

There are five commits there that Andrew Morton has sent on to
me: three semaphore to mutex conversions, one that changes a
proc_create call to proc_create_data, and one that adds a new
devm_ioremap_prot function and makes devm_ioremap_release (in
lib/devres.c) available to outside callers.

If you think these should wait until 2.6.27, that's OK, just let me
know.  I think they are safe to go in 2.6.26.

Thanks,
Paul.

 arch/powerpc/lib/Makefile                |    1 +
 arch/powerpc/lib/devres.c                |   42 ++++++++++++++++++++++++++++++
 arch/powerpc/platforms/pseries/scanlog.c |   19 +-------------
 drivers/macintosh/adb.c                  |   30 +++++++++++----------
 drivers/macintosh/therm_pm72.c           |   31 +++++++++++-----------
 drivers/macintosh/windfarm_smu_sat.c     |   10 ++++---
 include/asm-powerpc/io.h                 |    8 +++++-
 include/linux/io.h                       |    1 +
 lib/devres.c                             |    2 +
 9 files changed, 90 insertions(+), 54 deletions(-)
 create mode 100644 arch/powerpc/lib/devres.c

Daniel Walker (3):
      [POWERPC] macintosh: therm_pm72: driver_lock semaphore to mutex
      [POWERPC] macintosh: windfarm_smu_sat: semaphore to mutex
      [POWERPC] macintosh: ADB driver: adb_handler_sem semaphore to mutex

Denis V. Lunev (1):
      [POWERPC] Assign PDE->data before gluing PDE into /proc tree

Emil Medve (1):
      [POWERPC] devres: Add devm_ioremap_prot()

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

* Re: [git pull] Please pull powerpc.git powerpc-next branch
  2008-05-05 17:40   ` Kumar Gala
  2008-05-05 18:03     ` Linus Torvalds
@ 2008-05-05 22:38     ` Paul Mackerras
  1 sibling, 0 replies; 8+ messages in thread
From: Paul Mackerras @ 2008-05-05 22:38 UTC (permalink / raw)
  To: Kumar Gala; +Cc: linuxppc-dev, akpm, Linus Torvalds, linux-kernel

Kumar Gala writes:

> Paul's clearly starting to lose it.  First a pull request w/o him  
> pushing to his tree.  Now a pull request from the ether.

Show some respect, young man, or I'll hit you with my walking frame.

Paul.

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

end of thread, other threads:[~2008-05-05 22:38 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-05 12:57 [git pull] Please pull powerpc.git powerpc-next branch Paul Mackerras
2008-05-05 17:19 ` Linus Torvalds
2008-05-05 17:40   ` Kumar Gala
2008-05-05 18:03     ` Linus Torvalds
2008-05-05 18:25       ` Andrew Morton
2008-05-05 18:29         ` Kumar Gala
2008-05-05 22:38     ` Paul Mackerras
  -- strict thread matches above, loose matches on Subject: below --
2008-05-05 22:37 Paul Mackerras

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox