mbox series

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

Message ID 20201202142717.9262-2-shawnguo@kernel.org (mailing list archive)
State Mainlined, archived
Commit 4ba79e25d7f1a7394021ba4c215a7ecdcc270fb6
Headers show
Series [GIT,PULL,1/6] i.MX drivers change for 5.11 | expand

Pull-request

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

Message

Shawn Guo Dec. 2, 2020, 2:27 p.m. UTC
The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 4ba79e25d7f1a7394021ba4c215a7ecdcc270fb6:

  ARM: mxs: Add serial number support for i.MX23, i.MX28 SoCs (2020-11-30 17:31:29 +0800)

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

- Add revision detection support for i.MX7ULP revision 2.2.
- Add a little document for i.MX7ULP B2 silicon version.
- Add serial number support for i.MX23, i.MX28 SoCs through soc_device.
- Improve the identifying of i.MX6QP SoCs.

----------------------------------------------------------------
Anson Huang (1):
      ARM: imx: Add revision support for i.MX7ULP revision 2.2

Fabio Estevam (1):
      ARM: imx: imx7ulp: Add a comment explaining the B2 silicon version

Ivan Zaentsev (1):
      ARM: mxs: Add serial number support for i.MX23, i.MX28 SoCs

Sven Van Asbroeck (1):
      ARM: imx: mach-imx6q: correctly identify i.MX6QP SoCs

 arch/arm/mach-imx/mach-imx6q.c   |  9 +++++++--
 arch/arm/mach-imx/mach-imx7ulp.c |  4 ++++
 arch/arm/mach-mxs/mach-mxs.c     | 19 +++++++++++++++++++
 3 files changed, 30 insertions(+), 2 deletions(-)

Comments

Arnd Bergmann Dec. 9, 2020, 4:41 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Wed, 2 Dec 2020 22:27:13 +0800, Shawn Guo wrote:
> The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:
> 
>   Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-soc-5.11
> 
> [...]

Merged into arm/soc, thanks!

merge commit: e7e499ee8a844189edff3e768d4721d1a6cc67fd

       Arnd