[PATCH 3/10] ARM: S5PC100: Add SCLK_SPDIF clock

Mark Brown broonie at opensource.wolfsonmicro.com
Mon Oct 4 14:30:42 EDT 2010


On Mon, Oct 04, 2010 at 08:42:25PM +0900, Seungwhan Youn wrote:
> This patch add SCLK_SPDIF clock to support source clock of S/PDIF
> on S5PC100.
> 
> Signed-off-by: Seungwhan Youn <sw.youn at samsung.com>

Acked-by: Mark Brown <broonie at opensource.wolfsonmicro.com>

but...

> +static int s5pc100_spdif_set_rate(struct clk *clk, unsigned long rate)
> +{
> +	struct clk *pclk;
> +	int ret;

This and the get() look like they're generic (they just proxy the
operation on to the parent clock, which I imagine applies to a bunch of
other clocks too.



More information about the linux-arm-kernel mailing list