mbox

[GIT,PULL,2/5] i.MX soc updates for 4.8

Message ID 1467117980-20063-2-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.8

Message

Shawn Guo June 28, 2016, 12:46 p.m. UTC
The following changes since commit 1a695a905c18548062509178b98bc91e67510864:

  Linux 4.7-rc1 (2016-05-29 09:29:24 -0700)

are available in the git repository at:

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

for you to fetch changes up to 18245c24259acaea4584464bf0215bf413dc7d23:

  ARM: imx: add support for i.MX 7Solo (2016-06-28 10:44:44 +0800)

----------------------------------------------------------------
The i.MX SoC changes for 4.8:
 - A patch series including both cpuidle and FEC driver changes to
   disable deeper idle states when FEC is active while board level
   workaround for ERR006687 is not available
 - A number patches to fix sparse warnings and spell errors
 - A fix for TZIC FIQ translation from VIRQ to HWIRQ
 - Support compatible of i.MX7 Solo SoC which has a subset of i.MX7 Dual

----------------------------------------------------------------
Alexander Shiyan (2):
      ARM: i.MX: Fix FIQ interrupt handling for TZIC
      ARM: i.MX: Disable supervisor protect for i.MX51

Ben Dooks (4):
      ARM: imx: fix missing includes
      ARM: imx: fix missing include of common.h
      ARM: imx6: fix static declaration in include/soc/imx/cpuidle.h
      ARM: imx6: fix missing <soc/imx/cpuidle.h> in cpuidle-imx6q.c

Jean Guyomarc'h (1):
      ARM: mach-imx6q: fix spelling mistake in error message

Lucas Stach (1):
      ARM: imx6: disable deeper idle states when FEC is active w/o HW workaround

Shawn Guo (1):
      ARM: imx6q: export cpuidle functions needed by fec driver

Stefan Agner (1):
      ARM: imx: add support for i.MX 7Solo

 Documentation/devicetree/bindings/net/fsl-fec.txt |  3 +++
 arch/arm/mach-imx/avic.c                          | 19 ++++++++---------
 arch/arm/mach-imx/cpuidle-imx6q.c                 | 20 ++++++++++++++++++
 arch/arm/mach-imx/devices/devices.c               |  3 +++
 arch/arm/mach-imx/devices/platform-gpio-mxc.c     |  1 +
 arch/arm/mach-imx/irq-common.c                    |  6 ++++--
 arch/arm/mach-imx/mach-imx51.c                    |  2 ++
 arch/arm/mach-imx/mach-imx6q.c                    |  2 +-
 arch/arm/mach-imx/mach-imx7d.c                    |  1 +
 arch/arm/mach-imx/tzic.c                          |  6 +++---
 drivers/net/ethernet/freescale/fec.h              |  2 ++
 drivers/net/ethernet/freescale/fec_main.c         | 12 +++++++++++
 include/soc/imx/cpuidle.h                         | 25 +++++++++++++++++++++++
 13 files changed, 85 insertions(+), 17 deletions(-)
 create mode 100644 include/soc/imx/cpuidle.h

Comments

Olof Johansson July 6, 2016, 3:59 a.m. UTC | #1
Hi,

On Tue, Jun 28, 2016 at 08:46:17PM +0800, Shawn Guo wrote:
> The following changes since commit 1a695a905c18548062509178b98bc91e67510864:
> 
>   Linux 4.7-rc1 (2016-05-29 09:29:24 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-soc-4.8
> 
> for you to fetch changes up to 18245c24259acaea4584464bf0215bf413dc7d23:
> 
>   ARM: imx: add support for i.MX 7Solo (2016-06-28 10:44:44 +0800)

Merged, thanks!


-Olof