mbox series

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

Message ID 20210330090236.GQ22955@dragon (mailing list archive)
State Accepted
Commit 89e21e1ad92373b7306b9b8494d45781598ce72f
Headers show
Series [GIT,PULL] i.MX fixes for 5.12, round 2 | expand

Pull-request

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

Message

Shawn Guo March 30, 2021, 9:02 a.m. UTC
The following changes since commit e4817a1b6b77db538bc0141c3b138f2df803ce87:

  ARM: dts: imx6ull: fix ubi filesystem mount failed (2021-03-18 12:06:28 +0800)

are available in the Git repository at:

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

for you to fetch changes up to f57011e72f5fe0421ec7a812beb1b57bdf4bb47f:

  ARM: dts: imx6: pbab01: Set vmmc supply for both SD interfaces (2021-03-30 16:35:28 +0800)

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

- Fix a system failure on imx6qdl-phytec-pfla02 board when booting from
  SD, by adding missing vmmc supply for SD interfaces.
- Fix address typo in i.MX8MM/Q IOMUXC_SD1_DATA0_GPIO2_IO2 definition.

----------------------------------------------------------------
Oliver Stäbler (1):
      arm64: dts: imx8mm/q: Fix pad control of SD1_DATA0

Stefan Riedmueller (1):
      ARM: dts: imx6: pbab01: Set vmmc supply for both SD interfaces

 arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi   | 2 ++
 arch/arm64/boot/dts/freescale/imx8mm-pinfunc.h | 2 +-
 arch/arm64/boot/dts/freescale/imx8mq-pinfunc.h | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

Comments

patchwork-bot+linux-soc@kernel.org April 1, 2021, 9:41 a.m. UTC | #1
Hello:

This pull request was applied to soc/soc.git (refs/heads/arm/fixes):

On Tue, 30 Mar 2021 17:02:37 +0800 you wrote:
> The following changes since commit e4817a1b6b77db538bc0141c3b138f2df803ce87:
> 
>   ARM: dts: imx6ull: fix ubi filesystem mount failed (2021-03-18 12:06:28 +0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fixes-5.12-2
> 
> [...]

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

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Arnd Bergmann April 1, 2021, 10:23 a.m. UTC | #2
From: Arnd Bergmann <arnd@arndb.de>

On Tue, 30 Mar 2021 17:02:37 +0800, Shawn Guo wrote:
> The following changes since commit e4817a1b6b77db538bc0141c3b138f2df803ce87:
> 
>   ARM: dts: imx6ull: fix ubi filesystem mount failed (2021-03-18 12:06:28 +0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fixes-5.12-2
> 
> [...]

Merged into arm/fixes, thanks!

merge commit: 89e21e1ad92373b7306b9b8494d45781598ce72f

       Arnd