]> git.karo-electronics.de Git - linux-beck.git/commit
mmc: tmio: always start clock after frequency calculation
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Fri, 1 Apr 2016 15:44:34 +0000 (17:44 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 2 May 2016 08:33:13 +0000 (10:33 +0200)
commit7fbc030da800d07193da4a4355ca2e197cf00cfb
treec35c7375dbd0d021deb37b49d21b6ae10503a9d0
parent452e5eef6d311e52f657b34d999758107ec3dd4a
mmc: tmio: always start clock after frequency calculation

Starting the clock is always done after frequency change anyhow, so we can
do it directly after the clock calculation and remove the specific calls.
This is the first part of doing proper clock de-/activation at calculation
time.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/tmio_mmc_pio.c