From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Likely Subject: Re: [PATCH 1/2] dt: Add empty of_property_match_string() function Date: Fri, 27 Apr 2012 10:45:54 -0600 Message-ID: <20120427164554.2F7E33E0B4D@localhost> References: <1334327016-8949-1-git-send-email-thierry.reding@avionic-design.de> <20120426190112.GA28018@avionic-0098.mockup.avionic-design.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20120426190112.GA28018-RM9K5IK7kjIQXX3q8xo1gnVAuStQJXxyR5q1nwbD4aMs9pC9oP6+/A@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: Thierry Reding , devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Cc: Rob Herring List-Id: devicetree@vger.kernel.org On Thu, 26 Apr 2012 21:01:12 +0200, Thierry Reding wrote: > * Thierry Reding wrote: > > This commit adds an empty of_property_match_string() function for > > !CONFIG_OF builds. > > Grant, Rob, > > can these two patches be queued for 3.5? I need them to build the PWM > subsystem for !OF builds. I could merge them, but can you point me at the code that needs them? I get a little nervous when OF-specific stretches of code get compiled when !CONFIG_OF. In a lot of cases the OF data decoding should be in a separate function that gets completely selected out. That isn't always the case of course, but I do like to put a bit of back-pressure on this issue. g.