mbox series

[GIT,PULL] i.MX fixes for 4.14

Message ID 20171016073851.GA8320@x250
State New
Headers show
Series [GIT,PULL] i.MX fixes for 4.14 | expand

Pull-request

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

Message

Shawn Guo Oct. 16, 2017, 7:38 a.m. UTC
The following changes since commit 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e:

  Linux 4.14-rc1 (2017-09-16 15:47:51 -0700)

are available in the git repository at:

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

for you to fetch changes up to 1c86c9dd82f859b474474a7fee0d5195da2c9c1d:

  ARM: dts: imx7d: Invert legacy PCI irq mapping (2017-10-14 23:32:51 +0800)

----------------------------------------------------------------
i.MX fixes for 4.14:
 - Fix the legacy PCI interrupt numbers for i.MX7.  The numbers were
   wrongly coded in an inverted order than what Reference Manual tells.
   It causes problem for PCI devices using legacy interrupt.

----------------------------------------------------------------
Andrey Smirnov (1):
      ARM: dts: imx7d: Invert legacy PCI irq mapping

 arch/arm/boot/dts/imx7d.dtsi | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Comments

Arnd Bergmann Oct. 19, 2017, 3:42 p.m. UTC | #1
On Mon, Oct 16, 2017 at 9:38 AM, Shawn Guo <shawnguo@kernel.org> wrote:
> ----------------------------------------------------------------
> i.MX fixes for 4.14:
>  - Fix the legacy PCI interrupt numbers for i.MX7.  The numbers were
>    wrongly coded in an inverted order than what Reference Manual tells.
>    It causes problem for PCI devices using legacy interrupt.
>

Pulled into fixes, thanks!

     Arnd