mbox series

[GIT,PULL,1/6] i.MX drivers update for 5.17

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

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-drivers-5.17

Message

Shawn Guo Dec. 18, 2021, 7:14 a.m. UTC
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.

----------------------------------------------------------------
Adam Ford (5):
      soc: imx: gpcv2: keep i.MX8MM VPU-H1 bus clock active
      soc: imx: gpcv2: keep i.MX8MN gpumix bus clock enabled
      soc: imx: gpcv2: Add dispmix and mipi domains to imx8mn
      dt-bindings: power: imx8mn: add defines for DISP blk-ctrl domains
      soc: imx: imx8m-blk-ctrl: add i.MX8MN DISP blk-ctrl

Ivan Bornyakov (1):
      bus: imx-weim: optionally enable continuous burst clock

Marek Vasut (1):
      soc: imx: gpcv2: Synchronously suspend MIX domains

 drivers/bus/imx-weim.c                   | 18 +++++++-
 drivers/soc/imx/gpcv2.c                  | 29 +++++++++++-
 drivers/soc/imx/imx8m-blk-ctrl.c         | 77 +++++++++++++++++++++++++++++++-
 include/dt-bindings/power/imx8mn-power.h |  5 +++
 4 files changed, 125 insertions(+), 4 deletions(-)

Comments

Arnd Bergmann Dec. 20, 2021, 4:28 p.m. UTC | #1
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
Shawn Guo Dec. 21, 2021, 6:57 a.m. UTC | #2
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
Arnd Bergmann Dec. 23, 2021, 3:04 p.m. UTC | #3
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