From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kumar Gala Subject: Re: [RFC] add alias support to fdt_path_offset Date: Tue, 5 Aug 2008 01:26:27 -0500 Message-ID: <8EC9BF33-C7E2-486F-9ACB-F7384D0EB10C@kernel.crashing.org> References: <20080805035844.GB16526@yookeroo.seuss> <20080804.220226.-1219852411.imp@bsdimp.com> <20080805041306.GC16526@yookeroo.seuss> Mime-Version: 1.0 (Apple Message framework v926) Content-Type: text/plain; charset="us-ascii"; Format="flowed"; DelSp="yes" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20080805041306.GC16526-787xzQ0H9iRg7VrjXcPTGA@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-mnsaURCQ41sdnm+yROfE0A@public.gmane.org Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-mnsaURCQ41sdnm+yROfE0A@public.gmane.org To: David Gibson Cc: devicetree-discuss-mnsaURCQ41sdnm+yROfE0A@public.gmane.org, gvb.uboot-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org List-Id: devicetree@vger.kernel.org On Aug 4, 2008, at 11:13 PM, David Gibson wrote: > On Mon, Aug 04, 2008 at 10:02:26PM -0600, M. Warner Losh wrote: >> In message: <20080805035844.GB16526-787xzQ0H9iRg7VrjXcPTGA@public.gmane.org> >> David Gibson writes: >> : On Mon, Aug 04, 2008 at 05:25:17PM -0500, Kumar Gala wrote: >> : > Here's my attempt at adding alias support to fdt_path_offset() >> : > >> : > I don't care for the path_buf[256], but not sure how else to do >> : > that. >> : >> : That's because you haven't thought hard enough, we can do better >> than >> : this. Patches coming.. >> >> Hmmm, PATH_MAX... > > No. We can do better than that, too. Though admittedly it will be > slightly more work than I first thought. I was going with brute force to get something out there for us to play with :) - k