From: Michal Simek <monstr@monstr.eu>
To: Grant Likely <grant.likely@secretlab.ca>
Cc: sfr@canb.auug.org.au, microblaze-uclinux@itee.uq.edu.au,
devicetree-discuss@lists.ozlabs.org,
linux-kernel@vger.kernel.org, jeremy.kerr@canonical.com,
linuxppc-dev@lists.ozlabs.org
Subject: Re: [PATCH 0/3] OF Device tree merge patches
Date: Tue, 09 Feb 2010 10:01:12 +0100 [thread overview]
Message-ID: <4B712458.9080205@monstr.eu> (raw)
In-Reply-To: <20100203185753.26862.6818.stgit@angua>
Hi Grant,
Grant Likely wrote:
> 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.
I am not able applied these patches on Linus head but I have tested your
test-devicetree branch and I haven't found any problem for Microblaze,
that's why you can add my ACK for Microblaze part
Acked-by: Michal Simek <monstr@monstr.eu>
BTW: I am testing Stephen's next tree every day that's why if you add
that patches to next-tree you can look at
http://www.monstr.eu/wiki/doku.php?id=log:log
to see if is any problem on Microblaze or not.
Thanks,
Michal
>
> 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(-)
>
--
Michal Simek, Ing. (M.Eng)
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel 2.6 Microblaze Linux - http://www.monstr.eu/fdt/
Microblaze U-BOOT custodian
prev parent reply other threads:[~2010-02-09 9:01 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
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 ` [PATCH 2/3] of: add 'of_' prefix to machine_is_compatible() Grant Likely
2010-02-03 19:01 ` [PATCH 3/3] of/flattree: merge early_init_dt_scan_memory() common code Grant Likely
2010-02-09 9:01 ` Michal Simek [this message]
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=4B712458.9080205@monstr.eu \
--to=monstr@monstr.eu \
--cc=devicetree-discuss@lists.ozlabs.org \
--cc=grant.likely@secretlab.ca \
--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=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 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).