mbox

[GIT,PULL,1/3] ARM: imx: soc updates for 4.5

Message ID 1450795558-10961-1-git-send-email-shawnguo@kernel.org
State New
Headers show

Pull-request

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

Message

Shawn Guo Dec. 22, 2015, 2:45 p.m. UTC
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(-)

Comments

Olof Johansson Dec. 22, 2015, 10:59 p.m. UTC | #1
On Tue, Dec 22, 2015 at 10:45:56PM +0800, Shawn Guo wrote:
> 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

Merged, thanks.


-Olof