From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Subject: Re: [U-Boot] [PATCH v3 2/2] fdt: Add tests for fdtdec Date: Sun, 22 Jan 2012 21:04:03 -0500 Message-ID: <4F1CC013.6030107@gmail.com> References: <1326824452-14786-1-git-send-email-sjg@chromium.org> <1326824452-14786-3-git-send-email-sjg@chromium.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1326824452-14786-3-git-send-email-sjg-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org To: Simon Glass Cc: U-Boot Mailing List , Devicetree Discuss , Tom Warren , Jerry Van Baren List-Id: devicetree@vger.kernel.org On 01/17/2012 01:20 PM, Simon Glass wrote: > The fdtdec_find_aliases_for_id() function is complicated enough that > it really should have some tests. This does not necessarily need to be > committed to U-Boot, but it might be useful. > > (note there are a few minor inconsistencies with this patch which will be > cleaned up when the USB series is applied) > > Signed-off-by: Simon Glass Acked-by: Gerald Van Baren Thanks, gvb