mbox series

[GIT,PULL] i.MX fixes for 5.2, round 3

Message ID 20190625011223.GD16146@dragon (mailing list archive)
State Mainlined, archived
Commit 3cf10132ac8d536565f2c02f60a3aeb315863a52
Headers show
Series [GIT,PULL] i.MX fixes for 5.2, round 3 | expand

Pull-request

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

Message

Shawn Guo June 25, 2019, 1:12 a.m. UTC
The following changes since commit a019ab40679715ea680cc8561a02888be70bc4e9:

  arm64: defconfig: Enable FSL_EDMA driver (2019-06-18 14:32:43 +0800)

are available in the Git repository at:

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

for you to fetch changes up to 3cf10132ac8d536565f2c02f60a3aeb315863a52:

  ARM: dts: imx6ul: fix PWM[1-4] interrupts (2019-06-24 21:13:27 +0800)

----------------------------------------------------------------
i.MX fixes for 5.2, round 3:
 - A recent testing by Sébastien discovers that the PWM interrupts of
   i.MX6UL were wrongly coded in device tree.  It's a fix for it.

----------------------------------------------------------------
Sébastien Szymanski (1):
      ARM: dts: imx6ul: fix PWM[1-4] interrupts

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

Comments

Olof Johansson June 25, 2019, 11:20 a.m. UTC | #1
On Tue, Jun 25, 2019 at 09:12:28AM +0800, Shawn Guo wrote:
> The following changes since commit a019ab40679715ea680cc8561a02888be70bc4e9:
> 
>   arm64: defconfig: Enable FSL_EDMA driver (2019-06-18 14:32:43 +0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fixes-5.2-3
> 
> for you to fetch changes up to 3cf10132ac8d536565f2c02f60a3aeb315863a52:
> 
>   ARM: dts: imx6ul: fix PWM[1-4] interrupts (2019-06-24 21:13:27 +0800)
> 
> ----------------------------------------------------------------
> i.MX fixes for 5.2, round 3:
>  - A recent testing by Sébastien discovers that the PWM interrupts of
>    i.MX6UL were wrongly coded in device tree.  It's a fix for it.
> 
> ----------------------------------------------------------------
> Sébastien Szymanski (1):
>       ARM: dts: imx6ul: fix PWM[1-4] interrupts

Merged, thanks!


-Olof