diff options
author | Stephen Boyd <sboyd@kernel.org> | 2018-08-15 07:58:42 +0200 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2018-08-15 07:58:42 +0200 |
commit | 139054634b4069a2e3892a8f6c3693ccca5f1c7d (patch) | |
tree | 8abc0ae95a06b523651e963bbaa29e8f9059f9eb /drivers/clk/tegra | |
parent | Merge branches 'clk-ingenic-fixes', 'clk-max9485', 'clk-pxa-32k-pll', 'clk-as... (diff) | |
parent | clk: imx51-imx53: Include sizes.h to silence compile errors (diff) | |
parent | clk: tegra: bpmp: Don't crash when a clock fails to register (diff) | |
parent | clk: tegra: Make vde a child of pll_c3 (diff) | |
parent | clk: tegra: Mark Memory Controller clock as critical (diff) | |
parent | clk: tegra: emc: Avoid out-of-bounds bug (diff) | |
download | linux-139054634b4069a2e3892a8f6c3693ccca5f1c7d.tar.xz linux-139054634b4069a2e3892a8f6c3693ccca5f1c7d.zip |
Merge branches 'clk-imx-critical', 'clk-tegra-bpmp', 'clk-tegra-124', 'clk-tegra-critical' and 'clk-tegra-emc-oob' into clk-next
* clk-imx-critical:
: - Convert to CLK_IS_CRITICAL for i.MX51/53 driver
clk: imx51-imx53: Include sizes.h to silence compile errors
clk: imx51-imx53: Annotate critical clocks as CLK_IS_CRITICAL
* clk-tegra-bpmp:
: - Fix Tegra BPMP driver oops when some xlating a NULL clk
clk: tegra: bpmp: Don't crash when a clock fails to register
* clk-tegra-124:
: - Proper default configuration for vic03 and vde clks on Tegra124
clk: tegra: Make vde a child of pll_c3
clk: tegra: Make vic03 a child of pll_c3
* clk-tegra-critical:
: - Mark Tegra memory controller clks as critical
clk: tegra: Mark Memory Controller clock as critical
* clk-tegra-emc-oob:
: - Fix array bounds clamp in Tegra's emc determine_rate() op
clk: tegra: emc: Avoid out-of-bounds bug