Re: [PATCH V5 1/2] kbuild: centralize .dts->.dtb rule

2012-11-20 Thread Grant Likely
On Thu, 15 Nov 2012 11:31:38 -0700, Stephen Warren wrote: > On 11/15/2012 11:20 AM, Grant Likely wrote: > > On Thu, Nov 15, 2012 at 6:09 PM, Stephen Warren > > wrote: > >> On 11/15/2012 04:51 AM, Grant Likely wrote: > >>> Grant Likely wrote: > Or how about: I could pick up the patch with o

Re: [PATCH V5 1/2] kbuild: centralize .dts->.dtb rule

2012-11-15 Thread Stephen Warren
On 11/15/2012 11:20 AM, Grant Likely wrote: > On Thu, Nov 15, 2012 at 6:09 PM, Stephen Warren wrote: >> On 11/15/2012 04:51 AM, Grant Likely wrote: >>> Grant Likely wrote: Or how about: I could pick up the patch with only the MIPS hunk and every other user can be fixed up independently t

Re: [PATCH V5 1/2] kbuild: centralize .dts->.dtb rule

2012-11-15 Thread Grant Likely
On Thu, Nov 15, 2012 at 6:09 PM, Stephen Warren wrote: > On 11/15/2012 04:51 AM, Grant Likely wrote: >> Grant Likely wrote: >>> Or how about: I could pick up the patch with only the MIPS hunk and >>> every other user can be fixed up independently to use the new rule. >> >> Here's a trial patch to

Re: [PATCH V5 1/2] kbuild: centralize .dts->.dtb rule

2012-11-15 Thread Stephen Warren
On 11/15/2012 04:51 AM, Grant Likely wrote: > Grant Likely wrote: >> Or how about: I could pick up the patch with only the MIPS hunk and >> every other user can be fixed up independently to use the new rule. > > Here's a trial patch to fix up ARM. Does this look correct? This patch > depends on th

Re: [PATCH V5 1/2] kbuild: centralize .dts->.dtb rule

2012-11-15 Thread Grant Likely
Grant Likely wrote: > Or how about: I could pick up the patch with only the MIPS hunk and > every other user can be fixed up independently to use the new rule. Here's a trial patch to fix up ARM. Does this look correct? This patch depends on the generic dtb build rule already being applied. g. -

Re: [PATCH V5 1/2] kbuild: centralize .dts->.dtb rule

2012-11-15 Thread Grant Likely
On Thu, Nov 15, 2012 at 10:15 AM, Grant Likely wrote: > On Fri, Nov 2, 2012 at 10:23 AM, Ralf Baechle wrote: >> On Fri, Nov 02, 2012 at 10:58:01AM +0100, Ralf Baechle wrote: >> >>> Can you fold these MIPS bits into your patch? >> >> I missed Lantiq. >> >> Ralf >> >> Signed-off-by: Ralf Baechle

Re: [PATCH V5 1/2] kbuild: centralize .dts->.dtb rule

2012-11-15 Thread Grant Likely
On Fri, Nov 2, 2012 at 10:23 AM, Ralf Baechle wrote: > On Fri, Nov 02, 2012 at 10:58:01AM +0100, Ralf Baechle wrote: > >> Can you fold these MIPS bits into your patch? > > I missed Lantiq. > > Ralf > > Signed-off-by: Ralf Baechle > > arch/mips/cavium-octeon/Makefile | 3 --- > arch/mips/lantiq

Re: [PATCH V5 1/2] kbuild: centralize .dts->.dtb rule

2012-11-02 Thread Stephen Warren
On 11/02/2012 04:23 AM, Ralf Baechle wrote: > On Fri, Nov 02, 2012 at 10:58:01AM +0100, Ralf Baechle wrote: > >> Can you fold these MIPS bits into your patch? > > I missed Lantiq. Thanks, I've squashed that in, and with a quick grep noticed that arch/{arm64,microblaze} also need updating. -- To

Re: [PATCH V5 1/2] kbuild: centralize .dts->.dtb rule

2012-11-02 Thread Ralf Baechle
On Fri, Nov 02, 2012 at 10:58:01AM +0100, Ralf Baechle wrote: > Can you fold these MIPS bits into your patch? I missed Lantiq. Ralf Signed-off-by: Ralf Baechle arch/mips/cavium-octeon/Makefile | 3 --- arch/mips/lantiq/dts/Makefile| 3 --- arch/mips/netlogic/dts/Makefile | 3 --- 3 fi

Re: [PATCH V5 1/2] kbuild: centralize .dts->.dtb rule

2012-11-02 Thread Ralf Baechle
On Wed, Oct 31, 2012 at 04:10:30PM -0600, Stephen Warren wrote: > From: Stephen Warren > > All architectures that use cmd_dtc do so in the same way. Move the build > rule to a central location to avoid duplication. Can you fold these MIPS bits into your patch? Ralf Signed-off-by: Ralf Baech

Re: [PATCH V5 1/2] kbuild: centralize .dts->.dtb rule

2012-11-01 Thread Sam Ravnborg
On Wed, Oct 31, 2012 at 04:10:30PM -0600, Stephen Warren wrote: > From: Stephen Warren > > All architectures that use cmd_dtc do so in the same way. Move the build > rule to a central location to avoid duplication. > > Update Documentation/kbuild to remove the explicit call to cmd_dtc from > the