Re: [GIT PULL] clk: Clock driver updates for v7.3 (round two)
Stephen Boyd <[email protected]>
| Newsgroups | org.kernel.vger.linux-clk,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <178666824783.5897.18058807615411677719@lazor> |
Quoting Brian Masney (2026-07-28 09:39:18) > Hi Stephen and Michael, > > Here's some changes that were posted since June 29th that I feel are ready to > be picked up. These are changes where a clk submaintainer typically won't send > the changes in via a separate pull. > > Note that I have a separate outstanding pull for some changes posted during > the last merge window that I feel is also ready for inclusion. > > https://lore.kernel.org/linux-clk/[email protected]/ > > There is a minor conflict in drivers/clk/clk-si544.c between these two pulls. > You'll need to add the .name and .driver_data name initializers like the > following based on the work from Uwe Kleine-König: > > - { "si544a", (kernel_ulong_t)&clk_si544a_info }, > + { .name = "si544a", .driver_data = (kernel_ulong_t)&clk_si544a_info }, > > With the conflict resolved, I verified that both merges can go in together, or > individually. > > > The following changes since commit dc59e4fea9d83f03bad6bddf3fa2e52491777482: > > Linux 7.2-rc1 (2026-06-28 12:01:31 -0700) > > are available in the Git repository at: > > https://github.com/masneyb/linux tags/clk-misc-round-two-for-v7.3 > > for you to fetch changes up to cf561283254dd9f55805800237e6f82f08d91497: > > clk: tegra: set up proper EMC clock implementation for Tegra114 (2026-07-28 11:31:34 -0400) > > ---------------------------------------------------------------- Thanks. Pulled into clk-next