mbox

[GIT,PULL] ARM: imx: fixes for 4.5

Message ID 20160214085852.GT6756@tiger
State New
Headers show

Pull-request

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

Message

Shawn Guo Feb. 14, 2016, 8:58 a.m. UTC
The following changes since commit 92e963f50fc74041b5e9e744c330dca48e04f08d:

  Linux 4.5-rc1 (2016-01-24 13:06:47 -0800)

are available in the git repository at:

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

for you to fetch changes up to f5d0ca224a071d7077bbdae347cb514949d64fd9:

  ARM: dts: imx6: remove bogus interrupt-parent from CAAM node (2016-01-28 16:48:15 +0800)

----------------------------------------------------------------
The i.MX fixes for v4.5:
 - Drop the bogus interrupt-parent from i.MX6 CAAM node, which leads to
   the CAAM IRQs not getting unmasked at the GPC level.

----------------------------------------------------------------
Lucas Stach (1):
      ARM: dts: imx6: remove bogus interrupt-parent from CAAM node

 arch/arm/boot/dts/imx6qdl.dtsi | 1 -
 1 file changed, 1 deletion(-)

Comments

Olof Johansson Feb. 24, 2016, 8:06 a.m. UTC | #1
On Sun, Feb 14, 2016 at 04:58:52PM +0800, Shawn Guo wrote:
> The following changes since commit 92e963f50fc74041b5e9e744c330dca48e04f08d:
> 
>   Linux 4.5-rc1 (2016-01-24 13:06:47 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fixes-4.5
> 
> for you to fetch changes up to f5d0ca224a071d7077bbdae347cb514949d64fd9:
> 
>   ARM: dts: imx6: remove bogus interrupt-parent from CAAM node (2016-01-28 16:48:15 +0800)
> 
> ----------------------------------------------------------------
> The i.MX fixes for v4.5:
>  - Drop the bogus interrupt-parent from i.MX6 CAAM node, which leads to
>    the CAAM IRQs not getting unmasked at the GPC level.
> 
> ----------------------------------------------------------------
> Lucas Stach (1):
>       ARM: dts: imx6: remove bogus interrupt-parent from CAAM node

Merged, thanks.


-Olof