mbox series

[GIT,PULL,2/7] i.MX SoC changes for 4.21

Message ID 20181210074638.27873-2-shawnguo@kernel.org
State New
Headers show
Series [GIT,PULL,1/7] i.MX drivers changes for 4.21 | expand

Pull-request

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

Message

Shawn Guo Dec. 10, 2018, 7:46 a.m. UTC
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 de70d0e9d43dd5fa899ce3a1560a4d2536b6b71e:

  ARM: imx: add initial support for imx7ulp (2018-12-10 08:56:30 +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.s. Dong (1):
      ARM: imx: add initial support for 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

Comments

Shawn Guo Dec. 11, 2018, 2:51 a.m. UTC | #1
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
Olof Johansson Dec. 12, 2018, 9:53 p.m. UTC | #2
On Tue, Dec 11, 2018 at 10:51:16AM +0800, Shawn Guo wrote:
> 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.

That's fine, but to avoid confusion in the future I'd recommend removing the
old tag and pushing the changed version under a new name. No harm done though.

> 
> 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.

Merged, thanks!


-Olof