linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Patches added to for-2.6.25 and master branches of powerpc.git
@ 2007-12-11  5:29 Paul Mackerras
  2007-12-11 11:58 ` Balbir Singh
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Paul Mackerras @ 2007-12-11  5:29 UTC (permalink / raw)
  To: linuxppc-dev

Benjamin Herrenschmidt (7):
      [POWERPC] Make isa_mem_base common to 32 and 64 bits
      [POWERPC] Merge pci_process_bridge_OF_ranges()
      [POWERPC] Fix powerpc 32-bit resource fixup for 64-bit resources
      [POWERPC] Change 32-bit PCI message about resource allocation
      [POWERPC] Remove useless volatiles in udbg_16550.c
      [POWERPC] Add of_translate_dma_address
      [POWERPC] Early debug forces console log level to max

Cyrill Gorcunov (1):
      [POWERPC] CELLEB: Fix possible NULL pointer dereference

David Gibson (3):
      [POWERPC] Merge libfdt upstream source
      [POWERPC] Use embedded libfdt in the bootwrapper
      [POWERPC] Kill flatdevtree.c

David Woodhouse (4):
      [POWERPC] Create otheros.bld next to specified output file, not in $object directory
      [POWERPC] Find device-tree source file in default directory
      [POWERPC] Allow for bootwrapper utilities being in different directory to objects
      [POWERPC] Implement 'make bootwrapper_install'

Ishizaki Kou (3):
      [POWERPC] cell: Fix undefined reference to mmio_nvram_init
      [POWERPC] celleb: Add support for native CBE
      [POWERPC] Update celleb_defconfig to add support for native CBE

Jon Loeliger (2):
      [POWERPC] Clean out asm/of_{platform, device}.h
      [POWERPC] Clean out asm/of_{platform, device}.h from sysdev/

Michael Ellerman (1):
      [POWERPC] Add for_each_child_of_node() helper for iterating over child nodes

Michael Hanselmann (1):
      [POWERPC] Update smu command definitions

Michael Neuling (1):
      [POWERPC] Use SLB size from the device tree

Nathan Lynch (1):
      [POWERPC] lparcfg: Remove useless buffer allocation

Olof Johansson (5):
      [POWERPC] pasemi: clean up mdio_gpio a bit
      [POWERPC] pasemi: Broaden specific references to 1682M
      [POWERPC] pasemi: Don't enter powersaving states from elevated astates
      [POWERPC] pasemi: Move cpus to hold loop before restart
      [POWERPC] pasemi: Fix module information for gpio-mdio

Stephen Neuendorffer (1):
      [POWERPC] Improved documentation of device tree 'ranges'

Stephen Rothwell (27):
      [POWERPC] Use of_register_driver to implement of_register_platform_driver
      [POWERPC] kernel_execve is identical in 32 and 64 bit
      [POWERPC] iommu_free_table doesn't need the device_node
      [POWERPC] pSeries: Remove dependency on pci_dn bussubno
      [POWERPC] Clean up pci-bridge.h
      [POWERPC] Consolidate pci_controller
      [POWERPC] iSeries: Move find_Device_Node to avoid a forward declaration
      [POWERPC] iSeries: Cleanup PCI retry code a little
      [POWERPC] iSeries: DeCamelCase pci.c
      [POWERPC] iSeries: Remove some dead code from pci.c
      [POWERPC] iSeries: Unindent and clean iSeries_pci_final_fixup
      [POWERPC] iSeries: Consoldiate PCI IO error check
      [POWERPC] iSeries: Remove one layer of IO routines
      [POWERPC] iSeries: Remove pci_dn dependency from iSeries_Device_Information
      [POWERPC] iSeries: iseries_ds_addr is only used in pci.c
      [POWERPC] iSeries: Reduce dependence on pci_dn bussubno
      [POWERPC] iSeries: Make pcibios_final_fixup not depend on pci_dn
      [POWERPC] Inline pci_setup_pci_controller as it has become trivial
      [POWERPC] iSeries: Call iSeries_pcibios_init from setup_arch
      [POWERPC] iSeries: hose->buid is always zero for iSeries
      [POWERPC] Remove some iSeries platform checks from the PCI code
      [POWERPC] Don't special case pci_domain_nr() for iSeries
      [POWERPC] pci_controller->arch_data really is a struct device_node *
      [POWERPC] iSeries: DeCamelCase vpdinfo.c
      [POWERPC] iSeries: Clean up and simplify vdpinfo.c
      [POWERPC] iSeries: Merge vpdinfo.c into pci.c
      [POWERPC] EEH: Avoid a possible NULL pointer dereference

will schmidt (1):
      [POWERPC] Update xmon slb code

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

* Re: Patches added to for-2.6.25 and master branches of powerpc.git
  2007-12-11  5:29 Patches added to for-2.6.25 and master branches of powerpc.git Paul Mackerras
@ 2007-12-11 11:58 ` Balbir Singh
  2007-12-11 14:41 ` Jon Loeliger
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: Balbir Singh @ 2007-12-11 11:58 UTC (permalink / raw)
  To: Paul Mackerras; +Cc: linuxppc-dev

On Dec 11, 2007 10:59 AM, Paul Mackerras <paulus@samba.org> wrote:
[snip]

Hi, Paul,

Any chance we could get in "Fake NUMA nodes patch" at
http://lkml.org/lkml/2007/12/7/294?
Should I get it into -mm first? It was acked by Olof at
http://lkml.org/lkml/2007/12/10/247.

Thanks,
Balbir Singh

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

* Re: Patches added to for-2.6.25 and master branches of powerpc.git
  2007-12-11  5:29 Patches added to for-2.6.25 and master branches of powerpc.git Paul Mackerras
  2007-12-11 11:58 ` Balbir Singh
@ 2007-12-11 14:41 ` Jon Loeliger
  2007-12-11 17:44   ` Arnd Bergmann
  2007-12-11 18:07 ` Josh Boyer
  2007-12-12 21:10 ` Geoff Levand
  3 siblings, 1 reply; 6+ messages in thread
From: Jon Loeliger @ 2007-12-11 14:41 UTC (permalink / raw)
  To: Paul Mackerras; +Cc: linuxppc-dev, arnd

So, like, the other day Paul Mackerras mumbled:
> 
> Jon Loeliger (2):
>       [POWERPC] Clean out asm/of_{platform, device}.h
>       [POWERPC] Clean out asm/of_{platform, device}.h from sysdev/

Excellent, thanks!

That leaves just this following patch from my janitor series.

    http://patchwork.ozlabs.org/linuxppc/patch?id=14712

I suspect Arnd might need to pick it up or ACK it now?

Thanks,
jdl




From: Jon Loeliger <jdl@freescale.com>
Date: Mon, 12 Nov 2007 14:23:16 -0600
Subject: [PATCH] cell: Convert #include of asm/of_{platform, device}.h into linux/of_{platform, device}.h.

Signed-off-by: Jon Loeliger <jdl@freescale.com>
Acked-by: Stephen Rothwell <sfr@canb.auug.org.au> Built a ppc64_defconfig
---

This version picks up the celleb/ files too.
Stephen, notice that you tacitly ACK'ed this pickup too... :-)


 arch/powerpc/platforms/cell/cbe_cpufreq.c     |    3 ++-
 arch/powerpc/platforms/cell/cbe_cpufreq_pmi.c |    3 ++-
 arch/powerpc/platforms/cell/cbe_regs.c        |    4 ++--
 arch/powerpc/platforms/cell/iommu.c           |    2 +-
 arch/powerpc/platforms/cell/setup.c           |    2 +-
 arch/powerpc/platforms/celleb/iommu.c         |    3 +--
 arch/powerpc/platforms/celleb/setup.c         |    2 +-
 7 files changed, 10 insertions(+), 9 deletions(-)

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

* Re: Patches added to for-2.6.25 and master branches of powerpc.git
  2007-12-11 14:41 ` Jon Loeliger
@ 2007-12-11 17:44   ` Arnd Bergmann
  0 siblings, 0 replies; 6+ messages in thread
From: Arnd Bergmann @ 2007-12-11 17:44 UTC (permalink / raw)
  To: Jon Loeliger; +Cc: linuxppc-dev, Paul Mackerras

On Tuesday 11 December 2007, Jon Loeliger wrote:
> So, like, the other day Paul Mackerras mumbled:
> >=20
> > Jon Loeliger (2):
> > =A0 =A0 =A0 [POWERPC] Clean out asm/of_{platform, device}.h
> > =A0 =A0 =A0 [POWERPC] Clean out asm/of_{platform, device}.h from sysdev/
>=20
> Excellent, thanks!
>=20
> That leaves just this following patch from my janitor series.
>=20
> =A0 =A0 http://patchwork.ozlabs.org/linuxppc/patch?id=3D14712
>=20
> I suspect Arnd might need to pick it up or ACK it now?
>=20

Thanks for reminding me. Incidentally, I picked it up today anyway,
but I guess it would be good if Paul took it directly now that
we're on the topic. Otherwise, I'll submit it along with the
others I found in the archives within the next days.

Acked-by: Arnd Bergmann <arnd@arndb.de>

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

* Re: Patches added to for-2.6.25 and master branches of powerpc.git
  2007-12-11  5:29 Patches added to for-2.6.25 and master branches of powerpc.git Paul Mackerras
  2007-12-11 11:58 ` Balbir Singh
  2007-12-11 14:41 ` Jon Loeliger
@ 2007-12-11 18:07 ` Josh Boyer
  2007-12-12 21:10 ` Geoff Levand
  3 siblings, 0 replies; 6+ messages in thread
From: Josh Boyer @ 2007-12-11 18:07 UTC (permalink / raw)
  To: Paul Mackerras; +Cc: linuxppc-dev

On Tue, 11 Dec 2007 16:29:29 +1100
Paul Mackerras <paulus@samba.org> wrote:

> Benjamin Herrenschmidt (7):
>       [POWERPC] Make isa_mem_base common to 32 and 64 bits
>       [POWERPC] Merge pci_process_bridge_OF_ranges()
>       [POWERPC] Fix powerpc 32-bit resource fixup for 64-bit resources
>       [POWERPC] Change 32-bit PCI message about resource allocation
>       [POWERPC] Remove useless volatiles in udbg_16550.c
>       [POWERPC] Add of_translate_dma_address
>       [POWERPC] Early debug forces console log level to max

Excellent.  I have a series of patches that I'll be sending your way
shortly after Ben sends out a fixed up 4xx PCI series.  Have a few
commits from Valentine and Stefan in there as well.

josh

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

* Re: Patches added to for-2.6.25 and master branches of powerpc.git
  2007-12-11  5:29 Patches added to for-2.6.25 and master branches of powerpc.git Paul Mackerras
                   ` (2 preceding siblings ...)
  2007-12-11 18:07 ` Josh Boyer
@ 2007-12-12 21:10 ` Geoff Levand
  3 siblings, 0 replies; 6+ messages in thread
From: Geoff Levand @ 2007-12-12 21:10 UTC (permalink / raw)
  To: Paul Mackerras; +Cc: linuxppc-dev

Hi Paul,

This one seems to have got skipped:

  http://ozlabs.org/pipermail/linuxppc-dev/2007-November/046765.html

-Geoff

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

end of thread, other threads:[~2007-12-12 21:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-11  5:29 Patches added to for-2.6.25 and master branches of powerpc.git Paul Mackerras
2007-12-11 11:58 ` Balbir Singh
2007-12-11 14:41 ` Jon Loeliger
2007-12-11 17:44   ` Arnd Bergmann
2007-12-11 18:07 ` Josh Boyer
2007-12-12 21:10 ` Geoff Levand

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