The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:
Linux 5.0-rc1 (2019-01-06 17:08:20 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git tags/clk-fixes-for-linus for you to fetch changes up to b488517b28a47d16b228ce8dcf07f5cb8e5b3dc5: clk: socfpga: stratix10: fix naming convention for the fixed-clocks (2019-01-15 12:58:38 -0800) ---------------------------------------------------------------- This is a sort of random collection of clk fixes that have come in since the merge window. - Handful of memory allocation and potentially bad pointer usage fixes - JSON format was incorrect for clk_dump because it missed a comma - Two Kconfig fixes, one duplicate and one missing select line - Compiler warning fix for the VC5 clk driver - Name and rate fixes for PLLs in the stratix10 driver so it can properly detect PLL rates and parents ---------------------------------------------------------------- Abel Vesa (1): clk: imx: Remove Kconfig duplicate include Dan Carpenter (1): clk: tegra: dfll: Fix a potential Oop in remove() Dinh Nguyen (2): clk: socfpga: stratix10: fix rate calculation for pll clocks clk: socfpga: stratix10: fix naming convention for the fixed-clocks Gustavo A. R. Silva (1): clk: zynqmp: Fix memory allocation in zynqmp_clk_setup Lubomir Rintel (1): clk: sysfs: fix invalid JSON in clk_dump Marc Gonzalez (1): clk: qcom: Select QCOM_GDSC with MSM_GCC_8998 Marek Vasut (1): clk: vc5: Abort clock configuration without upstream clock Wei Yongjun (1): clk: imx: fix potential NULL dereference in imx8qxp_lpcg_clk_probe() drivers/clk/Kconfig | 1 - drivers/clk/clk-versaclock5.c | 4 +++- drivers/clk/clk.c | 2 +- drivers/clk/imx/clk-imx8qxp-lpcg.c | 2 ++ drivers/clk/qcom/Kconfig | 1 + drivers/clk/socfpga/clk-pll-s10.c | 2 +- drivers/clk/socfpga/clk-s10.c | 20 ++++++++++---------- drivers/clk/tegra/clk-tegra124-dfll-fcpu.c | 4 +++- drivers/clk/zynqmp/clkc.c | 4 ++-- 9 files changed, 23 insertions(+), 17 deletions(-) -- Sent by a computer through tubes

