]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: mach-shmobile: ap4evb: FSI clock use proper process for HDMI
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Wed, 24 Nov 2010 02:44:06 +0000 (02:44 +0000)
committerPaul Mundt <lethal@linux-sh.org>
Wed, 24 Nov 2010 06:29:56 +0000 (15:29 +0900)
commit61b22aec09dec780208750f617e96637a8677132
tree441a72709a1dd40ac84b89cec8b036f00960a96b
parent14c326473d99b94ba0e7633761de9c73e5a867e8
ARM: mach-shmobile: ap4evb: FSI clock use proper process for HDMI

Current AP4 FSI set_rate function used bogus clock process
which didn't care enable/disable and clk->usecound.
To solve this issue, this patch also modify FSI driver to call
set_rate with enough options.
This patch modify it.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/arm/mach-shmobile/board-ap4evb.c
arch/arm/mach-shmobile/clock-sh7372.c
include/sound/sh_fsi.h
sound/soc/sh/fsi.c