From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Hogan Subject: Re: [PATCH v2 08/29] metag: use unflatten_and_copy_device_tree Date: Fri, 8 Nov 2013 17:34:18 +0000 Message-ID: <527D209A.8090305@imgtec.com> References: <1381163377-21044-1-git-send-email-robherring2@gmail.com> <1381163377-21044-9-git-send-email-robherring2@gmail.com> <527CE32F.6090305@imgtec.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-metag-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Content-Type: text/plain; charset="us-ascii" To: Rob Herring Cc: "linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , "devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , Grant Likely , Rob Herring , linux-metag , Qais , Qais Yousef On 08/11/13 17:26, Rob Herring wrote: > On Fri, Nov 8, 2013 at 7:12 AM, James Hogan wrote: >> On 07/10/13 17:29, Rob Herring wrote: >>> From: Rob Herring >>> >>> Use the common unflatten_and_copy_device_tree to copy the built-in FDT >>> out of init section. >>> >>> Signed-off-by: Rob Herring >>> Cc: James Hogan >> >> With Qais' suggestion of removing the extern void copy_fdt(void) from >> arch/metag/include/asm/prom.h (thanks Qais): >> Acked-by: James Hogan > > Look at the second series with the prom.h clean-up. prom.h is removed > from metag altogether now. Ah yes. It should technically be removed in this patch, but since prom.h is going away anyway it doesn't particularly bother me. Thanks James -- To unsubscribe from this list: send the line "unsubscribe linux-metag" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757659Ab3KHRea (ORCPT ); Fri, 8 Nov 2013 12:34:30 -0500 Received: from multi.imgtec.com ([194.200.65.239]:41596 "EHLO multi.imgtec.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756350Ab3KHRe2 (ORCPT ); Fri, 8 Nov 2013 12:34:28 -0500 Message-ID: <527D209A.8090305@imgtec.com> Date: Fri, 8 Nov 2013 17:34:18 +0000 From: James Hogan User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7 MIME-Version: 1.0 To: Rob Herring CC: "linux-kernel@vger.kernel.org" , "devicetree@vger.kernel.org" , Grant Likely , Rob Herring , linux-metag , Qais , Qais Yousef Subject: Re: [PATCH v2 08/29] metag: use unflatten_and_copy_device_tree References: <1381163377-21044-1-git-send-email-robherring2@gmail.com> <1381163377-21044-9-git-send-email-robherring2@gmail.com> <527CE32F.6090305@imgtec.com> In-Reply-To: X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-Originating-IP: [192.168.154.65] X-SEF-Processed: 7_3_0_01192__2013_11_08_17_34_20 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 08/11/13 17:26, Rob Herring wrote: > On Fri, Nov 8, 2013 at 7:12 AM, James Hogan wrote: >> On 07/10/13 17:29, Rob Herring wrote: >>> From: Rob Herring >>> >>> Use the common unflatten_and_copy_device_tree to copy the built-in FDT >>> out of init section. >>> >>> Signed-off-by: Rob Herring >>> Cc: James Hogan >> >> With Qais' suggestion of removing the extern void copy_fdt(void) from >> arch/metag/include/asm/prom.h (thanks Qais): >> Acked-by: James Hogan > > Look at the second series with the prom.h clean-up. prom.h is removed > from metag altogether now. Ah yes. It should technically be removed in this patch, but since prom.h is going away anyway it doesn't particularly bother me. Thanks James