All of lore.kernel.org
 help / color / mirror / Atom feed
From: shawnguo@kernel.org (Shawn Guo)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 2/6] i.MX SoC changes for 4.17
Date: Thu, 15 Mar 2018 19:36:36 +0800	[thread overview]
Message-ID: <1521113800-16401-2-git-send-email-shawnguo@kernel.org> (raw)
In-Reply-To: <1521113800-16401-1-git-send-email-shawnguo@kernel.org>

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-soc-4.17

for you to fetch changes up to dee5dee2a5b285d20f55a4758d3a51349691eeea:

  ARM: imx: Add basic msl support for imx6sll (2018-03-09 09:22:06 +0800)

----------------------------------------------------------------
i.MX SoC changes for 4.17:
 - Add i.MX 6SoloLiteLite (i.MX6SLL) SoC support on top of the existing
   i.MX6SL platform code.
 - Improve the SoC revision mapping by utilizing the MAJOR field of
   ANATOP DIGPROG register.
 - Add CPUIDLE_FLAG_TIMER_STOP flag for cpuidle ARM power off state,
   so that we can use ARM generic timer for some i.MX6 SoC.
 - Set low-power interrupt mask for i.MX25 to support STOP mode.
 - Drop EPIT driver as there is no user of it.
 - Simplify the error path of imx6_pm_get_base() a bit.

----------------------------------------------------------------
Bai Ping (2):
      ARM: imx: Improve the soc revision calculation flow
      ARM: imx: Add basic msl support for imx6sll

Fabio Estevam (2):
      ARM: imx: Remove epit support
      ARM: imx: pm-imx6: Return the error directly

Martin Kaiser (1):
      ARM: imx: avic: set low-power interrupt mask for imx25

Stefan Agner (1):
      ARM: imx: add timer stop flag to ARM power off state

 arch/arm/mach-imx/Kconfig          |  20 ++--
 arch/arm/mach-imx/Makefile         |   2 +-
 arch/arm/mach-imx/anatop.c         |  56 ++++-----
 arch/arm/mach-imx/avic.c           |  37 ++++++
 arch/arm/mach-imx/cpu.c            |   3 +
 arch/arm/mach-imx/cpuidle-imx6sl.c |   7 +-
 arch/arm/mach-imx/cpuidle-imx6sx.c |   1 +
 arch/arm/mach-imx/epit.c           | 228 -------------------------------------
 arch/arm/mach-imx/mach-imx6sl.c    |  10 +-
 arch/arm/mach-imx/mxc.h            |   6 +
 arch/arm/mach-imx/pm-imx6.c        |   7 +-
 11 files changed, 89 insertions(+), 288 deletions(-)
 delete mode 100644 arch/arm/mach-imx/epit.c

  reply	other threads:[~2018-03-15 11:36 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-15 11:36 [GIT PULL 1/6] i.MX drivers updates for 4.17 Shawn Guo
2018-03-15 11:36 ` Shawn Guo [this message]
2018-03-15 15:12   ` [GIT PULL 2/6] i.MX SoC changes " Arnd Bergmann
2018-03-16  0:55     ` Shawn Guo
2018-03-15 11:36 ` [GIT PULL 3/6] i.MX device tree updates with new clock " Shawn Guo
2018-03-15 15:03   ` Arnd Bergmann
2018-03-15 11:36 ` [GIT PULL 4/6] i.MX device tree updates " Shawn Guo
2018-03-15 15:08   ` Arnd Bergmann
2018-03-15 16:58     ` Arnd Bergmann
2018-03-15 17:22       ` Fabio Estevam
2018-03-15 18:12         ` Fabio Estevam
2018-03-16  1:30           ` Shawn Guo
2018-03-15 11:36 ` [GIT PULL 5/6] Freescale arm64 " Shawn Guo
2018-03-15 15:29   ` Arnd Bergmann
2018-03-16  1:56     ` Shawn Guo
2018-03-15 11:36 ` [GIT PULL 6/6] i.MX defconfig " Shawn Guo
2018-03-15 15:21   ` Arnd Bergmann
2018-03-15 22:48     ` Fabio Estevam
2018-03-15 23:06       ` Fabio Estevam
2018-03-26 11:42   ` [GIT PULL v2 " Shawn Guo
2018-03-27 13:11     ` Arnd Bergmann
2018-03-15 15:25 ` [GIT PULL 1/6] i.MX drivers " Arnd Bergmann
2018-03-16  0:47   ` Shawn Guo
2018-03-16  1:22     ` Anson Huang

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=1521113800-16401-2-git-send-email-shawnguo@kernel.org \
    --to=shawnguo@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    /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.