From: Shawn Guo <shawnguo@kernel.org>
To: arm@kernel.org
Cc: Fabio Estevam <fabio.estevam@nxp.com>,
linux-imx@nxp.com, kernel@pengutronix.de,
linux-arm-kernel@lists.infradead.org
Subject: Re: [GIT PULL 2/7] i.MX SoC changes for 4.21
Date: Tue, 11 Dec 2018 10:51:16 +0800 [thread overview]
Message-ID: <20181211025115.GU3987@dragon> (raw)
In-Reply-To: <20181210074638.27873-2-shawnguo@kernel.org>
On Mon, Dec 10, 2018 at 03:46:33PM +0800, Shawn Guo wrote:
> The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:
>
> Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-soc-4.21
I just updated the tag to include Arnd's fix on SOC_IMX7ULP option
dependency. Please pull this one, thanks.
Shawn
The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:
Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-soc-4.21
for you to fetch changes up to 167e63702d090b831c513d726b11a412b70aab09:
ARM: imx: fix dependencies on imx7ulp (2018-12-11 10:41:20 +0800)
----------------------------------------------------------------
i.MX SoC changes for 4.21:
- An improvement on i.MX debugging options that only defines
DEBUG_IMX_UART_PORT if needed, so that the option will not be present
in the kernel config when DEBUG_LL is disabled.
- Adds the necessary platform support for i.MX7ULP SoC and configures
power mode to Partial Stop mode 3 with system/bus clock enabled.
Otherwise the default STOP mode will gate off system/bus clock when
WFI gets executed on i.MX7ULP.
- A fix from Arnd on SOC_IMX7ULP option dependency.
----------------------------------------------------------------
A.s. Dong (1):
ARM: imx: add initial support for imx7ulp
Arnd Bergmann (1):
ARM: imx: fix dependencies on imx7ulp
Uwe Kleine-König (1):
ARM: debug-imx: only define DEBUG_IMX_UART_PORT if needed
arch/arm/Kconfig.debug | 28 ++++++++++++++--------------
arch/arm/mach-imx/Kconfig | 9 +++++++++
arch/arm/mach-imx/Makefile | 1 +
arch/arm/mach-imx/common.h | 1 +
arch/arm/mach-imx/cpu.c | 3 +++
arch/arm/mach-imx/mach-imx7ulp.c | 31 +++++++++++++++++++++++++++++++
arch/arm/mach-imx/mxc.h | 1 +
arch/arm/mach-imx/pm-imx7ulp.c | 29 +++++++++++++++++++++++++++++
8 files changed, 89 insertions(+), 14 deletions(-)
create mode 100644 arch/arm/mach-imx/mach-imx7ulp.c
create mode 100644 arch/arm/mach-imx/pm-imx7ulp.c
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2018-12-11 2:52 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-12-10 7:46 [GIT PULL 1/7] i.MX drivers changes for 4.21 Shawn Guo
2018-12-10 7:46 ` [GIT PULL 2/7] i.MX SoC " Shawn Guo
2018-12-11 2:51 ` Shawn Guo [this message]
2018-12-12 21:53 ` Olof Johansson
2018-12-10 7:46 ` [GIT PULL 3/7] i.MX device tree update " Shawn Guo
2018-12-12 20:55 ` Olof Johansson
2018-12-10 7:46 ` [GIT PULL 4/7] i.MX7D PICO boards " Shawn Guo
2018-12-12 20:56 ` Olof Johansson
2018-12-10 7:46 ` [GIT PULL 5/7] i.MX7ULP device tree " Shawn Guo
2018-12-12 20:58 ` Olof Johansson
2018-12-10 7:46 ` [GIT PULL 6/7] Freescale arm64 device tree update " Shawn Guo
2018-12-12 21:00 ` Olof Johansson
2018-12-10 7:46 ` [GIT PULL 7/7] i.MX defconfig " Shawn Guo
2018-12-12 21:47 ` Olof Johansson
2018-12-12 21:33 ` [GIT PULL 1/7] i.MX drivers changes " Olof Johansson
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=20181211025115.GU3987@dragon \
--to=shawnguo@kernel.org \
--cc=arm@kernel.org \
--cc=fabio.estevam@nxp.com \
--cc=kernel@pengutronix.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-imx@nxp.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).