mbox series

[GIT,PULL] i.MX fixes for 4.16

Message ID 20180228001638.GX3217@dragon
State New
Headers show
Series [GIT,PULL] i.MX fixes for 4.16 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fixes-4.16

Message

Shawn Guo Feb. 28, 2018, 12:16 a.m. UTC
The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:

  Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fixes-4.16

for you to fetch changes up to c0c6bb2322964bd264b4ddedaa5776f40c709f0c:

  ARM: dts: imx6dl: Include correct dtsi file for Engicam i.CoreM6 DualLite/Solo RQS (2018-02-24 16:53:09 +0800)

----------------------------------------------------------------
i.MX fixes for 4.16:
 - Fix i.MX GPC driver to remove power domains only when they are
   initialized in imx_gpc_probe().
 - Fix the broken Engicam i.CoreM6 DualLite/Solo RQS board DT to include
   imx6dl.dtsi instead of imx6q.dtsi.

----------------------------------------------------------------
Shyam Saini (1):
      ARM: dts: imx6dl: Include correct dtsi file for Engicam i.CoreM6 DualLite/Solo RQS

Stefan Agner (1):
      soc: imx: gpc: de-register power domains only if initialized

 arch/arm/boot/dts/imx6dl-icore-rqs.dts |  2 +-
 drivers/soc/imx/gpc.c                  | 10 +++++++++-
 2 files changed, 10 insertions(+), 2 deletions(-)

Comments

Arnd Bergmann Feb. 28, 2018, 10:24 p.m. UTC | #1
On Wed, Feb 28, 2018 at 1:16 AM, Shawn Guo <shawnguo@kernel.org> wrote:
> The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:
>
>   Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fixes-4.16
>
> for you to fetch changes up to c0c6bb2322964bd264b4ddedaa5776f40c709f0c:
>
>   ARM: dts: imx6dl: Include correct dtsi file for Engicam i.CoreM6 DualLite/Solo RQS (2018-02-24 16:53:09 +0800)
>
> ----------------------------------------------------------------
> i.MX fixes for 4.16:
>  - Fix i.MX GPC driver to remove power domains only when they are
>    initialized in imx_gpc_probe().
>  - Fix the broken Engicam i.CoreM6 DualLite/Solo RQS board DT to include
>    imx6dl.dtsi instead of imx6q.dtsi.

Pulled into fixes, thanks!

       arnd