]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mmc: mmci: add f_max to variant structure
authorSrinivas Kandagatla <srinivas.kandagatla@linaro.org>
Mon, 2 Jun 2014 09:09:47 +0000 (10:09 +0100)
committerUlf Hansson <ulf.hansson@linaro.org>
Wed, 9 Jul 2014 09:25:56 +0000 (11:25 +0200)
commitdc6500bfe889321f7f4fd01e96062a80643d81c1
treedc0519bb08fa443932db6cdbef91dda6f76266dd
parentae7b0061f61e7c96884f4080b4e28544a0cedd76
mmc: mmci: add f_max to variant structure

Some of the controller have maximum supported frequency, This patch adds
support in variant data structure to specify such restrictions. This
gives more flexibility in calculating the f_max before passing it to
mmc-core.

Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/mmci.c