Message ID | 20211218071427.26745-1-shawnguo@kernel.org |
---|---|
State | New |
Headers | show |
Series | [GIT,PULL,1/6] i.MX drivers update for 5.17 | expand |
On Sat, Dec 18, 2021 at 8:14 AM Shawn Guo <shawnguo@kernel.org> wrote: > > The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf: > > Linux 5.16-rc1 (2021-11-14 13:56:52 -0800) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-drivers-5.17 > > for you to fetch changes up to 7f511d514e8c34b6dd0c17b5496e48b2a6a2626c: > > soc: imx: imx8m-blk-ctrl: add i.MX8MN DISP blk-ctrl (2021-12-17 10:53:20 +0800) > > ---------------------------------------------------------------- > i.MX drivers update for 5.17: > > - A number of patches from Adam Ford to update gpcv2 and blk-ctrl driver > to keep i.MX8MM VPU-H1 and i.MX8MN GPUMIX bus clocks active, and add > i.MX8MN display related domain support. > - Add optional continuous burst clock support for imx-weim bus driver. > - Call pm_runtime_put_sync_suspend() instead of pm_runtime_put() in > gpcv2 driver to prevent a sequence issue seen with i.MX8MM GPU and > MIX domain. Thanks, I've pulled all six tags now, but I don't know why there are no automated emails about them, this seems to happen for some senders but not others. Arnd
On Mon, Dec 20, 2021 at 05:28:04PM +0100, Arnd Bergmann wrote: > On Sat, Dec 18, 2021 at 8:14 AM Shawn Guo <shawnguo@kernel.org> wrote: > > > > The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf: > > > > Linux 5.16-rc1 (2021-11-14 13:56:52 -0800) > > > > are available in the Git repository at: > > > > git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-drivers-5.17 > > > > for you to fetch changes up to 7f511d514e8c34b6dd0c17b5496e48b2a6a2626c: > > > > soc: imx: imx8m-blk-ctrl: add i.MX8MN DISP blk-ctrl (2021-12-17 10:53:20 +0800) > > > > ---------------------------------------------------------------- > > i.MX drivers update for 5.17: > > > > - A number of patches from Adam Ford to update gpcv2 and blk-ctrl driver > > to keep i.MX8MM VPU-H1 and i.MX8MN GPUMIX bus clocks active, and add > > i.MX8MN display related domain support. > > - Add optional continuous burst clock support for imx-weim bus driver. > > - Call pm_runtime_put_sync_suspend() instead of pm_runtime_put() in > > gpcv2 driver to prevent a sequence issue seen with i.MX8MM GPU and > > MIX domain. > > Thanks, I've pulled all six tags now, but I don't know why there are no > automated emails about them, this seems to happen for some senders > but not others. I sent the PRs in form of patches (manually editing) with 'git send-email'. I have been doing this for years, and I used to get automated emails about merging. Not sure what's changed recently. Shawn
On Tue, Dec 21, 2021 at 7:57 AM Shawn Guo <shawnguo@kernel.org> wrote: > On Mon, Dec 20, 2021 at 05:28:04PM +0100, Arnd Bergmann wrote: > > > > Thanks, I've pulled all six tags now, but I don't know why there are no > > automated emails about them, this seems to happen for some senders > > but not others. > > I sent the PRs in form of patches (manually editing) with 'git > send-email'. I have been doing this for years, and I used to get > automated emails about merging. Not sure what's changed recently. I don't think anything changed, there are always a few that fail to get updated by patchwork, and I've never quite figured out the difference to those that work. Arnd