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

The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:

  Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 3d9e30a52047f2d464efdfd1d561ae1f707a0286:

  ARM: dts: imx: Swap M53Menlo pinctrl_power_button/pinctrl_power_out pins (2021-07-23 16:14:07 +0800)

----------------------------------------------------------------
i.MX fixes for 5.14:

- A couple of fixes on MMDC driver to add missing iounmap() and
  clk_disable_unprepare(), and a follow-up fix.
- Fix missing-prototypes warning in SRC driver.
- Revert commit 7d981405d0fd ("soc: imx8m: change to use platform
  driver"), which breaks i.MX8M system that has CAAM driver enabled.
- One fix on imx53-m53menlo pinctrl configuration.
- Increase the PHY reset duration for imx6qdl-sr-som to fix intermittent
  issues where the PHY would be unresponsive every once in a while.
- Add missing flag for in-band signalling between PHY and MAC on
  kontron-sl28-var2 board to fix network support.
- Limit the SDIO Clock on Colibri iMX6ULL to 25MHz for fixing wireless
  noise issue.
- Fix sysclk node name for LS1028A so that U-Boot is able to update the
  "clock-frequency" property.

----------------------------------------------------------------
Colin Ian King (1):
      ARM: imx: fix missing 3rd argument in macro imx_mmdc_perf_init

Fabio Estevam (1):
      ARM: imx: common: Move prototype outside the SMP block

Lucas Stach (1):
      Revert "soc: imx8m: change to use platform driver"

Marek Vasut (1):
      ARM: dts: imx: Swap M53Menlo pinctrl_power_button/pinctrl_power_out pins

Maxime Chevallier (1):
      ARM: dts: imx6qdl-sr-som: Increase the PHY reset duration to 10ms

Michael Walle (1):
      arm64: dts: ls1028: sl28: fix networking for variant 2

Oleksandr Suvorov (1):
      ARM: dts: colibri-imx6ull: limit SDIO clock to 25MHz

Vladimir Oltean (1):
      arm64: dts: ls1028a: fix node name for the sysclk

Yang Yingliang (2):
      ARM: imx: add missing iounmap()
      ARM: imx: add missing clk_disable_unprepare()

 arch/arm/boot/dts/imx53-m53menlo.dts               |  4 +-
 arch/arm/boot/dts/imx6qdl-sr-som.dtsi              |  8 ++-
 arch/arm/boot/dts/imx6ull-colibri-wifi.dtsi        |  1 +
 arch/arm/mach-imx/common.h                         |  2 +-
 arch/arm/mach-imx/mmdc.c                           | 17 ++++-
 .../freescale/fsl-ls1028a-kontron-sl28-var2.dts    |  2 +
 arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi     |  2 +-
 drivers/soc/imx/soc-imx8m.c                        | 84 ++++------------------
 8 files changed, 40 insertions(+), 80 deletions(-)

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

* [GIT PULL] i.MX fixes for 5.14
@ 2021-07-26  2:32 ` Shawn Guo
  0 siblings, 0 replies; 4+ messages in thread
From: Shawn Guo @ 2021-07-26  2:32 UTC (permalink / raw)
  To: soc, arm
  Cc: Fabio Estevam, Stefan Agner, Li Yang, kernel, linux-imx,
	linux-arm-kernel

The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:

  Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 3d9e30a52047f2d464efdfd1d561ae1f707a0286:

  ARM: dts: imx: Swap M53Menlo pinctrl_power_button/pinctrl_power_out pins (2021-07-23 16:14:07 +0800)

----------------------------------------------------------------
i.MX fixes for 5.14:

- A couple of fixes on MMDC driver to add missing iounmap() and
  clk_disable_unprepare(), and a follow-up fix.
- Fix missing-prototypes warning in SRC driver.
- Revert commit 7d981405d0fd ("soc: imx8m: change to use platform
  driver"), which breaks i.MX8M system that has CAAM driver enabled.
- One fix on imx53-m53menlo pinctrl configuration.
- Increase the PHY reset duration for imx6qdl-sr-som to fix intermittent
  issues where the PHY would be unresponsive every once in a while.
- Add missing flag for in-band signalling between PHY and MAC on
  kontron-sl28-var2 board to fix network support.
- Limit the SDIO Clock on Colibri iMX6ULL to 25MHz for fixing wireless
  noise issue.
- Fix sysclk node name for LS1028A so that U-Boot is able to update the
  "clock-frequency" property.

----------------------------------------------------------------
Colin Ian King (1):
      ARM: imx: fix missing 3rd argument in macro imx_mmdc_perf_init

Fabio Estevam (1):
      ARM: imx: common: Move prototype outside the SMP block

Lucas Stach (1):
      Revert "soc: imx8m: change to use platform driver"

Marek Vasut (1):
      ARM: dts: imx: Swap M53Menlo pinctrl_power_button/pinctrl_power_out pins

Maxime Chevallier (1):
      ARM: dts: imx6qdl-sr-som: Increase the PHY reset duration to 10ms

Michael Walle (1):
      arm64: dts: ls1028: sl28: fix networking for variant 2

Oleksandr Suvorov (1):
      ARM: dts: colibri-imx6ull: limit SDIO clock to 25MHz

Vladimir Oltean (1):
      arm64: dts: ls1028a: fix node name for the sysclk

Yang Yingliang (2):
      ARM: imx: add missing iounmap()
      ARM: imx: add missing clk_disable_unprepare()

 arch/arm/boot/dts/imx53-m53menlo.dts               |  4 +-
 arch/arm/boot/dts/imx6qdl-sr-som.dtsi              |  8 ++-
 arch/arm/boot/dts/imx6ull-colibri-wifi.dtsi        |  1 +
 arch/arm/mach-imx/common.h                         |  2 +-
 arch/arm/mach-imx/mmdc.c                           | 17 ++++-
 .../freescale/fsl-ls1028a-kontron-sl28-var2.dts    |  2 +
 arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi     |  2 +-
 drivers/soc/imx/soc-imx8m.c                        | 84 ++++------------------
 8 files changed, 40 insertions(+), 80 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] 4+ messages in thread

* Re: [GIT PULL] i.MX fixes for 5.14
@ 2021-08-02 13:32   ` Arnd Bergmann
  0 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2021-08-02 13:32 UTC (permalink / raw)
  To: soc, Shawn Guo, arm
  Cc: Arnd Bergmann, Li Yang, Fabio Estevam, kernel, linux-arm-kernel,
	Stefan Agner, linux-imx

From: Arnd Bergmann <arnd@arndb.de>

On Mon, 26 Jul 2021 10:32:22 +0800, Shawn Guo wrote:
> The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:
> 
>   Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fixes-5.14
> 
> [...]

Merged into arm/fixes, thanks!

merge commit: bee757485161e2bb43fd0bcd5f7e17cfe2b11bbf

       Arnd

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

* Re: [GIT PULL] i.MX fixes for 5.14
@ 2021-08-02 13:32   ` Arnd Bergmann
  0 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2021-08-02 13:32 UTC (permalink / raw)
  To: soc, Shawn Guo, arm
  Cc: Arnd Bergmann, Li Yang, Fabio Estevam, kernel, linux-arm-kernel,
	Stefan Agner, linux-imx

From: Arnd Bergmann <arnd@arndb.de>

On Mon, 26 Jul 2021 10:32:22 +0800, Shawn Guo wrote:
> The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:
> 
>   Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fixes-5.14
> 
> [...]

Merged into arm/fixes, thanks!

merge commit: bee757485161e2bb43fd0bcd5f7e17cfe2b11bbf

       Arnd

_______________________________________________
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] 4+ messages in thread

end of thread, other threads:[~2021-08-02 13:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-26  2:32 [GIT PULL] i.MX fixes for 5.14 Shawn Guo
2021-07-26  2:32 ` Shawn Guo
2021-08-02 13:32 ` Arnd Bergmann
2021-08-02 13:32   ` Arnd Bergmann

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.