From mboxrd@z Thu Jan 1 00:00:00 1970 From: linux@arm.linux.org.uk (Russell King - ARM Linux) Date: Fri, 13 Sep 2013 15:27:29 +0100 Subject: [PATCH 038/228] cpufreq: sa11x0: Expose frequency table In-Reply-To: References: Message-ID: <20130913142729.GU12758@n2100.arm.linux.org.uk> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Fri, Sep 13, 2013 at 06:29:44PM +0530, Viresh Kumar wrote: > This patch exposes sa11x0's frequency table to cpufreq core. It always existed > but not as an array frequencies and not in the format cpufreq core wants it to. > Also it was present in the unit of 100kHz earlier which is made consistent with > cpufreq core now, i.e. kHz. > > Signed-off-by: Viresh Kumar Acked-by: Russell King