Re: [alsa-devel] [PATCH] ASoC: fsl-sai: convert to use regmap API forFreeacale SAI

From: Fabio Estevam
Date: Thu Jan 23 2014 - 08:00:33 EST


On Thu, Jan 23, 2014 at 8:32 AM, Li.Xiubo@xxxxxxxxxxxxx
<Li.Xiubo@xxxxxxxxxxxxx> wrote:

> The clock operations in the driver is only related to the module clock, and has
> move to the regmap core and regmap core will to the same clock operations at
> proper time, since we are using:
>
> + sai->regmap = devm_regmap_init_mmio_clk(&pdev->dev,
> + "sai", base, &fsl_sai_regmap_config);

Ok, understood. I was not familiar with devm_regmap_init_mmio_clk()

Regards,

Fabio Estevam
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/