linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* More patches pushed to powerpc.git master and powerpc-next branches
@ 2008-04-16 12:32 Paul Mackerras
  2008-04-16 12:42 ` Paul Mackerras
  2008-04-16 12:45 ` Stephen Rothwell
  0 siblings, 2 replies; 6+ messages in thread
From: Paul Mackerras @ 2008-04-16 12:32 UTC (permalink / raw)
  To: linuxppc-dev

The following commits are now in the master and powerpc-next branches
in the powerpc.git tree.  This includes commits pulled from Josh
Boyer's and Olof Johansson's trees.

Paul.

Adrian Bunk (1):
      [POWERPC] Add MODULE_LICENSE to powerpc/sysdev/rtc_cmos_setup.c

Anton Vorontsov (2):
      [POWERPC] OF helpers for the GPIO API
      [POWERPC] Implement support for the GPIO LIB API

Benjamin Herrenschmidt (3):
      [POWERPC] Initialize paca->current earlier
      [POWERPC] Fixup softirq preempt count
      [POWERPC] properly declare onstack completion in iseries veth

David Woodhouse (1):
      [POWERPC] Efika: Really, don't pretend to be CHRP

Ishizaki Kou (2):
      [POWERPC] celleb: Coding style cleanup
      [POWERPC] hvcbeat: Fix buffer manipulation

Jerone Young (1):
      [POWERPC] 4xx: Add idle wait support for 44x platforms

Jochen Friedrich (1):
      [POWERPC] i2c: OF helpers for the i2c API

Josh Boyer (2):
      [POWERPC] 4xx: Reorganize 4xx defconfigs
      [POWERPC] 4xx: Add ppc40x_defconfig

Kumar Gala (12):
      [POWERPC] Remove Kconfig option BOOT_LOAD
      [POWERPC] Provide access to arch/powerpc include path on ppc64
      [POWERPC] Remove and replace uses of PPC_MEMSTART with memstart_addr
      [POWERPC] Introduce lowmem_end_addr to distinguish from total_lowmem
      [POWERPC] 85xx: Cleanup TLB initialization
      [POWERPC] Use lowmem_end_addr to limit lmb allocations on ppc32
      [POWERPC] Rename __initial_memory_limit to __initial_memory_limit_addr
      [POWERPC] Clean up some linker and symbol usage
      [POWERPC] Move phys_addr_t definition into asm/types.h
      [POWERPC] Update linker script to properly set physical addresses
      [POWERPC] bootwrapper: Use physical address in PHDR for uImage
      [POWERPC] Cleanup pgtable-ppc32.h

Manish Ahuja (1):
      [POWERPC] pseries/phyp dump: Reserve a variable amount of space at boot

Nate Case (1):
      pasemi_mac: Netpoll support

Olof Johansson (2):
      pasemi_mac: Jumbo frame bugfixes
      [POWERPC] pasemi: Minor iommu cleanup

Valentine Barshak (3):
      [POWERPC] kexec: MPIC ack interrupts at mpic_teardown_this_cpu()
      [POWERPC] ibm_newemac: PowerPC 440GX EMAC PHY clock workaround
      [POWERPC] ibm_newemac: PowerPC 440EP/440GR EMAC PHY clock workaround

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

* Re: More patches pushed to powerpc.git master and powerpc-next branches
  2008-04-16 12:32 More patches pushed to powerpc.git master and powerpc-next branches Paul Mackerras
@ 2008-04-16 12:42 ` Paul Mackerras
  2008-04-16 13:57   ` Josh Boyer
  2008-04-16 12:45 ` Stephen Rothwell
  1 sibling, 1 reply; 6+ messages in thread
From: Paul Mackerras @ 2008-04-16 12:42 UTC (permalink / raw)
  To: linuxppc-dev

I wrote:

> The following commits are now in the master and powerpc-next branches
> in the powerpc.git tree.  This includes commits pulled from Josh
> Boyer's and Olof Johansson's trees.

Because of a problem caused by a couple of commits in Josh Boyer's
tree, I have forced the master and powerpc-next branches back to where
they were until an hour or so ago.  Hopefully no-one has done a pull
in that time; if anyone has then they will need to do a git pull -f
when I eventually push the commits out (since they will have different
IDs).

Paul.

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

* Re: More patches pushed to powerpc.git master and powerpc-next branches
  2008-04-16 12:32 More patches pushed to powerpc.git master and powerpc-next branches Paul Mackerras
  2008-04-16 12:42 ` Paul Mackerras
@ 2008-04-16 12:45 ` Stephen Rothwell
  2008-04-16 12:49   ` Benjamin Herrenschmidt
  1 sibling, 1 reply; 6+ messages in thread
From: Stephen Rothwell @ 2008-04-16 12:45 UTC (permalink / raw)
  To: Paul Mackerras; +Cc: linuxppc-dev

[-- Attachment #1: Type: text/plain, Size: 355 bytes --]

On Wed, 16 Apr 2008 22:32:46 +1000 Paul Mackerras <paulus@samba.org> wrote:
>
>       [POWERPC] ibm_newemac: PowerPC 440GX EMAC PHY clock workaround
>       [POWERPC] ibm_newemac: PowerPC 440EP/440GR EMAC PHY clock workaround

So close :-)

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: More patches pushed to powerpc.git master and powerpc-next branches
  2008-04-16 12:45 ` Stephen Rothwell
@ 2008-04-16 12:49   ` Benjamin Herrenschmidt
  2008-04-16 13:52     ` Josh Boyer
  0 siblings, 1 reply; 6+ messages in thread
From: Benjamin Herrenschmidt @ 2008-04-16 12:49 UTC (permalink / raw)
  To: Stephen Rothwell; +Cc: linuxppc-dev, Paul Mackerras


On Wed, 2008-04-16 at 22:45 +1000, Stephen Rothwell wrote:
> On Wed, 16 Apr 2008 22:32:46 +1000 Paul Mackerras <paulus@samba.org> wrote:
> >
> >       [POWERPC] ibm_newemac: PowerPC 440GX EMAC PHY clock workaround
> >       [POWERPC] ibm_newemac: PowerPC 440EP/440GR EMAC PHY clock workaround
> 
> So close :-)

The workaround for those is actually subtely different :-0

Ben.

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

* Re: More patches pushed to powerpc.git master and powerpc-next branches
  2008-04-16 12:49   ` Benjamin Herrenschmidt
@ 2008-04-16 13:52     ` Josh Boyer
  0 siblings, 0 replies; 6+ messages in thread
From: Josh Boyer @ 2008-04-16 13:52 UTC (permalink / raw)
  To: benh; +Cc: Stephen Rothwell, Paul, Mackerras, linuxppc-dev

On Wed, 16 Apr 2008 22:49:28 +1000
Benjamin Herrenschmidt <benh@kernel.crashing.org> wrote:

> 
> On Wed, 2008-04-16 at 22:45 +1000, Stephen Rothwell wrote:
> > On Wed, 16 Apr 2008 22:32:46 +1000 Paul Mackerras <paulus@samba.org> wrote:
> > >
> > >       [POWERPC] ibm_newemac: PowerPC 440GX EMAC PHY clock workaround
> > >       [POWERPC] ibm_newemac: PowerPC 440EP/440GR EMAC PHY clock workaround
> > 
> > So close :-)
> 
> The workaround for those is actually subtely different :-0

He meant that they're broken.  See the other threads.

josh

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

* Re: More patches pushed to powerpc.git master and powerpc-next branches
  2008-04-16 12:42 ` Paul Mackerras
@ 2008-04-16 13:57   ` Josh Boyer
  0 siblings, 0 replies; 6+ messages in thread
From: Josh Boyer @ 2008-04-16 13:57 UTC (permalink / raw)
  To: Paul Mackerras; +Cc: linuxppc-dev

On Wed, 16 Apr 2008 22:42:34 +1000
Paul Mackerras <paulus@samba.org> wrote:

> I wrote:
> 
> > The following commits are now in the master and powerpc-next branches
> > in the powerpc.git tree.  This includes commits pulled from Josh
> > Boyer's and Olof Johansson's trees.
> 
> Because of a problem caused by a couple of commits in Josh Boyer's
> tree, I have forced the master and powerpc-next branches back to where
> they were until an hour or so ago.  Hopefully no-one has done a pull
> in that time; if anyone has then they will need to do a git pull -f
> when I eventually push the commits out (since they will have different
> IDs).

My "next" and "for-2.6.26" branches are reset and the offending patches
have been dropped.  My apologies for all the trouble.

josh

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

end of thread, other threads:[~2008-04-16 14:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-16 12:32 More patches pushed to powerpc.git master and powerpc-next branches Paul Mackerras
2008-04-16 12:42 ` Paul Mackerras
2008-04-16 13:57   ` Josh Boyer
2008-04-16 12:45 ` Stephen Rothwell
2008-04-16 12:49   ` Benjamin Herrenschmidt
2008-04-16 13:52     ` Josh Boyer

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