IR_IMG is a new driver added by James via 160a8f8a and letter integrated into the build via commit 54b29120 as of linux-next tag next-20140320 which may make it to Linux through v3.15. This new driver makes use of devm_clk_get() but this was added via a8a97db9 and that get merged as of v3.5. It seems we can easily backport a8a97db9 but these days I'm starting to leave this up to the folks interested in the drivers to choose / participate and only they would know if this is worth it. Is 3.5 a good starting point kernel to require for drivers which depend on the new clock APIs? mcgrof@ergon ~/linux-next (git::master)$ git describe --contains a8a97db9 v3.5-rc1~183^2~2 Cc: James Hogan <james.hogan@xxxxxxxxxx> Cc: Mauro Carvalho Chehab <m.chehab@xxxxxxxxxxx> Cc: Mark Brown <broonie@xxxxxxxxxx> Signed-off-by: Luis R. Rodriguez <mcgrof@xxxxxxxxxxxxxxxx> --- dependencies | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dependencies b/dependencies index 3729d30..36c0b87 100644 --- a/dependencies +++ b/dependencies @@ -254,3 +254,5 @@ IEEE802154_MRF24J40 3.5 IEEE802154 3.1 IEEE802154_6LOWPAN 3.5 IEEE802154_AT86RF230 3.3 + +IR_IMG 3.5 -- 1.8.5.3 -- To unsubscribe from this list: send the line "unsubscribe backports" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html