Re: [PATCH 2/2] Kbuild: Use dtc's -d (dependency) option

2012-01-18 Thread Michal Marek
On 17.1.2012 18:20, Stephen Warren wrote: > Michal Marek wrote at Saturday, January 14, 2012 3:51 PM: >> As the C6X port has been merged in this merge window, I can't easily >> apply this patch to my kbuild branch and at the same time please Linus >> by basing the pull request on a tagged release.

RE: [PATCH 2/2] Kbuild: Use dtc's -d (dependency) option

2012-01-17 Thread Mark Salter
On Tue, 2012-01-17 at 09:20 -0800, Stephen Warren wrote: > Michal Marek wrote at Saturday, January 14, 2012 3:51 PM: > > On 11.1.2012 20:36, Mark Salter wrote: > > > On Mon, 2012-01-09 at 11:38 -0700, Stephen Warren wrote: > > >> This hooks dtc into Kbuild's dependency system. > > >> > > >> Thus, f

RE: [PATCH 2/2] Kbuild: Use dtc's -d (dependency) option

2012-01-17 Thread Stephen Warren
Michal Marek wrote at Saturday, January 14, 2012 3:51 PM: > On 11.1.2012 20:36, Mark Salter wrote: > > On Mon, 2012-01-09 at 11:38 -0700, Stephen Warren wrote: > >> This hooks dtc into Kbuild's dependency system. > >> > >> Thus, for example, "make dtbs" will rebuild tegra-harmony.dtb if only > >> t

Re: [PATCH 2/2] Kbuild: Use dtc's -d (dependency) option

2012-01-14 Thread Michal Marek
On 11.1.2012 20:36, Mark Salter wrote: > On Mon, 2012-01-09 at 11:38 -0700, Stephen Warren wrote: >> This hooks dtc into Kbuild's dependency system. >> >> Thus, for example, "make dtbs" will rebuild tegra-harmony.dtb if only >> tegra20.dtsi has changed yet tegra-harmony.dts has not. The previous >>

Re: [PATCH 2/2] Kbuild: Use dtc's -d (dependency) option

2012-01-11 Thread Mark Salter
On Mon, 2012-01-09 at 11:38 -0700, Stephen Warren wrote: > This hooks dtc into Kbuild's dependency system. > > Thus, for example, "make dtbs" will rebuild tegra-harmony.dtb if only > tegra20.dtsi has changed yet tegra-harmony.dts has not. The previous > lack of this feature recently caused me to h

Re: [PATCH 2/2] Kbuild: Use dtc's -d (dependency) option

2012-01-09 Thread Shawn Guo
On Mon, Jan 09, 2012 at 11:38:15AM -0700, Stephen Warren wrote: > This hooks dtc into Kbuild's dependency system. > > Thus, for example, "make dtbs" will rebuild tegra-harmony.dtb if only > tegra20.dtsi has changed yet tegra-harmony.dts has not. The previous > lack of this feature recently caused

[PATCH 2/2] Kbuild: Use dtc's -d (dependency) option

2012-01-09 Thread Stephen Warren
This hooks dtc into Kbuild's dependency system. Thus, for example, "make dtbs" will rebuild tegra-harmony.dtb if only tegra20.dtsi has changed yet tegra-harmony.dts has not. The previous lack of this feature recently caused me to have very confusing "git bisect" results. For ARM, it's obvious wha