mbox series

[GIT,PULL] i.MX fixes for 5.18, 2nd round

Message ID 20220426013427.GB14615@dragon (mailing list archive)
State Accepted
Commit 73c7bcdcfddc8bb20b99e7f13f61f2d07e5b232c
Headers show
Series [GIT,PULL] i.MX fixes for 5.18, 2nd round | expand

Pull-request

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

Message

Shawn Guo April 26, 2022, 1:34 a.m. UTC
The following changes since commit f571e9c9aafed2fbd60fd99aa4b9823221338b98:

  arm64: dts: imx: Fix imx8*-var-som touchscreen property sizes (2022-04-11 09:38:07 +0800)

are available in the Git repository at:

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

for you to fetch changes up to 0310b5aa0656a94102344f1e9ae2892e342a665d:

  arm64: dts: imx8mn-ddr4-evk: Describe the 32.768 kHz PMIC clock (2022-04-24 21:16:18 +0800)

----------------------------------------------------------------
i.MX fixes for 5.18, 2nd round:

- Fix one sparse warning on imx-weim driver.
- Fix vqmmc regulator to get UHS-I mode work on imx6ull-colibri board.
- Add missing 32.768 kHz PMIC clock for imx8mn-ddr4-evk board to fix
  bd718xx-clk probe error.

----------------------------------------------------------------
Fabio Estevam (1):
      arm64: dts: imx8mn-ddr4-evk: Describe the 32.768 kHz PMIC clock

Max Krummenacher (1):
      ARM: dts: imx6ull-colibri: fix vqmmc regulator

Wei Yongjun (1):
      bus: imx-weim: make symbol 'weim_of_notifier' static

 arch/arm/boot/dts/imx6ull-colibri.dtsi            | 2 +-
 arch/arm64/boot/dts/freescale/imx8mn-ddr4-evk.dts | 4 ++++
 drivers/bus/imx-weim.c                            | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

Comments

patchwork-bot+linux-soc@kernel.org April 29, 2022, 9:30 p.m. UTC | #1
Hello:

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

On Tue, 26 Apr 2022 09:34:27 +0800 you wrote:
> The following changes since commit f571e9c9aafed2fbd60fd99aa4b9823221338b98:
> 
>   arm64: dts: imx: Fix imx8*-var-som touchscreen property sizes (2022-04-11 09:38:07 +0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fixes-5.18-2
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] i.MX fixes for 5.18, 2nd round
    https://git.kernel.org/soc/soc/c/73c7bcdcfddc

You are awesome, thank you!