linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/11] Consolidation of Open Firmware routines
@ 2007-05-01  7:22 Stephen Rothwell
  2007-05-01  7:24 ` [PATCH 01/11] Split out common parts of prom.h Stephen Rothwell
                   ` (11 more replies)
  0 siblings, 12 replies; 17+ messages in thread
From: Stephen Rothwell @ 2007-05-01  7:22 UTC (permalink / raw)
  To: David S. Miller, paulus; +Cc: sparclinux, ppc-dev

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

Hi all,

Just thought I would show you all where I am up to.  I have moved from
openfw.h, drivers/openf and CONFIG_OPENFW to of.h, drivers/of and
CONFIG_OF - if this offends anyone please scream soon so I can change
that back.

The current diffstat looks like below, so some progress has been made:

 arch/powerpc/Kconfig              |    3 +
 arch/powerpc/kernel/of_device.c   |  122 +----------------
 arch/powerpc/kernel/prom.c        |  249 +---------------------------------
 arch/sparc/Kconfig                |    3 +
 arch/sparc/kernel/of_device.c     |  151 +++-----------------
 arch/sparc/kernel/prom.c          |  173 +-----------------------
 arch/sparc/kernel/time.c          |    2 +-
 arch/sparc64/Kconfig              |    3 +
 arch/sparc64/kernel/auxio.c       |    2 +-
 arch/sparc64/kernel/of_device.c   |  164 ++++------------------
 arch/sparc64/kernel/power.c       |    2 +-
 arch/sparc64/kernel/prom.c        |  173 +-----------------------
 arch/sparc64/kernel/time.c        |    2 +-
 drivers/Kconfig                   |    2 +
 drivers/Makefile                  |    1 +
 drivers/of/Kconfig                |    3 +
 drivers/of/Makefile               |    2 +
 drivers/of/base.c                 |  274 +++++++++++++++++++++++++++++++++++++
 drivers/of/device.c               |  131 ++++++++++++++++++
 include/asm-powerpc/of_device.h   |   22 +---
 include/asm-powerpc/of_platform.h |   38 +-----
 include/asm-powerpc/prom.h        |   47 ++-----
 include/asm-sparc/of_device.h     |   49 +------
 include/asm-sparc/of_platform.h   |   32 +++++
 include/asm-sparc/prom.h          |   65 +++------
 include/asm-sparc64/of_device.h   |   50 +------
 include/asm-sparc64/of_platform.h |   33 +++++
 include/asm-sparc64/prom.h        |   65 +++------
 include/linux/of.h                |   60 ++++++++
 include/linux/of_device.h         |   26 ++++
 include/linux/of_platform.h       |   55 ++++++++

The battle continues :-)
--
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] 17+ messages in thread

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

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-01  7:22 [PATCH 0/11] Consolidation of Open Firmware routines Stephen Rothwell
2007-05-01  7:24 ` [PATCH 01/11] Split out common parts of prom.h Stephen Rothwell
2007-05-01  7:25 ` [PATCH 02/11] Start split out of common open firmware code Stephen Rothwell
2007-05-01  7:26 ` [PATCH 03/11] Consolidate of_device_is_compatible Stephen Rothwell
2007-05-01  7:27 ` [PATCH 04/11] Consolidate of_find_property Stephen Rothwell
2007-05-01  7:28 ` [PATCH 05/11] Consolidate of_get_parent Stephen Rothwell
2007-05-01  7:29 ` [PATCH 06/11] Consolidate of_get_next_child Stephen Rothwell
2007-05-01  7:30 ` [PATCH 07/11] Consolidate of_find_node_by routines Stephen Rothwell
2007-05-01  7:31 ` [PATCH 08/11] Begin to consolidate of_device.c Stephen Rothwell
2007-05-02  1:23   ` Segher Boessenkool
2007-05-01  7:32 ` [PATCH 09/11] Begin consolidation of of_device.h Stephen Rothwell
2007-05-01  7:33 ` [PATCH 10/11] [SPARC/64] Rename some functions like PowerPC Stephen Rothwell
2007-05-01  7:34 ` [PATCH 11/11] Create linux/of_platorm.h Stephen Rothwell
2007-05-01  8:30 ` [PATCH 0/11] Consolidation of Open Firmware routines Jan Engelhardt
2007-05-01  8:51   ` David Miller
2007-05-01 11:17     ` Jan Engelhardt
2007-05-01 19:36       ` David Miller

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