From: Nishanth Menon Date: Fri, 26 Oct 2012 00:48:59 +0000 (-0500) Subject: PM / devfreq: Add sysfs node to expose available frequencies X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~88^2~4^2~2^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d287de855f97c56ca7146ff627e652bd7cd64f3f;p=pandora-kernel.git PM / devfreq: Add sysfs node to expose available frequencies devfreq governors such as ondemand are controlled by a min and max frequency, while governors like userspace governor allow us to set a specific frequency. However, for the same specific device, depending on the SoC, the available frequencies can vary. So expose the available frequencies as a snapshot over sysfs to allow informed decisions. This was inspired by cpufreq framework's equivalent for similar usage sysfs node: scaling_available_frequencies. Cc: Rajagopal Venkat Cc: MyungJoo Ham Cc: Kyungmin Park Cc: "Rafael J. Wysocki" Cc: Kevin Hilman Cc: linux-pm@vger.kernel.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Nishanth Menon Signed-off-by: MyungJoo Ham --- Reading git-diff-tree failed