[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1407452515-2390-1-git-send-email-ttynkkynen@nvidia.com>
Date: Fri, 8 Aug 2014 02:01:52 +0300
From: Tuomas Tynkkynen <ttynkkynen@...dia.com>
To: Grant Likely <grant.likely@...aro.org>,
Rob Herring <robh+dt@...nel.org>
CC: Stephen Warren <swarren@...dotorg.org>,
Thierry Reding <thierry.reding@...il.com>,
<linux-pm@...r.kernel.org>, <linux-arm-kernel@...ts.infradead.org>,
<linux-kernel@...r.kernel.org>, <devicetree@...r.kernel.org>,
<linux-tegra@...r.kernel.org>,
"Rafael J. Wysocki" <rjw@...ysocki.net>,
Daniel Lezcano <daniel.lezcano@...aro.org>,
Lorenzo Pieralisi <lorenzo.pieralisi@....com>,
Tuomas Tynkkynen <ttynkkynen@...dia.com>
Subject: [PATCH 0/3] Introduce of_match_machine() helper
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 Tynkkynen (3):
of: Add of_match_machine helper
soc/tegra: Use of_match_machine in soc_is_tegra()
cpuidle: big.LITTLE: Use of_match_machine
drivers/cpuidle/cpuidle-big_little.c | 6 +-----
drivers/of/base.c | 21 +++++++++++++++++++++
drivers/soc/tegra/common.c | 8 +-------
include/linux/of.h | 3 +++
4 files changed, 26 insertions(+), 12 deletions(-)
--
1.8.1.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists