All of lore.kernel.org
 help / color / mirror / Atom feed
From: Grant Likely <grant.likely@secretlab.ca>
To: linuxppc-dev@lists.ozlabs.org,
	devicetree-discuss@lists.ozlabs.org,
	linux-kernel@vger.kernel.org, microblaze-uclinux@itee.uq.edu.au,
	monstr@monstr.eu, sfr@canb.auug.org.au,
	jeremy.kerr@canonical.com, benh@kernel.crashing.org
Subject: [PATCH 0/3] OF Device tree merge patches
Date: Wed, 03 Feb 2010 12:00:34 -0700	[thread overview]
Message-ID: <20100203185753.26862.6818.stgit@angua> (raw)

Hi everyone.  Here are a few patches that I've got sitting in my
test-devicetree branch, but I haven't posted for review yet.  Please
take a look and let me know if they are okay.  Once I've collected
acks I'll move them over to my next-devicetree branch.

Thanks,
g.

---

Grant Likely (3):
      of/flattree: merge early_init_dt_scan_memory() common code
      of: add 'of_' prefix to machine_is_compatible()
      microblaze: remove early_init_dt_scan_cpus() and phyp_dump_*()


 arch/microblaze/include/asm/prom.h            |    4 
 arch/microblaze/kernel/prom.c                 |  284 -------------------------
 arch/powerpc/include/asm/prom.h               |    4 
 arch/powerpc/kernel/pci_64.c                  |    2 
 arch/powerpc/kernel/prom.c                    |  149 ++-----------
 arch/powerpc/platforms/85xx/xes_mpc85xx.c     |    4 
 arch/powerpc/platforms/cell/cbe_powerbutton.c |    2 
 arch/powerpc/platforms/cell/ras.c             |    2 
 arch/powerpc/platforms/pasemi/cpufreq.c       |    4 
 arch/powerpc/platforms/powermac/cpufreq_32.c  |   14 +
 arch/powerpc/platforms/powermac/cpufreq_64.c  |   14 +
 arch/powerpc/platforms/powermac/feature.c     |    2 
 arch/powerpc/platforms/powermac/smp.c         |   12 +
 arch/powerpc/platforms/powermac/time.c        |    8 -
 arch/powerpc/platforms/powermac/udbg_scc.c    |    6 -
 arch/powerpc/sysdev/grackle.c                 |    4 
 arch/sparc/kernel/prom_common.c               |   12 -
 drivers/char/hvc_beat.c                       |    2 
 drivers/gpu/drm/radeon/radeon_combios.c       |   44 ++--
 drivers/macintosh/adb.c                       |    4 
 drivers/macintosh/therm_pm72.c                |    8 -
 drivers/macintosh/therm_windtunnel.c          |    2 
 drivers/macintosh/via-pmu-backlight.c         |    8 -
 drivers/macintosh/via-pmu.c                   |    8 -
 drivers/macintosh/windfarm_core.c             |    6 -
 drivers/macintosh/windfarm_cpufreq_clamp.c    |    6 -
 drivers/macintosh/windfarm_lm75_sensor.c      |    6 -
 drivers/macintosh/windfarm_max6690_sensor.c   |    6 -
 drivers/macintosh/windfarm_pm112.c            |    2 
 drivers/macintosh/windfarm_pm121.c            |    2 
 drivers/macintosh/windfarm_pm81.c             |    4 
 drivers/macintosh/windfarm_pm91.c             |    2 
 drivers/macintosh/windfarm_smu_sensors.c      |    6 -
 drivers/net/mace.c                            |    2 
 drivers/of/Kconfig                            |    4 
 drivers/of/base.c                             |   98 ++++++++-
 drivers/of/fdt.c                              |   50 ++++
 drivers/serial/pmac_zilog.c                   |    6 -
 drivers/video/aty/aty128fb.c                  |   14 +
 drivers/video/aty/atyfb_base.c                |    8 -
 drivers/video/aty/radeon_backlight.c          |    6 -
 include/linux/of.h                            |    6 +
 include/linux/of_fdt.h                        |    5 
 sound/ppc/awacs.c                             |   24 +-
 sound/ppc/burgundy.c                          |    4 
 sound/ppc/pmac.c                              |   18 +-
 sound/soc/fsl/efika-audio-fabric.c            |    2 
 sound/soc/fsl/pcm030-audio-fabric.c           |    2 
 48 files changed, 317 insertions(+), 575 deletions(-)

-- 
Signature

WARNING: multiple messages have this Message-ID (diff)
From: Grant Likely <grant.likely@secretlab.ca>
To: linuxppc-dev@lists.ozlabs.org,
	devicetree-discuss@lists.ozlabs.org,
	linux-kernel@vger.kernel.org, microblaze-uclinux@itee.uq.edu.au,
	monstr@monstr.eu, sfr@canb.auug.org.au, jeremy.kerr
Subject: [PATCH 0/3] OF Device tree merge patches
Date: Wed, 03 Feb 2010 12:00:34 -0700	[thread overview]
Message-ID: <20100203185753.26862.6818.stgit@angua> (raw)

Hi everyone.  Here are a few patches that I've got sitting in my
test-devicetree branch, but I haven't posted for review yet.  Please
take a look and let me know if they are okay.  Once I've collected
acks I'll move them over to my next-devicetree branch.

Thanks,
g.

---

Grant Likely (3):
      of/flattree: merge early_init_dt_scan_memory() common code
      of: add 'of_' prefix to machine_is_compatible()
      microblaze: remove early_init_dt_scan_cpus() and phyp_dump_*()


 arch/microblaze/include/asm/prom.h            |    4 
 arch/microblaze/kernel/prom.c                 |  284 -------------------------
 arch/powerpc/include/asm/prom.h               |    4 
 arch/powerpc/kernel/pci_64.c                  |    2 
 arch/powerpc/kernel/prom.c                    |  149 ++-----------
 arch/powerpc/platforms/85xx/xes_mpc85xx.c     |    4 
 arch/powerpc/platforms/cell/cbe_powerbutton.c |    2 
 arch/powerpc/platforms/cell/ras.c             |    2 
 arch/powerpc/platforms/pasemi/cpufreq.c       |    4 
 arch/powerpc/platforms/powermac/cpufreq_32.c  |   14 +
 arch/powerpc/platforms/powermac/cpufreq_64.c  |   14 +
 arch/powerpc/platforms/powermac/feature.c     |    2 
 arch/powerpc/platforms/powermac/smp.c         |   12 +
 arch/powerpc/platforms/powermac/time.c        |    8 -
 arch/powerpc/platforms/powermac/udbg_scc.c    |    6 -
 arch/powerpc/sysdev/grackle.c                 |    4 
 arch/sparc/kernel/prom_common.c               |   12 -
 drivers/char/hvc_beat.c                       |    2 
 drivers/gpu/drm/radeon/radeon_combios.c       |   44 ++--
 drivers/macintosh/adb.c                       |    4 
 drivers/macintosh/therm_pm72.c                |    8 -
 drivers/macintosh/therm_windtunnel.c          |    2 
 drivers/macintosh/via-pmu-backlight.c         |    8 -
 drivers/macintosh/via-pmu.c                   |    8 -
 drivers/macintosh/windfarm_core.c             |    6 -
 drivers/macintosh/windfarm_cpufreq_clamp.c    |    6 -
 drivers/macintosh/windfarm_lm75_sensor.c      |    6 -
 drivers/macintosh/windfarm_max6690_sensor.c   |    6 -
 drivers/macintosh/windfarm_pm112.c            |    2 
 drivers/macintosh/windfarm_pm121.c            |    2 
 drivers/macintosh/windfarm_pm81.c             |    4 
 drivers/macintosh/windfarm_pm91.c             |    2 
 drivers/macintosh/windfarm_smu_sensors.c      |    6 -
 drivers/net/mace.c                            |    2 
 drivers/of/Kconfig                            |    4 
 drivers/of/base.c                             |   98 ++++++++-
 drivers/of/fdt.c                              |   50 ++++
 drivers/serial/pmac_zilog.c                   |    6 -
 drivers/video/aty/aty128fb.c                  |   14 +
 drivers/video/aty/atyfb_base.c                |    8 -
 drivers/video/aty/radeon_backlight.c          |    6 -
 include/linux/of.h                            |    6 +
 include/linux/of_fdt.h                        |    5 
 sound/ppc/awacs.c                             |   24 +-
 sound/ppc/burgundy.c                          |    4 
 sound/ppc/pmac.c                              |   18 +-
 sound/soc/fsl/efika-audio-fabric.c            |    2 
 sound/soc/fsl/pcm030-audio-fabric.c           |    2 
 48 files changed, 317 insertions(+), 575 deletions(-)

-- 
Signature

             reply	other threads:[~2010-02-03 19:00 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-03 19:00 Grant Likely [this message]
2010-02-03 19:00 ` [PATCH 0/3] OF Device tree merge patches Grant Likely
2010-02-03 19:00 ` [PATCH 1/3] microblaze: remove early_init_dt_scan_cpus() and phyp_dump_*() Grant Likely
2010-02-03 19:00   ` Grant Likely
2010-02-03 19:00 ` [PATCH 2/3] of: add 'of_' prefix to machine_is_compatible() Grant Likely
2010-02-03 19:00   ` Grant Likely
2010-02-03 19:01 ` [PATCH 3/3] of/flattree: merge early_init_dt_scan_memory() common code Grant Likely
2010-02-03 19:01   ` Grant Likely
2010-02-09  9:01 ` [PATCH 0/3] OF Device tree merge patches Michal Simek
2010-02-09  9:01   ` Michal Simek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100203185753.26862.6818.stgit@angua \
    --to=grant.likely@secretlab.ca \
    --cc=benh@kernel.crashing.org \
    --cc=devicetree-discuss@lists.ozlabs.org \
    --cc=jeremy.kerr@canonical.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=microblaze-uclinux@itee.uq.edu.au \
    --cc=monstr@monstr.eu \
    --cc=sfr@canb.auug.org.au \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.