From mboxrd@z Thu Jan 1 00:00:00 1970 From: khilman@linaro.org (Kevin Hilman) Date: Wed, 27 Mar 2013 13:37:58 -0700 Subject: [PATCH V2 0/8] ARM: OMAP3+: support cpufreq-cpu0 for device tree boot In-Reply-To: <1363715590-5131-1-git-send-email-nm@ti.com> (Nishanth Menon's message of "Tue, 19 Mar 2013 12:53:02 -0500") References: <1363715590-5131-1-git-send-email-nm@ti.com> Message-ID: <87a9po60k9.fsf@linaro.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Nishanth, Nishanth Menon writes: > Hi, > The following version 2 of the series arose from trying to use BeagleBoard-XM > (OMAP3 variant) for doing CPU DVFS using cpufreq-cpu0. This series enables the > generic cpufreq-cpu0 driver to be used in device tree enabled boot while > maintaining support of the legacy omap-cpufreq driver when used in non device > tree enabled boot. Benoit should have a look and ack the DT data changes, but the general direction is right IMO. I just had one comment on the last patch about how the omap-cpufreq driver should be handled for the non-DT case. Other than that, this is a great step in the right direction. Thanks! Kevin