mbox series

[GIT,PULL,2/5] i.MX SoC updates for 4.16

Message ID 1514959040-9992-2-git-send-email-shawnguo@kernel.org
State New
Headers show
Series [GIT,PULL,1/5] i.MX drivers updates for 4.16 | expand

Pull-request

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

Message

Shawn Guo Jan. 3, 2018, 5:57 a.m. UTC
The following changes since commit 50c4c4e268a2d7a3e58ebb698ac74da0de40ae36:

  Linux 4.15-rc3 (2017-12-10 17:56:26 -0800)

are available in the git repository at:

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

for you to fetch changes up to 5b2576ecf19418de699e230587a6d0b928a05e31:

  ARM: imx: remove unused imx3 pm definitions (2017-12-26 16:30:20 +0800)

----------------------------------------------------------------
i.MX SoC updates for 4.16:
 - Drop power saving status checking from MMDC driver probe function,
   since there is nothing really depending on power saving being
   enabled.
 - Clean up unused imx3 pm definitions.

----------------------------------------------------------------
Lucas Stach (1):
      ARM: imx: don't abort MMDC probe if power saving status doesn't match

Martin Kaiser (1):
      ARM: imx: remove unused imx3 pm definitions

 arch/arm/mach-imx/common.h |  9 ---------
 arch/arm/mach-imx/mmdc.c   | 11 -----------
 2 files changed, 20 deletions(-)

Comments

Arnd Bergmann Jan. 5, 2018, 4:53 p.m. UTC | #1
On Wed, Jan 3, 2018 at 6:57 AM, Shawn Guo <shawnguo@kernel.org> wrote:
> ----------------------------------------------------------------
> i.MX SoC updates for 4.16:
>  - Drop power saving status checking from MMDC driver probe function,
>    since there is nothing really depending on power saving being
>    enabled.
>  - Clean up unused imx3 pm definitions.

Pulled into next/soc, thanks!

       Arnd