From mboxrd@z Thu Jan 1 00:00:00 1970 From: shawnguo@kernel.org (Shawn Guo) Date: Tue, 22 Dec 2015 22:45:56 +0800 Subject: [GIT PULL 1/3] ARM: imx: soc updates for 4.5 Message-ID: <1450795558-10961-1-git-send-email-shawnguo@kernel.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org The following changes since commit 8005c49d9aea74d382f474ce11afbbc7d7130bec: Linux 4.4-rc1 (2015-11-15 17:00:27 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-soc-4.5 for you to fetch changes up to f1858b0e801a45d801dc23bc1ff5be14805022c8: ARM: imx: select SRC for i.MX7 (2015-12-21 21:24:05 +0800) ---------------------------------------------------------------- The i.MX SoC updates for 4.5: - Select HAVE_IMX_SRC for i.MX7 to avoid a randconfig build error - Enable cpufreq support on i.MX7D - A couple of random cleanup on iomux-imx31 and mach-imx6ul ---------------------------------------------------------------- Arnd Bergmann (1): ARM: imx: select SRC for i.MX7 Bai Ping (1): ARM: imx: enable cpufreq device on i.mx7d Colin Ian King (1): ARM: mach-imx: iomux-imx31: fix spelling mistake in error message Nicolas Pitre (1): mach-imx/mach-imx6ul.c: proper constness with __initconst arch/arm/mach-imx/Kconfig | 1 + arch/arm/mach-imx/iomux-imx31.c | 2 +- arch/arm/mach-imx/mach-imx6ul.c | 2 +- arch/arm/mach-imx/mach-imx7d.c | 6 ++++++ 4 files changed, 9 insertions(+), 2 deletions(-)