mbox series

[GIT,PULL,2/6] i.MX SoC update for 5.12

Message ID 20210204120150.26186-2-shawnguo@kernel.org
State New
Headers show
Series [GIT,PULL,1/6] i.MX drivers change for 5.12 | expand

Pull-request

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

Message

Shawn Guo Feb. 4, 2021, 12:01 p.m. UTC
The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:

  Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 579c6f925e5ae3a70ec32e936908066707dbfef5:

  ARM: imx: Remove unused IMX_GPIO_NR() macro (2021-01-29 16:47:25 +0800)

----------------------------------------------------------------
i.MX SoC update for 5.12:

- Drop unused IMX_GPIO_NR() macro.
- Remove KSZ8081 PHY fixup from i.MX6UL machine code, because it only
  applies for KSZ8081RNA with 50MHz clock source, but breaks other
  KSZ8081 PHY configurations.
- Add a print of CPU type and SOC revision for i.MX6UL during boot.

----------------------------------------------------------------
Fabio Estevam (1):
      ARM: imx: Remove unused IMX_GPIO_NR() macro

Oleksij Rempel (1):
      ARM: imx: mach-imx6ul: remove 14x14 EVK specific PHY fixup

Stefan Riedmueller (1):
      ARM: mach-imx: imx6ul: Print SOC revision on boot

 arch/arm/mach-imx/hardware.h    |  4 ----
 arch/arm/mach-imx/mach-imx6ul.c | 25 ++++---------------------
 2 files changed, 4 insertions(+), 25 deletions(-)

Comments

Arnd Bergmann Feb. 9, 2021, 11:10 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Thu, 4 Feb 2021 20:01:46 +0800, Shawn Guo wrote:
> The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:
> 
>   Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-soc-5.12
> 
> [...]

Merged into arm/soc, thanks!

merge commit: 82e754b1ba6502bc627c2fdf04c3bc6383aefbec

       Arnd