commit | 996bc8aebd2cd5b6d4c5d85085f171fa2447f364 | [log] [tgz] |
---|---|---|
author | Guennadi Liakhovetski <g.liakhovetski@gmx.de> | Thu Feb 09 22:57:15 2012 +0100 |
committer | Chris Ball <cjb@laptop.org> | Tue Mar 27 12:20:18 2012 -0400 |
tree | df1464e2deb54640669fdc5c449f4f0743c2888b | |
parent | 5bd99c375e141b8dd12e18c45617158f98920e57 [diff] |
mmc: sh_mobile_sdhi: do not manage PM clocks manually On sh-mobile platforms the MMC clock frequency for the TMIO MMC unit is obtained from the same clock, as the one, that runtime power-manages the controller. The SDHI glue code has to access that clock directly, bypassing the runtime PM framework, to get its frequency, but it shouldn't enable or disable it. Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> Signed-off-by: Chris Ball <cjb@laptop.org>