summaryrefslogtreecommitdiffstats
path: root/drivers/clk
diff options
context:
space:
mode:
authorStephen Boyd2018-08-15 07:58:42 +0200
committerStephen Boyd2018-08-15 07:58:42 +0200
commit139054634b4069a2e3892a8f6c3693ccca5f1c7d (patch)
tree8abc0ae95a06b523651e963bbaa29e8f9059f9eb /drivers/clk
parentMerge branches 'clk-ingenic-fixes', 'clk-max9485', 'clk-pxa-32k-pll', 'clk-as... (diff)
parentclk: imx51-imx53: Include sizes.h to silence compile errors (diff)
parentclk: tegra: bpmp: Don't crash when a clock fails to register (diff)
parentclk: tegra: Make vde a child of pll_c3 (diff)
parentclk: tegra: Mark Memory Controller clock as critical (diff)
parentclk: tegra: emc: Avoid out-of-bounds bug (diff)
downloadkernel-qcow2-linux-139054634b4069a2e3892a8f6c3693ccca5f1c7d.tar.gz
kernel-qcow2-linux-139054634b4069a2e3892a8f6c3693ccca5f1c7d.tar.xz
kernel-qcow2-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