]> asedeno.scripts.mit.edu Git - linux.git/commit
clk: ti: omap4: Drop idlest polling from IPU & DSP clkctrl clocks
authorSuman Anna <s-anna@ti.com>
Thu, 12 Sep 2019 13:26:10 +0000 (16:26 +0300)
committerTero Kristo <t-kristo@ti.com>
Thu, 31 Oct 2019 13:18:29 +0000 (15:18 +0200)
commite1799d451a872cc9b0e0a96d820fc599e2b30a44
treec23a52e200aefc93f5da927f8033c76b106a35a5
parent9063ea469c406fae7c60d2ea4d80f1101dd401eb
clk: ti: omap4: Drop idlest polling from IPU & DSP clkctrl clocks

The IPU and DSP remote processor cores and their corresponding MMUs on
OMAP4 SoCs have hardreset lines associated with them and are controlled
by a PRCM reset line each. Any clkctrl enable/disable operations cannot
be checked for module enabled/disabled status independent of the reset
operation, and this causes some unwanted timeouts in the kernel and
unbalanced states for these clocks. These details should be handled by
the driver integration code itself.

Add the CLKF_NO_IDLEST flag to both the IPU and DSP clkctrl clocks so
that these module status checks are skipped.

Signed-off-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Tero Kristo <t-kristo@ti.com>
drivers/clk/ti/clk-44xx.c