On 4 November 2012 19:12, Linus Walleij <linus.wall...@linaro.org> wrote: > On Thu, Nov 1, 2012 at 3:20 PM, Ulf Hansson <ulf.hans...@stericsson.com> > wrote: > >> From: Ulf Hansson <ulf.hans...@linaro.org> >> >> Previously this clock was handled internally by the clockdriver, >> but now this is separate clk. So we need take care of it. >> >> Signed-off-by: Ulf Hansson <ulf.hans...@linaro.org> > > So this is a silicon block clock and falls into the category of things > we've been discussing... > > If I understand correctly, the only "real" solution is to > implement the PM domains and have these enable the clocks.
Agree. Although, since the pm_domain not yet exist, this as a way forward for now - to fix what is broken. When the pm_domain is in place and when we decide to fold in the clock handling in there, we can move it. > > An alternative may be to move this driver over to the AMBA bus, > because I think this device actually has primecell registers. > Then the bus will take care of the pclk for starters. You are definitely right, this driver can be converted into using the AMBA bus. Although, do you think that should be done _instead_ of going ahead with this patch or do you want that to be handled as a next and a separate step? Kind regards Ulf Hansson -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/