Displaying 2 results from an estimated 2 matches for "tegra_fuse_readl".
2016 Jun 07
0
[PATCH] clk/gm20b: fix build on non-tegra platforms
tegra_fuse_readl() is only defined on Tegra platforms and will break x86
builds.
Signed-off-by: Alexandre Courbot <acourbot at nvidia.com>
---
This should probably be squashed into the GM20B DFS patch to avoid
breaking bisecting. Sorry about this.
drm/nouveau/nvkm/subdev/clk/gm20b.c | 4 +++-
1 file change...
2016 Jun 01
15
[PATCH 00/15] clk/tegra: improve code and add DFS support
This series adds support for GM20B PLL's Maxwell features, namely glitchless
switch and (more importantly) DFS support. DFS lets the PLL lower its output
speed according to input current variations, making the clock more stable and
allowing it to run safely at lower voltage.
All GM20B additions are done in the last patch, which consequently ends up
being considerably big ; fortunately, it