mbox

[GIT,PULL] ARM: imx: fixes for 3.17, 2nd take

Message ID 20140827055110.GB28777@dragon
State New
Headers show

Pull-request

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

Message

Shawn Guo Aug. 27, 2014, 5:51 a.m. UTC
The following changes since commit 3bc4d037c6791c5089a04845995410aac4fdb514:

  ARM: dts: imx6sx: fix the pad setting for uart CTS_B (2014-08-19 20:06:59 +0800)

are available in the git repository at:

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

for you to fetch changes up to bf8147208eab4a026558dcd686f76410de6c1643:

  ARM: dts: microsom-ar8035: MDIO pad must be set open drain (2014-08-27 13:32:26 +0800)

----------------------------------------------------------------
i.MX fixes for 3.17, 2nd take:
 - Fixes suspend/resume issue on imx53-qsrb due to PMIC IRQ pin
   configuration missing
 - A couple small SolidRun board fixes/correction from Rabeeh
   and Russell

----------------------------------------------------------------
Fabio Estevam (1):
      ARM: dts: imx53-qsrb: Fix suspend/resume

Rabeeh Khoury (1):
      ARM: dts: microsom-ar8035: MDIO pad must be set open drain

Russell King (2):
      ARM: dts: hummingboard/cubox-i: add USB OC pinctrl configuration
      ARM: dts: hummingboard/cubox-i: change SPDIF output to be more descriptive

 arch/arm/boot/dts/imx53-qsrb.dts               |  8 ++++++++
 arch/arm/boot/dts/imx6dl-hummingboard.dts      |  4 +++-
 arch/arm/boot/dts/imx6qdl-cubox-i.dtsi         | 19 ++++++++++++++-----
 arch/arm/boot/dts/imx6qdl-microsom-ar8035.dtsi |  2 +-
 4 files changed, 26 insertions(+), 7 deletions(-)

Comments

Olof Johansson Aug. 27, 2014, 10:12 p.m. UTC | #1
On Wed, Aug 27, 2014 at 01:51:12PM +0800, Shawn Guo wrote:
> The following changes since commit 3bc4d037c6791c5089a04845995410aac4fdb514:
> 
>   ARM: dts: imx6sx: fix the pad setting for uart CTS_B (2014-08-19 20:06:59 +0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fixes-3.17-2
> 
> for you to fetch changes up to bf8147208eab4a026558dcd686f76410de6c1643:
> 
>   ARM: dts: microsom-ar8035: MDIO pad must be set open drain (2014-08-27 13:32:26 +0800)
> 
> ----------------------------------------------------------------
> i.MX fixes for 3.17, 2nd take:
>  - Fixes suspend/resume issue on imx53-qsrb due to PMIC IRQ pin
>    configuration missing
>  - A couple small SolidRun board fixes/correction from Rabeeh
>    and Russell

Merged, thanks.


-Olof