Message ID | 20250111181938.395276-1-andersson@kernel.org (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [GIT,PULL] Qualcomm clock updates for v6.14 | expand |
Quoting Bjorn Andersson (2025-01-11 10:19:37) > > The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37: > > Linux 6.13-rc1 (2024-12-01 14:28:56 -0800) > > are available in the Git repository at: > > https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-clk-for-6.14 > > for you to fetch changes up to 5e419033b5cb20f9150bfec15dc6cdf10049e654: > > clk: qcom: Select CLK_X1E80100_GCC in config CLK_X1P42100_GPUCC (2025-01-07 22:45:19 -0600) > > ---------------------------------------------------------------- Thanks. Pulled into clk-next drivers/clk/qcom/gpucc-x1p42100.c:42:22: warning: decimal constant 2300000000 is between LONG_MAX and ULONG_MAX. For C99 that means long long, C90 compilers are very likely to produce unsigned long (and a warning) here drivers/clk/qcom/dispcc-sm8750.c:79:22: warning: decimal constant 2500000000 is between LONG_MAX and ULONG_MAX. For C99 that means long long, C90 compilers are very likely to produce unsigned long (and a warning) here drivers/clk/qcom/camcc-x1e80100.c:47:22: warning: decimal constant 2300000000 is between LONG_MAX and ULONG_MAX. For C99 that means long long, C90 compilers are very likely to produce unsigned long (and a warning) here