mbox series

[GIT,PULL] i.MX fixes for 4.19

Message ID 20180827091056.GN3850@dragon
State New
Headers show
Series [GIT,PULL] i.MX fixes for 4.19 | expand

Pull-request

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

Message

Shawn Guo Aug. 27, 2018, 9:10 a.m. UTC
The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:

  Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)

are available in the git repository at:

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

for you to fetch changes up to b9543a2e39dc909e6b7ec901b6c7208d01d5c0dd:

  ARM: imx_v6_v7_defconfig: Select CONFIG_DRM_PANEL_SEIKO_43WVF1G (2018-08-27 15:05:48 +0800)

----------------------------------------------------------------
i.MX fixes for 4.19:
 - i.MX display folks decided to switch MXS display driver from legacy
   FB to DRM during 4.19 merge window.  It leads to a fallout on some
   Freescale/NXP development boards with Seiko 43WVF1G panel, because
   this DRM panel driver is not enabled in i.MX defconfig.  Here is
   a series from Fabio to convert i.MX23/28 EVK DT to Seiko 43WVF1G
   panel bindings and enable the panel driver in i.MX defconfig, so that
   users can still get functional LCD on these boards by default.
 - A fix from Leonard to revert incorrect legacy PCI irq mapping in
   i.MX7 device tree, that was caused by document errors.

----------------------------------------------------------------
Fabio Estevam (6):
      ARM: dts: imx28-evk: Move regulators outside simple-bus
      ARM: dts: imx28-evk: Convert to the new display bindings
      ARM: dts: imx23-evk: Move regulators outside simple-bus
      ARM: dts: imx23-evk: Convert to the new display bindings
      ARM: mxs_defconfig: Select CONFIG_DRM_PANEL_SEIKO_43WVF1G
      ARM: imx_v6_v7_defconfig: Select CONFIG_DRM_PANEL_SEIKO_43WVF1G

Leonard Crestez (1):
      Revert "ARM: dts: imx7d: Invert legacy PCI irq mapping"

 arch/arm/boot/dts/imx23-evk.dts      |  90 ++++++++---------
 arch/arm/boot/dts/imx28-evk.dts      | 183 ++++++++++++++++-------------------
 arch/arm/boot/dts/imx7d.dtsi         |  12 ++-
 arch/arm/configs/imx_v6_v7_defconfig |   1 +
 arch/arm/configs/mxs_defconfig       |   1 +
 5 files changed, 136 insertions(+), 151 deletions(-)

Comments

Olof Johansson Aug. 29, 2018, 6:50 p.m. UTC | #1
Hi,

On Mon, Aug 27, 2018 at 05:10:58PM +0800, Shawn Guo wrote:
> The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:
> 
>   Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fixes-4.19
> 
> for you to fetch changes up to b9543a2e39dc909e6b7ec901b6c7208d01d5c0dd:
> 
>   ARM: imx_v6_v7_defconfig: Select CONFIG_DRM_PANEL_SEIKO_43WVF1G (2018-08-27 15:05:48 +0800)
> 
> ----------------------------------------------------------------
> i.MX fixes for 4.19:
>  - i.MX display folks decided to switch MXS display driver from legacy
>    FB to DRM during 4.19 merge window.  It leads to a fallout on some
>    Freescale/NXP development boards with Seiko 43WVF1G panel, because
>    this DRM panel driver is not enabled in i.MX defconfig.  Here is
>    a series from Fabio to convert i.MX23/28 EVK DT to Seiko 43WVF1G
>    panel bindings and enable the panel driver in i.MX defconfig, so that
>    users can still get functional LCD on these boards by default.

This would have been nice to catch with -next, especially since it was found so
quickly after the merge window closed (that way we could have kept the period
of breakage much shorter).

>  - A fix from Leonard to revert incorrect legacy PCI irq mapping in
>    i.MX7 device tree, that was caused by document errors.


Merged this branch, thanks!


-Olof
Shawn Guo Aug. 30, 2018, 12:34 a.m. UTC | #2
On Wed, Aug 29, 2018 at 11:50:04AM -0700, Olof Johansson wrote:
> Hi,
> 
> On Mon, Aug 27, 2018 at 05:10:58PM +0800, Shawn Guo wrote:
> > The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:
> > 
> >   Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)
> > 
> > are available in the git repository at:
> > 
> >   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fixes-4.19
> > 
> > for you to fetch changes up to b9543a2e39dc909e6b7ec901b6c7208d01d5c0dd:
> > 
> >   ARM: imx_v6_v7_defconfig: Select CONFIG_DRM_PANEL_SEIKO_43WVF1G (2018-08-27 15:05:48 +0800)
> > 
> > ----------------------------------------------------------------
> > i.MX fixes for 4.19:
> >  - i.MX display folks decided to switch MXS display driver from legacy
> >    FB to DRM during 4.19 merge window.  It leads to a fallout on some
> >    Freescale/NXP development boards with Seiko 43WVF1G panel, because
> >    this DRM panel driver is not enabled in i.MX defconfig.  Here is
> >    a series from Fabio to convert i.MX23/28 EVK DT to Seiko 43WVF1G
> >    panel bindings and enable the panel driver in i.MX defconfig, so that
> >    users can still get functional LCD on these boards by default.
> 
> This would have been nice to catch with -next, especially since it was found so
> quickly after the merge window closed (that way we could have kept the period
> of breakage much shorter).

Indeed.  Will improve in the future.

> >  - A fix from Leonard to revert incorrect legacy PCI irq mapping in
> >    i.MX7 device tree, that was caused by document errors.
> 
> 
> Merged this branch, thanks!

Thanks, Olof.

Shawn