All of lore.kernel.org
 help / color / mirror / Atom feed
From: Shawn Guo <shawnguo@kernel.org>
To: soc@kernel.org, arm@kernel.org
Cc: Shawn Guo <shawnguo@kernel.org>,
	Fabio Estevam <festevam@gmail.com>,
	Stefan Agner <stefan@agner.ch>, Li Yang <leoyang.li@nxp.com>,
	kernel@pengutronix.de, linux-imx@nxp.com,
	linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 2/6] i.MX SoC update for 5.20
Date: Sat,  9 Jul 2022 16:29:47 +0800	[thread overview]
Message-ID: <20220709082951.15123-2-shawnguo@kernel.org> (raw)
In-Reply-To: <20220709082951.15123-1-shawnguo@kernel.org>

The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56:

  Linux 5.19-rc1 (2022-06-05 17:18:54 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 9fc792e596f17a1440dfeffb52e6786d6e53d90b:

  ARM: imx25: support silicon revision 1.2 (2022-06-19 11:40:00 +0800)

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

- Update the mx25_read_cpu_rev() function to support silicon revision 1.2
  for i.MX25 SoC.
- A minor indentation fix in Kconfig file.

----------------------------------------------------------------
Juerg Haefliger (1):
      ARM: imx: Kconfig: Fix indentation

Martin Kaiser (1):
      ARM: imx25: support silicon revision 1.2

 arch/arm/mach-imx/Kconfig     | 6 +++---
 arch/arm/mach-imx/cpu-imx25.c | 2 ++
 2 files changed, 5 insertions(+), 3 deletions(-)

WARNING: multiple messages have this Message-ID (diff)
From: Shawn Guo <shawnguo@kernel.org>
To: soc@kernel.org, arm@kernel.org
Cc: Shawn Guo <shawnguo@kernel.org>,
	Fabio Estevam <festevam@gmail.com>,
	Stefan Agner <stefan@agner.ch>, Li Yang <leoyang.li@nxp.com>,
	kernel@pengutronix.de, linux-imx@nxp.com,
	linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 2/6] i.MX SoC update for 5.20
Date: Sat,  9 Jul 2022 16:29:47 +0800	[thread overview]
Message-ID: <20220709082951.15123-2-shawnguo@kernel.org> (raw)
In-Reply-To: <20220709082951.15123-1-shawnguo@kernel.org>

The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56:

  Linux 5.19-rc1 (2022-06-05 17:18:54 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 9fc792e596f17a1440dfeffb52e6786d6e53d90b:

  ARM: imx25: support silicon revision 1.2 (2022-06-19 11:40:00 +0800)

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

- Update the mx25_read_cpu_rev() function to support silicon revision 1.2
  for i.MX25 SoC.
- A minor indentation fix in Kconfig file.

----------------------------------------------------------------
Juerg Haefliger (1):
      ARM: imx: Kconfig: Fix indentation

Martin Kaiser (1):
      ARM: imx25: support silicon revision 1.2

 arch/arm/mach-imx/Kconfig     | 6 +++---
 arch/arm/mach-imx/cpu-imx25.c | 2 ++
 2 files changed, 5 insertions(+), 3 deletions(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2022-07-09  8:30 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-09  8:29 [GIT PULL 1/6] i.MX drivers change for 5.20 Shawn Guo
2022-07-09  8:29 ` Shawn Guo
2022-07-09  8:29 ` Shawn Guo [this message]
2022-07-09  8:29   ` [GIT PULL 2/6] i.MX SoC update " Shawn Guo
2022-07-09  8:29 ` [GIT PULL 3/6] i.MX DT bindings " Shawn Guo
2022-07-09  8:29   ` Shawn Guo
2022-07-09  8:29 ` [GIT PULL 4/6] i.MX device tree change " Shawn Guo
2022-07-09  8:29   ` Shawn Guo
2022-07-09  8:29 ` [GIT PULL 5/6] i.MX arm64 device tree update " Shawn Guo
2022-07-09  8:29   ` Shawn Guo
2022-07-09  8:29 ` [GIT PULL 6/6] i.MX defconfig " Shawn Guo
2022-07-09  8:29   ` Shawn Guo
2022-07-11 16:20 ` [GIT PULL 1/6] i.MX drivers change " patchwork-bot+linux-soc
2022-07-12 21:30 ` patchwork-bot+linux-soc
2022-07-13 21:00 ` patchwork-bot+linux-soc

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220709082951.15123-2-shawnguo@kernel.org \
    --to=shawnguo@kernel.org \
    --cc=arm@kernel.org \
    --cc=festevam@gmail.com \
    --cc=kernel@pengutronix.de \
    --cc=leoyang.li@nxp.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-imx@nxp.com \
    --cc=soc@kernel.org \
    --cc=stefan@agner.ch \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.