mbox series

i.MX fixes for 4.18, round 2

Message ID 20180703134422.GV4348@dragon
State New
Headers show
Series i.MX fixes for 4.18, round 2 | expand

Pull-request

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

Message

Shawn Guo July 3, 2018, 1:44 p.m. UTC
The following changes since commit 1bcfe0564044be578841744faea1c2f46adc8178:

  ARM: dts: imx6sx: fix irq for pcie bridge (2018-06-19 14:39:36 +0800)

are available in the git repository at:

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

for you to fetch changes up to 2ceb2780b790b74bc408a949f6aedbad8afa693e:

  ARM: imx_v4_v5_defconfig: Select ULPI support (2018-07-03 21:12:04 +0800)

----------------------------------------------------------------
i.MX fixes for 4.18, round 2:
 - A couple of imx defconfig updates selecting USB ULPI support to fix
   a regression seen with USB driver, which is caused by commit
   03e6275ae381 ("usb: chipidea: Fix ULPI on imx51").
 - A fix on imx51-zii-rdu1 board touchscreen pinctrl setting, which
   causes an interrupt storm.

----------------------------------------------------------------
Fabio Estevam (2):
      ARM: imx_v6_v7_defconfig: Select ULPI support
      ARM: imx_v4_v5_defconfig: Select ULPI support

Nick Dyer (1):
      ARM: dts: imx51-zii-rdu1: fix touchscreen pinctrl

 arch/arm/boot/dts/imx51-zii-rdu1.dts | 2 +-
 arch/arm/configs/imx_v4_v5_defconfig | 2 ++
 arch/arm/configs/imx_v6_v7_defconfig | 2 ++
 3 files changed, 5 insertions(+), 1 deletion(-)

Comments

Olof Johansson July 3, 2018, 4:47 p.m. UTC | #1
On Tue, Jul 03, 2018 at 09:44:23PM +0800, Shawn Guo wrote:
> The following changes since commit 1bcfe0564044be578841744faea1c2f46adc8178:
> 
>   ARM: dts: imx6sx: fix irq for pcie bridge (2018-06-19 14:39:36 +0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fixes-4.18-2
> 
> for you to fetch changes up to 2ceb2780b790b74bc408a949f6aedbad8afa693e:
> 
>   ARM: imx_v4_v5_defconfig: Select ULPI support (2018-07-03 21:12:04 +0800)
> 
> ----------------------------------------------------------------
> i.MX fixes for 4.18, round 2:
>  - A couple of imx defconfig updates selecting USB ULPI support to fix
>    a regression seen with USB driver, which is caused by commit
>    03e6275ae381 ("usb: chipidea: Fix ULPI on imx51").
>  - A fix on imx51-zii-rdu1 board touchscreen pinctrl setting, which
>    causes an interrupt storm.

Merged, thanks!


-Olof