All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] i.MX fixes for 4.19
@ 2018-08-27  9:10 Shawn Guo
  2018-08-29 18:50 ` Olof Johansson
  0 siblings, 1 reply; 3+ messages in thread
From: Shawn Guo @ 2018-08-27  9:10 UTC (permalink / raw)
  To: linux-arm-kernel

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(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [GIT PULL] i.MX fixes for 4.19
  2018-08-27  9:10 [GIT PULL] i.MX fixes for 4.19 Shawn Guo
@ 2018-08-29 18:50 ` Olof Johansson
  2018-08-30  0:34   ` Shawn Guo
  0 siblings, 1 reply; 3+ messages in thread
From: Olof Johansson @ 2018-08-29 18:50 UTC (permalink / raw)
  To: linux-arm-kernel

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [GIT PULL] i.MX fixes for 4.19
  2018-08-29 18:50 ` Olof Johansson
@ 2018-08-30  0:34   ` Shawn Guo
  0 siblings, 0 replies; 3+ messages in thread
From: Shawn Guo @ 2018-08-30  0:34 UTC (permalink / raw)
  To: linux-arm-kernel

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-08-30  0:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-27  9:10 [GIT PULL] i.MX fixes for 4.19 Shawn Guo
2018-08-29 18:50 ` Olof Johansson
2018-08-30  0:34   ` Shawn Guo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.