Re: [PATCH 2/2] HSI: omap-ssi: add clk change support

From: Arnd Bergmann
Date: Wed Feb 24 2016 - 10:19:43 EST


On Tuesday 23 February 2016 03:34:43 Sebastian Reichel wrote:
>
> On Sun, Jan 31, 2016 at 01:52:38AM +0100, Sebastian Reichel wrote:
> > This adds support for frequency changes of the SSI
> > functional clock, which may occur due to DVFS.
>
> I queued this one for 4.6.
>

This causes a regression when SSI is a loadable module:

ERROR: "omap_ssi_port_update_fclk" [drivers/hsi/controllers/omap_ssi.ko] undefined!

I suspect that there is now some form of circular dependency between the
various modules, but I couldn't figure it out. Can you have a look,
and maybe revert the commit in linux-next for the time being?

Arnd