Message ID | 1j3686g6r6.fsf@starbuckisacylon.baylibre.com (mailing list archive) |
---|---|
State | Accepted, archived |
Headers | show |
Series | [GIT,PULL] clk: meson: updates for v5.8 | expand |
Quoting Jerome Brunet (2020-05-11 02:28:45) > Hi Stephen, > > Here are the amlogic clock updates for v5.8. > Nothing fancy, please pull. > > Cheers > > The following changes since commit 8f3d9f354286745c751374f5f1fcafee6b3f3136: > > Linux 5.7-rc1 (2020-04-12 12:35:55 -0700) > > are available in the Git repository at: > > git://github.com/BayLibre/clk-meson.git tags/clk-meson-v5.8-1 > > for you to fetch changes up to a29ae8600d50ece1856b062a39ed296b8b952259: > > clk: meson: meson8b: Don't rely on u-boot to init all GP_PLL registers (2020-05-02 01:53:32 +0200) > > ---------------------------------------------------------------- Thanks. Pulled into clk-next
Quoting Jerome Brunet (2020-05-11 02:28:45) > Hi Stephen, > > Here are the amlogic clock updates for v5.8. > Nothing fancy, please pull. > > Cheers > > The following changes since commit 8f3d9f354286745c751374f5f1fcafee6b3f3136: > > Linux 5.7-rc1 (2020-04-12 12:35:55 -0700) > > are available in the Git repository at: > > git://github.com/BayLibre/clk-meson.git tags/clk-meson-v5.8-1 > > for you to fetch changes up to a29ae8600d50ece1856b062a39ed296b8b952259: > > clk: meson: meson8b: Don't rely on u-boot to init all GP_PLL registers (2020-05-02 01:53:32 +0200) > > ---------------------------------------------------------------- > Amlogic clock updates for v5.8: > > * Meson8b: Updates and fixup HDMI and video clocks > * Meson8b: Fixup reset polarity > * Meson gx and g12: fix GPU glitch free mux switch > > ---------------------------------------------------------------- Should also mention that sparse on arm64 complains about drivers/clk/meson/g12a.c:5074:43: warning: invalid access past the end of 'g12b_hw_onecell_data' (1472 8) but I have no idea if that's a real problem. Maybe my sparse build is bad?
On Thu 14 May 2020 at 22:55, Stephen Boyd <sboyd@kernel.org> wrote: > Quoting Jerome Brunet (2020-05-11 02:28:45) >> Hi Stephen, >> >> Here are the amlogic clock updates for v5.8. >> Nothing fancy, please pull. >> >> Cheers >> >> The following changes since commit 8f3d9f354286745c751374f5f1fcafee6b3f3136: >> >> Linux 5.7-rc1 (2020-04-12 12:35:55 -0700) >> >> are available in the Git repository at: >> >> git://github.com/BayLibre/clk-meson.git tags/clk-meson-v5.8-1 >> >> for you to fetch changes up to a29ae8600d50ece1856b062a39ed296b8b952259: >> >> clk: meson: meson8b: Don't rely on u-boot to init all GP_PLL registers (2020-05-02 01:53:32 +0200) >> >> ---------------------------------------------------------------- >> Amlogic clock updates for v5.8: >> >> * Meson8b: Updates and fixup HDMI and video clocks >> * Meson8b: Fixup reset polarity >> * Meson gx and g12: fix GPU glitch free mux switch >> >> ---------------------------------------------------------------- > > Should also mention that sparse on arm64 complains about > > drivers/clk/meson/g12a.c:5074:43: warning: invalid access past the end of 'g12b_hw_onecell_data' (1472 8) > > but I have no idea if that's a real problem. Maybe my sparse build is > bad? This is weird. IIUC, it complains about > xtal = clk_hw_get_parent_by_index(hws[CLKID_CPU_CLK_DYN1_SEL], 0); CLKID_CPU_CLK_DYN1_SEL id is 183 and we make sure that the table is always NR_CLKS long. In the g12a case it's 262.