From: Linus Walleij Date: Thu, 8 Apr 2010 06:39:38 +0000 (+0100) Subject: ARM: 6033/1: ARM: MMCI: pass max frequency from platform X-Git-Tag: v2.6.35-rc1~503^2~4^6~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=808d97ccbe8e8251b1435e86c762965fd7e8a75e;p=pandora-kernel.git ARM: 6033/1: ARM: MMCI: pass max frequency from platform This introduce the field f_max into the mmci_platform_data, making it possible to pass in a desired block clocking frequency from a board configuration. This is often more desirable than using a module parameter. We keep the module parameter as a fallback as well as the default frequency specified for this parameter if a parameter is not provided. This also adds some kerneldoc style documentation to the platform data struct in mmci.h. Signed-off-by: Linus Walleij Signed-off-by: Russell King --- Reading git-diff-tree failed