mbox series

i.MX fixes for 4.18

Message ID 20180619081405.GF16091@dragon
State New
Headers show
Series i.MX fixes for 4.18 | expand

Pull-request

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

Message

Shawn Guo June 19, 2018, 8:14 a.m. UTC
The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:

  Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)

are available in the git repository at:

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

for you to fetch changes up to 1bcfe0564044be578841744faea1c2f46adc8178:

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

----------------------------------------------------------------
i.MX fixes for 4.18:
 - Fix i.MX6SX PCIe MSI interrupt number, so that MSI IRQs can be
   properly propagated to the upstream interrupt controller.
 - Fix GPCv2 MIPI/PCIe/USB_HSIC's PGC offset.  The values in Reference
   Manual are incorrect.
 - Correct SDMA setting for i.MX6Q SPI5 device to fix the issue, that
   the SPI controller RX FIFO was not empty after a DMA transfer, and
   the driver gets stuck in the next PIO transfer when reading one word
   more than expected.

----------------------------------------------------------------
Anson Huang (1):
      soc: imx: gpcv2: correct PGC offset

Oleksij Rempel (1):
      ARM: dts: imx6sx: fix irq for pcie bridge

Sean Nyekjaer (1):
      ARM: dts: imx6q: Use correct SDMA script for SPI5 core

 arch/arm/boot/dts/imx6q.dtsi  |  2 +-
 arch/arm/boot/dts/imx6sx.dtsi |  2 +-
 drivers/soc/imx/gpcv2.c       | 13 +++++++++----
 3 files changed, 11 insertions(+), 6 deletions(-)

Comments

Olof Johansson June 23, 2018, 5:17 p.m. UTC | #1
On Tue, Jun 19, 2018 at 1:14 AM, Shawn Guo <shawnguo@kernel.org> wrote:
> The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:
>
>   Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fixes-4.18
>
> for you to fetch changes up to 1bcfe0564044be578841744faea1c2f46adc8178:
>
>   ARM: dts: imx6sx: fix irq for pcie bridge (2018-06-19 14:39:36 +0800)
>
> ----------------------------------------------------------------
> i.MX fixes for 4.18:
>  - Fix i.MX6SX PCIe MSI interrupt number, so that MSI IRQs can be
>    properly propagated to the upstream interrupt controller.
>  - Fix GPCv2 MIPI/PCIe/USB_HSIC's PGC offset.  The values in Reference
>    Manual are incorrect.
>  - Correct SDMA setting for i.MX6Q SPI5 device to fix the issue, that
>    the SPI controller RX FIFO was not empty after a DMA transfer, and
>    the driver gets stuck in the next PIO transfer when reading one word
>    more than expected.

Merged, thanks!


-Olof