All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michal Marek <mmarek@suse.cz>
To: Stephen Warren <swarren@nvidia.com>
Cc: Jon Loeliger <jdl@jdl.com>,
	David Gibson <david@gibson.dropbear.id.au>,
	linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org,
	Devicetree Discuss <devicetree-discuss@lists.ozlabs.org>
Subject: Re: [PATCH V2] dtc: Implement -d option to write out a dependency file
Date: Sat, 14 Jan 2012 23:29:56 +0100	[thread overview]
Message-ID: <4F1201E4.9050000@suse.cz> (raw)
In-Reply-To: <1326241672-9168-1-git-send-email-swarren@nvidia.com>

On 11.1.2012 01:27, Stephen Warren wrote:
> This will allow callers to rebuild .dtb files when any of the /include/d
> .dtsi files are modified, not just the top-level .dts file.
> 
> Signed-off-by: Stephen Warren <swarren@nvidia.com>
> ---
> Michal, this patch is a dependency for the kbuild changes that use it;
> http://www.spinics.net/lists/linux-kbuild/msg05883.html
> I think it makes sense to apply both this patch, and that patch, to the
> kbuild tree. Do you agree?

Sure.


> v2: Replace fputs/fputc with fprintf
> 
> This patch has been blessed for application to upstream dtc. Here, I'm
> simply applying the same thing to the code in the Linux kernel tree,
> resolving some conflicts. See:
> http://lists.ozlabs.org/pipermail/devicetree-discuss/2012-January/011172.html

I see it has been applied in the meantime, great. I'll apply this one
and the kbuild patch to kbuild.git#kbuild.

Michal

WARNING: multiple messages have this Message-ID (diff)
From: Michal Marek <mmarek-AlSwsSmVLrQ@public.gmane.org>
To: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
Cc: Devicetree Discuss
	<devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org>,
	linux-kbuild-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH V2] dtc: Implement -d option to write out a dependency file
Date: Sat, 14 Jan 2012 23:29:56 +0100	[thread overview]
Message-ID: <4F1201E4.9050000@suse.cz> (raw)
In-Reply-To: <1326241672-9168-1-git-send-email-swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>

On 11.1.2012 01:27, Stephen Warren wrote:
> This will allow callers to rebuild .dtb files when any of the /include/d
> .dtsi files are modified, not just the top-level .dts file.
> 
> Signed-off-by: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
> ---
> Michal, this patch is a dependency for the kbuild changes that use it;
> http://www.spinics.net/lists/linux-kbuild/msg05883.html
> I think it makes sense to apply both this patch, and that patch, to the
> kbuild tree. Do you agree?

Sure.


> v2: Replace fputs/fputc with fprintf
> 
> This patch has been blessed for application to upstream dtc. Here, I'm
> simply applying the same thing to the code in the Linux kernel tree,
> resolving some conflicts. See:
> http://lists.ozlabs.org/pipermail/devicetree-discuss/2012-January/011172.html

I see it has been applied in the meantime, great. I'll apply this one
and the kbuild patch to kbuild.git#kbuild.

Michal

  reply	other threads:[~2012-01-14 22:30 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-11  0:27 [PATCH V2] dtc: Implement -d option to write out a dependency file Stephen Warren
2012-01-14 22:29 ` Michal Marek [this message]
2012-01-14 22:29   ` Michal Marek
  -- strict thread matches above, loose matches on Subject: below --
2012-01-10 17:12 Stephen Warren
     [not found] ` <1326215568-30700-1-git-send-email-swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2012-01-10 23:33   ` David Gibson
     [not found]     ` <20120110233324.GB4935-MK4v0fQdeXQXU02nzanrWNbf9cGiqdzd@public.gmane.org>
2012-01-11 14:29       ` Jon Loeliger
     [not found]         ` <E1RkzBe-00058J-Vo-CYoMK+44s/E@public.gmane.org>
2012-01-11 23:07           ` David Gibson
     [not found]             ` <20120111230707.GN4935-MK4v0fQdeXQXU02nzanrWNbf9cGiqdzd@public.gmane.org>
2012-01-12 13:24               ` Jon Loeliger
     [not found]                 ` <E1RlKdQ-00037v-IU-CYoMK+44s/E@public.gmane.org>
2012-01-12 14:14                   ` Jon Loeliger
2012-01-12 23:11                   ` David Gibson
     [not found]                     ` <20120112231136.GY4935-MK4v0fQdeXQXU02nzanrWNbf9cGiqdzd@public.gmane.org>
2012-01-12 23:56                       ` Jon Loeliger
     [not found]                         ` <E1RlUVk-0004ju-Ek-CYoMK+44s/E@public.gmane.org>
2012-01-13  0:27                           ` David Gibson
2012-01-12 23:57                       ` Stephen Warren

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=4F1201E4.9050000@suse.cz \
    --to=mmarek@suse.cz \
    --cc=david@gibson.dropbear.id.au \
    --cc=devicetree-discuss@lists.ozlabs.org \
    --cc=jdl@jdl.com \
    --cc=linux-kbuild@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=swarren@nvidia.com \
    /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.