From: Lorenzo Pieralisi Date: Wed, 15 Oct 2014 15:57:34 +0000 (+0100) Subject: drivers: cpuidle: Add idle-state-name description to ARM idle states X-Git-Tag: omap-for-v3.19/fixes-rc1~136^2~2^2~2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c00bc5df7c01a189843cb048cf29e2a445e0037a;p=pandora-kernel.git drivers: cpuidle: Add idle-state-name description to ARM idle states On ARM machines, where generally speaking the idle state numbering has no fixed and standard meaning it is useful to provide a description of the idle state inner workings for benchmarking and monitoring purposes. This patch adds a property to the idle states bindings that if present gives platform firmware a means of describing the idle state and export the string description to user space. The patch updates the DT parsing code accordingly to take the description, if present, into consideration. Acked-by: Kevin Hilman Signed-off-by: Lorenzo Pieralisi Signed-off-by: Daniel Lezcano --- Reading git-diff-tree failed