Rafael J. Wysocki wrote: > > On Sunday, October 02, 2011, Russell King - ARM Linux wrote: > > On Sun, Oct 02, 2011 at 03:08:43PM +0200, Rafael J. Wysocki wrote: > > > On Sunday, October 02, 2011, Russell King - ARM Linux wrote: > > > > How do these misconceptions start? > > > > > > > > The clock API. Drivers are supposed to get a clock (source) when they > > > > initialize. Drivers then enable and disable the clock as they _themselves_ > > > > require the use of that clock. > > > > > > OK > > > > > > Now think of a driver that should handle the same device on both ARM and > > > x86-based SoCs. Is the clock API available on x86? > > > > No one's bothered yet. > > Prehaps because x86 doesn't allow us to control device clocks directly. > They are controlled through PCI PM or through ACPI methods, both of which > hide the clocks behind abstract low-power states we're supposed to use. > Well, I think Embedded drivers especially ARM sometimes need to control its own clock directly and each embedded drivers know when clock controlling is required or not. Actually, Samsung driver stuff have calling clk_enable() in probe() or open() and clk_disable() when clock is not needed more. But I'm not sure we _really_ can get some benefits when matching clock and power control on ARM devices. Thanks. Best regards, Kgene. -- Kukjin Kim <kgene.kim@xxxxxxxxxxx>, Senior Engineer, SW Solution Development Team, Samsung Electronics Co., Ltd. -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html