[PATCH v2 05/21] ARM: tegra: clock: Disable clocks left on by bootloader

Olof Johansson olof at lixom.net
Sun Feb 20 19:40:51 EST 2011


Hi,

On Sat, Feb 19, 2011 at 2:25 PM, Colin Cross <ccross at android.com> wrote:
> Adds CONFIG_TEGRA_DISABLE_BOOTLOADER_CLOCKS that iterates
> through all clocks, disabling any for which the refcount
> is 0 but the clock init detected the bootloader left the
> clock on.


I would argue that any kernel functionality that relies on clocks
being left on my bootloader is buggy, and/or should at least have
those clocks enabled in the static clock tables for the boards in
question, since it creates an undocumented dependency on firmware.

I would prefer if it disabled the clocks by default (after warning),
but that there was a runtime way to override while debugging (i.e. add
a bootarg 'keep_fwclocks' or similar to keep the firmware-enabled
clocks running and just warn about them).


-Olof



More information about the linux-arm-kernel mailing list