From: shawn.guo@linaro.org (Shawn Guo)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL v2] ARM: imx: soc updates for 3.19
Date: Sun, 23 Nov 2014 16:36:59 +0800 [thread overview]
Message-ID: <20141123083658.GF11253@dragon> (raw)
Changes since v1:
- Rebase the change set on 3.18-rc3
- Merge tag imx-fixes-3.18-2 to into the base for resolving one
conflict on VF610 clock driver
The following changes since commit 035d0d7830b180215f0779d1b6dfb210f33a49fe:
Merge tag 'imx-fixes-3.18-2' into imx/soc (2014-11-23 14:55:14 +0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-soc-3.19
for you to fetch changes up to 3db47dc0ae4d370ec3c86fc357608132ca695c27:
power: reset: imx-snvs-poweroff: add power off driver for i.mx6 (2014-11-23 14:57:11 +0800)
----------------------------------------------------------------
The i.MX SoC update for 3.19:
- Update i.MX6 suspend code to check DDR instead of CPU type, as the
difference we need to handle is between LPDDR2 and DDR3, not SoCs.
- Set anatop properly for LPDDR2 in DSM mode
- Add support for new SoC LS1021A which integrates dual Cortex-A7
- Add ENET initialization for i.MX6SX platform
- Add cpufreq support for i.MX53 platform
- Add a SNVS based poweroff driver for i.MX6 platforms
- Use ARM Global Timer as clocksource on VF610
Note: the change set is built on top of tag imx-fixes-3.18-2 to resolve
a conflict on file arch/arm/mach-imx/clk-vf610.c.
----------------------------------------------------------------
Anson Huang (2):
ARM: imx: replace cpu type check with ddr type check
ARM: imx: add anatop settings for LPDDR2 when enter DSM mode
Arnd Bergmann (1):
ARM: imx: temporarily remove CONFIG_SOC_FSL from LS1021A
Fugang Duan (2):
ARM: imx6sx: add imx6sx iomux-gpr field define
ARM: imx: add enet init for i.mx6sx
Jingchang Lu (2):
ARM: imx: Add initial support for Freescale LS1021A
ARM: imx: Add Freescale LS1021A SMP support
Lucas Stach (4):
ARM: imx5: add step clock, used when reprogramming PLL1
ARM: imx: add CPU clock type
ARM: imx53: clk: add ARM clock
ARM: imx53: add cpufreq support
Robin Gong (1):
power: reset: imx-snvs-poweroff: add power off driver for i.mx6
Stefan Agner (2):
ARM: vf610: Add ARM Global Timer clocksource option
ARM: imx: clk-vf610: get input clocks from assigned clocks
.../bindings/power_supply/imx-snvs-poweroff.txt | 23 +++++
arch/arm/mach-imx/Kconfig | 31 +++++-
arch/arm/mach-imx/Makefile | 6 +-
arch/arm/mach-imx/anatop.c | 34 ++++++-
arch/arm/mach-imx/clk-cpu.c | 107 +++++++++++++++++++++
arch/arm/mach-imx/clk-imx51-imx53.c | 14 ++-
arch/arm/mach-imx/clk-vf610.c | 21 +++-
arch/arm/mach-imx/clk.h | 4 +
arch/arm/mach-imx/common.h | 2 +
arch/arm/mach-imx/mach-imx53.c | 2 +
arch/arm/mach-imx/mach-imx6sx.c | 51 ++++++++++
arch/arm/mach-imx/mach-ls1021a.c | 22 +++++
arch/arm/mach-imx/mmdc.c | 17 ++++
arch/arm/mach-imx/mxc.h | 2 +
arch/arm/mach-imx/platsmp.c | 33 +++++++
arch/arm/mach-imx/pm-imx6.c | 10 +-
arch/arm/mach-imx/suspend-imx6.S | 14 +--
drivers/power/reset/Kconfig | 9 ++
drivers/power/reset/Makefile | 1 +
drivers/power/reset/imx-snvs-poweroff.c | 66 +++++++++++++
include/dt-bindings/clock/imx5-clock.h | 5 +-
include/linux/mfd/syscon/imx6q-iomuxc-gpr.h | 39 ++++++++
22 files changed, 487 insertions(+), 26 deletions(-)
create mode 100644 Documentation/devicetree/bindings/power_supply/imx-snvs-poweroff.txt
create mode 100644 arch/arm/mach-imx/clk-cpu.c
create mode 100644 arch/arm/mach-imx/mach-ls1021a.c
create mode 100644 drivers/power/reset/imx-snvs-poweroff.c
next reply other threads:[~2014-11-23 8:36 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-23 8:36 Shawn Guo [this message]
2014-11-23 8:44 ` [GIT PULL v2] ARM: imx: soc updates for 3.19 Shawn Guo
2014-11-28 14:01 ` Arnd Bergmann
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=20141123083658.GF11253@dragon \
--to=shawn.guo@linaro.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.