All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] i.MX fixes for 5.17, round 2
@ 2022-02-21  6:29 ` Shawn Guo
  0 siblings, 0 replies; 6+ messages in thread
From: Shawn Guo @ 2022-02-21  6:29 UTC (permalink / raw)
  To: soc, arm
  Cc: Fabio Estevam, Stefan Agner, Li Yang, kernel, linux-imx,
	linux-arm-kernel

The following changes since commit 754e0b0e35608ed5206d6a67a791563c631cec07:

  Linux 5.17-rc4 (2022-02-13 12:13:30 -0800)

are available in the Git repository at:

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

for you to fetch changes up to e1cd5038e9988d5c95d0d32a2c12b63cc5e927d0:

  soc: imx: gpcv2: Fix clock disabling imbalance in error path (2022-02-21 13:45:11 +0800)

----------------------------------------------------------------
i.MX fixes for 5.17, round 2:

- Drop reset signal from i.MX8MM vpumix power domain to fix a system
  hang.
- Fix a dtbs_check warning caused by #thermal-sensor-cells in i.MX8ULP
  device tree.
- Fix a clock disabling imbalance in gpcv2 driver.

----------------------------------------------------------------
Adam Ford (1):
      arm64: dts: imx8mm: Fix VPU Hanging

Laurent Pinchart (1):
      soc: imx: gpcv2: Fix clock disabling imbalance in error path

Sudeep Holla (1):
      arm64: dts: imx8ulp: Set #thermal-sensor-cells to 1 as required

 arch/arm64/boot/dts/freescale/imx8mm.dtsi  | 1 -
 arch/arm64/boot/dts/freescale/imx8ulp.dtsi | 2 +-
 drivers/soc/imx/gpcv2.c                    | 3 ++-
 3 files changed, 3 insertions(+), 3 deletions(-)

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [GIT PULL] i.MX fixes for 5.17, round 2
@ 2022-02-21  6:29 ` Shawn Guo
  0 siblings, 0 replies; 6+ messages in thread
From: Shawn Guo @ 2022-02-21  6:29 UTC (permalink / raw)
  To: soc, arm
  Cc: Fabio Estevam, Stefan Agner, Li Yang, kernel, linux-imx,
	linux-arm-kernel

The following changes since commit 754e0b0e35608ed5206d6a67a791563c631cec07:

  Linux 5.17-rc4 (2022-02-13 12:13:30 -0800)

are available in the Git repository at:

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

for you to fetch changes up to e1cd5038e9988d5c95d0d32a2c12b63cc5e927d0:

  soc: imx: gpcv2: Fix clock disabling imbalance in error path (2022-02-21 13:45:11 +0800)

----------------------------------------------------------------
i.MX fixes for 5.17, round 2:

- Drop reset signal from i.MX8MM vpumix power domain to fix a system
  hang.
- Fix a dtbs_check warning caused by #thermal-sensor-cells in i.MX8ULP
  device tree.
- Fix a clock disabling imbalance in gpcv2 driver.

----------------------------------------------------------------
Adam Ford (1):
      arm64: dts: imx8mm: Fix VPU Hanging

Laurent Pinchart (1):
      soc: imx: gpcv2: Fix clock disabling imbalance in error path

Sudeep Holla (1):
      arm64: dts: imx8ulp: Set #thermal-sensor-cells to 1 as required

 arch/arm64/boot/dts/freescale/imx8mm.dtsi  | 1 -
 arch/arm64/boot/dts/freescale/imx8ulp.dtsi | 2 +-
 drivers/soc/imx/gpcv2.c                    | 3 ++-
 3 files changed, 3 insertions(+), 3 deletions(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [GIT PULL] i.MX fixes for 5.17, round 2
  2022-02-21  6:29 ` Shawn Guo
@ 2022-02-21  7:37   ` Shawn Guo
  -1 siblings, 0 replies; 6+ messages in thread
From: Shawn Guo @ 2022-02-21  7:37 UTC (permalink / raw)
  To: soc, arm
  Cc: Fabio Estevam, Stefan Agner, Li Yang, kernel, linux-imx,
	linux-arm-kernel

On Mon, Feb 21, 2022 at 02:29:27PM +0800, Shawn Guo wrote:
> The following changes since commit 754e0b0e35608ed5206d6a67a791563c631cec07:
> 
>   Linux 5.17-rc4 (2022-02-13 12:13:30 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fixes-5.17-2
> 
> for you to fetch changes up to e1cd5038e9988d5c95d0d32a2c12b63cc5e927d0:

The tag is updated to pick up a Reviewed-by tag on one of the fixes.
Nothing else is changed.

Shawn


The following changes since commit 754e0b0e35608ed5206d6a67a791563c631cec07:

  Linux 5.17-rc4 (2022-02-13 12:13:30 -0800)

are available in the Git repository at:

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

for you to fetch changes up to fa231bef3b34f1670b240409c11e59a3ce095e6d:

  soc: imx: gpcv2: Fix clock disabling imbalance in error path (2022-02-21 15:27:41 +0800)

----------------------------------------------------------------
i.MX fixes for 5.17, round 2:

- Drop reset signal from i.MX8MM vpumix power domain to fix a system
  hang.
- Fix a dtbs_check warning caused by #thermal-sensor-cells in i.MX8ULP
  device tree.
- Fix a clock disabling imbalance in gpcv2 driver.

----------------------------------------------------------------
Adam Ford (1):
      arm64: dts: imx8mm: Fix VPU Hanging

Laurent Pinchart (1):
      soc: imx: gpcv2: Fix clock disabling imbalance in error path

Sudeep Holla (1):
      arm64: dts: imx8ulp: Set #thermal-sensor-cells to 1 as required

 arch/arm64/boot/dts/freescale/imx8mm.dtsi  | 1 -
 arch/arm64/boot/dts/freescale/imx8ulp.dtsi | 2 +-
 drivers/soc/imx/gpcv2.c                    | 3 ++-
 3 files changed, 3 insertions(+), 3 deletions(-)

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [GIT PULL] i.MX fixes for 5.17, round 2
@ 2022-02-21  7:37   ` Shawn Guo
  0 siblings, 0 replies; 6+ messages in thread
From: Shawn Guo @ 2022-02-21  7:37 UTC (permalink / raw)
  To: soc, arm
  Cc: Fabio Estevam, Stefan Agner, Li Yang, kernel, linux-imx,
	linux-arm-kernel

On Mon, Feb 21, 2022 at 02:29:27PM +0800, Shawn Guo wrote:
> The following changes since commit 754e0b0e35608ed5206d6a67a791563c631cec07:
> 
>   Linux 5.17-rc4 (2022-02-13 12:13:30 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fixes-5.17-2
> 
> for you to fetch changes up to e1cd5038e9988d5c95d0d32a2c12b63cc5e927d0:

The tag is updated to pick up a Reviewed-by tag on one of the fixes.
Nothing else is changed.

Shawn


The following changes since commit 754e0b0e35608ed5206d6a67a791563c631cec07:

  Linux 5.17-rc4 (2022-02-13 12:13:30 -0800)

are available in the Git repository at:

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

for you to fetch changes up to fa231bef3b34f1670b240409c11e59a3ce095e6d:

  soc: imx: gpcv2: Fix clock disabling imbalance in error path (2022-02-21 15:27:41 +0800)

----------------------------------------------------------------
i.MX fixes for 5.17, round 2:

- Drop reset signal from i.MX8MM vpumix power domain to fix a system
  hang.
- Fix a dtbs_check warning caused by #thermal-sensor-cells in i.MX8ULP
  device tree.
- Fix a clock disabling imbalance in gpcv2 driver.

----------------------------------------------------------------
Adam Ford (1):
      arm64: dts: imx8mm: Fix VPU Hanging

Laurent Pinchart (1):
      soc: imx: gpcv2: Fix clock disabling imbalance in error path

Sudeep Holla (1):
      arm64: dts: imx8ulp: Set #thermal-sensor-cells to 1 as required

 arch/arm64/boot/dts/freescale/imx8mm.dtsi  | 1 -
 arch/arm64/boot/dts/freescale/imx8ulp.dtsi | 2 +-
 drivers/soc/imx/gpcv2.c                    | 3 ++-
 3 files changed, 3 insertions(+), 3 deletions(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [GIT PULL] i.MX fixes for 5.17, round 2
  2022-02-21  6:29 ` Shawn Guo
  (?)
  (?)
@ 2022-02-24 22:00 ` patchwork-bot+linux-soc
  -1 siblings, 0 replies; 6+ messages in thread
From: patchwork-bot+linux-soc @ 2022-02-24 22:00 UTC (permalink / raw)
  To: Shawn Guo; +Cc: soc

Hello:

This pull request was applied to soc/soc.git (arm/fixes)
by Arnd Bergmann <arnd@arndb.de>:

On Mon, 21 Feb 2022 14:29:21 +0800 you wrote:
> The following changes since commit 754e0b0e35608ed5206d6a67a791563c631cec07:
> 
>   Linux 5.17-rc4 (2022-02-13 12:13:30 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fixes-5.17-2
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] i.MX fixes for 5.17, round 2
    https://git.kernel.org/soc/soc/c/3f96885eb713

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [GIT PULL] i.MX fixes for 5.17, round 2
  2022-02-21  6:29 ` Shawn Guo
                   ` (2 preceding siblings ...)
  (?)
@ 2022-02-24 22:00 ` patchwork-bot+linux-soc
  -1 siblings, 0 replies; 6+ messages in thread
From: patchwork-bot+linux-soc @ 2022-02-24 22:00 UTC (permalink / raw)
  To: Shawn Guo; +Cc: soc

Hello:

This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Mon, 21 Feb 2022 14:29:21 +0800 you wrote:
> The following changes since commit 754e0b0e35608ed5206d6a67a791563c631cec07:
> 
>   Linux 5.17-rc4 (2022-02-13 12:13:30 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fixes-5.17-2
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] i.MX fixes for 5.17, round 2
    https://git.kernel.org/soc/soc/c/3f96885eb713

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-02-24 22:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-21  6:29 [GIT PULL] i.MX fixes for 5.17, round 2 Shawn Guo
2022-02-21  6:29 ` Shawn Guo
2022-02-21  7:37 ` Shawn Guo
2022-02-21  7:37   ` Shawn Guo
2022-02-24 22:00 ` patchwork-bot+linux-soc
2022-02-24 22:00 ` patchwork-bot+linux-soc

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.