From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933294AbaHYRpP (ORCPT ); Mon, 25 Aug 2014 13:45:15 -0400 Received: from avon.wwwdotorg.org ([70.85.31.133]:38447 "EHLO avon.wwwdotorg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933034AbaHYRpN (ORCPT ); Mon, 25 Aug 2014 13:45:13 -0400 Message-ID: <53FB7642.1000808@wwwdotorg.org> Date: Mon, 25 Aug 2014 11:45:38 -0600 From: Stephen Warren User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: Tuomas Tynkkynen CC: Grant Likely , Rob Herring , Thierry Reding , linux-pm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-tegra@vger.kernel.org, "Rafael J. Wysocki" , Daniel Lezcano , Lorenzo Pieralisi Subject: Re: [PATCH 0/3] Introduce of_match_machine() helper References: <1407452515-2390-1-git-send-email-ttynkkynen@nvidia.com> In-Reply-To: <1407452515-2390-1-git-send-email-ttynkkynen@nvidia.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 08/07/2014 05:01 PM, Tuomas Tynkkynen wrote: > Some mach-specific drivers that don't require their own node in the device tree > (for example drivers/soc/*, cpufreq, cpuidle etc.) want to match on the device > tree root compatible property instead. Instead of open-coding (and forgetting > to call of_node_put on the root node) everywhere, add a helper to the OF core. Tuomas, I assume there will be a new version of this series to address the review comments? For now, I'm not intending on applying this.